# git rev-parse -q --verify c5fe7a97f20c7f3070ac870144515c0fabc6b999^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify c5fe7a97f20c7f3070ac870144515c0fabc6b999^{commit} c5fe7a97f20c7f3070ac870144515c0fabc6b999 # git checkout -q -f -B kisskb c5fe7a97f20c7f3070ac870144515c0fabc6b999 # git clean -qxdf # < git log -1 # commit c5fe7a97f20c7f3070ac870144515c0fabc6b999 # Merge: 6bca047ecd67 355bf2e036c9 # Author: Linus Torvalds # Date: Sat Jul 16 11:45:40 2022 -0700 # # Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi # # Pull SCSI fixes from James Bottomley: # "Six small and reasonably obvious fixes, all in drivers" # # * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: # scsi: pm80xx: Set stopped phy's linkrate to Disabled # scsi: pm80xx: Fix 'Unknown' max/min linkrate # scsi: ufs: core: Fix missing clk change notification on host reset # scsi: ufs: core: Drop loglevel of WriteBoost message # scsi: megaraid: Clear READ queue map's nr_queues # scsi: target: Fix WRITE_SAME No Data Buffer crash # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 c5fe7a97f20c7f3070ac870144515c0fabc6b999 # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig .config:5153:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/certs/system_keyring.c: In function 'verify_pkcs7_message_sig': /kisskb/src/certs/system_keyring.c:280:24: note: byref variable will be forcibly initialized 280 | size_t asn1hdrlen; | ^~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/p2m.c: In function 'set_foreign_p2m_mapping': /kisskb/src/arch/arm64/xen/../../arm/xen/p2m.c:98:47: note: byref variable will be forcibly initialized 98 | struct gnttab_unmap_grant_ref unmap; | ^~~~~ /kisskb/src/init/initramfs.c: In function 'clean_path': /kisskb/src/init/initramfs.c:337:22: note: byref variable will be forcibly initialized 337 | struct kstat st; | ^~ /kisskb/src/init/initramfs.c: In function 'panic_show_mem': /kisskb/src/init/initramfs.c:64:17: note: byref variable will be forcibly initialized 64 | va_list args; | ^~~~ /kisskb/src/init/initramfs.c: In function 'unpack_to_rootfs': /kisskb/src/init/initramfs.c:493:21: note: byref variable will be forcibly initialized 493 | const char *compress_name; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/arch/arm64/kernel/debug-monitors.c:10: /kisskb/src/arch/arm64/kernel/debug-monitors.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/init/initramfs.c: In function 'parse_header': /kisskb/src/init/initramfs.c:195:14: note: byref variable will be forcibly initialized 195 | char buf[9]; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'dma_cache_maint': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:48:35: note: byref variable will be forcibly initialized 48 | struct gnttab_cache_flush cflush; | ^~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'xen_swiotlb_gfp': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:29:13: note: byref variable will be forcibly initialized 29 | u64 i; | ^ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:28:21: note: byref variable will be forcibly initialized 28 | phys_addr_t base; | ^~~~ /kisskb/src/init/do_mounts_initrd.c: In function 'early_initrdmem': /kisskb/src/init/do_mounts_initrd.c:55:15: note: byref variable will be forcibly initialized 55 | char *endp; | ^~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'xen_mm_init': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:121:35: note: byref variable will be forcibly initialized 121 | struct gnttab_cache_flush cflush; | ^~~~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_group_event_mask': /kisskb/src/fs/notify/fanotify/fanotify.c:303:31: note: byref variable will be forcibly initialized 303 | struct fsnotify_mark *mark; | ^~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_get_fsid': /kisskb/src/fs/notify/fanotify/fanotify.c:840:31: note: byref variable will be forcibly initialized 840 | struct fsnotify_mark *mark; | ^~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_encode_fh_len': /kisskb/src/fs/notify/fanotify/fanotify.c:373:13: note: byref variable will be forcibly initialized 373 | int dwords = 0; | ^~~~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_encode_fh': /kisskb/src/fs/notify/fanotify/fanotify.c:403:13: note: byref variable will be forcibly initialized 403 | int dwords, type = 0; | ^~~~~~ 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:248, 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:1139:24: note: byref variable will be forcibly initialized 1139 | DECLARE_BITMAP(tmp_map, SVE_VQ_MAX); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_alloc_event': /kisskb/src/fs/notify/fanotify/fanotify.c:720:22: note: byref variable will be forcibly initialized 720 | unsigned int hash = 0; | ^~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'fdt_find_hyper_node': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:224:13: note: byref variable will be forcibly initialized 224 | int len; | ^~~ In file included from /kisskb/src/include/linux/sysctl.h:27, from /kisskb/src/include/linux/fanotify.h:5, from /kisskb/src/fs/notify/fanotify/fanotify.c:2: /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_get_response': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify.c:237:15: note: in expansion of macro 'wait_event_killable' 237 | ret = wait_event_killable(group->fanotify_data.access_waitq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_handle_event': /kisskb/src/fs/notify/fanotify/fanotify.c:895:13: note: byref variable will be forcibly initialized 895 | u32 match_mask = 0; | ^~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_starting_cpu': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:143:40: note: byref variable will be forcibly initialized 143 | struct vcpu_register_vcpu_info info; | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/xen/events.h:5, from /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:3: /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:68:27: note: byref variable will be forcibly initialized 68 | 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:104:32: note: byref variable will be forcibly initialized 104 | struct xen_platform_op op; | ^~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_dt_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:418:25: note: byref variable will be forcibly initialized 418 | struct resource res; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:439:35: note: byref variable will be forcibly initialized 439 | 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:80:32: note: byref variable will be forcibly initialized 80 | 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:544:35: note: byref variable will be forcibly initialized 544 | 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:182:31: note: byref variable will be forcibly initialized 182 | struct sched_shutdown r = { .reason = reason }; | ^ /kisskb/src/arch/arm64/kernel/fpsimd.c: In function 'vec_update_vq_map': /kisskb/src/arch/arm64/kernel/fpsimd.c:1009:24: note: byref variable will be forcibly initialized 1009 | DECLARE_BITMAP(tmp_map, SVE_VQ_MAX); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/arch/arm64/kernel/fpsimd.c: In function 'vec_verify_vq_map': /kisskb/src/arch/arm64/kernel/fpsimd.c:1024:24: note: byref variable will be forcibly initialized 1024 | DECLARE_BITMAP(tmp_map, SVE_VQ_MAX); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/damon.h:46, from /kisskb/src/mm/damon/core.c:18: /kisskb/src/mm/damon/core.c: In function 'perf_trace_damon_aggregated': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/damon.h:46, from /kisskb/src/mm/damon/core.c:18: /kisskb/src/mm/damon/core.c: In function 'trace_event_raw_event_damon_aggregated': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/damon.h:46, from /kisskb/src/mm/damon/core.c:18: /kisskb/src/mm/damon/core.c: In function '__bpf_trace_damon_aggregated': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_check_reset_time_interval': /kisskb/src/mm/damon/core.c:622:27: note: byref variable will be forcibly initialized 622 | struct timespec64 now; | ^~~ /kisskb/src/mm/damon/core.c: In function 'damos_wmark_metric_value': /kisskb/src/mm/damon/core.c:1052:24: note: byref variable will be forcibly initialized 1052 | struct sysinfo i; | ^ /kisskb/src/mm/damon/core.c: In function 'damon_do_apply_schemes': /kisskb/src/mm/damon/core.c:696:42: note: byref variable will be forcibly initialized 696 | struct timespec64 begin, end; | ^~~ /kisskb/src/mm/damon/core.c:696:35: note: byref variable will be forcibly initialized 696 | struct timespec64 begin, end; | ^~~~~ /kisskb/src/arch/arm64/mm/init.c: In function 'reserve_crashkernel': /kisskb/src/arch/arm64/mm/init.c:129:28: note: byref variable will be forcibly initialized 129 | unsigned long long crash_low_size = 0; | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/mm/init.c:128:40: note: byref variable will be forcibly initialized 128 | unsigned long long crash_base, crash_size; | ^~~~~~~~~~ /kisskb/src/arch/arm64/mm/init.c:128:28: note: byref variable will be forcibly initialized 128 | unsigned long long crash_base, crash_size; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/arch/arm64/net/bpf_jit_comp.c:11: /kisskb/src/arch/arm64/net/bpf_jit_comp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c: In function 'build_insn': /kisskb/src/arch/arm64/net/bpf_jit_comp.c:987:21: note: byref variable will be forcibly initialized 987 | u64 func_addr; | ^~~~~~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c:986:22: note: byref variable will be forcibly initialized 986 | bool func_addr_fixed; | ^~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c: In function 'bpf_int_jit_compile': /kisskb/src/arch/arm64/net/bpf_jit_comp.c:1366:13: note: byref variable will be forcibly initialized 1366 | u8 *image_ptr; | ^~~~~~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c:1365:24: note: byref variable will be forcibly initialized 1365 | struct jit_ctx ctx; | ^~~ /kisskb/src/init/main.c: In function 'xbc_snprint_cmdline': /kisskb/src/init/main.c:331:26: note: byref variable will be forcibly initialized 331 | struct xbc_node *knode, *vnode; | ^~~~~ /kisskb/src/init/main.c: In function 'setup_boot_config': /kisskb/src/init/main.c:415:16: note: byref variable will be forcibly initialized 415 | size_t size; | ^~~~ /kisskb/src/init/main.c:414:18: note: byref variable will be forcibly initialized 414 | int pos, ret; | ^~~ /kisskb/src/init/main.c:414:13: note: byref variable will be forcibly initialized 414 | int pos, ret; | ^~~ /kisskb/src/init/main.c:413:21: note: byref variable will be forcibly initialized 413 | const char *msg, *data; | ^~~ 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:111: /kisskb/src/init/main.c: In function 'perf_trace_initcall_level': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'perf_trace_initcall_start': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'perf_trace_initcall_finish': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ /kisskb/src/init/do_mounts.c: In function 'devt_from_devnum': /kisskb/src/init/do_mounts.c:231:18: note: byref variable will be forcibly initialized 231 | char *p, dummy; | ^~~~~ /kisskb/src/init/do_mounts.c:231:15: note: byref variable will be forcibly initialized 231 | char *p, dummy; | ^ /kisskb/src/init/do_mounts.c:229:28: note: byref variable will be forcibly initialized 229 | unsigned maj, min, offset; | ^~~~~~ /kisskb/src/init/do_mounts.c:229:23: note: byref variable will be forcibly initialized 229 | unsigned maj, min, offset; | ^~~ /kisskb/src/init/do_mounts.c:229:18: note: byref variable will be forcibly initialized 229 | unsigned maj, min, offset; | ^~~ 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:111: /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_level': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_finish': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:111: /kisskb/src/init/main.c: In function '__bpf_trace_initcall_level': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function '__bpf_trace_initcall_start': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function '__bpf_trace_initcall_finish': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ /kisskb/src/init/do_mounts.c: In function 'mount_block_root': /kisskb/src/init/do_mounts.c:399:14: note: byref variable will be forcibly initialized 399 | char b[BDEVNAME_SIZE]; | ^ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'loglevel': /kisskb/src/init/main.c:251:13: note: byref variable will be forcibly initialized 251 | int newlevel; | ^~~~~~~~ /kisskb/src/init/main.c: In function 'initcall_blacklisted': /kisskb/src/init/main.c:1198:14: note: byref variable will be forcibly initialized 1198 | char fn_name[KSYM_SYMBOL_LEN]; | ^~~~~~~ /kisskb/src/init/main.c: In function 'start_kernel': /kisskb/src/init/main.c:930:15: note: byref variable will be forcibly initialized 930 | char *command_line; | ^~~~~~~~~~~~ /kisskb/src/init/main.c: In function 'do_one_initcall': /kisskb/src/init/main.c:1288:14: note: byref variable will be forcibly initialized 1288 | char msgbuf[64]; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/security/keys/encrypted-keys/encrypted.c:14: /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'derived_key_encrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:461:12: note: byref variable will be forcibly initialized 461 | u8 iv[AES_BLOCK_SIZE]; | ^~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:457:28: note: byref variable will be forcibly initialized 457 | struct scatterlist sg_out[1]; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:456:28: note: byref variable will be forcibly initialized 456 | struct scatterlist sg_in[2]; | ^~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_hmac_append': /kisskb/src/security/keys/encrypted-keys/encrypted.c:497:12: note: byref variable will be forcibly initialized 497 | u8 derived_key[HASH_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_read': /kisskb/src/security/keys/encrypted-keys/encrypted.c:940:14: note: byref variable will be forcibly initialized 940 | char derived_key[HASH_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:939:16: note: byref variable will be forcibly initialized 939 | size_t master_keylen; | ^~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:938:19: note: byref variable will be forcibly initialized 938 | const u8 *master_key; | ^~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_parse': /kisskb/src/security/keys/encrypted-keys/encrypted.c:180:21: note: byref variable will be forcibly initialized 180 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_key_alloc': /kisskb/src/security/keys/encrypted-keys/encrypted.c:613:14: note: byref variable will be forcibly initialized 613 | long dlen; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/security/keys/encrypted-keys/encrypted.c:14: /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_update': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:918:9: note: in expansion of macro 'rcu_assign_keypointer' 918 | rcu_assign_keypointer(key, new_epayload); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:881:21: note: byref variable will be forcibly initialized 881 | const char *format = NULL; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:880:15: note: byref variable will be forcibly initialized 880 | char *new_master_desc = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_hmac_verify': /kisskb/src/security/keys/encrypted-keys/encrypted.c:521:12: note: byref variable will be forcibly initialized 521 | u8 digest[HASH_SIZE]; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:520:12: note: byref variable will be forcibly initialized 520 | u8 derived_key[HASH_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'derived_key_decrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:563:12: note: byref variable will be forcibly initialized 563 | u8 iv[AES_BLOCK_SIZE]; | ^~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:559:28: note: byref variable will be forcibly initialized 559 | struct scatterlist sg_out[2]; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:558:28: note: byref variable will be forcibly initialized 558 | struct scatterlist sg_in[1]; | ^~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_key_decrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:690:16: note: byref variable will be forcibly initialized 690 | size_t master_keylen; | ^~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:686:19: note: byref variable will be forcibly initialized 686 | const u8 *master_key; | ^~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:685:12: note: byref variable will be forcibly initialized 685 | u8 derived_key[HASH_SIZE]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/security/keys/encrypted-keys/encrypted.c:14: /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:852:9: note: in expansion of macro 'rcu_assign_keypointer' 852 | rcu_assign_keypointer(key, epayload); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:822:15: note: byref variable will be forcibly initialized 822 | char *decrypted_data = NULL; | ^~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:821:15: note: byref variable will be forcibly initialized 821 | char *hex_encoded_iv = NULL; | ^~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:820:15: note: byref variable will be forcibly initialized 820 | char *decrypted_datalen = NULL; | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:819:15: note: byref variable will be forcibly initialized 819 | char *master_desc = NULL; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:818:21: note: byref variable will be forcibly initialized 818 | const char *format = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/arch/arm64/kernel/process.c:9: /kisskb/src/arch/arm64/kernel/process.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/arch/arm64/kernel/process.c: In function '__get_wchan': /kisskb/src/arch/arm64/kernel/process.c:580:27: note: byref variable will be forcibly initialized 580 | struct wchan_info wchan_info = { | ^~~~~~~~~~ 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:44: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'perf_trace_sys_exit': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(sys_exit, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(sys_exit, | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'perf_trace_sys_enter': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' 18 | TRACE_EVENT_FN(sys_enter, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' 18 | TRACE_EVENT_FN(sys_enter, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/syscalls.h:73, from /kisskb/src/arch/arm64/kernel/ptrace.c:44: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'trace_event_raw_event_sys_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' 18 | TRACE_EVENT_FN(sys_enter, | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'trace_event_raw_event_sys_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(sys_exit, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_gpr_get': /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1547:17: note: in expansion of macro 'membuf_store' 1547 | membuf_store(&to, compat_get_user_reg(target, i++)); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_ptrace_hbp_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1874:13: note: byref variable will be forcibly initialized 1874 | u32 ctrl = 0; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1873:13: note: byref variable will be forcibly initialized 1873 | u64 addr = 0; | ^~~~ 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:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:694:16: note: in expansion of macro 'membuf_store' 694 | return membuf_store(&to, task_pt_regs(target)->syscallno); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_tls_get': /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1673:16: note: in expansion of macro 'membuf_store' 1673 | return membuf_store(&to, (compat_ulong_t)target->thread.uw.tp_value); | ^~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/syscalls.h:73, from /kisskb/src/arch/arm64/kernel/ptrace.c:44: /kisskb/src/arch/arm64/kernel/ptrace.c: In function '__bpf_trace_sys_enter': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' 18 | TRACE_EVENT_FN(sys_enter, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' 18 | TRACE_EVENT_FN(sys_enter, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' 18 | TRACE_EVENT_FN(sys_enter, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' 18 | TRACE_EVENT_FN(sys_enter, | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function '__bpf_trace_sys_exit': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(sys_exit, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(sys_exit, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(sys_exit, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(sys_exit, | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'system_call_set': /kisskb/src/arch/arm64/kernel/ptrace.c:702:13: note: byref variable will be forcibly initialized 702 | int syscallno = task_pt_regs(target)->syscallno; | ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tls_set': /kisskb/src/arch/arm64/kernel/ptrace.c:680:23: note: byref variable will be forcibly initialized 680 | unsigned long tls = target->thread.uw.tp_value; | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_tls_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1682:24: note: byref variable will be forcibly initialized 1682 | compat_ulong_t tls = target->thread.uw.tp_value; | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_vfp_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1644:24: note: byref variable will be forcibly initialized 1644 | compat_ulong_t fpscr; | ^~~~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_vfp_get': /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1635:16: note: in expansion of macro 'membuf_store' 1635 | return membuf_store(&to, fpscr); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_ptrace_gethbpregs': /kisskb/src/arch/arm64/kernel/ptrace.c:1914:13: note: byref variable will be forcibly initialized 1914 | u32 kdata; | ^~~~~ 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:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:498:17: note: in expansion of macro 'membuf_store' 498 | membuf_store(&to, ctrl); | ^~~~~~~~~~~~ /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:497:17: note: in expansion of macro 'membuf_store' 497 | membuf_store(&to, addr); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:480:13: note: byref variable will be forcibly initialized 480 | u64 addr; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:479:19: note: byref variable will be forcibly initialized 479 | u32 info, ctrl; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:479:13: note: byref variable will be forcibly initialized 479 | u32 info, ctrl; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'ptrace_hbp_create': /kisskb/src/arch/arm64/kernel/ptrace.c:289:32: note: byref variable will be forcibly initialized 289 | 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:455:32: note: byref variable will be forcibly initialized 455 | 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:329:29: note: byref variable will be forcibly initialized 329 | int err, len, type, offset, disabled = !ctrl.enabled; | ^~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:329:23: note: byref variable will be forcibly initialized 329 | int err, len, type, offset, disabled = !ctrl.enabled; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:329:18: note: byref variable will be forcibly initialized 329 | 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:430:32: note: byref variable will be forcibly initialized 430 | struct perf_event_attr attr; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_ptrace_sethbpregs': /kisskb/src/arch/arm64/kernel/ptrace.c:1937:13: note: byref variable will be forcibly initialized 1937 | u32 kdata = 0; | ^~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'hw_break_set': /kisskb/src/arch/arm64/kernel/ptrace.c:513:13: note: byref variable will be forcibly initialized 513 | u64 addr; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:512:13: note: byref variable will be forcibly initialized 512 | u32 ctrl; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tagged_addr_ctrl_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1332:14: note: byref variable will be forcibly initialized 1332 | long ctrl; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tagged_addr_ctrl_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1318:14: note: byref variable will be forcibly initialized 1318 | long ctrl = get_tagged_addr_ctrl(target); | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'za_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1055:31: note: byref variable will be forcibly initialized 1055 | struct user_za_header header; | ^~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'za_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1004:31: note: byref variable will be forcibly initialized 1004 | struct user_za_header header; | ^~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function '__fpr_set': /kisskb/src/arch/arm64/kernel/ptrace.c:627:34: note: byref variable will be forcibly initialized 627 | struct user_fpsimd_state newstate; | ^~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'sve_set_common': /kisskb/src/arch/arm64/kernel/ptrace.c:840:32: note: byref variable will be forcibly initialized 840 | struct user_sve_header header; | ^~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'sve_get_common': /kisskb/src/arch/arm64/kernel/ptrace.c:771:12: note: byref variable will be forcibly initialized 771 | static int sve_get_common(struct task_struct *target, | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c:776:32: note: byref variable will be forcibly initialized 776 | struct user_sve_header header; | ^~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'fpr_get': /kisskb/src/arch/arm64/mm/mmu.c: In function 'map_mem': /kisskb/src/arch/arm64/kernel/ptrace.c:608:12: note: byref variable will be forcibly initialized 608 | static int fpr_get(struct task_struct *target, const struct user_regset *regset, | ^~~~~~~ /kisskb/src/arch/arm64/mm/mmu.c:508:13: note: byref variable will be forcibly initialized 508 | u64 i; | ^ /kisskb/src/arch/arm64/mm/mmu.c:506:28: note: byref variable will be forcibly initialized 506 | phys_addr_t start, end; | ^~~ /kisskb/src/arch/arm64/mm/mmu.c:506:21: note: byref variable will be forcibly initialized 506 | phys_addr_t start, end; | ^~~~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tls_get': /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:672:16: note: in expansion of macro 'membuf_store' 672 | return membuf_store(&to, target->thread.uw.tp_value); | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/audit.h:13, from /kisskb/src/arch/arm64/kernel/ptrace.c:11: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'user_single_step_report': /kisskb/src/include/linux/ptrace.h:343:26: note: byref variable will be forcibly initialized 343 | kernel_siginfo_t info; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_gpr_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1573:32: note: byref variable will be forcibly initialized 1573 | compat_ulong_t reg; | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1556:24: note: byref variable will be forcibly initialized 1556 | struct pt_regs newregs; | ^~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_ptrace_write_user': /kisskb/src/arch/arm64/kernel/ptrace.c:1802:24: note: byref variable will be forcibly initialized 1802 | struct pt_regs newregs = *task_pt_regs(tsk); | ^~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'gpr_set': /kisskb/src/arch/arm64/kernel/ptrace.c:572:29: note: byref variable will be forcibly initialized 572 | struct user_pt_regs newregs = task_pt_regs(target)->user_regs; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/mm/context.c:11: /kisskb/src/arch/arm64/mm/context.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/arch/arm64/kernel/setup.c: In function 'reserve_memblock_reserved_regions': /kisskb/src/arch/arm64/kernel/setup.c:261:38: note: byref variable will be forcibly initialized 261 | phys_addr_t r_start, r_end, mem_size = resource_size(mem); | ^~~~~ /kisskb/src/arch/arm64/kernel/setup.c:261:29: note: byref variable will be forcibly initialized 261 | phys_addr_t r_start, r_end, mem_size = resource_size(mem); | ^~~~~~~ /kisskb/src/arch/arm64/kernel/setup.c:257:16: note: byref variable will be forcibly initialized 257 | u64 i, j; | ^ /kisskb/src/arch/arm64/kernel/setup.c: In function 'setup_machine_fdt': /kisskb/src/arch/arm64/kernel/setup.c:183:13: note: byref variable will be forcibly initialized 183 | int size; | ^~~~ /kisskb/src/arch/arm64/kernel/setup.c: In function 'early_fdt_map': /kisskb/src/arch/arm64/kernel/setup.c:175:13: note: byref variable will be forcibly initialized 175 | int fdt_size; | ^~~~~~~~ /kisskb/src/arch/arm64/mm/ptdump.c: In function 'ptdump_walk': /kisskb/src/arch/arm64/mm/ptdump.c:322:57: note: byref variable will be forcibly initialized 322 | .range = (struct ptdump_range[]){ | ^ /kisskb/src/arch/arm64/mm/ptdump.c:311:25: note: byref variable will be forcibly initialized 311 | struct pg_state st; | ^~ /kisskb/src/arch/arm64/mm/ptdump.c: In function 'ptdump_check_wx': /kisskb/src/arch/arm64/mm/ptdump.c:360:58: note: byref variable will be forcibly initialized 360 | .range = (struct ptdump_range[]) { | ^ /kisskb/src/arch/arm64/mm/ptdump.c:352:50: note: byref variable will be forcibly initialized 352 | .marker = (struct addr_marker[]) { | ^ /kisskb/src/arch/arm64/mm/pageattr.c: In function '__change_memory_common': /kisskb/src/arch/arm64/mm/pageattr.c:45:33: note: byref variable will be forcibly initialized 45 | struct page_change_data data; | ^~~~ /kisskb/src/arch/arm64/mm/pageattr.c: In function 'set_direct_map_invalid_noflush': /kisskb/src/arch/arm64/mm/pageattr.c:158:33: note: byref variable will be forcibly initialized 158 | struct page_change_data data = { | ^~~~ /kisskb/src/arch/arm64/mm/pageattr.c: In function 'set_direct_map_default_noflush': /kisskb/src/arch/arm64/mm/pageattr.c:173:33: note: byref variable will be forcibly initialized 173 | struct page_change_data data = { | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:81: /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_stop': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_stop_ret': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_queue_work': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_execute_start': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'preserve_sve_context': /kisskb/src/arch/arm64/kernel/signal.c:230:13: note: byref variable will be forcibly initialized 230 | u16 reserved[ARRAY_SIZE(ctx->__reserved)]; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_kthread_work_execute_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_wakeup_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'preserve_za_context': /kisskb/src/arch/arm64/kernel/signal.c:356:13: note: byref variable will be forcibly initialized 356 | u16 reserved[ARRAY_SIZE(ctx->__reserved)]; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_switch': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_migrate_task': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/sched.h:301:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/sched.h:301:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_wait': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_fork': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_exec': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_sve_fpsimd_context': /kisskb/src/arch/arm64/kernel/signal.c:272:28: note: byref variable will be forcibly initialized 272 | struct sve_context sve; | ^~~ /kisskb/src/arch/arm64/kernel/signal.c:271:34: note: byref variable will be forcibly initialized 271 | struct user_fpsimd_state fpsimd; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_stat_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/sched.h:426:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' 426 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:436:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' 436 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/sched.h:426:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' 426 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:436:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' 436 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_stat_runtime': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_fpsimd_context': /kisskb/src/arch/arm64/kernel/signal.c:191:34: note: byref variable will be forcibly initialized 191 | struct user_fpsimd_state fpsimd; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_pi_setprio': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:528:1: note: in expansion of macro 'TRACE_EVENT' 528 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:528:1: note: in expansion of macro 'TRACE_EVENT' 528 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_za_context': /kisskb/src/arch/arm64/kernel/signal.c:392:27: note: byref variable will be forcibly initialized 392 | struct za_context za; | ^~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_process_hang': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:557:1: note: in expansion of macro 'TRACE_EVENT' 557 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:557:1: note: in expansion of macro 'TRACE_EVENT' 557 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_wake_idle_without_ipi': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:671:1: note: in expansion of macro 'TRACE_EVENT' 671 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:671:1: note: in expansion of macro 'TRACE_EVENT' 671 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_sigframe': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:81: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop': /kisskb/src/arch/arm64/kernel/signal.c:626:26: note: byref variable will be forcibly initialized 626 | struct user_ctxs user; | ^~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c:624:18: note: byref variable will be forcibly initialized 624 | sigset_t set; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop_ret': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_queue_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'setup_rt_frame': /kisskb/src/arch/arm64/kernel/signal.c:941:40: note: byref variable will be forcibly initialized 941 | struct rt_sigframe_user_layout user; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wakeup_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'do_signal': /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_switch': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c:1022:24: note: byref variable will be forcibly initialized 1022 | struct ksignal ksig; | ^~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'minsigstksz_setup': /kisskb/src/arch/arm64/kernel/signal.c:1133:40: note: byref variable will be forcibly initialized 1133 | struct rt_sigframe_user_layout user; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_migrate_task': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:301:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_wait': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_fork': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_exec': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:426:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' 426 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:436:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' 436 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_runtime': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_pi_setprio': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:528:1: note: in expansion of macro 'TRACE_EVENT' 528 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_hang': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:557:1: note: in expansion of macro 'TRACE_EVENT' 557 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wake_idle_without_ipi': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:671:1: note: in expansion of macro 'TRACE_EVENT' 671 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:81: /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_move_numa': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:81: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_move_numa': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:81: /kisskb/src/kernel/sched/core.c: In function 'perf_trace_sched_numa_pair_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:81: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_numa_pair_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:81: /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_stop': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_stop_ret': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_work_execute_start': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_wakeup_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:301:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:301:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_wait': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_hang': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:557:1: note: in expansion of macro 'TRACE_EVENT' 557 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:557:1: note: in expansion of macro 'TRACE_EVENT' 557 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_wake_idle_without_ipi': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:671:1: note: in expansion of macro 'TRACE_EVENT' 671 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:671:1: note: in expansion of macro 'TRACE_EVENT' 671 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_pelt_cfs_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:694:1: note: in expansion of macro 'DECLARE_TRACE' 694 | DECLARE_TRACE(pelt_cfs_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:694:1: note: in expansion of macro 'DECLARE_TRACE' 694 | DECLARE_TRACE(pelt_cfs_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_pelt_rt_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:698:1: note: in expansion of macro 'DECLARE_TRACE' 698 | DECLARE_TRACE(pelt_rt_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:698:1: note: in expansion of macro 'DECLARE_TRACE' 698 | DECLARE_TRACE(pelt_rt_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_pelt_dl_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:702:1: note: in expansion of macro 'DECLARE_TRACE' 702 | DECLARE_TRACE(pelt_dl_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:702:1: note: in expansion of macro 'DECLARE_TRACE' 702 | DECLARE_TRACE(pelt_dl_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_pelt_thermal_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:706:1: note: in expansion of macro 'DECLARE_TRACE' 706 | DECLARE_TRACE(pelt_thermal_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:706:1: note: in expansion of macro 'DECLARE_TRACE' 706 | DECLARE_TRACE(pelt_thermal_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_pelt_irq_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:710:1: note: in expansion of macro 'DECLARE_TRACE' 710 | DECLARE_TRACE(pelt_irq_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:710:1: note: in expansion of macro 'DECLARE_TRACE' 710 | DECLARE_TRACE(pelt_irq_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_pelt_se_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:714:1: note: in expansion of macro 'DECLARE_TRACE' 714 | DECLARE_TRACE(pelt_se_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:714:1: note: in expansion of macro 'DECLARE_TRACE' 714 | DECLARE_TRACE(pelt_se_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_cpu_capacity_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:718:1: note: in expansion of macro 'DECLARE_TRACE' 718 | DECLARE_TRACE(sched_cpu_capacity_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:718:1: note: in expansion of macro 'DECLARE_TRACE' 718 | DECLARE_TRACE(sched_cpu_capacity_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_util_est_cfs_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:726:1: note: in expansion of macro 'DECLARE_TRACE' 726 | DECLARE_TRACE(sched_util_est_cfs_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:726:1: note: in expansion of macro 'DECLARE_TRACE' 726 | DECLARE_TRACE(sched_util_est_cfs_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_util_est_se_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:730:1: note: in expansion of macro 'DECLARE_TRACE' 730 | DECLARE_TRACE(sched_util_est_se_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:730:1: note: in expansion of macro 'DECLARE_TRACE' 730 | DECLARE_TRACE(sched_util_est_se_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_work_queue_work': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_work_execute_end': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_migrate_task': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_fork': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_stat_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:426:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' 426 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:436:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' 436 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:426:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' 426 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:436:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' 436 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:426:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' 426 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:436:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' 436 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:426:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' 426 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:436:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' 436 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_pi_setprio': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:528:1: note: in expansion of macro 'TRACE_EVENT' 528 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:528:1: note: in expansion of macro 'TRACE_EVENT' 528 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:528:1: note: in expansion of macro 'TRACE_EVENT' 528 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:528:1: note: in expansion of macro 'TRACE_EVENT' 528 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_overutilized_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:722:1: note: in expansion of macro 'DECLARE_TRACE' 722 | DECLARE_TRACE(sched_overutilized_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:722:1: note: in expansion of macro 'DECLARE_TRACE' 722 | DECLARE_TRACE(sched_overutilized_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:722:1: note: in expansion of macro 'DECLARE_TRACE' 722 | DECLARE_TRACE(sched_overutilized_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:722:1: note: in expansion of macro 'DECLARE_TRACE' 722 | DECLARE_TRACE(sched_overutilized_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_update_nr_running_tp': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:734:1: note: in expansion of macro 'DECLARE_TRACE' 734 | DECLARE_TRACE(sched_update_nr_running_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:734:1: note: in expansion of macro 'DECLARE_TRACE' 734 | DECLARE_TRACE(sched_update_nr_running_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:734:1: note: in expansion of macro 'DECLARE_TRACE' 734 | DECLARE_TRACE(sched_update_nr_running_tp, | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:144:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 144 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:734:1: note: in expansion of macro 'DECLARE_TRACE' 734 | DECLARE_TRACE(sched_update_nr_running_tp, | ^~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_switch': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_numa_pair_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_exec': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_stat_runtime': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_move_numa': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'finish_task': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4776:9: note: in expansion of macro 'smp_store_release' 4776 | smp_store_release(&prev->on_cpu, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:7861:28: note: byref variable will be forcibly initialized 7861 | struct sched_param lp = { .sched_priority = 0 }; | ^~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_calculate_auth_mac': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:102:29: note: byref variable will be forcibly initialized 102 | struct scatter_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:101:58: note: byref variable will be forcibly initialized 101 | struct __packed { __be16 l; __be32 h; u16 len; } ltag; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_decrypt': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:210:12: note: byref variable will be forcibly initialized 210 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:209:25: note: byref variable will be forcibly initialized 209 | u8 __aligned(8) mac[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:208:30: note: byref variable will be forcibly initialized 208 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_encrypt': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:152:12: note: byref variable will be forcibly initialized 152 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:151:25: note: byref variable will be forcibly initialized 151 | u8 __aligned(8) mac[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:150:30: note: byref variable will be forcibly initialized 150 | struct skcipher_walk walk; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'balance_push_set': /kisskb/src/kernel/sched/core.c:9146:25: note: byref variable will be forcibly initialized 9146 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/arch/arm64/mm/mteswap.c:3: /kisskb/src/arch/arm64/mm/mteswap.c: In function 'mte_invalidate_tags_area': /kisskb/src/arch/arm64/mm/mteswap.c:84:18: note: byref variable will be forcibly initialized 84 | XA_STATE(xa_state, &mte_pages, entry.val); | ^~~~~~~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/kernel/sched/sched.h:1844, from /kisskb/src/kernel/sched/core.c:84: /kisskb/src/kernel/sched/core.c: In function 'psi_ttwu_dequeue': /kisskb/src/kernel/sched/stats.h:171:33: note: byref variable will be forcibly initialized 171 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'uclamp_update_util_min_rt_default': /kisskb/src/kernel/sched/core.c:1450:25: note: byref variable will be forcibly initialized 1450 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8707:25: note: byref variable will be forcibly initialized 8707 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8753:27: note: byref variable will be forcibly initialized 8753 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:6950:25: note: byref variable will be forcibly initialized 6950 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:6344:25: note: byref variable will be forcibly initialized 6344 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:8197:25: note: byref variable will be forcibly initialized 8197 | struct rq_flags rf; | ^~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xcbc_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:776:12: note: byref variable will be forcibly initialized 776 | u8 key[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cmac_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:755:58: note: byref variable will be forcibly initialized 755 | aes_ecb_encrypt(ctx->consts, (u8[AES_BLOCK_SIZE]){}, ctx->key.key_enc, | ^ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:428:30: note: byref variable will be forcibly initialized 428 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:406:30: note: byref variable will be forcibly initialized 406 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_set_key': /kisskb/src/arch/arm64/crypto/aes-glue.c:161:12: note: byref variable will be forcibly initialized 161 | u8 digest[SHA256_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cts_cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:337:30: note: byref variable will be forcibly initialized 337 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:336:33: note: byref variable will be forcibly initialized 336 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:335:39: note: byref variable will be forcibly initialized 335 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:335:28: note: byref variable will be forcibly initialized 335 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cts_cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:280:30: note: byref variable will be forcibly initialized 280 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:279:33: note: byref variable will be forcibly initialized 279 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:278:39: note: byref variable will be forcibly initialized 278 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:278:28: note: byref variable will be forcibly initialized 278 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/kernel/sched/core.c:3707:25: note: byref variable will be forcibly initialized 3707 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2835:9: note: in expansion of macro 'wait_var_event' 2835 | 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:2943:25: note: byref variable will be forcibly initialized 2943 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'restrict_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2968:25: note: byref variable will be forcibly initialized 2968 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'force_compatible_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:3020:23: note: byref variable will be forcibly initialized 3020 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:2396:25: note: byref variable will be forcibly initialized 2396 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__balance_push_cpu_stop': /kisskb/src/kernel/sched/core.c:9053:25: note: byref variable will be forcibly initialized 9053 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'migrate_swap': /kisskb/src/kernel/sched/core.c:3226:35: note: byref variable will be forcibly initialized 3226 | struct migration_swap_arg arg; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:3350:33: note: byref variable will be forcibly initialized 3350 | ktime_t to = NSEC_PER_SEC / HZ; | ^~ /kisskb/src/kernel/sched/core.c:3279:25: note: byref variable will be forcibly initialized 3279 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3746:25: note: in expansion of macro 'smp_cond_load_acquire' 3746 | smp_cond_load_acquire(&p->on_cpu, !VAL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3729:25: note: byref variable will be forcibly initialized 3729 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_if_idle': /kisskb/src/kernel/sched/core.c:3786:25: note: byref variable will be forcibly initialized 3786 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3865:25: note: byref variable will be forcibly initialized 3865 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'try_to_wake_up': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4178:9: note: in expansion of macro 'smp_cond_load_acquire' 4178 | smp_cond_load_acquire(&p->on_cpu, !VAL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4165:13: note: in expansion of macro 'smp_load_acquire' 4165 | if (smp_load_acquire(&p->on_cpu) && | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'task_call_func': /kisskb/src/kernel/sched/core.c:4224:25: note: byref variable will be forcibly initialized 4224 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:4623:25: note: byref variable will be forcibly initialized 4623 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:5268:38: note: byref variable will be forcibly initialized 5268 | struct migration_arg arg = { p, dest_cpu }; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/kernel/sched/core.c:5310:25: note: byref variable will be forcibly initialized 5310 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:6827:25: note: byref variable will be forcibly initialized 6827 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:7298:25: note: byref variable will be forcibly initialized 7298 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'scheduler_tick': /kisskb/src/kernel/sched/core.c:5405:25: note: byref variable will be forcibly initialized 5405 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:7674:28: note: byref variable will be forcibly initialized 7674 | struct sched_param lparam; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:7790:27: note: byref variable will be forcibly initialized 7790 | struct sched_attr attr; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_stop_task': /kisskb/src/kernel/sched/core.c:3518:28: note: byref variable will be forcibly initialized 3518 | 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:7646:28: note: byref variable will be forcibly initialized 7646 | 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:7656:28: note: byref variable will be forcibly initialized 7656 | struct sched_param sp = { .sched_priority = 1 }; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setaffinity': /kisskb/src/kernel/sched/core.c:8016:37: note: byref variable will be forcibly initialized 8016 | cpumask_var_t cpus_allowed, new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c:8016:23: note: byref variable will be forcibly initialized 8016 | 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:8118:23: note: byref variable will be forcibly initialized 8118 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getaffinity': /kisskb/src/kernel/sched/core.c:8171:23: note: byref variable will be forcibly initialized 8171 | cpumask_var_t mask; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'init_idle': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:8912:9: note: in expansion of macro 'rcu_assign_pointer' 8912 | rcu_assign_pointer(rq->curr, idle); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_setnuma': /kisskb/src/kernel/sched/core.c:9007:25: note: byref variable will be forcibly initialized 9007 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_activate': /kisskb/src/kernel/sched/core.c:9272:25: note: byref variable will be forcibly initialized 9272 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_deactivate': /kisskb/src/kernel/sched/core.c:9317:25: note: byref variable will be forcibly initialized 9317 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_dying': /kisskb/src/kernel/sched/core.c:9455:25: note: byref variable will be forcibly initialized 9455 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/arch/arm64/kernel/stacktrace.c:9: /kisskb/src/arch/arm64/kernel/stacktrace.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'unwind_next': /kisskb/src/arch/arm64/kernel/stacktrace.c:88:27: note: byref variable will be forcibly initialized 88 | struct stack_info info; | ^~~~ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'arch_stack_walk': /kisskb/src/arch/arm64/kernel/stacktrace.c:213:29: note: byref variable will be forcibly initialized 213 | struct unwind_state state; | ^~~~~ /kisskb/src/arch/arm64/kernel/time.c: In function 'profile_pc': /kisskb/src/arch/arm64/kernel/time.c:47:23: note: byref variable will be forcibly initialized 47 | unsigned long prof_pc = 0; | ^~~~~~~ /kisskb/src/arch/arm64/kernel/traps.c: In function 'dump_kernel_instr': /kisskb/src/arch/arm64/kernel/traps.c:158:30: note: byref variable will be forcibly initialized 158 | unsigned int val, bad; | ^~~ /kisskb/src/arch/arm64/kernel/traps.c:151:14: note: byref variable will be forcibly initialized 151 | char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; | ^~~ /kisskb/src/arch/arm64/kernel/traps.c: In function 'call_undef_hook': /kisskb/src/arch/arm64/kernel/traps.c:405:24: note: byref variable will be forcibly initialized 405 | __le32 instr_le; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/key.c:11: /kisskb/src/security/keys/key.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c: In function 'asymmetric_lookup_restriction': /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c:532:30: note: byref variable will be forcibly initialized 532 | key_serial_t serial; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c:512:15: note: byref variable will be forcibly initialized 512 | char *next; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/key.c:11: /kisskb/src/security/keys/key.c: In function 'mark_key_instantiated': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:414:9: note: in expansion of macro 'smp_store_release' 414 | smp_store_release(&key->state, | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c: In function 'generic_key_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:1129:17: note: in expansion of macro 'rcu_assign_keypointer' 1129 | rcu_assign_keypointer(key, prep->payload.data[0]); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c: In function 'key_update': /kisskb/src/security/keys/key.c:1005:38: note: byref variable will be forcibly initialized 1005 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/security/keys/key.c: In function 'key_instantiate_and_link': /kisskb/src/security/keys/key.c:505:34: note: byref variable will be forcibly initialized 505 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/key.c:504:38: note: byref variable will be forcibly initialized 504 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/security/keys/key.c: In function 'key_reject_and_link': /kisskb/src/security/keys/key.c:580:34: note: byref variable will be forcibly initialized 580 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/drivers/irqchip/irq-al-fic.c: In function 'al_fic_irq_handler': /kisskb/src/drivers/irqchip/irq-al-fic.c:113:23: note: byref variable will be forcibly initialized 113 | unsigned long pending; | ^~~~~~~ /kisskb/src/security/keys/key.c: In function 'key_create_or_update': /kisskb/src/security/keys/key.c:828:34: note: byref variable will be forcibly initialized 828 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/key.c:827:38: note: byref variable will be forcibly initialized 827 | struct key_preparsed_payload prep; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/arch/arm64/kernel/vdso.c:12: /kisskb/src/arch/arm64/kernel/vdso.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c: In function '__ecb_crypt': /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:100:30: note: byref variable will be forcibly initialized 100 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c: In function '__xts_crypt': /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:275:30: note: byref variable will be forcibly initialized 275 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:273:33: note: byref variable will be forcibly initialized 273 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:272:39: note: byref variable will be forcibly initialized 272 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:272:28: note: byref variable will be forcibly initialized 272 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c: In function 'ctr_encrypt': /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:211:30: note: byref variable will be forcibly initialized 211 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c: In function 'cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:183:30: note: byref variable will be forcibly initialized 183 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c: In function 'cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:160:30: note: byref variable will be forcibly initialized 160 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c: In function 'aesbs_setkey': /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:78:31: note: byref variable will be forcibly initialized 78 | struct crypto_aes_ctx rk; | ^~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c: In function 'aesbs_xts_setkey': /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:244:31: note: byref variable will be forcibly initialized 244 | struct crypto_aes_ctx rk; | ^~ /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c: In function 'aesbs_cbc_ctr_setkey': /kisskb/src/arch/arm64/crypto/aes-neonbs-glue.c:137:31: note: byref variable will be forcibly initialized 137 | struct crypto_aes_ctx rk; | ^~ /kisskb/src/arch/arm64/kernel/return_address.c: In function 'return_address': /kisskb/src/arch/arm64/kernel/return_address.c:37:36: note: byref variable will be forcibly initialized 37 | struct return_address_data data; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/sysctl.h:25, from /kisskb/src/include/linux/fanotify.h:5, from /kisskb/src/fs/notify/fanotify/fanotify_user.c:2: /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_write': /kisskb/src/fs/notify/fanotify/fanotify_user.c:830:34: note: byref variable will be forcibly initialized 830 | struct fanotify_response response = { .fd = -1, .response = -1 }; | ^~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'copy_fid_info_to_user': /kisskb/src/fs/notify/fanotify/fanotify_user.c:380:23: note: byref variable will be forcibly initialized 380 | unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh_buf; | ^~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'copy_event_to_user': /kisskb/src/fs/notify/fanotify/fanotify_user.c:626:22: note: byref variable will be forcibly initialized 626 | struct file *f = NULL; | ^ /kisskb/src/fs/notify/fanotify/fanotify_user.c:621:40: note: byref variable will be forcibly initialized 621 | struct fanotify_event_metadata metadata; | ^~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_test_fsid': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1471:25: note: byref variable will be forcibly initialized 1471 | __kernel_fsid_t root_fsid; | ^~~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_remove_mark': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1036:13: note: byref variable will be forcibly initialized 1036 | int destroy_mark; | ^~~~~~~~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'do_fanotify_mark': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1557:25: note: byref variable will be forcibly initialized 1557 | __kernel_fsid_t __fsid, *fsid = NULL; | ^~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c:1556:21: note: byref variable will be forcibly initialized 1556 | struct path path; | ^~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_user_setup': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1790:24: note: byref variable will be forcibly initialized 1790 | struct sysinfo si; | ^~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_ctr_crypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:270:28: note: byref variable will be forcibly initialized 270 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:247:30: note: byref variable will be forcibly initialized 247 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cfb_decrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:228:28: note: byref variable will be forcibly initialized 228 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:205:30: note: byref variable will be forcibly initialized 205 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cfb_encrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:186:28: note: byref variable will be forcibly initialized 186 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:163:30: note: byref variable will be forcibly initialized 163 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cbc_decrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:132:30: note: byref variable will be forcibly initialized 132 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cbc_encrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:101:30: note: byref variable will be forcibly initialized 101 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_ecb_do_crypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:54:30: note: byref variable will be forcibly initialized 54 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/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:248, from /kisskb/src/include/linux/init.h:5, from /kisskb/src/arch/arm64/kernel/alternative.c:11: /kisskb/src/arch/arm64/kernel/alternative.c: In function '__apply_alternatives_multi_stop': /kisskb/src/arch/arm64/kernel/alternative.c:212:32: note: byref variable will be forcibly initialized 212 | DECLARE_BITMAP(remaining_capabilities, ARM64_NPATCHABLE); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/arch/arm64/kernel/alternative.c:201:27: note: byref variable will be forcibly initialized 201 | struct alt_region region = { | ^~~~~~ /kisskb/src/arch/arm64/kernel/alternative.c: In function 'apply_boot_alternatives': /kisskb/src/arch/arm64/kernel/alternative.c:239:27: note: byref variable will be forcibly initialized 239 | struct alt_region region = { | ^~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:248, from /kisskb/src/include/linux/init.h:5, from /kisskb/src/arch/arm64/kernel/alternative.c:11: /kisskb/src/arch/arm64/kernel/alternative.c: In function 'apply_alternatives_module': /kisskb/src/arch/arm64/kernel/alternative.c:257:24: note: byref variable will be forcibly initialized 257 | DECLARE_BITMAP(all_capabilities, ARM64_NPATCHABLE); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/arch/arm64/kernel/alternative.c:253:27: note: byref variable will be forcibly initialized 253 | struct alt_region region = { | ^~~~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c: In function 'sm4_ctr_crypt': /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:342:28: note: byref variable will be forcibly initialized 342 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:320:28: note: byref variable will be forcibly initialized 320 | u8 keystream[SM4_BLOCK_SIZE * 8]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:296:30: note: byref variable will be forcibly initialized 296 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c: In function 'sm4_cfb_encrypt': /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:199:20: note: byref variable will be forcibly initialized 199 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:192:30: note: byref variable will be forcibly initialized 192 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c: In function 'sm4_cbc_encrypt': /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:100:30: note: byref variable will be forcibly initialized 100 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c: In function 'sm4_cfb_decrypt': /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:279:28: note: byref variable will be forcibly initialized 279 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:256:28: note: byref variable will be forcibly initialized 256 | u8 keystream[SM4_BLOCK_SIZE * 8]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:232:30: note: byref variable will be forcibly initialized 232 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c: In function 'sm4_cbc_decrypt': /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:157:28: note: byref variable will be forcibly initialized 157 | u8 iv[SM4_BLOCK_SIZE]; | ^~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:156:28: note: byref variable will be forcibly initialized 156 | u8 keystream[SM4_BLOCK_SIZE * 8]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:132:30: note: byref variable will be forcibly initialized 132 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/keyring.c:10: /kisskb/src/security/keys/keyring.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c: In function 'sm4_ecb_do_crypt': /kisskb/src/arch/arm64/crypto/sm4-neon-glue.c:45:30: note: byref variable will be forcibly initialized 45 | struct skcipher_walk walk; | ^~~~ /kisskb/src/security/keys/keyring.c: In function 'keyring_read': /kisskb/src/security/keys/keyring.c:484:46: note: byref variable will be forcibly initialized 484 | struct keyring_read_iterator_context ctx; | ^~~ /kisskb/src/security/keys/keyring.c: In function 'hash_key_type_and_desc': /kisskb/src/security/keys/keyring.c:169:13: note: byref variable will be forcibly initialized 169 | u32 piece; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/keyring.c:10: /kisskb/src/security/keys/keyring.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/security/keys/keyring.c: In function 'key_unlink': /kisskb/src/security/keys/keyring.c:1547:34: note: byref variable will be forcibly initialized 1547 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/keyring.c: In function 'key_link': /kisskb/src/security/keys/keyring.c:1437:34: note: byref variable will be forcibly initialized 1437 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/keyring.c: In function 'key_move': /kisskb/src/security/keys/keyring.c:1595:53: note: byref variable will be forcibly initialized 1595 | struct assoc_array_edit *from_edit = NULL, *to_edit = NULL; | ^~~~~~~ /kisskb/src/security/keys/keyring.c:1595:34: note: byref variable will be forcibly initialized 1595 | struct assoc_array_edit *from_edit = NULL, *to_edit = NULL; | ^~~~~~~~~ /kisskb/src/drivers/irqchip/irq-bcm2835.c: In function 'armctrl_of_init': /kisskb/src/drivers/irqchip/irq-bcm2835.c:139:13: note: byref variable will be forcibly initialized 139 | u32 reg; | ^~~ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'parse_kpti': /kisskb/src/arch/arm64/kernel/cpufeature.c:1689:14: note: byref variable will be forcibly initialized 1689 | bool enabled; | ^~~~~~~ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'do_emulate_mrs': /kisskb/src/arch/arm64/kernel/cpufeature.c:3288:13: note: byref variable will be forcibly initialized 3288 | u64 val; | ^~~ /kisskb/src/drivers/irqchip/irq-tegra.c: In function 'tegra_ictlr_domain_alloc': /kisskb/src/drivers/irqchip/irq-tegra.c:241:27: note: byref variable will be forcibly initialized 241 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'perf_trace_ipi_handler': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 38 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 38 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_handler': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 38 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_ipi_raise': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function '__bpf_trace_ipi_handler': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 38 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 38 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1008:27: note: byref variable will be forcibly initialized 1008 | cpumask_t mask; | ^~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'crash_smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1034:19: note: byref variable will be forcibly initialized 1034 | cpumask_t 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/security/keys/keyctl.c:9: /kisskb/src/security/keys/keyctl.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function '__do_sys_add_key': /kisskb/src/security/keys/keyctl.c:81:14: note: byref variable will be forcibly initialized 81 | char type[32], *description; | ^~~~ /kisskb/src/security/keys/keyctl.c: In function '__do_sys_request_key': /kisskb/src/security/keys/keyctl.c:176:14: note: byref variable will be forcibly initialized 176 | char type[32], *description, *callout_info; | ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_common': /kisskb/src/security/keys/keyctl.c:1173:31: note: byref variable will be forcibly initialized 1173 | struct key *instkey, *dest_keyring; | ^~~~~~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_keyring_search': /kisskb/src/security/keys/keyctl.c:723:14: note: byref variable will be forcibly initialized 723 | char type[32], *description; | ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key': /kisskb/src/security/keys/keyctl.c:1251:33: note: byref variable will be forcibly initialized 1251 | struct iov_iter from; | ^~~~ /kisskb/src/security/keys/keyctl.c:1250:30: note: byref variable will be forcibly initialized 1250 | struct iovec iov; | ^~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_iov': /kisskb/src/security/keys/keyctl.c:1280:25: note: byref variable will be forcibly initialized 1280 | struct iov_iter from; | ^~~~ /kisskb/src/security/keys/keyctl.c:1279:46: note: byref variable will be forcibly initialized 1279 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~ /kisskb/src/security/keys/keyctl.c:1279:22: note: byref variable will be forcibly initialized 1279 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_reject_key': /kisskb/src/security/keys/keyctl.c:1335:31: note: byref variable will be forcibly initialized 1335 | struct key *instkey, *dest_keyring; | ^~~~~~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_get_security': /kisskb/src/security/keys/keyctl.c:1562:15: note: byref variable will be forcibly initialized 1562 | char *context; | ^~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_restrict_keyring': /kisskb/src/security/keys/keyctl.c:1728:14: note: byref variable will be forcibly initialized 1728 | char type[32]; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xcbc_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:776:12: note: byref variable will be forcibly initialized 776 | u8 key[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cmac_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:755:58: note: byref variable will be forcibly initialized 755 | aes_ecb_encrypt(ctx->consts, (u8[AES_BLOCK_SIZE]){}, ctx->key.key_enc, | ^ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ecb_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:178:30: note: byref variable will be forcibly initialized 178 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:428:30: note: byref variable will be forcibly initialized 428 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:262:30: note: byref variable will be forcibly initialized 262 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:406:30: note: byref variable will be forcibly initialized 406 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:233:30: note: byref variable will be forcibly initialized 233 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_set_key': /kisskb/src/arch/arm64/crypto/aes-glue.c:161:12: note: byref variable will be forcibly initialized 161 | u8 digest[SHA256_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cts_cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:337:30: note: byref variable will be forcibly initialized 337 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:336:33: note: byref variable will be forcibly initialized 336 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:335:39: note: byref variable will be forcibly initialized 335 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:335:28: note: byref variable will be forcibly initialized 335 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cts_cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:280:30: note: byref variable will be forcibly initialized 280 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:279:33: note: byref variable will be forcibly initialized 279 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:278:39: note: byref variable will be forcibly initialized 278 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:278:28: note: byref variable will be forcibly initialized 278 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xts_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:562:30: note: byref variable will be forcibly initialized 562 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:560:33: note: byref variable will be forcibly initialized 560 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:559:39: note: byref variable will be forcibly initialized 559 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:559:28: note: byref variable will be forcibly initialized 559 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xts_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:490:30: note: byref variable will be forcibly initialized 490 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:488:33: note: byref variable will be forcibly initialized 488 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:487:39: note: byref variable will be forcibly initialized 487 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:487:28: note: byref variable will be forcibly initialized 487 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ctr_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:458:20: note: byref variable will be forcibly initialized 458 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:450:30: note: byref variable will be forcibly initialized 450 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ecb_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:198:30: note: byref variable will be forcibly initialized 198 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/kernel/proton-pack.c: In function 'spectre_v2_get_cpu_fw_mitigation_state': /kisskb/src/arch/arm64/kernel/proton-pack.c:184:30: note: byref variable will be forcibly initialized 184 | struct arm_smccc_res res; | ^~~ /kisskb/src/arch/arm64/kernel/proton-pack.c: In function 'spectre_v4_get_cpu_fw_mitigation_state': /kisskb/src/arch/arm64/kernel/proton-pack.c:491:30: note: byref variable will be forcibly initialized 491 | struct arm_smccc_res res; | ^~~ /kisskb/src/arch/arm64/kernel/proton-pack.c: In function 'spectre_bhb_get_cpu_fw_mitigation_state': /kisskb/src/arch/arm64/kernel/proton-pack.c:895:30: note: byref variable will be forcibly initialized 895 | struct arm_smccc_res res; | ^~~ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function 'find_field': /kisskb/src/arch/arm64/kernel/idreg-override.c:123:14: note: byref variable will be forcibly initialized 123 | 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:148:29: note: byref variable will be forcibly initialized 148 | u64 v; | ^ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function '__parse_cmdline': /kisskb/src/arch/arm64/kernel/idreg-override.c:177:22: note: byref variable will be forcibly initialized 177 | char buf[256]; | ^~~ /kisskb/src/arch/arm64/kernel/patching.c: In function 'aarch64_insn_read': /kisskb/src/arch/arm64/kernel/patching.c:60:16: note: byref variable will be forcibly initialized 60 | __le32 val; | ^~~ /kisskb/src/arch/arm64/kernel/patching.c: In function 'aarch64_insn_patch_text': /kisskb/src/arch/arm64/kernel/patching.c:138:35: note: byref variable will be forcibly initialized 138 | struct aarch64_insn_patch patch = { | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/filemap.h:118, from /kisskb/src/mm/filemap.c:50: /kisskb/src/mm/filemap.c: In function 'perf_trace_mm_filemap_op_page_cache': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'perf_trace_filemap_set_wb_err': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'perf_trace_file_check_and_advance_wb_err': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filemap.h:118, from /kisskb/src/mm/filemap.c:50: /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_mm_filemap_op_page_cache': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_filemap_set_wb_err': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_file_check_and_advance_wb_err': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/filemap.h:118, from /kisskb/src/mm/filemap.c:50: /kisskb/src/mm/filemap.c: In function '__bpf_trace_mm_filemap_op_page_cache': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function '__bpf_trace_filemap_set_wb_err': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function '__bpf_trace_file_check_and_advance_wb_err': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'put_sigset_t': /kisskb/src/arch/arm64/kernel/signal32.c:51:25: note: byref variable will be forcibly initialized 51 | compat_sigset_t cset; | ^~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'get_sigset_t': /kisskb/src/arch/arm64/kernel/signal32.c:62:25: note: byref variable will be forcibly initialized 62 | compat_sigset_t s32; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_delete': /kisskb/src/mm/filemap.c:127:18: note: byref variable will be forcibly initialized 127 | XA_STATE(xas, &mapping->i_pages, folio->index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'compat_restore_vfp_context': /kisskb/src/arch/arm64/kernel/signal32.c:144:34: note: byref variable will be forcibly initialized 144 | struct user_fpsimd_state fpsimd; | ^~~~~~ /kisskb/src/mm/filemap.c: In function 'replace_page_cache_page': /kisskb/src/mm/filemap.c:812:18: note: byref variable will be forcibly initialized 812 | XA_STATE(xas, &mapping->i_pages, offset); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'compat_restore_sigframe': /kisskb/src/arch/arm64/kernel/signal32.c:186:18: note: byref variable will be forcibly initialized 186 | sigset_t set; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&entry->next, entry); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_delete_batch': /kisskb/src/mm/filemap.c:280:18: note: byref variable will be forcibly initialized 280 | XA_STATE(xas, &mapping->i_pages, fbatch->folios[0]->index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_page': /kisskb/src/mm/filemap.c:474:18: note: byref variable will be forcibly initialized 474 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_writeback': /kisskb/src/mm/filemap.c:633:18: note: byref variable will be forcibly initialized 633 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function '__filemap_fdatawait_range': /kisskb/src/mm/filemap.c:506:24: note: byref variable will be forcibly initialized 506 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/filemap.c:504:17: note: byref variable will be forcibly initialized 504 | pgoff_t index = start_byte >> PAGE_SHIFT; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'folio_wait_bit_common': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1319:25: note: in expansion of macro 'smp_load_acquire' 1319 | flags = smp_load_acquire(&wait->flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1251:23: note: byref variable will be forcibly initialized 1251 | unsigned long pflags; | ^~~~~~ /kisskb/src/mm/filemap.c:1247:32: note: byref variable will be forcibly initialized 1247 | struct wait_page_queue wait_page; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'wake_page_function': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1136:9: note: in expansion of macro 'smp_store_release' 1136 | smp_store_release(&wait->flags, flags | WQ_FLAG_WOKEN); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'folio_wake_bit': /kisskb/src/mm/filemap.c:1158:28: note: byref variable will be forcibly initialized 1158 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/mm/filemap.c:1156:30: note: byref variable will be forcibly initialized 1156 | struct wait_page_key key; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_next_miss': /kisskb/src/mm/filemap.c:1794:18: note: byref variable will be forcibly initialized 1794 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:1830:18: note: byref variable will be forcibly initialized 1830 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/mm/filemap.c:1878:18: note: byref variable will be forcibly initialized 1878 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:2243:18: note: byref variable will be forcibly initialized 2243 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_get_read_batch': /kisskb/src/mm/filemap.c:2379:18: note: byref variable will be forcibly initialized 2379 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:2306:18: note: byref variable will be forcibly initialized 2306 | XA_STATE(xas, &mapping->i_pages, *index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_map_pages': /kisskb/src/mm/filemap.c:3358:18: note: byref variable will be forcibly initialized 3358 | XA_STATE(xas, &mapping->i_pages, start_pgoff); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'generic_perform_write': /kisskb/src/mm/filemap.c:3756:23: note: byref variable will be forcibly initialized 3756 | void *fsdata; | ^~~~~~ /kisskb/src/mm/filemap.c:3752:30: note: byref variable will be forcibly initialized 3752 | struct page *page; | ^~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_va_initcall': /kisskb/src/mm/damon/vaddr.c:685:33: note: byref variable will be forcibly initialized 685 | struct damon_operations ops_fvaddr = ops; | ^~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c:672:33: note: byref variable will be forcibly initialized 672 | struct damon_operations ops = { | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function '__filemap_add_folio': /kisskb/src/mm/filemap.c:847:18: note: byref variable will be forcibly initialized 847 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:1149:22: note: byref variable will be forcibly initialized 1149 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic.c:1148:25: note: byref variable will be forcibly initialized 1148 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_va_young': /kisskb/src/mm/damon/vaddr.c:518:41: note: byref variable will be forcibly initialized 518 | struct damon_young_walk_private arg = { | ^~~ /kisskb/src/mm/filemap.c: In function 'filemap_add_folio': /kisskb/src/mm/filemap.c:955:15: note: byref variable will be forcibly initialized 955 | void *shadow = NULL; | ^~~~~~ /kisskb/src/mm/damon/vaddr.c: In function '__damon_va_three_regions': /kisskb/src/mm/damon/vaddr.c:122:24: note: byref variable will be forcibly initialized 122 | struct rb_root rbroot; | ^~~~~~ /kisskb/src/mm/filemap.c: In function 'filemap_fault': /kisskb/src/mm/filemap.c:3116:22: note: byref variable will be forcibly initialized 3116 | struct file *fpin = NULL; | ^~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_va_update': /kisskb/src/mm/damon/vaddr.c:289:33: note: byref variable will be forcibly initialized 289 | struct damon_addr_range three_regions[3]; | ^~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function '__damon_va_init_regions': /kisskb/src/mm/damon/vaddr.c:237:33: note: byref variable will be forcibly initialized 237 | struct damon_addr_range regions[3]; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic.c: In function 'gic_check_eoimode': /kisskb/src/drivers/irqchip/irq-gic.c:1341:25: note: byref variable will be forcibly initialized 1341 | struct resource cpuif_res; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'migration_entry_wait_on_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1450:25: note: in expansion of macro 'smp_load_acquire' 1450 | flags = smp_load_acquire(&wait->flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1408:23: note: byref variable will be forcibly initialized 1408 | unsigned long pflags; | ^~~~~~ In file included from /kisskb/src/mm/damon/vaddr-test.h:15, from /kisskb/src/mm/damon/vaddr.c:701: /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_three_regions_in_vmas': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:95:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 95 | KUNIT_EXPECT_EQ(test, 330ul, regions[2].end); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1404:32: note: byref variable will be forcibly initialized 1404 | struct wait_page_queue wait_page; | ^~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:94:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 94 | KUNIT_EXPECT_EQ(test, 300ul, regions[2].start); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:93:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 93 | KUNIT_EXPECT_EQ(test, 220ul, regions[1].end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:92:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 92 | KUNIT_EXPECT_EQ(test, 200ul, regions[1].start); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:91:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 91 | KUNIT_EXPECT_EQ(test, 25ul, regions[0].end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:90:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 90 | KUNIT_EXPECT_EQ(test, 10ul, regions[0].start); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_do_test_apply_three_regions': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:153:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 153 | KUNIT_EXPECT_EQ(test, r->ar.end, expected[i * 2 + 1]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:152:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 152 | KUNIT_EXPECT_EQ(test, r->ar.start, expected[i * 2]); | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swap.h:13, from /kisskb/src/mm/filemap.c:23: /kisskb/src/mm/filemap.c: In function 'filemap_get_pages': /kisskb/src/include/linux/pagemap.h:1233:26: note: byref variable will be forcibly initialized 1233 | DEFINE_READAHEAD(ractl, file, ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1198:34: note: in definition of macro 'DEFINE_READAHEAD' 1198 | struct readahead_control ractl = { \ | ^~~~~ In file included from /kisskb/src/mm/damon/vaddr.c:701: /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions4': /kisskb/src/mm/damon/vaddr-test.h:245:23: note: byref variable will be forcibly initialized 245 | unsigned long expected[] = {5, 7, 30, 32, 65, 68}; | ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:240:33: note: byref variable will be forcibly initialized 240 | struct damon_addr_range new_three_regions[3] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:237:23: note: byref variable will be forcibly initialized 237 | unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, | ^~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions3': /kisskb/src/mm/damon/vaddr-test.h:220:23: note: byref variable will be forcibly initialized 220 | unsigned long expected[] = {5, 20, 20, 27, 61, 63, | ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:215:33: note: byref variable will be forcibly initialized 215 | struct damon_addr_range new_three_regions[3] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:212:23: note: byref variable will be forcibly initialized 212 | unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, | ^~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions2': /kisskb/src/mm/damon/vaddr-test.h:196:23: note: byref variable will be forcibly initialized 196 | unsigned long expected[] = {5, 20, 20, 27, 56, 57, | ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:191:33: note: byref variable will be forcibly initialized 191 | struct damon_addr_range new_three_regions[3] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:188:23: note: byref variable will be forcibly initialized 188 | unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, | ^~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions1': /kisskb/src/mm/damon/vaddr-test.h:174:23: note: byref variable will be forcibly initialized 174 | unsigned long expected[] = {5, 20, 20, 27, 45, 55, | ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:169:33: note: byref variable will be forcibly initialized 169 | struct damon_addr_range new_three_regions[3] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:166:23: note: byref variable will be forcibly initialized 166 | unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, | ^~~~~~~ In file included from /kisskb/src/mm/damon/vaddr-test.h:15, from /kisskb/src/mm/damon/vaddr.c:701: /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_split_evenly_succ': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:292:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 292 | KUNIT_EXPECT_EQ(test, r->ar.end, start + i * expected_width); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:290:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 290 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:287:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 287 | KUNIT_EXPECT_EQ(test, r->ar.end, end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:285:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 285 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:281:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 281 | KUNIT_EXPECT_EQ(test, damon_nr_regions(t), nr_pieces); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:279:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 279 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'filemap_read': /kisskb/src/mm/filemap.c:2661:28: note: byref variable will be forcibly initialized 2661 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_split_evenly_fail': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:264:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 264 | KUNIT_EXPECT_EQ(test, r->ar.end, end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:263:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 263 | KUNIT_EXPECT_EQ(test, r->ar.start, start); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:260:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 260 | KUNIT_EXPECT_EQ(test, damon_nr_regions(t), 1u); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:258:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 258 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_split_evenly': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:299:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 299 | KUNIT_EXPECT_EQ(test, damon_va_evenly_split_region(NULL, NULL, 5), | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'find_get_entries': /kisskb/src/mm/filemap.c:2081:18: note: byref variable will be forcibly initialized 2081 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:2118:18: note: byref variable will be forcibly initialized 2118 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:2185:18: note: byref variable will be forcibly initialized 2185 | XA_STATE(xas, &mapping->i_pages, *start); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2899:18: note: byref variable will be forcibly initialized 2899 | XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:3645:14: note: byref variable will be forcibly initialized 3645 | char pathname[128]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/irqchip/irq-gic-pm.c:7: /kisskb/src/drivers/irqchip/irq-gic-pm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/kernel/perf_callchain.c: In function 'user_backtrace': /kisskb/src/arch/arm64/kernel/perf_callchain.c:26:27: note: byref variable will be forcibly initialized 26 | struct frame_tail buftail; | ^~~~~~~ /kisskb/src/arch/arm64/kernel/perf_callchain.c: In function 'compat_user_backtrace': /kisskb/src/arch/arm64/kernel/perf_callchain.c:74:34: note: byref variable will be forcibly initialized 74 | struct compat_frame_tail buftail; | ^~~~~~~ /kisskb/src/arch/arm64/kernel/hw_breakpoint.c: In function 'watchpoint_handler': /kisskb/src/arch/arm64/kernel/hw_breakpoint.c:763:40: note: byref variable will be forcibly initialized 763 | struct arch_hw_breakpoint_ctrl ctrl; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/arch/arm64/kernel/suspend.c:2: /kisskb/src/arch/arm64/kernel/suspend.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/kernel/suspend.c: In function 'cpu_suspend': /kisskb/src/arch/arm64/kernel/suspend.c:93:33: note: byref variable will be forcibly initialized 93 | struct sleep_stack_data state; | ^~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'has_pv_steal_clock': /kisskb/src/arch/arm64/kernel/paravirt.c:142:30: note: byref variable will be forcibly initialized 142 | struct arm_smccc_res res; | ^~~ /kisskb/src/arch/arm64/kernel/elfcore.c: In function 'elf_core_write_extra_phdrs': /kisskb/src/arch/arm64/kernel/elfcore.c:96:33: note: byref variable will be forcibly initialized 96 | struct elf_phdr phdr; | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/memory.h:171, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/arch/arm64/include/asm/proc-fns.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:9, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/arch/arm64/kernel/paravirt.c:14: /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'stolen_time_cpu_down_prepare': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:473:9: note: in expansion of macro 'rcu_assign_pointer' 473 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c:87:17: note: in expansion of macro 'rcu_replace_pointer' 87 | kaddr = rcu_replace_pointer(reg->kaddr, NULL, true); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'stolen_time_cpu_online': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c:111:9: note: in expansion of macro 'rcu_assign_pointer' 111 | rcu_assign_pointer(reg->kaddr, kaddr); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c:98:30: note: byref variable will be forcibly initialized 98 | struct arm_smccc_res res; | ^~~ /kisskb/src/arch/arm64/kernel/machine_kexec.c: In function 'machine_kexec_post_load': /kisskb/src/arch/arm64/kernel/machine_kexec.c:124:31: note: byref variable will be forcibly initialized 124 | struct trans_pgd_info info = { | ^~~~ /kisskb/src/arch/arm64/kernel/machine_kexec.c:121:16: note: byref variable will be forcibly initialized 121 | pgd_t *trans_pgd; | ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/mte.c: In function '__access_remote_tags': /kisskb/src/arch/arm64/kernel/mte.c:391:30: note: byref variable will be forcibly initialized 391 | struct page *page = NULL; | ^~~~ /kisskb/src/arch/arm64/kernel/mte.c:376:32: note: byref variable will be forcibly initialized 376 | struct vm_area_struct *vma; | ^~~ /kisskb/src/arch/arm64/kernel/mte.c: In function 'mte_ptrace_copy_tags': /kisskb/src/arch/arm64/kernel/mte.c:479:22: note: byref variable will be forcibly initialized 479 | struct iovec kiov; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v2m.c: In function 'gicv2m_irq_gic_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v2m.c:138:27: note: byref variable will be forcibly initialized 138 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v2m.c: In function 'gicv2m_of_init': /kisskb/src/drivers/irqchip/irq-gic-v2m.c:422:33: note: byref variable will be forcibly initialized 422 | struct resource res; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v2m.c:421:36: note: byref variable will be forcibly initialized 421 | u32 spi_start = 0, nr_spis = 0; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v2m.c:421:21: note: byref variable will be forcibly initialized 421 | u32 spi_start = 0, nr_spis = 0; | ^~~~~~~~~ In file included from /kisskb/src/security/landlock/ruleset.c:16: /kisskb/src/security/landlock/ruleset.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/security/landlock/ruleset.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/security/landlock/ruleset.c: In function 'merge_ruleset': /kisskb/src/security/landlock/ruleset.c:289:39: note: byref variable will be forcibly initialized 289 | struct landlock_layer layers[] = { { | ^~~~~~ /kisskb/src/security/landlock/ruleset.c: In function 'landlock_insert_rule': /kisskb/src/security/landlock/ruleset.c:235:31: note: byref variable will be forcibly initialized 235 | struct landlock_layer layers[] = { { | ^~~~~~ /kisskb/src/security/integrity/ima/ima_fs.c: In function 'ima_read_policy': /kisskb/src/security/integrity/ima/ima_fs.c:277:15: note: byref variable will be forcibly initialized 277 | char *datap; | ^~~~~ /kisskb/src/security/integrity/ima/ima_fs.c:276:15: note: byref variable will be forcibly initialized 276 | void *data = NULL; | ^~~~ /kisskb/src/security/integrity/ima/ima_fs.c: In function 'ima_show_htable_value': /kisskb/src/security/integrity/ima/ima_fs.c:44:14: note: byref variable will be forcibly initialized 44 | char tmpbuf[32]; /* greater than largest 'long' string value */ | ^~~~~~ /kisskb/src/security/integrity/ima/ima_fs.c: In function 'ima_measurements_show': /kisskb/src/security/integrity/ima/ima_fs.c:133:27: note: byref variable will be forcibly initialized 133 | u32 pcr, namelen, template_data_len; /* temporary fields */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_fs.c:133:18: note: byref variable will be forcibly initialized 133 | u32 pcr, namelen, template_data_len; /* temporary fields */ | ^~~~~~~ /kisskb/src/security/integrity/ima/ima_fs.c:133:13: note: byref variable will be forcibly initialized 133 | u32 pcr, namelen, template_data_len; /* temporary fields */ | ^~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'public_key_verify_signature': /kisskb/src/crypto/asymmetric_keys/public_key.c:360:14: note: byref variable will be forcibly initialized 360 | char alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:359:28: note: byref variable will be forcibly initialized 359 | struct scatterlist src_sg[2]; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:356:28: note: byref variable will be forcibly initialized 356 | struct crypto_wait cwait; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/process_keys.c:9: /kisskb/src/security/keys/process_keys.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c: In function 'get_user_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c:60:25: note: in expansion of macro 'smp_store_release' 60 | smp_store_release(&user_ns->user_keyring_register, | ^~~~~~~~~~~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'software_key_query': /kisskb/src/crypto/asymmetric_keys/public_key.c:156:14: note: byref variable will be forcibly initialized 156 | char alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'software_key_eds_op': /kisskb/src/crypto/asymmetric_keys/public_key.c:219:14: note: byref variable will be forcibly initialized 219 | char alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:218:35: note: byref variable will be forcibly initialized 218 | struct scatterlist in_sg, out_sg; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:218:28: note: byref variable will be forcibly initialized 218 | struct scatterlist in_sg, out_sg; | ^~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:217:28: note: byref variable will be forcibly initialized 217 | struct crypto_wait cwait; | ^~~~~ /kisskb/src/security/keys/process_keys.c: In function 'look_up_user_keyrings': /kisskb/src/security/keys/process_keys.c:83:14: note: byref variable will be forcibly initialized 83 | char buf[20]; | ^~~ /kisskb/src/security/keys/process_keys.c: In function 'get_user_session_keyring_rcu': /kisskb/src/security/keys/process_keys.c:189:14: note: byref variable will be forcibly initialized 189 | char buf[20]; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/irqchip/irq-gic-v3.c:9: /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_peek_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:340:13: note: byref variable will be forcibly initialized 340 | u32 index, mask; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_set_prio': /kisskb/src/drivers/irqchip/irq-gic-v3.c:466:21: note: byref variable will be forcibly initialized 466 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_poke_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:356:13: note: byref variable will be forcibly initialized 356 | u32 index, mask; | ^~~~~ /kisskb/src/security/keys/process_keys.c: In function 'lookup_user_key': /kisskb/src/security/keys/process_keys.c:621:27: note: byref variable will be forcibly initialized 621 | struct key *key, *user_session; | ^~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c:621:21: note: byref variable will be forcibly initialized 621 | struct key *key, *user_session; | ^~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/irqchip/irq-gic-v3.c:9: /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_ipi_send_mask': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1276:13: note: byref variable will be forcibly initialized 1276 | int cpu; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_type': /kisskb/src/drivers/irqchip/irq-gic-v3.c:582:21: note: byref variable will be forcibly initialized 582 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_affinity': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1325:21: note: byref variable will be forcibly initialized 1325 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1559:22: note: byref variable will be forcibly initialized 1559 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1558:25: note: byref variable will be forcibly initialized 1558 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_select': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1613:25: note: byref variable will be forcibly initialized 1613 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1612:22: note: byref variable will be forcibly initialized 1612 | unsigned int type, ret, ppi_idx; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/request_key_auth.c:10: /kisskb/src/security/keys/request_key_auth.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:57:9: note: in expansion of macro 'rcu_assign_keypointer' 57 | rcu_assign_keypointer(key, (struct request_key_auth *)prep->data); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/syscalls.c: In function '__do_sys_landlock_create_ruleset': /kisskb/src/security/landlock/syscalls.c:161:38: note: byref variable will be forcibly initialized 161 | struct landlock_ruleset_attr ruleset_attr; | ^~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_destroy': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:152:17: note: in expansion of macro 'rcu_assign_keypointer' 152 | rcu_assign_keypointer(key, NULL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_revoke': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:139:9: note: in expansion of macro 'rcu_assign_keypointer' 139 | rcu_assign_keypointer(key, NULL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_populate_ppi_partitions': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1994:35: note: byref variable will be forcibly initialized 1994 | struct irq_fwspec ppi_fwspec = { | ^~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_new': /kisskb/src/security/keys/request_key_auth.c:168:14: note: byref variable will be forcibly initialized 168 | char desc[20]; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1963:29: note: byref variable will be forcibly initialized 1963 | u32 cpu_phandle; | ^~~~~~~~~~~ /kisskb/src/security/landlock/syscalls.c: In function '__do_sys_landlock_add_rule': /kisskb/src/security/landlock/syscalls.c:310:21: note: byref variable will be forcibly initialized 310 | struct path path; | ^~~~ /kisskb/src/security/landlock/syscalls.c:309:43: note: byref variable will be forcibly initialized 309 | struct landlock_path_beneath_attr path_beneath_attr; | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'key_get_instantiation_authkey': /kisskb/src/security/keys/request_key_auth.c:248:14: note: byref variable will be forcibly initialized 248 | char description[16]; | ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'partition_domain_translate': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1650:23: note: byref variable will be forcibly initialized 1650 | unsigned long ppi_intid; | ^~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_setup_kvm_info': /kisskb/src/drivers/irqchip/irq-gic-v3.c:2023:13: note: byref variable will be forcibly initialized 2023 | u32 gicv_idx; | ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:2022:25: note: byref variable will be forcibly initialized 2022 | struct resource r; | ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_init': /kisskb/src/drivers/irqchip/irq-gic-v3.c:2075:13: note: byref variable will be forcibly initialized 2075 | u32 nr_redist_regions; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:2074:13: note: byref variable will be forcibly initialized 2074 | u64 redist_stride; | ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:2073:25: note: byref variable will be forcibly initialized 2073 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/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/security/keys/user_defined.c:10: /kisskb/src/security/keys/user_defined.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c: In function 'user_update': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c:115:9: note: in expansion of macro 'rcu_assign_keypointer' 115 | rcu_assign_keypointer(key, prep->payload.data[0]); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c: In function 'user_revoke': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c:136:17: note: in expansion of macro 'rcu_assign_keypointer' 136 | rcu_assign_keypointer(key, NULL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_set_nonspinnable': /kisskb/src/kernel/locking/rwsem.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned long owner = atomic_long_read(&sem->owner); | ^~~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_write_trylock': /kisskb/src/kernel/locking/rwsem.c:253:14: note: byref variable will be forcibly initialized 253 | long tmp = RWSEM_UNLOCKED_VALUE; | ^~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_try_write_lock_unqueued': /kisskb/src/kernel/locking/rwsem.c:679:14: note: byref variable will be forcibly initialized 679 | long count = atomic_long_read(&sem->count); | ^~~~~ /kisskb/src/kernel/locking/rwsem.c: In function '__down_read_trylock': /kisskb/src/kernel/locking/rwsem.c:1266:14: note: byref variable will be forcibly initialized 1266 | long tmp; | ^~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_try_write_lock': /kisskb/src/kernel/locking/rwsem.c:603:14: note: byref variable will be forcibly initialized 603 | long count, new; | ^~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/locking/rwsem.c:19: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_mark_wake': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:556:17: note: in expansion of macro 'smp_store_release' 556 | smp_store_release(&waiter->task, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:414:26: note: byref variable will be forcibly initialized 414 | struct list_head wlist; | ^~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_wake': /kisskb/src/kernel/locking/rwsem.c:1200:23: note: byref variable will be forcibly initialized 1200 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_downgrade_wake': /kisskb/src/kernel/locking/rwsem.c:1221:23: note: byref variable will be forcibly initialized 1221 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/request_key.c:11: /kisskb/src/security/keys/request_key.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/locking/rwsem.c:19: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_read_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:1065:22: note: in expansion of macro 'smp_load_acquire' 1065 | if (!smp_load_acquire(&waiter.task)) { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c:993:23: note: byref variable will be forcibly initialized 993 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c:992:29: note: byref variable will be forcibly initialized 992 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/security/keys/compat_dh.c: In function 'compat_keyctl_dh_compute': /kisskb/src/security/keys/compat_dh.c:21:41: note: byref variable will be forcibly initialized 21 | struct compat_keyctl_kdf_params compat_kdfcopy; | ^~~~~~~~~~~~~~ /kisskb/src/security/keys/compat_dh.c:20:34: note: byref variable will be forcibly initialized 20 | struct keyctl_kdf_params kdfcopy; | ^~~~~~~ /kisskb/src/kernel/locking/semaphore.c: In function '___down_common': /kisskb/src/kernel/locking/semaphore.c:212:33: note: byref variable will be forcibly initialized 212 | struct semaphore_waiter waiter; | ^~~~~~ /kisskb/src/kernel/locking/rwsem.c: In function '__down_read_common': /kisskb/src/kernel/locking/rwsem.c:1239:14: note: byref variable will be forcibly initialized 1239 | long count; | ^~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_ioctl': /kisskb/src/sound/core/seq/seq_clientmgr.c:2145:11: note: byref variable will be forcibly initialized 2145 | } buf; | ^~~ /kisskb/src/security/keys/request_key.c: In function 'construct_get_dest_keyring': /kisskb/src/security/keys/request_key.c:266:21: note: byref variable will be forcibly initialized 266 | struct key *dest_keyring = *_dest_keyring, *authkey; | ^~~~~~~~~~~~ /kisskb/src/security/keys/request_key.c: In function 'construct_alloc_key': /kisskb/src/security/keys/request_key.c:372:34: note: byref variable will be forcibly initialized 372 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_create_kernel_client': /kisskb/src/sound/core/seq/seq_clientmgr.c:2201:17: note: byref variable will be forcibly initialized 2201 | va_list args; | ^~~~ /kisskb/src/security/keys/request_key.c: In function 'construct_key_and_link': /kisskb/src/security/keys/request_key.c:481:21: note: byref variable will be forcibly initialized 481 | struct key *key; | ^~~ /kisskb/src/security/keys/request_key.c: In function 'call_sbin_request_key': /kisskb/src/security/keys/request_key.c:124:14: note: byref variable will be forcibly initialized 124 | char desc[20]; | ^~~~ /kisskb/src/security/keys/request_key.c:123:27: note: byref variable will be forcibly initialized 123 | char key_str[12], keyring_str[3][12]; | ^~~~~~~~~~~ /kisskb/src/security/keys/request_key.c:123:14: note: byref variable will be forcibly initialized 123 | char key_str[12], keyring_str[3][12]; | ^~~~~~~ /kisskb/src/security/keys/request_key.c:122:47: note: byref variable will be forcibly initialized 122 | char *argv[9], *envp[3], uid_str[12], gid_str[12]; | ^~~~~~~ /kisskb/src/security/keys/request_key.c:122:34: note: byref variable will be forcibly initialized 122 | char *argv[9], *envp[3], uid_str[12], gid_str[12]; | ^~~~~~~ /kisskb/src/security/keys/request_key.c:122:25: note: byref variable will be forcibly initialized 122 | char *argv[9], *envp[3], uid_str[12], gid_str[12]; | ^~~~ /kisskb/src/security/keys/request_key.c:122:15: note: byref variable will be forcibly initialized 122 | char *argv[9], *envp[3], uid_str[12], gid_str[12]; | ^~~~ /kisskb/src/security/keys/request_key.c:121:65: note: byref variable will be forcibly initialized 121 | struct key *key = rka->target_key, *keyring, *session, *user_session; | ^~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_write_slowpath': /kisskb/src/kernel/locking/rwsem.c:1101:23: note: byref variable will be forcibly initialized 1101 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c:1100:29: note: byref variable will be forcibly initialized 1100 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_read': /kisskb/src/sound/core/seq/seq_clientmgr.c:445:46: note: byref variable will be forcibly initialized 445 | struct snd_seq_event tmpev; | ^~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c:407:36: note: byref variable will be forcibly initialized 407 | struct snd_seq_event_cell *cell; | ^~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_client_enqueue_event': /kisskb/src/sound/core/seq/seq_clientmgr.c:934:36: note: byref variable will be forcibly initialized 934 | struct snd_seq_event_cell *cell; | ^~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_write': /kisskb/src/sound/core/seq/seq_clientmgr.c:1028:30: note: byref variable will be forcibly initialized 1028 | struct snd_seq_event event; | ^~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'bounce_error_event': /kisskb/src/sound/core/seq/seq_clientmgr.c:539:30: note: byref variable will be forcibly initialized 539 | struct snd_seq_event bounce_ev; | ^~~~~~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_dispatch_event': /kisskb/src/sound/core/seq/seq_clientmgr.c:875:38: note: byref variable will be forcibly initialized 875 | struct snd_seq_event tmpev, *ev; | ^~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_client_notify_subscription': /kisskb/src/sound/core/seq/seq_clientmgr.c:1452:30: note: byref variable will be forcibly initialized 1452 | struct snd_seq_event event; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/proc.c:9: /kisskb/src/security/keys/proc.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/proc.c: In function 'proc_keys_show': /kisskb/src/security/keys/proc.c:160:14: note: byref variable will be forcibly initialized 160 | char xbuf[16]; | ^~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:573:29: note: byref variable will be forcibly initialized 573 | struct mutex_waiter waiter; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/lock.h:144, from /kisskb/src/kernel/locking/mutex.c:34: /kisskb/src/kernel/locking/mutex.c: In function 'perf_trace_lock_acquire': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'perf_trace_lock': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'perf_trace_contention_begin': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(contention_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(contention_begin, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'perf_trace_contention_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(contention_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(contention_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/lock.h:144, from /kisskb/src/kernel/locking/mutex.c:34: /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_lock_acquire': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_lock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_contention_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(contention_begin, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_contention_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(contention_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/lock.h:144, from /kisskb/src/kernel/locking/mutex.c:34: /kisskb/src/kernel/locking/mutex.c: In function '__bpf_trace_lock_acquire': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__bpf_trace_lock': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__bpf_trace_contention_begin': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(contention_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(contention_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(contention_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(contention_begin, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__bpf_trace_contention_end': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(contention_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(contention_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(contention_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(contention_end, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_handoff': /kisskb/src/kernel/locking/mutex.c:233:23: note: byref variable will be forcibly initialized 233 | unsigned long owner = atomic_long_read(&lock->owner); | ^~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_trylock_common': /kisskb/src/kernel/locking/mutex.c:105:23: note: byref variable will be forcibly initialized 105 | unsigned long owner, curr = (unsigned long)current; | ^~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_unlock_slowpath': /kisskb/src/kernel/locking/mutex.c:905:23: note: byref variable will be forcibly initialized 905 | unsigned long owner; | ^~~~~ In file included from /kisskb/src/kernel/locking/mutex.c:25: /kisskb/src/kernel/locking/mutex.c:904:23: note: byref variable will be forcibly initialized 904 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/mutex.c: In function 'mutex_lock_io_nested': /kisskb/src/kernel/locking/mutex.c:573:29: note: byref variable will be forcibly initialized 573 | struct mutex_waiter waiter; | ^~~~~~ /kisskb/src/fs/notify/fsnotify.c: In function 'send_to_group': /kisskb/src/fs/notify/fsnotify.c:328:31: note: byref variable will be forcibly initialized 328 | struct fsnotify_mark *mark; | ^~~~ /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify': /kisskb/src/fs/notify/fsnotify.c:483:35: note: byref variable will be forcibly initialized 483 | struct fsnotify_iter_info iter_info = {}; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/fsnotify.c:7: /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify_sb_delete': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c:95:9: note: in expansion of macro 'wait_var_event' 95 | wait_var_event(&sb->s_fsnotify_connectors, | ^~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c: In function '__fsnotify_parent': /kisskb/src/fs/notify/fsnotify.c:189:30: note: byref variable will be forcibly initialized 189 | struct name_snapshot name; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/mm/mempool.c:13: /kisskb/src/mm/mempool.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ /kisskb/src/mm/mempool.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/mm/mempool.c: In function 'mempool_alloc': /kisskb/src/mm/mempool.c:378:28: note: byref variable will be forcibly initialized 378 | wait_queue_entry_t wait; | ^~~~ In file included from /kisskb/src/mm/fadvise.c:15: /kisskb/src/mm/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/internal.h:103:26: note: byref variable will be forcibly initialized 103 | DEFINE_READAHEAD(ractl, file, &file->f_ra, mapping, index); | ^~~~~ /kisskb/src/include/linux/pagemap.h:1198:34: note: in definition of macro 'DEFINE_READAHEAD' 1198 | struct readahead_control ractl = { \ | ^~~~~ /kisskb/src/mm/fadvise.c:143:39: note: byref variable will be forcibly initialized 143 | unsigned long nr_pagevec = 0; | ^~~~~~~~~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_reclaim_retry_zone': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_mark_victim': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_wake_reaper': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_start_task_reaping': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' 106 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' 106 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_finish_task_reaping': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_skip_task_reaping': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'perf_trace_compact_retry': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_reclaim_retry_zone': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_mark_victim': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_wake_reaper': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_start_task_reaping': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' 106 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_finish_task_reaping': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_skip_task_reaping': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_compact_retry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_oom_score_adj_update': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_mark_victim': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_wake_reaper': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_start_task_reaping': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' 106 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' 106 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_finish_task_reaping': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_skip_task_reaping': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_reclaim_retry_zone': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__bpf_trace_compact_retry': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:541:43: note: byref variable will be forcibly initialized 541 | struct mmu_gather tlb; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_reaper': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:9: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:25: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:646:17: note: in expansion of macro 'wait_event_freezable' 646 | wait_event_freezable(oom_reaper_wait, oom_reaper_list != NULL); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/persistent.c: In function 'key_get_persistent': /kisskb/src/security/keys/persistent.c:79:14: note: byref variable will be forcibly initialized 79 | char buf[32]; | ^~~ /kisskb/src/security/keys/persistent.c:76:34: note: byref variable will be forcibly initialized 76 | struct keyring_index_key index_key; | ^~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__do_sys_process_mrelease': /kisskb/src/mm/oom_kill.c:1207:22: note: byref variable will be forcibly initialized 1207 | unsigned int f_flags; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_killer_disable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:831:15: note: in expansion of macro 'wait_event_interruptible_timeout' 831 | ret = wait_event_interruptible_timeout(oom_victims_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'out_of_memory': /kisskb/src/mm/oom_kill.c:1109:23: note: byref variable will be forcibly initialized 1109 | unsigned long freed = 0; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/dma-iommu.h:12, from /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:9: /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'mbi_irq_gic_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:45:27: note: byref variable will be forcibly initialized 45 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'mbi_allocate_domains': /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:233:43: note: byref variable will be forcibly initialized 233 | struct irq_domain *nexus_domain, *pci_domain, *plat_domain; | ^~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'mbi_init': /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:309:33: note: byref variable will be forcibly initialized 309 | struct resource res; | ^~~ /kisskb/src/crypto/asymmetric_keys/pkcs7_verify.c: In function 'pkcs7_digest': /kisskb/src/crypto/asymmetric_keys/pkcs7_verify.c:73:20: note: byref variable will be forcibly initialized 73 | u8 tag; | ^~~ /kisskb/src/security/keys/dh.c: In function 'keyctl_dh_compute_kdf': /kisskb/src/security/keys/dh.c:114:21: note: byref variable will be forcibly initialized 114 | struct kvec kbuf_iov = { .iov_base = kbuf, .iov_len = kbuflen }; | ^~~~~~~~ /kisskb/src/security/keys/dh.c: In function '__keyctl_dh_compute': /kisskb/src/security/keys/dh.c:154:30: note: byref variable will be forcibly initialized 154 | struct crypto_shash *hash = NULL; | ^~~~ /kisskb/src/security/keys/dh.c:149:30: note: byref variable will be forcibly initialized 149 | struct dh_completion compl; | ^~~~~ /kisskb/src/security/keys/dh.c:148:28: note: byref variable will be forcibly initialized 148 | struct scatterlist outsg; | ^~~~~ /kisskb/src/security/keys/dh.c:147:19: note: byref variable will be forcibly initialized 147 | struct dh dh_inputs; | ^~~~~~~~~ /kisskb/src/security/keys/dh.c:146:33: note: byref variable will be forcibly initialized 146 | struct keyctl_dh_params pcopy; | ^~~~~ /kisskb/src/security/keys/dh.c: In function 'keyctl_dh_compute': /kisskb/src/security/keys/dh.c:324:34: note: byref variable will be forcibly initialized 324 | struct keyctl_kdf_params kdfcopy; | ^~~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_params_parse': /kisskb/src/security/keys/keyctl_pkey.c:42:15: note: byref variable will be forcibly initialized 42 | char *c = params->info, *p, *q; | ^ /kisskb/src/security/keys/keyctl_pkey.c:41:21: note: byref variable will be forcibly initialized 41 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/security/keys/keyctl_pkey.c:40:23: note: byref variable will be forcibly initialized 40 | unsigned long token_mask = 0; | ^~~~~~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_params_get_2': /kisskb/src/security/keys/keyctl_pkey.c:119:34: note: byref variable will be forcibly initialized 119 | struct kernel_pkey_query info; | ^~~~ /kisskb/src/security/keys/keyctl_pkey.c:118:35: note: byref variable will be forcibly initialized 118 | struct keyctl_pkey_params uparams; | ^~~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_query': /kisskb/src/security/keys/keyctl_pkey.c:174:34: note: byref variable will be forcibly initialized 174 | struct kernel_pkey_query res; | ^~~ /kisskb/src/security/keys/keyctl_pkey.c:173:35: note: byref variable will be forcibly initialized 173 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/security/landlock/fs.c: In function 'init_layer_masks': /kisskb/src/security/landlock/fs.c:314:37: note: byref variable will be forcibly initialized 314 | const unsigned long access_req = access_request; | ^~~~~~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_e_d_s': /kisskb/src/security/keys/keyctl_pkey.c:218:35: note: byref variable will be forcibly initialized 218 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/security/landlock/fs.c: In function 'unmask_layers': /kisskb/src/security/landlock/fs.c:244:37: note: byref variable will be forcibly initialized 244 | const unsigned long access_req = access_request; | ^~~~~~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_verify': /kisskb/src/security/keys/keyctl_pkey.c:293:35: note: byref variable will be forcibly initialized 293 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/security/landlock/fs.c: In function 'is_eacces': /kisskb/src/security/landlock/fs.c:413:29: note: byref variable will be forcibly initialized 413 | const unsigned long access_check = access_request & | ^~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c: In function 'scope_to_request': /kisskb/src/security/landlock/fs.c:392:29: note: byref variable will be forcibly initialized 392 | const unsigned long access_req = access_request; | ^~~~~~~~~~ /kisskb/src/security/landlock/fs.c: In function 'check_access_path_dual': /kisskb/src/security/landlock/fs.c:484:17: note: byref variable will be forcibly initialized 484 | _layer_masks_child2[LANDLOCK_NUM_ACCESS_FS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:483:22: note: byref variable will be forcibly initialized 483 | layer_mask_t _layer_masks_child1[LANDLOCK_NUM_ACCESS_FS], | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:481:21: note: byref variable will be forcibly initialized 481 | struct path walker_path; | ^~~~~~~~~~~ /kisskb/src/mm/page-writeback.c: In function '__wb_calc_thresh': /kisskb/src/mm/page-writeback.c:754:34: note: byref variable will be forcibly initialized 754 | unsigned long numerator, denominator; | ^~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:754:23: note: byref variable will be forcibly initialized 754 | unsigned long numerator, denominator; | ^~~~~~~~~ /kisskb/src/security/landlock/fs.c: In function 'current_check_refer_path': /kisskb/src/security/landlock/fs.c:822:17: note: byref variable will be forcibly initialized 822 | layer_masks_parent2[LANDLOCK_NUM_ACCESS_FS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:821:22: note: byref variable will be forcibly initialized 821 | layer_mask_t layer_masks_parent1[LANDLOCK_NUM_ACCESS_FS], | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:820:21: note: byref variable will be forcibly initialized 820 | struct path mnt_dir; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/security/landlock/fs.c:16: /kisskb/src/security/landlock/fs.c: In function 'hook_sb_delete': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:1012:9: note: in expansion of macro 'wait_var_event' 1012 | wait_var_event(&landlock_superblock(sb)->inode_refs, | ^~~~~~~~~~~~~~ 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:10: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:973:25: note: in expansion of macro 'rcu_assign_pointer' 973 | rcu_assign_pointer(landlock_inode(inode)->object, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c: In function 'balance_dirty_pages': /kisskb/src/mm/page-writeback.c:1571:13: note: byref variable will be forcibly initialized 1571 | int nr_dirtied_pause; | ^~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c: In function 'release_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:72:9: note: in expansion of macro 'rcu_assign_pointer' 72 | rcu_assign_pointer(landlock_inode(inode)->object, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/fs.h:10, from /kisskb/src/security/landlock/fs.c:16: /kisskb/src/security/landlock/fs.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ 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:10: /kisskb/src/security/landlock/fs.c: In function 'get_inode_object': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:139:9: note: in expansion of macro 'rcu_assign_pointer' 139 | rcu_assign_pointer(inode_sec->object, new_object); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function 'tag_pages_for_writeback': /kisskb/src/mm/page-writeback.c:2206:18: note: byref variable will be forcibly initialized 2206 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:2265:17: note: byref variable will be forcibly initialized 2265 | pgoff_t index; | ^~~~~ /kisskb/src/mm/page-writeback.c:2263:24: note: byref variable will be forcibly initialized 2263 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/security/integrity/ima/ima_queue.c:19: /kisskb/src/security/integrity/ima/ima_queue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function '__folio_start_writeback': In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/security/integrity/ima/ima_queue.c:18: /kisskb/src/security/integrity/ima/ima_queue.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:2935:26: note: byref variable will be forcibly initialized 2935 | XA_STATE(xas, &mapping->i_pages, folio_index(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/security/integrity/ima/ima_queue.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_queue.c: In function 'ima_add_template_entry': /kisskb/src/security/integrity/ima/ima_queue.c:166:14: note: byref variable will be forcibly initialized 166 | char tpm_audit_cause[AUDIT_CAUSE_LEN_MAX]; | ^~~~~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c: In function 'writeback_set_ratelimit': /kisskb/src/mm/page-writeback.c:2068:23: note: byref variable will be forcibly initialized 2068 | unsigned long dirty_thresh; | ^~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:2067:23: note: byref variable will be forcibly initialized 2067 | unsigned long background_thresh; | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_init.c: In function 'ima_add_boot_aggregate': /kisskb/src/security/integrity/ima/ima_init.c:50:36: note: byref variable will be forcibly initialized 50 | struct ima_max_digest_data hash; | ^~~~ /kisskb/src/security/integrity/ima/ima_init.c:47:37: note: byref variable will be forcibly initialized 47 | struct integrity_iint_cache tmp_iint, *iint = &tmp_iint; | ^~~~~~~~ /kisskb/src/security/integrity/ima/ima_init.c:46:36: note: byref variable will be forcibly initialized 46 | struct ima_template_entry *entry; | ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/kernel/locking/percpu-rwsem.c:2: /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'percpu_rwsem_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:160:22: note: in expansion of macro 'smp_load_acquire' 160 | if (!smp_load_acquire(&wq_entry.private)) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'percpu_rwsem_wake_function': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:133:9: note: in expansion of macro 'smp_store_release' 133 | smp_store_release(&wq_entry->private, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'get_its_list': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:215:23: note: byref variable will be forcibly initialized 215 | unsigned long its_list = 0; | ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'gic_check_reserved_range': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2197:13: note: byref variable will be forcibly initialized 2197 | u64 i; | ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2196:33: note: byref variable will be forcibly initialized 2196 | phys_addr_t start, end, addr_end; | ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2196:28: note: byref variable will be forcibly initialized 2196 | phys_addr_t start, end, addr_end; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2196:21: note: byref variable will be forcibly initialized 2196 | phys_addr_t start, end, addr_end; | ^~~~~ /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID': /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c:161:22: note: byref variable will be forcibly initialized 161 | char buffer[50]; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_extract_key_data': /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c:500:18: note: byref variable will be forcibly initialized 500 | enum OID oid; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:7: /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_cpu_init_lpis': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3058:21: note: byref variable will be forcibly initialized 3058 | 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:1200:29: note: byref variable will be forcibly initialized 1200 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_invall': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1243:29: note: byref variable will be forcibly initialized 1243 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_discard': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1233:29: note: byref variable will be forcibly initialized 1233 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapti': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1210:29: note: byref variable will be forcibly initialized 1210 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_movi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1222:29: note: byref variable will be forcibly initialized 1222 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_clear': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1169:29: note: byref variable will be forcibly initialized 1169 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_int': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1159:29: note: byref variable will be forcibly initialized 1159 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_inv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1179:29: note: byref variable will be forcibly initialized 1179 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapd': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1189:29: note: byref variable will be forcibly initialized 1189 | 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:1280:29: note: byref variable will be forcibly initialized 1280 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vinvall': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1335:29: note: byref variable will be forcibly initialized 1335 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_invdb': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1385:29: note: byref variable will be forcibly initialized 1385 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_configure_sgi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4176:29: note: byref variable will be forcibly initialized 4176 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vinv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1343:29: note: byref variable will be forcibly initialized 1343 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vmovi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1267:29: note: byref variable will be forcibly initialized 1267 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vmapti': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1253:29: note: byref variable will be forcibly initialized 1253 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vint': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1357:29: note: byref variable will be forcibly initialized 1357 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vclear': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1371:29: note: byref variable will be forcibly initialized 1371 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_create_device': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3370:13: note: byref variable will be forcibly initialized 3370 | int nr_lpis; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3369:13: note: byref variable will be forcibly initialized 3369 | int lpi_base; | ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_gic_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3526:27: note: byref variable will be forcibly initialized 3526 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vpe_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4474:19: note: byref variable will be forcibly initialized 4474 | int base, nr_ids, i, err = 0; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4474:13: note: byref variable will be forcibly initialized 4474 | int base, nr_ids, i, err = 0; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_reset_one': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:5283:13: note: byref variable will be forcibly initialized 5283 | int err, i; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_enable_quirk_socionext_synquacer': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4675:13: note: byref variable will be forcibly initialized 4675 | 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:2589:21: note: byref variable will be forcibly initialized 2589 | 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:1577:23: note: byref variable will be forcibly initialized 1577 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'direct_lpi_inv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1438:23: note: byref variable will be forcibly initialized 1438 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3553:25: note: byref variable will be forcibly initialized 3553 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_probe_one': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:5011:13: note: byref variable will be forcibly initialized 5011 | int err; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_of_probe': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:5304:25: note: byref variable will be forcibly initialized 5304 | struct resource res; | ^~~ /kisskb/src/fs/notify/fdinfo.c: In function 'show_mark_fhandle': /kisskb/src/fs/notify/fdinfo.c:48:13: note: byref variable will be forcibly initialized 48 | int size, ret, i; | ^~~~ /kisskb/src/fs/notify/fdinfo.c:47:11: note: byref variable will be forcibly initialized 47 | } f; | ^ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/fs.h:10, from /kisskb/src/fs/notify/mark.c:63: /kisskb/src/fs/notify/mark.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/mark.c:63: /kisskb/src/fs/notify/mark.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'hlist_add_before_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:656:9: note: in expansion of macro 'rcu_assign_pointer' 656 | rcu_assign_pointer(hlist_pprev_rcu(n), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'hlist_add_behind_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:683:9: note: in expansion of macro 'rcu_assign_pointer' 683 | rcu_assign_pointer(hlist_next_rcu(prev), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_mark_destroy_workfn': /kisskb/src/fs/notify/mark.c:891:26: note: byref variable will be forcibly initialized 891 | struct list_head private_destroy_list; | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/mark.c:63: /kisskb/src/fs/notify/mark.c: In function 'fsnotify_detach_connector_from_object': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c:265:9: note: in expansion of macro 'rcu_assign_pointer' 265 | rcu_assign_pointer(*(conn->obj), NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_put_mark': /kisskb/src/fs/notify/mark.c:297:22: note: byref variable will be forcibly initialized 297 | unsigned int type = FSNOTIFY_OBJ_TYPE_DETACHED; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/notify/group.c:8: /kisskb/src/fs/notify/group.c: In function 'fsnotify_destroy_group': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/notify/group.c:68:9: note: in expansion of macro 'wait_event' 68 | wait_event(group->notification_waitq, !atomic_read(&group->user_waits)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/mark.c:63: /kisskb/src/fs/notify/mark.c: In function 'fsnotify_clear_marks_by_group': /kisskb/src/fs/notify/mark.c:790:19: note: byref variable will be forcibly initialized 790 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_destroy_marks': /kisskb/src/fs/notify/mark.c:836:22: note: byref variable will be forcibly initialized 836 | unsigned int type; | ^~~~ /kisskb/src/crypto/asymmetric_keys/pkcs7_parser.c: In function 'pkcs7_note_OID': /kisskb/src/crypto/asymmetric_keys/pkcs7_parser.c:212:22: note: byref variable will be forcibly initialized 212 | char buffer[50]; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c: In function 'of_pmsi_get_dev_id': /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c:24:40: note: byref variable will be forcibly initialized 24 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c: In function 'its_pmsi_prepare': /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c:50:13: note: byref variable will be forcibly initialized 50 | u32 dev_id; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/pkcs8_parser.c: In function 'pkcs8_parse': /kisskb/src/crypto/asymmetric_keys/pkcs8_parser.c:99:36: note: byref variable will be forcibly initialized 99 | struct pkcs8_parse_context ctx; | ^~~ /kisskb/src/crypto/asymmetric_keys/pkcs8_parser.c: In function 'pkcs8_note_OID': /kisskb/src/crypto/asymmetric_keys/pkcs8_parser.c:41:22: note: byref variable will be forcibly initialized 41 | char buffer[50]; | ^~~~~~ /kisskb/src/samples/vfio-mdev/mtty.c: In function 'mtty_probe': /kisskb/src/samples/vfio-mdev/mtty.c:710:13: note: byref variable will be forcibly initialized 710 | int avail_ports = atomic_read(&mdev_avail_ports); | ^~~~~~~~~~~ /kisskb/src/samples/vfio-mdev/mtty.c: In function 'mtty_ioctl': /kisskb/src/samples/vfio-mdev/mtty.c:1177:24: note: byref variable will be forcibly initialized 1177 | size_t data_size = 0; | ^~~~~~~~~ /kisskb/src/samples/vfio-mdev/mtty.c:1175:37: note: byref variable will be forcibly initialized 1175 | struct vfio_irq_set hdr; | ^~~ /kisskb/src/samples/vfio-mdev/mtty.c:1153:38: note: byref variable will be forcibly initialized 1153 | struct vfio_irq_info info; | ^~~~ /kisskb/src/samples/vfio-mdev/mtty.c:1130:23: note: byref variable will be forcibly initialized 1130 | void *cap_type = NULL; | ^~~~~~~~ /kisskb/src/samples/vfio-mdev/mtty.c:1129:21: note: byref variable will be forcibly initialized 1129 | u16 cap_type_id = 0; | ^~~~~~~~~~~ /kisskb/src/samples/vfio-mdev/mtty.c:1128:41: note: byref variable will be forcibly initialized 1128 | struct vfio_region_info info; | ^~~~ /kisskb/src/samples/vfio-mdev/mtty.c:1105:41: note: byref variable will be forcibly initialized 1105 | struct vfio_device_info info; | ^~~~ /kisskb/src/samples/vfio-mdev/mtty.c: In function 'mtty_write': /kisskb/src/samples/vfio-mdev/mtty.c:877:28: note: byref variable will be forcibly initialized 877 | u8 val; | ^~~ /kisskb/src/samples/vfio-mdev/mtty.c:865:29: note: byref variable will be forcibly initialized 865 | u16 val; | ^~~ /kisskb/src/samples/vfio-mdev/mtty.c:853:29: note: byref variable will be forcibly initialized 853 | u32 val; | ^~~ /kisskb/src/samples/vfio-mdev/mtty.c: In function 'mtty_read': /kisskb/src/samples/vfio-mdev/mtty.c:816:28: note: byref variable will be forcibly initialized 816 | u8 val; | ^~~ /kisskb/src/samples/vfio-mdev/mtty.c:804:29: note: byref variable will be forcibly initialized 804 | u16 val; | ^~~ /kisskb/src/samples/vfio-mdev/mtty.c:792:29: note: byref variable will be forcibly initialized 792 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/mm/truncate.c:12: /kisskb/src/mm/truncate.c: In function '__clear_shadow_entry': /kisskb/src/mm/truncate.c:35:18: note: byref variable will be forcibly initialized 35 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/truncate.c: In function 'invalidate_inode_pages2_range': /kisskb/src/mm/truncate.c:632:28: note: byref variable will be forcibly initialized 632 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/truncate.c:631:17: note: byref variable will be forcibly initialized 631 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/security/integrity/ima/ima_main.c:18: /kisskb/src/security/integrity/ima/ima_main.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/truncate.c: In function 'truncate_inode_pages_range': /kisskb/src/mm/truncate.c:336:25: note: byref variable will be forcibly initialized 336 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/truncate.c:335:28: note: byref variable will be forcibly initialized 335 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/truncate.c: In function 'invalidate_mapping_pagevec': /kisskb/src/mm/truncate.c:506:28: note: byref variable will be forcibly initialized 506 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/truncate.c:505:17: note: byref variable will be forcibly initialized 505 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c: In function 'process_measurement': /kisskb/src/security/integrity/ima/ima_main.c:218:22: note: byref variable will be forcibly initialized 218 | unsigned int allowed_algos = 0; | ^~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c:213:36: note: byref variable will be forcibly initialized 213 | struct evm_ima_xattr_data *xattr_value = NULL; | ^~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c:212:13: note: byref variable will be forcibly initialized 212 | int pcr = CONFIG_IMA_MEASURE_PCR_IDX; | ^~~ /kisskb/src/security/integrity/ima/ima_main.c:210:21: note: byref variable will be forcibly initialized 210 | const char *pathname = NULL; | ^~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c:209:14: note: byref variable will be forcibly initialized 209 | char filename[NAME_MAX]; | ^~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c:208:15: note: byref variable will be forcibly initialized 208 | char *pathbuf = NULL; | ^~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c:207:35: note: byref variable will be forcibly initialized 207 | struct ima_template_desc *template_desc = NULL; | ^~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c: In function 'ima_file_check': /kisskb/src/security/integrity/ima/ima_main.c:514:13: note: byref variable will be forcibly initialized 514 | u32 secid; | ^~~~~ /kisskb/src/security/integrity/ima/ima_main.c: In function '__ima_inode_hash': /kisskb/src/security/integrity/ima/ima_main.c:526:51: note: byref variable will be forcibly initialized 526 | struct integrity_iint_cache *iint = NULL, tmp_iint; | ^~~~~~~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'perf_trace_mm_lru_activate': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c: In function 'ima_file_mmap': /kisskb/src/security/integrity/ima/ima_main.c:408:13: note: byref variable will be forcibly initialized 408 | u32 secid; | ^~~~~ /kisskb/src/security/integrity/ima/ima_main.c: In function 'ima_file_mprotect': /kisskb/src/security/integrity/ima/ima_main.c:443:13: note: byref variable will be forcibly initialized 443 | int pcr; | ^~~ /kisskb/src/security/integrity/ima/ima_main.c:442:13: note: byref variable will be forcibly initialized 442 | u32 secid; | ^~~~~ /kisskb/src/security/integrity/ima/ima_main.c:437:15: note: byref variable will be forcibly initialized 437 | char *pathbuf = NULL; | ^~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c:436:14: note: byref variable will be forcibly initialized 436 | char filename[NAME_MAX]; | ^~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c:434:35: note: byref variable will be forcibly initialized 434 | struct ima_template_desc *template = NULL; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pagemap.h:83, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_insertion': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c: In function 'ima_bprm_check': /kisskb/src/security/integrity/ima/ima_main.c:489:13: note: byref variable will be forcibly initialized 489 | u32 secid; | ^~~~~ /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_activate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c: In function 'ima_read_file': /kisskb/src/security/integrity/ima/ima_main.c:713:13: note: byref variable will be forcibly initialized 713 | u32 secid; | ^~~~~ /kisskb/src/security/integrity/ima/ima_main.c: In function 'ima_post_read_file': /kisskb/src/security/integrity/ima/ima_main.c:763:13: note: byref variable will be forcibly initialized 763 | u32 secid; | ^~~~~ /kisskb/src/security/integrity/ima/ima_main.c: In function 'process_buffer_measurement': /kisskb/src/security/integrity/ima/ima_main.c:903:13: note: byref variable will be forcibly initialized 903 | u32 secid; | ^~~~~ /kisskb/src/security/integrity/ima/ima_main.c:899:14: note: byref variable will be forcibly initialized 899 | char digest_hash[IMA_MAX_DIGEST_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c:898:36: note: byref variable will be forcibly initialized 898 | struct ima_max_digest_data hash; | ^~~~ /kisskb/src/security/integrity/ima/ima_main.c:897:35: note: byref variable will be forcibly initialized 897 | struct ima_template_desc *template; | ^~~~~~~~ /kisskb/src/security/integrity/ima/ima_main.c:891:36: note: byref variable will be forcibly initialized 891 | struct ima_template_entry *entry = NULL; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/pagemap.h:83, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function '__bpf_trace_mm_lru_insertion': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function '__bpf_trace_mm_lru_activate': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function '__lru_add_drain_all': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/swap.c:788:20: note: in expansion of macro 'smp_load_acquire' 788 | this_gen = smp_load_acquire(&lru_drain_gen); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:905:23: note: byref variable will be forcibly initialized 905 | 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:7, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c:903:19: note: byref variable will be forcibly initialized 903 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/swap.c: In function 'pagevec_lru_move_fn': /kisskb/src/mm/swap.c:196:23: note: byref variable will be forcibly initialized 196 | unsigned long flags = 0; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'assign_lock_key': /kisskb/src/kernel/locking/lockdep.c:953:23: note: byref variable will be forcibly initialized 953 | unsigned long can_addr, addr = (unsigned long)lock; | ^~~~~~~~ /kisskb/src/mm/swap.c: In function '__pagevec_lru_add': /kisskb/src/mm/swap.c:1054:23: note: byref variable will be forcibly initialized 1054 | unsigned long flags = 0; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lock_stats': /kisskb/src/kernel/locking/lockdep.c:295:33: note: byref variable will be forcibly initialized 295 | struct lock_class_stats stats; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lockdep_cache': /kisskb/src/kernel/locking/lockdep.c:745:14: note: byref variable will be forcibly initialized 745 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep.c: In function '__print_lock_name': /kisskb/src/kernel/locking/lockdep.c:713:14: note: byref variable will be forcibly initialized 713 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lock_name': /kisskb/src/kernel/locking/lockdep.c:731:14: note: byref variable will be forcibly initialized 731 | char usage[LOCK_USAGE_CHARS]; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_contended': /kisskb/src/kernel/locking/lockdep.c:5806:13: note: byref variable will be forcibly initialized 5806 | int i, contention_point, contending_point; | ^ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_acquired': /kisskb/src/kernel/locking/lockdep.c:5848:13: note: byref variable will be forcibly initialized 5848 | int i, cpu; | ^ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_downgrade': /kisskb/src/kernel/locking/lockdep.c:5267:13: note: byref variable will be forcibly initialized 5267 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5265:29: note: byref variable will be forcibly initialized 5265 | unsigned int depth, merged = 0; | ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_release': /kisskb/src/kernel/locking/lockdep.c:5321:13: note: byref variable will be forcibly initialized 5321 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5319:29: note: byref variable will be forcibly initialized 5319 | unsigned int depth, merged = 1; | ^~~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/security/integrity/ima/ima_crypto.c:17: /kisskb/src/security/integrity/ima/ima_crypto.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/security/integrity/ima/ima_crypto.c: In function 'ima_calc_file_hash_atfm': /kisskb/src/security/integrity/ima/ima_crypto.c:339:16: note: byref variable will be forcibly initialized 339 | size_t rbuf_size[2]; | ^~~~~~~~~ /kisskb/src/security/integrity/ima/ima_crypto.c:338:28: note: byref variable will be forcibly initialized 338 | struct crypto_wait wait; | ^~~~ /kisskb/src/security/integrity/ima/ima_crypto.c:337:28: note: byref variable will be forcibly initialized 337 | struct scatterlist sg[1]; | ^~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_set_class': /kisskb/src/kernel/locking/lockdep.c:5222:13: note: byref variable will be forcibly initialized 5222 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5219:29: note: byref variable will be forcibly initialized 5219 | unsigned int depth, merged = 0; | ^~~~~~ /kisskb/src/security/integrity/ima/ima_crypto.c: In function 'calc_buffer_ahash_atfm': /kisskb/src/security/integrity/ima/ima_crypto.c:669:28: note: byref variable will be forcibly initialized 669 | struct crypto_wait wait; | ^~~~ /kisskb/src/security/integrity/ima/ima_crypto.c:668:28: note: byref variable will be forcibly initialized 668 | struct scatterlist sg; | ^~ In file included from /kisskb/src/security/integrity/ima/ima_crypto.c:21: /kisskb/src/security/integrity/ima/ima_crypto.c: In function 'ima_calc_file_hash_tfm': /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/security/integrity/ima/ima_crypto.c:463:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 463 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_crypto.c: In function 'calc_buffer_shash_tfm': /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/security/integrity/ima/ima_crypto.c:724:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 724 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_crypto.c: In function 'ima_calc_field_array_hash_tfm': /kisskb/src/security/integrity/ima/ima_crypto.c:602:21: note: byref variable will be forcibly initialized 602 | u32 datalen_to_hash = !ima_canonical_fmt ? | ^~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_crypto.c:599:20: note: byref variable will be forcibly initialized 599 | u8 buffer[IMA_EVENT_NAME_LEN_MAX + 1] = { 0 }; | ^~~~~~ In file included from /kisskb/src/security/integrity/ima/ima_crypto.c:21: /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/security/integrity/ima/ima_crypto.c:587:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 587 | SHASH_DESC_ON_STACK(shash, ima_algo_array[tfm_idx].tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_crypto.c: In function 'ima_calc_boot_aggregate_tfm': /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/security/integrity/ima/ima_crypto.c:806:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 806 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_crypto.c:803:27: note: byref variable will be forcibly initialized 803 | struct tpm_digest d = { .alg_id = alg_id, .digest = {0} }; | ^ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/security/integrity/ima/ima_api.c:11: /kisskb/src/security/integrity/ima/ima_api.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/security/integrity/ima/ima_api.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/security/integrity/ima/ima_api.c:11: /kisskb/src/security/integrity/ima/ima_api.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/security/integrity/ima/ima_api.c: In function 'ima_get_verity_digest': /kisskb/src/security/integrity/ima/ima_api.c:207:24: note: byref variable will be forcibly initialized 207 | enum hash_algo verity_alg; | ^~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_api.c: In function 'ima_add_violation': /kisskb/src/security/integrity/ima/ima_api.c:138:36: note: byref variable will be forcibly initialized 138 | struct ima_template_entry *entry; | ^~~~~ /kisskb/src/security/integrity/ima/ima_api.c: In function 'ima_collect_measurement': /kisskb/src/security/integrity/ima/ima_api.c:247:36: note: byref variable will be forcibly initialized 247 | struct ima_max_digest_data hash; | ^~~~ /kisskb/src/security/integrity/ima/ima_api.c: In function 'ima_store_measurement': /kisskb/src/security/integrity/ima/ima_api.c:349:36: note: byref variable will be forcibly initialized 349 | struct ima_template_entry *entry; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/security/integrity/ima/ima.h:17, from /kisskb/src/security/integrity/ima/ima_template.c:13: /kisskb/src/security/integrity/ima/ima_template.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/security/integrity/ima/ima_template.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/security/integrity/ima/ima.h:17, from /kisskb/src/security/integrity/ima/ima_template.c:13: /kisskb/src/security/integrity/ima/ima_template.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/security/integrity/ima/ima_template.c:12: /kisskb/src/security/integrity/ima/ima_template.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_template.c: In function 'template_desc_init_fields': /kisskb/src/security/integrity/ima/ima_template.c:230:22: note: byref variable will be forcibly initialized 230 | char tmp_field_id[IMA_TEMPLATE_FIELD_ID_MAX_LEN + 1]; | ^~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_template.c:213:42: note: byref variable will be forcibly initialized 213 | const struct ima_template_field *found_fields[IMA_TEMPLATE_NUM_FIELDS_MAX]; | ^~~~~~~~~~~~ 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:248, 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/rculist.h:10, from /kisskb/src/security/integrity/ima/ima_template.c:12: /kisskb/src/security/integrity/ima/ima_template.c: In function 'ima_restore_measurement_list': /kisskb/src/security/integrity/ima/ima_template.c:426:24: note: byref variable will be forcibly initialized 426 | DECLARE_BITMAP(hdr_mask, HDR__LAST); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/security/integrity/ima/ima_template.c:424:36: note: byref variable will be forcibly initialized 424 | struct ima_template_entry *entry; | ^~~~~ /kisskb/src/security/integrity/ima/ima_template.c:422:15: note: byref variable will be forcibly initialized 422 | void *bufp = buf + sizeof(*khdr); | ^~~~ /kisskb/src/security/integrity/ima/ima_template.c:414:23: note: byref variable will be forcibly initialized 414 | unsigned char zero[TPM_DIGEST_SIZE] = { 0 }; | ^~~~ /kisskb/src/security/integrity/ima/ima_template.c:413:14: note: byref variable will be forcibly initialized 413 | char template_name[MAX_TEMPLATE_NAME_LEN]; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/audit.h:12, from /kisskb/src/security/commoncap.c:6: /kisskb/src/security/commoncap.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/commoncap.c: In function 'cap_inode_getsecurity': /kisskb/src/security/commoncap.c:386:15: note: byref variable will be forcibly initialized 386 | char *tmpbuf = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/security/integrity/ima/ima_policy.c:11: /kisskb/src/security/integrity/ima/ima_policy.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:202:9: note: in expansion of macro 'rcu_assign_pointer' 202 | rcu_assign_pointer(list_next_rcu(new->prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_policy.c: In function 'ima_match_rules': /kisskb/src/security/integrity/ima/ima_policy.c:611:21: note: byref variable will be forcibly initialized 611 | u32 osid; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/security/integrity/ima/ima_policy.c:11: /kisskb/src/security/integrity/ima/ima_policy.c: In function '__list_splice_init_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:262:9: note: in expansion of macro 'rcu_assign_pointer' 262 | rcu_assign_pointer(list_next_rcu(prev), first); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/security/integrity/ima/ima_policy.c:13: /kisskb/src/security/integrity/ima/ima_policy.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/security/integrity/ima/ima_policy.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/security/integrity/ima/ima_policy.c:13: /kisskb/src/security/integrity/ima/ima_policy.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/security/integrity/ima/ima_policy.c: In function 'ima_alloc_rule_opt_list': /kisskb/src/security/integrity/ima/ima_policy.c:293:21: note: byref variable will be forcibly initialized 293 | char *cur, *next; | ^~~~ /kisskb/src/security/commoncap.c: In function 'get_vfs_caps_from_disk': /kisskb/src/security/commoncap.c:655:32: note: byref variable will be forcibly initialized 655 | struct vfs_ns_cap_data data, *nscaps = &data; | ^~~~ /kisskb/src/security/integrity/ima/ima_policy.c: In function 'ima_parse_rule': /kisskb/src/security/integrity/ima/ima_policy.c:1380:31: note: byref variable will be forcibly initialized 1380 | unsigned long lnum; | ^~~~ /kisskb/src/security/integrity/ima/ima_policy.c:1378:29: note: byref variable will be forcibly initialized 1378 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/security/commoncap.c: In function 'get_file_caps': /kisskb/src/security/commoncap.c:733:33: note: byref variable will be forcibly initialized 733 | struct cpu_vfs_cap_data vcaps; | ^~~~~ /kisskb/src/security/commoncap.c: In function 'cap_bprm_creds_from_file': /kisskb/src/security/commoncap.c:896:33: note: byref variable will be forcibly initialized 896 | bool effective = false, has_fcap = false, is_setid; | ^~~~~~~~ /kisskb/src/security/commoncap.c:896:14: note: byref variable will be forcibly initialized 896 | bool effective = false, has_fcap = false, is_setid; | ^~~~~~~~~ /kisskb/src/security/integrity/ima/ima_policy.c: In function 'ima_init_arch_policy': /kisskb/src/security/integrity/ima/ima_policy.c:869:22: note: byref variable will be forcibly initialized 869 | char rule[255]; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/security/integrity/ima/ima_policy.c:11: /kisskb/src/security/integrity/ima/ima_policy.c: In function 'ima_update_policy': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_policy.c:997:17: note: in expansion of macro 'rcu_assign_pointer' 997 | rcu_assign_pointer(ima_rules, policy); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_policy.c: In function 'ima_policy_show': /kisskb/src/security/integrity/ima/ima_policy.c:2026:14: note: byref variable will be forcibly initialized 2026 | char tbuf[64] = {0,}; | ^~~~ /kisskb/src/kernel/locking/lockdep_proc.c: In function 'print_name': /kisskb/src/kernel/locking/lockdep_proc.c:62:14: note: byref variable will be forcibly initialized 62 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep_proc.c: In function 'seq_time': /kisskb/src/kernel/locking/lockdep_proc.c:443:14: note: byref variable will be forcibly initialized 443 | char num[15]; | ^~~ /kisskb/src/kernel/locking/lockdep_proc.c: In function 'seq_stats': /kisskb/src/kernel/locking/lockdep_proc.c:549:22: note: byref variable will be forcibly initialized 549 | char ip[32]; | ^~ /kisskb/src/kernel/locking/lockdep_proc.c:534:22: note: byref variable will be forcibly initialized 534 | char ip[32]; | ^~ /kisskb/src/kernel/locking/lockdep_proc.c:485:22: note: byref variable will be forcibly initialized 485 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep_proc.c:465:14: note: byref variable will be forcibly initialized 465 | char name[39]; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/kernel/locking/osq_lock.c:2: /kisskb/src/kernel/locking/osq_lock.c: In function 'osq_lock': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/osq_lock.c:170:21: note: in expansion of macro 'smp_load_acquire' 170 | if (smp_load_acquire(&node->locked)) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/irqchip/irq-gic-v4.c:9: /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'its_map_vlpi': /kisskb/src/drivers/irqchip/irq-gic-v4.c:314:29: note: byref variable will be forcibly initialized 314 | struct its_cmd_info info = { | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'its_get_vlpi': /kisskb/src/drivers/irqchip/irq-gic-v4.c:337:29: note: byref variable will be forcibly initialized 337 | struct its_cmd_info info = { | ^~~~ /kisskb/src/samples/hw_breakpoint/data_breakpoint.c: In function 'hw_break_module_init': /kisskb/src/samples/hw_breakpoint/data_breakpoint.c:43:32: note: byref variable will be forcibly initialized 43 | struct perf_event_attr attr; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its-pci-msi.c: In function 'its_pci_msi_prepare': /kisskb/src/drivers/irqchip/irq-gic-v3-its-pci-msi.c:58:13: note: byref variable will be forcibly initialized 58 | int alias_count = 0, minnvec = 1; | ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its-pci-msi.c:56:32: note: byref variable will be forcibly initialized 56 | struct pci_dev *pdev, *alias_dev; | ^~~~~~~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/wait.h:9, 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/kernel/locking/qspinlock.c:20: /kisskb/src/kernel/locking/qspinlock.c: In function 'queued_spin_trylock': /kisskb/src/include/asm-generic/qspinlock.h:92:13: note: byref variable will be forcibly initialized 92 | int val = atomic_read(&lock->val); | ^~~ /kisskb/src/kernel/locking/qspinlock.c: In function 'queued_spin_lock_slowpath': /kisskb/src/include/asm-generic/qspinlock.h:92:13: note: byref variable will be forcibly initialized /kisskb/src/include/asm-generic/qspinlock.h:92:13: note: byref variable will be forcibly initialized 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/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mcs_spinlock.h:45:9: note: in expansion of macro 'smp_store_release' 45 | smp_store_release((l), 1) | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:556:9: note: in expansion of macro 'arch_mcs_spin_unlock_contended' 556 | arch_mcs_spin_unlock_contended(&next->locked); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:514:15: note: in expansion of macro 'atomic_cond_read_acquire' 514 | val = atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_PENDING_MASK)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mcs_spinlock.h:34:9: note: in expansion of macro 'smp_cond_load_acquire' 34 | smp_cond_load_acquire(l, VAL); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:477:17: note: in expansion of macro 'arch_mcs_spin_lock_contended' 477 | arch_mcs_spin_lock_contended(&node->locked); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:383:17: note: in expansion of macro 'atomic_cond_read_acquire' 383 | atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_MASK)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'try_to_take_rt_mutex': /kisskb/src/kernel/locking/rtmutex.c:310:34: note: byref variable will be forcibly initialized 310 | &(struct rt_mutex_waiter){ .prio = __waiter_prio(p), .deadline = (p)->dl.deadline } | ^ /kisskb/src/kernel/locking/rtmutex.c:1033:45: note: in expansion of macro 'task_to_waiter' 1033 | if (!rt_mutex_steal(task_to_waiter(task), | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rtmutex_api.c: In function '__rt_mutex_slowlock_locked': /kisskb/src/kernel/locking/rtmutex.c:1618:32: note: byref variable will be forcibly initialized 1618 | struct rt_mutex_waiter waiter; | ^~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex.c:29, from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_slowunlock': /kisskb/src/kernel/locking/rtmutex.c:1293:26: note: byref variable will be forcibly initialized 1293 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:31: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_futex_unlock': /kisskb/src/kernel/locking/rtmutex_api.c:190:26: note: byref variable will be forcibly initialized 190 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:31: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/kernel/locking/spinlock_debug.c:9: /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_spin_trylock': /kisskb/src/include/asm-generic/qspinlock.h:92:13: note: byref variable will be forcibly initialized 92 | int val = atomic_read(&lock->val); | ^~~ /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_spin_lock': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 0; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/locking/spinlock_debug.c:9: /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ In file included 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/kernel/locking/spinlock_debug.c:9: /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_write_trylock': /kisskb/src/include/asm-generic/qrwlock.h:65:13: note: byref variable will be forcibly initialized 65 | int cnts; | ^~~~ 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_write_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qrwlock.h:122:9: note: in expansion of macro 'smp_store_release' 122 | smp_store_release(&lock->wlocked, 0); | ^~~~~~~~~~~~~~~~~ In file included from ./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/kernel/locking/spinlock_debug.c:9: /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_write_lock': /kisskb/src/include/asm-generic/qrwlock.h:96:13: note: byref variable will be forcibly initialized 96 | int cnts = 0; | ^~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/kernel/locking/spinlock_debug.c:9: /kisskb/src/kernel/locking/spinlock_debug.c: In function 'do_raw_spin_lock': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 0; | ^~~ /kisskb/src/kernel/locking/spinlock_debug.c: In function 'do_raw_spin_trylock': /kisskb/src/include/asm-generic/qspinlock.h:92:13: note: byref variable will be forcibly initialized 92 | int val = atomic_read(&lock->val); | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/vmscan.h:500, from /kisskb/src/mm/vmscan.c:65: /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/vmscan.h:115:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/vmscan.h:115:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/vmscan.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/vmscan.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_shrink_slab_start': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_shrink_slab_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_isolate': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_write_folio': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:330:1: note: in expansion of macro 'TRACE_EVENT' 330 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:330:1: note: in expansion of macro 'TRACE_EVENT' 330 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'perf_trace_mm_vmscan_throttled': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vmscan.h:500, from /kisskb/src/mm/vmscan.c:65: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:115:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_isolate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_write_folio': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:330:1: note: in expansion of macro 'TRACE_EVENT' 330 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_throttled': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/vmscan.h:500, from /kisskb/src/mm/vmscan.c:65: /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_write_folio': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:330:1: note: in expansion of macro 'TRACE_EVENT' 330 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:330:1: note: in expansion of macro 'TRACE_EVENT' 330 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_throttled': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:115:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:115:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:115:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:115:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_shrink_slab_start': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_shrink_slab_end': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function '__bpf_trace_mm_vmscan_lru_isolate': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:924:39: note: byref variable will be forcibly initialized 924 | struct shrink_control sc = { | ^~ /kisskb/src/samples/kfifo/bytestream-example.c: In function 'fifo_write': /kisskb/src/samples/kfifo/bytestream-example.c:117:22: note: byref variable will be forcibly initialized 117 | unsigned int copied; | ^~~~~~ /kisskb/src/samples/kfifo/bytestream-example.c: In function 'fifo_read': /kisskb/src/samples/kfifo/bytestream-example.c:135:22: note: byref variable will be forcibly initialized 135 | unsigned int copied; | ^~~~~~ In file included from /kisskb/src/samples/kfifo/bytestream-example.c:12: /kisskb/src/samples/kfifo/bytestream-example.c: In function 'testfunc': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/samples/kfifo/bytestream-example.c:86:22: note: in expansion of macro 'kfifo_put' 86 | for (i = 20; kfifo_put(&test, i); i++) | ^~~~~~~~~ /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/samples/kfifo/bytestream-example.c:65:17: note: in expansion of macro 'kfifo_put' 65 | kfifo_put(&test, i); | ^~~~~~~~~ /kisskb/src/samples/kfifo/bytestream-example.c:55:25: note: byref variable will be forcibly initialized 55 | unsigned char i, j; | ^ /kisskb/src/samples/kfifo/bytestream-example.c:54:25: note: byref variable will be forcibly initialized 54 | unsigned char buf[6]; | ^~~ /kisskb/src/mm/vmscan.c: In function 'folio_check_references': /kisskb/src/mm/vmscan.c:1376:23: note: byref variable will be forcibly initialized 1376 | unsigned long vm_flags; | ^~~~~~~~ /kisskb/src/security/integrity/ima/ima_template_lib.c: In function 'ima_show_template_data_binary': /kisskb/src/security/integrity/ima/ima_template_lib.c:151:21: note: byref variable will be forcibly initialized 151 | u32 field_len = !ima_canonical_fmt ? | ^~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/mm/vmscan.c:1194:42: note: byref variable will be forcibly initialized 1194 | struct writeback_control wbc = { | ^~~ /kisskb/src/security/integrity/ima/ima_template_lib.c: In function 'ima_eventinodedac_init_common': /kisskb/src/security/integrity/ima/ima_template_lib.c:622:22: note: byref variable will be forcibly initialized 622 | unsigned int id; | ^~ /kisskb/src/mm/vmscan.c: In function 'demote_page_list': /kisskb/src/mm/vmscan.c:1488:22: note: byref variable will be forcibly initialized 1488 | unsigned int nr_succeeded; | ^~~~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_template_lib.c: In function 'ima_eventdigest_init_common': /kisskb/src/security/integrity/ima/ima_template_lib.c:305:12: note: byref variable will be forcibly initialized 305 | u8 buffer[DIGEST_TYPE_NAME_LEN_MAX + CRYPTO_MAX_ALG_NAME + 2 + | ^~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1551:29: note: byref variable will be forcibly initialized 1551 | bool dirty, writeback; | ^~~~~~~~~ /kisskb/src/mm/vmscan.c:1551:22: note: byref variable will be forcibly initialized 1551 | bool dirty, writeback; | ^~~~~ /kisskb/src/mm/vmscan.c:1540:27: note: byref variable will be forcibly initialized 1540 | struct swap_iocb *plug = NULL; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:1536:19: note: byref variable will be forcibly initialized 1536 | LIST_HEAD(demote_pages); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1535:19: note: byref variable will be forcibly initialized 1535 | LIST_HEAD(free_pages); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1534:19: note: byref variable will be forcibly initialized 1534 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/security/integrity/ima/ima_template_lib.c: In function 'ima_eventdigest_init': /kisskb/src/security/integrity/ima/ima_template_lib.c:341:36: note: byref variable will be forcibly initialized 341 | struct ima_max_digest_data hash; | ^~~~ /kisskb/src/security/integrity/ima/ima_template_lib.c: In function 'ima_eventevmsig_init': /kisskb/src/security/integrity/ima/ima_template_lib.c:595:36: note: byref variable will be forcibly initialized 595 | struct evm_ima_xattr_data *xattr_data = NULL; | ^~~~~~~~~~ /kisskb/src/security/integrity/ima/ima_template_lib.c: In function 'ima_eventinodemode_init': /kisskb/src/security/integrity/ima/ima_template_lib.c:671:13: note: byref variable will be forcibly initialized 671 | u16 mode; | ^~~~ /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:2088:19: note: byref variable will be forcibly initialized 2088 | LIST_HEAD(pages_skipped); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:2266:19: note: byref variable will be forcibly initialized 2266 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_active_list': /kisskb/src/mm/vmscan.c:2458:19: note: byref variable will be forcibly initialized 2458 | LIST_HEAD(l_inactive); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2457:19: note: byref variable will be forcibly initialized 2457 | LIST_HEAD(l_active); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2456:19: note: byref variable will be forcibly initialized 2456 | LIST_HEAD(l_hold); /* The pages which were snipped off */ | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2455:23: note: byref variable will be forcibly initialized 2455 | unsigned long vm_flags; | ^~~~~~~~ /kisskb/src/mm/vmscan.c:2454:23: note: byref variable will be forcibly initialized 2454 | unsigned long nr_scanned; | ^~~~~~~~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/wait.h:9, 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/kernel/locking/qrwlock.c:13: /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_spin_lock': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 0; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/kernel/locking/qrwlock.c:9: /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/wait.h:9, 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/kernel/locking/qrwlock.c:13: /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_read_lock_slowpath': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 0; | ^~~ 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/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c:51:9: note: in expansion of macro 'atomic_cond_read_acquire' 51 | atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c:33:17: note: in expansion of macro 'atomic_cond_read_acquire' 33 | atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/wait.h:9, 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/kernel/locking/qrwlock.c:13: /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_write_lock_slowpath': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 0; | ^~~ /kisskb/src/kernel/locking/qrwlock.c:68:13: note: byref variable will be forcibly initialized 68 | int cnts; | ^~~~ 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:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3730:17: note: in expansion of macro 'wait_event_killable' 3730 | wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3726:17: note: in expansion of macro 'wait_event_interruptible_timeout' 3726 | wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:2348:29: note: byref variable will be forcibly initialized 2348 | struct reclaim_stat stat; | ^~~~ /kisskb/src/mm/vmscan.c:2345:23: note: byref variable will be forcibly initialized 2345 | 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:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2344:19: note: byref variable will be forcibly initialized 2344 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2895:23: note: byref variable will be forcibly initialized 2895 | unsigned long targets[NR_LRU_LISTS]; | ^~~~~~~ /kisskb/src/mm/vmscan.c:2894:23: note: byref variable will be forcibly initialized 2894 | unsigned long nr[NR_LRU_LISTS]; | ^~ /kisskb/src/mm/vmscan.c: In function 'balance_pgdat': /kisskb/src/mm/vmscan.c:4089:23: note: byref variable will be forcibly initialized 4089 | unsigned long pflags; | ^~~~~~ /kisskb/src/mm/vmscan.c: In function '__node_reclaim': /kisskb/src/mm/vmscan.c:4711:23: note: byref variable will be forcibly initialized 4711 | unsigned long pflags; | ^~~~~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_page_list': /kisskb/src/mm/vmscan.c:2550:29: note: byref variable will be forcibly initialized 2550 | 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:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/vmscan.c:1999:19: note: byref variable will be forcibly initialized 1999 | LIST_HEAD(clean_pages); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1996:29: note: byref variable will be forcibly initialized 1996 | 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:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2575:19: note: byref variable will be forcibly initialized 2575 | LIST_HEAD(node_page_list); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/locking/locktorture.c:15: /kisskb/src/kernel/locking/locktorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/locking/locktorture.c:30: /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_reader': /kisskb/src/kernel/locking/locktorture.c:710:31: note: byref variable will be forcibly initialized 710 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_writer': /kisskb/src/kernel/locking/locktorture.c:671:31: note: byref variable will be forcibly initialized 671 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/drivers/irqchip/irq-partition-percpu.c: In function 'partition_domain_alloc': /kisskb/src/drivers/irqchip/irq-partition-percpu.c:140:22: note: byref variable will be forcibly initialized 140 | unsigned int type; | ^~~~ /kisskb/src/drivers/irqchip/irq-partition-percpu.c:139:25: note: byref variable will be forcibly initialized 139 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/security/integrity/ima/ima_appraise.c: In function 'xattr_verify': /kisskb/src/security/integrity/ima/ima_appraise.c:280:36: note: byref variable will be forcibly initialized 280 | struct ima_max_digest_data hash; | ^~~~ /kisskb/src/security/integrity/ima/ima_appraise.c: In function 'ima_must_appraise': /kisskb/src/security/integrity/ima/ima_appraise.c:76:13: note: byref variable will be forcibly initialized 76 | u32 secid; | ^~~~~ /kisskb/src/security/integrity/ima/ima_appraise.c: In function 'ima_get_hash_algo': /kisskb/src/security/integrity/ima/ima_appraise.c:209:38: note: byref variable will be forcibly initialized 209 | unsigned int zero = 0; | ^~~~ /kisskb/src/security/integrity/ima/ima_appraise.c: In function 'ima_appraise_measurement': /kisskb/src/security/integrity/ima/ima_appraise.c:485:31: note: byref variable will be forcibly initialized 485 | enum integrity_status status = INTEGRITY_UNKNOWN; | ^~~~~~ /kisskb/src/security/integrity/ima/ima_appraise.c:482:21: note: byref variable will be forcibly initialized 482 | const char *cause = "unknown"; | ^~~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'torture_ww_mutex_lock': /kisskb/src/kernel/locking/locktorture.c:406:11: note: byref variable will be forcibly initialized 406 | } locks[3], *ll, *ln; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/locking/locktorture.c:15: /kisskb/src/kernel/locking/locktorture.c:402:19: note: byref variable will be forcibly initialized 402 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/irqchip/irq-mbigen.c: In function 'mbigen_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mbigen.c:202:22: note: byref variable will be forcibly initialized 202 | unsigned int type; | ^~~~ /kisskb/src/drivers/irqchip/irq-mbigen.c:201:25: note: byref variable will be forcibly initialized 201 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-mbigen.c: In function 'mbigen_set_type': /kisskb/src/drivers/irqchip/irq-mbigen.c:119:19: note: byref variable will be forcibly initialized 119 | u32 mask, addr, val; | ^~~~ /kisskb/src/drivers/irqchip/irq-mbigen.c:119:13: note: byref variable will be forcibly initialized 119 | u32 mask, addr, val; | ^~~~ /kisskb/src/drivers/irqchip/irq-mbigen.c: In function 'mbigen_of_create_domain': /kisskb/src/drivers/irqchip/irq-mbigen.c:242:13: note: byref variable will be forcibly initialized 242 | u32 num_pins; | ^~~~~~~~ /kisskb/src/samples/vfio-mdev/mdpy.c: In function 'mdpy_ioctl': /kisskb/src/samples/vfio-mdev/mdpy.c:587:51: note: byref variable will be forcibly initialized 587 | struct vfio_device_gfx_plane_info plane; | ^~~~~ /kisskb/src/samples/vfio-mdev/mdpy.c:564:38: note: byref variable will be forcibly initialized 564 | struct vfio_irq_info info; | ^~~~ /kisskb/src/samples/vfio-mdev/mdpy.c:541:23: note: byref variable will be forcibly initialized 541 | void *cap_type = NULL; | ^~~~~~~~ /kisskb/src/samples/vfio-mdev/mdpy.c:540:21: note: byref variable will be forcibly initialized 540 | u16 cap_type_id = 0; | ^~~~~~~~~~~ /kisskb/src/samples/vfio-mdev/mdpy.c:539:41: note: byref variable will be forcibly initialized 539 | struct vfio_region_info info; | ^~~~ /kisskb/src/samples/vfio-mdev/mdpy.c:516:41: note: byref variable will be forcibly initialized 516 | struct vfio_device_info info; | ^~~~ /kisskb/src/samples/vfio-mdev/mdpy.c: In function 'mdpy_write': /kisskb/src/samples/vfio-mdev/mdpy.c:388:28: note: byref variable will be forcibly initialized 388 | u8 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c:376:29: note: byref variable will be forcibly initialized 376 | u16 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c:364:29: note: byref variable will be forcibly initialized 364 | u32 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c: In function 'mdpy_read': /kisskb/src/samples/vfio-mdev/mdpy.c:327:28: note: byref variable will be forcibly initialized 327 | u8 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c:315:29: note: byref variable will be forcibly initialized 315 | u16 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c:303:29: note: byref variable will be forcibly initialized 303 | u32 val; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1483:31: note: byref variable will be forcibly initialized 1483 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_folio': /kisskb/src/mm/shmem.c:1544:31: note: byref variable will be forcibly initialized 1544 | struct vm_area_struct pvma; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_replace_entry': /kisskb/src/mm/shmem.c:412:18: note: byref variable will be forcibly initialized 412 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache': /kisskb/src/mm/shmem.c:703:24: note: byref variable will be forcibly initialized 703 | XA_STATE_ORDER(xas, &mapping->i_pages, index, folio_order(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1368:25: note: in definition of macro 'XA_STATE_ORDER' 1368 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin_folio': /kisskb/src/mm/shmem.c:1722:22: note: byref variable will be forcibly initialized 1722 | struct page *page; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_swap_entries': /kisskb/src/mm/shmem.c:1211:31: note: byref variable will be forcibly initialized 1211 | struct folio *folio = fbatch->folios[i]; | ^~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_find_swap_entries': /kisskb/src/mm/shmem.c:1164:18: note: byref variable will be forcibly initialized 1164 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:1239:17: note: byref variable will be forcibly initialized 1239 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/shmem.c:1238:28: note: byref variable will be forcibly initialized 1238 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_show_mpol': /kisskb/src/mm/shmem.c:1430:14: note: byref variable will be forcibly initialized 1430 | char buffer[64]; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/security/security.c:13: /kisskb/src/security/security.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/security/security.c: In function 'ordered_lsm_parse': /kisskb/src/security/security.c:248:28: note: byref variable will be forcibly initialized 248 | char *sep, *name, *next; | ^~~~ 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/security.c: In function 'hlist_add_tail_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:627:17: note: in expansion of macro 'rcu_assign_pointer' 627 | rcu_assign_pointer(hlist_next_rcu(last), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/security.c: In function 'security_inode_init_security': /kisskb/src/security/security.c:1094:22: note: byref variable will be forcibly initialized 1094 | struct xattr new_xattrs[MAX_LSM_EVM_XATTR + 1]; | ^~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_inode': /kisskb/src/mm/shmem.c:2281:15: note: byref variable will be forcibly initialized 2281 | ino_t ino; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_parse_one': /kisskb/src/mm/shmem.c:3372:15: note: byref variable will be forcibly initialized 3372 | char *rest; | ^~~~ /kisskb/src/mm/shmem.c:3370:32: note: byref variable will be forcibly initialized 3370 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_getpage_gfp': /kisskb/src/mm/shmem.c:1831:23: note: byref variable will be forcibly initialized 1831 | struct folio *folio; | ^~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_partial_folio': /kisskb/src/mm/shmem.c:889:22: note: byref variable will be forcibly initialized 889 | struct page *page; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_undo_range': /kisskb/src/mm/shmem.c:920:17: note: byref variable will be forcibly initialized 920 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/shmem.c:919:28: note: byref variable will be forcibly initialized 919 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_evict_inode': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c:1144:25: note: in expansion of macro 'wait_var_event' 1144 | wait_var_event(&info->stop_eviction, | ^~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_symlink': /kisskb/src/mm/shmem.c:3054:22: note: byref variable will be forcibly initialized 3054 | struct page *page; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_link': /kisskb/src/mm/shmem.c:3112:22: note: byref variable will be forcibly initialized 3112 | struct page *page = NULL; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_fallocate': /kisskb/src/mm/shmem.c:2747:30: note: byref variable will be forcibly initialized 2747 | 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:2680:49: note: byref variable will be forcibly initialized 2680 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/mm/shmem.c:2667:29: note: byref variable will be forcibly initialized 2667 | struct shmem_falloc shmem_falloc; | ^~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_file_read_iter': /kisskb/src/mm/shmem.c:2539:30: note: byref variable will be forcibly initialized 2539 | struct page *page = NULL; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_fault': /kisskb/src/mm/shmem.c:2085:42: note: byref variable will be forcibly initialized 2085 | DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/mm/shmem.c:2055:20: note: byref variable will be forcibly initialized 2055 | vm_fault_t ret = VM_FAULT_LOCKED; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_read_mapping_page_gfp': /kisskb/src/mm/shmem.c:4199:22: note: byref variable will be forcibly initialized 4199 | struct page *page; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_partial_swap_usage': /kisskb/src/mm/shmem.c:810:18: note: byref variable will be forcibly initialized 810 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:871:17: note: byref variable will be forcibly initialized 871 | pgoff_t index = 0; | ^~~~~ /kisskb/src/mm/shmem.c:870:24: note: byref variable will be forcibly initialized 870 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/util.c: In function '__vmalloc_array': /kisskb/src/mm/util.c:700:16: note: byref variable will be forcibly initialized 700 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/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:7, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/util.c:546:19: note: byref variable will be forcibly initialized 546 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/util.c:545:23: note: byref variable will be forcibly initialized 545 | unsigned long populate; | ^~~~~~~~ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:917:13: note: byref variable will be forcibly initialized 917 | int new_policy = -1; | ^~~~~~~~~~ /kisskb/src/mm/util.c:916:26: note: byref variable will be forcibly initialized 916 | struct ctl_table t; | ^ /kisskb/src/kernel/locking/test-ww_mutex.c: In function '__test_mutex': /kisskb/src/kernel/locking/test-ww_mutex.c:61:31: note: byref variable will be forcibly initialized 61 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:60:27: note: byref variable will be forcibly initialized 60 | struct test_mutex mtx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_aa': /kisskb/src/kernel/locking/test-ww_mutex.c:124:31: note: byref variable will be forcibly initialized 124 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:123:25: note: byref variable will be forcibly initialized 123 | struct ww_mutex mutex; | ^~~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba': /kisskb/src/kernel/locking/test-ww_mutex.c:221:31: note: byref variable will be forcibly initialized 221 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:220:26: note: byref variable will be forcibly initialized 220 | struct test_abba abba; | ^~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba_work': /kisskb/src/kernel/locking/test-ww_mutex.c:189:31: note: byref variable will be forcibly initialized 189 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_cycle_work': /kisskb/src/kernel/locking/test-ww_mutex.c:289:31: note: byref variable will be forcibly initialized 289 | struct ww_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/locking/test-ww_mutex.c:11: /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/samples/kfifo/dma-example.c:10: /kisskb/src/samples/kfifo/dma-example.c: In function 'example_init': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/samples/kfifo/dma-example.c:40:17: note: in expansion of macro 'kfifo_put' 40 | kfifo_put(&fifo, i); | ^~~~~~~~~ /kisskb/src/samples/kfifo/dma-example.c:26:33: note: byref variable will be forcibly initialized 26 | struct scatterlist sg[10]; | ^~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_reorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:481:31: note: byref variable will be forcibly initialized 481 | struct ww_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/locking/test-ww_mutex.c:8: /kisskb/src/kernel/locking/test-ww_mutex.c:480:19: note: byref variable will be forcibly initialized 480 | LIST_HEAD(locks); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_inorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:423:31: note: byref variable will be forcibly initialized 423 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/fs/crypto/crypto.c: In function 'fscrypt_msg': /kisskb/src/fs/crypto/crypto.c:346:17: note: byref variable will be forcibly initialized 346 | va_list args; | ^~~~ /kisskb/src/fs/crypto/crypto.c:345:26: note: byref variable will be forcibly initialized 345 | struct va_format vaf; | ^~~ /kisskb/src/fs/crypto/crypto.c: In function 'fscrypt_crypt_block': /kisskb/src/fs/crypto/crypto.c:109:33: note: byref variable will be forcibly initialized 109 | struct scatterlist dst, src; | ^~~ /kisskb/src/fs/crypto/crypto.c:109:28: note: byref variable will be forcibly initialized 109 | struct scatterlist dst, src; | ^~~ In file included from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/crypto.c:28: /kisskb/src/fs/crypto/crypto.c:108:29: note: byref variable will be forcibly initialized 108 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/crypto/crypto.c:106:26: note: byref variable will be forcibly initialized 106 | union fscrypt_iv iv; | ^~ /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c: In function 'mtk_sysirq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c:98:27: note: byref variable will be forcibly initialized 98 | struct irq_fwspec gic_fwspec = *fwspec; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c:7: /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c: In function 'mtk_sysirq_of_init': /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c:166:33: note: byref variable will be forcibly initialized 166 | struct resource res; | ^~~ /kisskb/src/sound/core/seq/seq_memory.c: In function 'snd_seq_dump_var_event': /kisskb/src/sound/core/seq/seq_memory.c:77:22: note: byref variable will be forcibly initialized 77 | char buf[32]; | ^~~ /kisskb/src/sound/core/seq/seq_memory.c: In function 'snd_seq_cell_alloc': /kisskb/src/sound/core/seq/seq_memory.c:217:28: note: byref variable will be forcibly initialized 217 | wait_queue_entry_t wait; | ^~~~ In file included from /kisskb/src/sound/core/seq/seq_memory.c:11: /kisskb/src/sound/core/seq/seq_memory.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/sound/core/seq/seq_memory.c: In function 'snd_seq_event_dup': /kisskb/src/sound/core/seq/seq_memory.c:312:50: note: byref variable will be forcibly initialized 312 | struct snd_seq_event_cell *src, *tmp, *tail; | ^~~ /kisskb/src/sound/core/seq/seq_memory.c:287:36: note: byref variable will be forcibly initialized 287 | struct snd_seq_event_cell *cell; | ^~~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c: In function 'mtk_cirq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:136:27: note: byref variable will be forcibly initialized 136 | struct irq_fwspec parent_fwspec = *fwspec; | ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:134:22: note: byref variable will be forcibly initialized 134 | unsigned int type; | ^~~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:133:25: note: byref variable will be forcibly initialized 133 | irq_hw_number_t hwirq; | ^~~~~ 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:437:22: note: byref variable will be forcibly initialized 437 | 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:23: note: byref variable will be forcibly initialized 165 | bool pending, masked; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:165:14: note: byref variable will be forcibly initialized 165 | bool pending, masked; | ^~~~~~~ /kisskb/src/samples/kfifo/inttype-example.c: In function 'fifo_write': /kisskb/src/samples/kfifo/inttype-example.c:110:22: note: byref variable will be forcibly initialized 110 | unsigned int copied; | ^~~~~~ /kisskb/src/samples/kfifo/inttype-example.c: In function 'fifo_read': /kisskb/src/samples/kfifo/inttype-example.c:128:22: note: byref variable will be forcibly initialized 128 | unsigned int copied; | ^~~~~~ In file included from /kisskb/src/samples/kfifo/inttype-example.c:12: /kisskb/src/samples/kfifo/inttype-example.c: In function 'testfunc': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/samples/kfifo/inttype-example.c:79:22: note: in expansion of macro 'kfifo_put' 79 | for (i = 20; kfifo_put(&test, i); i++) | ^~~~~~~~~ /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/samples/kfifo/inttype-example.c:62:17: note: in expansion of macro 'kfifo_put' 62 | kfifo_put(&test, i); | ^~~~~~~~~ /kisskb/src/samples/kfifo/inttype-example.c:55:25: note: byref variable will be forcibly initialized 55 | int i, j; | ^ /kisskb/src/samples/kfifo/inttype-example.c:54:25: note: byref variable will be forcibly initialized 54 | int buf[6]; | ^~~ /kisskb/src/crypto/cipher.c: In function 'cipher_crypt_one': /kisskb/src/crypto/cipher.c:69:20: note: byref variable will be forcibly initialized 69 | u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~~~~ /kisskb/src/mm/mmzone.c: In function 'page_cpupid_xchg_last': /kisskb/src/mm/mmzone.c:96:23: note: byref variable will be forcibly initialized 96 | unsigned long old_flags, flags; | ^~~~~~~~~ /kisskb/src/samples/kfifo/record-example.c: In function 'fifo_write': /kisskb/src/samples/kfifo/record-example.c:124:22: note: byref variable will be forcibly initialized 124 | unsigned int copied; | ^~~~~~ /kisskb/src/samples/kfifo/record-example.c: In function 'fifo_read': /kisskb/src/samples/kfifo/record-example.c:142:22: note: byref variable will be forcibly initialized 142 | unsigned int copied; | ^~~~~~ /kisskb/src/samples/kfifo/record-example.c: In function 'testfunc': /kisskb/src/samples/kfifo/record-example.c:74:42: note: byref variable will be forcibly initialized 74 | struct { unsigned char buf[6]; } hello = { "hello" }; | ^~~~~ /kisskb/src/samples/kfifo/record-example.c:71:25: note: byref variable will be forcibly initialized 71 | char buf[100]; | ^~~ /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c: In function 'gicp_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c:84:27: note: byref variable will be forcibly initialized 84 | struct irq_fwspec fwspec; | ^~~~~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c:17: /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'max_ratio_store': /kisskb/src/mm/backing-dev.c:187:22: note: byref variable will be forcibly initialized 187 | unsigned int ratio; | ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'min_ratio_store': /kisskb/src/mm/backing-dev.c:168:22: note: byref variable will be forcibly initialized 168 | unsigned int ratio; | ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'read_ahead_kb_store': /kisskb/src/mm/backing-dev.c:140:23: note: byref variable will be forcibly initialized 140 | unsigned long read_ahead_kb; | ^~~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_debug_stats_show': /kisskb/src/mm/backing-dev.c:56:23: note: byref variable will be forcibly initialized 56 | unsigned long dirty_thresh; | ^~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c:55:23: note: byref variable will be forcibly initialized 55 | unsigned long background_thresh; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/mm/backing-dev.c:3: /kisskb/src/mm/backing-dev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmstat.c: In function 'extfrag_show_print': /kisskb/src/mm/vmstat.c:2211:33: note: byref variable will be forcibly initialized 2211 | struct contig_page_info info; | ^~~~ /kisskb/src/mm/vmstat.c: In function 'unusable_show_print': /kisskb/src/mm/vmstat.c:2159:33: note: byref variable will be forcibly initialized 2159 | struct contig_page_info info; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/mm/vmstat.c:13: /kisskb/src/mm/vmstat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_register_va': /kisskb/src/mm/backing-dev.c:867:25: note: byref variable will be forcibly initialized 867 | struct rb_node *parent, **p; | ^~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_register': /kisskb/src/mm/backing-dev.c:901:17: note: byref variable will be forcibly initialized 901 | va_list args; | ^~~~ /kisskb/src/mm/vmstat.c: In function 'extfrag_for_order': /kisskb/src/mm/vmstat.c:1130:33: note: byref variable will be forcibly initialized 1130 | struct contig_page_info info; | ^~~~ /kisskb/src/mm/vmstat.c: In function 'fragmentation_index': /kisskb/src/mm/vmstat.c:1144:33: note: byref variable will be forcibly initialized 1144 | struct contig_page_info info; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_runnable_without': /kisskb/src/kernel/sched/fair.c:5906:22: note: byref variable will be forcibly initialized 5906 | unsigned int runnable; | ^~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_load_without': /kisskb/src/kernel/sched/fair.c:5883:22: note: byref variable will be forcibly initialized 5883 | unsigned int load; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'calculate_imbalance': /kisskb/src/kernel/sched/fair.c:9391:38: note: byref variable will be forcibly initialized 9391 | unsigned int nr_diff = busiest->sum_nr_running; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'setup_sched_thermal_decay_shift': /kisskb/src/kernel/sched/fair.c:131:13: note: byref variable will be forcibly initialized 131 | int _shift = 0; | ^~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'sched_slice': /kisskb/src/kernel/sched/fair.c:742:36: note: byref variable will be forcibly initialized 742 | struct load_weight lw; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_next': /kisskb/src/kernel/sched/fair.c:6579:31: note: byref variable will be forcibly initialized 6579 | unsigned long util_est; | ^~~~~~~~ /kisskb/src/kernel/sched/fair.c:6565:23: note: byref variable will be forcibly initialized 6565 | unsigned long util = READ_ONCE(cfs_rq->avg.util_avg); | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'task_fork_fair': /kisskb/src/kernel/sched/fair.c:11204:25: note: byref variable will be forcibly initialized 11204 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'find_energy_efficient_cpu': /kisskb/src/kernel/sched/fair.c:6785:42: note: byref variable will be forcibly initialized 6785 | unsigned long cur_delta, spare_cap, max_spare_cap = 0; | ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_idlest_group': /kisskb/src/kernel/sched/fair.c:9080:39: note: byref variable will be forcibly initialized 9080 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c:9080:28: note: byref variable will be forcibly initialized 9080 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~~~ 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/include/linux/fb.h:6, from /kisskb/src/samples/vfio-mdev/mdpy-fb.c:21: /kisskb/src/samples/vfio-mdev/mdpy-fb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/samples/vfio-mdev/mdpy-fb.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/samples/vfio-mdev/mdpy-fb.c: In function 'mdpy_fb_probe': /kisskb/src/samples/vfio-mdev/mdpy-fb.c:103:28: note: byref variable will be forcibly initialized 103 | u32 format, width, height; | ^~~~~~ /kisskb/src/samples/vfio-mdev/mdpy-fb.c:103:21: note: byref variable will be forcibly initialized 103 | u32 format, width, height; | ^~~~~ /kisskb/src/samples/vfio-mdev/mdpy-fb.c:103:13: note: byref variable will be forcibly initialized 103 | u32 format, width, height; | ^~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_blocked_averages': /kisskb/src/kernel/sched/fair.c:8263:25: note: byref variable will be forcibly initialized 8263 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c:8261:31: note: byref variable will be forcibly initialized 8261 | bool decayed = false, done = true; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'attach_one_task': /kisskb/src/kernel/sched/fair.c:8047:25: note: byref variable will be forcibly initialized 8047 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'active_load_balance_cpu_stop': /kisskb/src/kernel/sched/fair.c:10209:31: note: byref variable will be forcibly initialized 10209 | struct lb_env env = { | ^~~ /kisskb/src/kernel/sched/fair.c:10174:25: note: byref variable will be forcibly initialized 10174 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'attach_tasks': /kisskb/src/kernel/sched/fair.c:8063:25: note: byref variable will be forcibly initialized 8063 | struct rq_flags rf; | ^~ /kisskb/src/samples/vfio-mdev/mbochs.c: In function 'mbochs_write': /kisskb/src/samples/vfio-mdev/mbochs.c:680:28: note: byref variable will be forcibly initialized 680 | u8 val; | ^~~ /kisskb/src/samples/vfio-mdev/mbochs.c:668:29: note: byref variable will be forcibly initialized 668 | u16 val; | ^~~ /kisskb/src/samples/vfio-mdev/mbochs.c:656:29: note: byref variable will be forcibly initialized 656 | u32 val; | ^~~ /kisskb/src/samples/vfio-mdev/mbochs.c: In function 'mbochs_read': /kisskb/src/samples/vfio-mdev/mbochs.c:619:28: note: byref variable will be forcibly initialized 619 | u8 val; | ^~~ /kisskb/src/samples/vfio-mdev/mbochs.c:607:29: note: byref variable will be forcibly initialized 607 | u16 val; | ^~~ /kisskb/src/samples/vfio-mdev/mbochs.c:595:29: note: byref variable will be forcibly initialized 595 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/samples/vfio-mdev/mbochs.c:23: /kisskb/src/samples/vfio-mdev/mbochs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/samples/vfio-mdev/mbochs.c: In function 'mbochs_probe': /kisskb/src/samples/vfio-mdev/mbochs.c:510:13: note: byref variable will be forcibly initialized 510 | int avail_mbytes = atomic_read(&mbochs_avail_mbytes); | ^~~~~~~~~~~~ /kisskb/src/samples/vfio-mdev/mbochs.c: In function 'mbochs_query_gfx_plane': /kisskb/src/samples/vfio-mdev/mbochs.c:1078:28: note: byref variable will be forcibly initialized 1078 | struct mbochs_mode mode; | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/cpumask.h:10, from /kisskb/src/include/linux/energy_model.h:4, from /kisskb/src/kernel/sched/fair.c:23: /kisskb/src/kernel/sched/fair.c: In function 'task_numa_group': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:2588:9: note: in expansion of macro 'rcu_assign_pointer' 2588 | rcu_assign_pointer(p->numa_group, grp); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:2523:17: note: in expansion of macro 'rcu_assign_pointer' 2523 | rcu_assign_pointer(p->numa_group, grp); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/samples/vfio-mdev/mbochs.c: In function 'mbochs_ioctl': /kisskb/src/samples/vfio-mdev/mbochs.c:1241:51: note: byref variable will be forcibly initialized 1241 | struct vfio_device_gfx_plane_info plane; | ^~~~~ /kisskb/src/samples/vfio-mdev/mbochs.c:1218:38: note: byref variable will be forcibly initialized 1218 | struct vfio_irq_info info; | ^~~~ /kisskb/src/samples/vfio-mdev/mbochs.c:1193:45: note: byref variable will be forcibly initialized 1193 | struct vfio_region_info_ext info; | ^~~~ /kisskb/src/samples/vfio-mdev/mbochs.c:1172:41: note: byref variable will be forcibly initialized 1172 | struct vfio_device_info info; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'preferred_group_nid': /kisskb/src/kernel/sched/fair.c:2325:36: note: byref variable will be forcibly initialized 2325 | nodemask_t this_group; | ^~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:2276:20: note: byref variable will be forcibly initialized 2276 | nodemask_t nodes; | ^~~~~ /kisskb/src/kernel/sched/fair.c: In function 'task_numa_placement': /kisskb/src/kernel/sched/fair.c:2363:22: note: byref variable will be forcibly initialized 2363 | u64 runtime, period; | ^~~~~~ /kisskb/src/security/integrity/evm/evm_main.c: In function 'evm_verify_hmac': /kisskb/src/security/integrity/evm/evm_main.c:182:27: note: byref variable will be forcibly initialized 182 | struct evm_digest digest; | ^~~~~~ /kisskb/src/security/integrity/evm/evm_main.c:179:36: note: byref variable will be forcibly initialized 179 | struct evm_ima_xattr_data *xattr_data = NULL; | ^~~~~~~~~~ /kisskb/src/security/integrity/evm/evm_main.c: In function 'evm_xattr_acl_change': /kisskb/src/security/integrity/evm/evm_main.c:461:40: note: byref variable will be forcibly initialized 461 | struct posix_acl *acl = NULL, *acl_res; | ^~~~~~~ /kisskb/src/security/integrity/evm/evm_main.c:460:17: note: byref variable will be forcibly initialized 460 | umode_t mode; | ^~~~ /kisskb/src/security/integrity/evm/evm_main.c: In function 'evm_xattr_change': /kisskb/src/security/integrity/evm/evm_main.c:508:15: note: byref variable will be forcibly initialized 508 | char *xattr_data = NULL; | ^~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'task_numa_fault': /kisskb/src/kernel/sched/fair.c:2648:13: note: byref variable will be forcibly initialized 2648 | int priv; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_sd_lb_stats': /kisskb/src/kernel/sched/fair.c:9237:13: note: byref variable will be forcibly initialized 9237 | int sg_status = 0; | ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c:9236:28: note: byref variable will be forcibly initialized 9236 | struct sg_lb_stats tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'load_balance': /kisskb/src/kernel/sched/fair.c:9866:25: note: byref variable will be forcibly initialized 9866 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'newidle_balance': /kisskb/src/kernel/sched/fair.c:10929:21: note: byref variable will be forcibly initialized 10929 | int continue_balancing = 1; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:10873:23: note: byref variable will be forcibly initialized 10873 | unsigned long next_balance = jiffies + HZ; | ^~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'rebalance_domains': /kisskb/src/kernel/sched/fair.c:10287:13: note: byref variable will be forcibly initialized 10287 | int continue_balancing = 1; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function '_nohz_idle_balance': /kisskb/src/kernel/sched/fair.c:10751:41: note: byref variable will be forcibly initialized 10751 | struct rq_flags rf; | ^~ /kisskb/src/drivers/irqchip/irq-mvebu-icu.c: In function 'mvebu_icu_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-icu.c:200:23: note: byref variable will be forcibly initialized 200 | unsigned long hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-odmi.c: In function 'odmi_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-odmi.c:82:27: note: byref variable will be forcibly initialized 82 | struct irq_fwspec fwspec; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/irqchip/irq-mvebu-odmi.c:13: /kisskb/src/drivers/irqchip/irq-mvebu-odmi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/algapi.h:11, from /kisskb/src/crypto/algapi.c:8: /kisskb/src/crypto/algapi.c: In function 'crypto_remove_spawns': /kisskb/src/crypto/algapi.c:153:19: note: byref variable will be forcibly initialized 153 | LIST_HEAD(top); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:152:19: note: byref variable will be forcibly initialized 152 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:150:19: note: byref variable will be forcibly initialized 150 | LIST_HEAD(secondary_spawns); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_alg_tested': /kisskb/src/crypto/algapi.c:311:19: note: byref variable will be forcibly initialized 311 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_template': /kisskb/src/crypto/algapi.c:557:19: note: byref variable will be forcibly initialized 557 | LIST_HEAD(users); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_instance': /kisskb/src/crypto/algapi.c:679:19: note: byref variable will be forcibly initialized 679 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_alg': /kisskb/src/crypto/algapi.c:466:19: note: byref variable will be forcibly initialized 466 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_policy.c:16: /kisskb/src/kernel/sched/build_policy.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_policy.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'dattrs_equal': /kisskb/src/kernel/sched/topology.c:2489:34: note: byref variable will be forcibly initialized 2489 | struct sched_domain_attr tmp; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'cpufreq_add_update_util_hook': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/cpufreq.c:40:9: note: in expansion of macro 'rcu_assign_pointer' 40 | rcu_assign_pointer(per_cpu(cpufreq_update_util_data, cpu), data); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'cpufreq_remove_update_util_hook': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/cpufreq.c:56:9: note: in expansion of macro 'rcu_assign_pointer' 56 | rcu_assign_pointer(per_cpu(cpufreq_update_util_data, cpu), NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:45: /kisskb/src/kernel/sched/build_policy.c: In function 'do_sched_rt_period_timer': /kisskb/src/kernel/sched/rt.c:924:33: note: byref variable will be forcibly initialized 924 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/build_utility.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&entry->next, entry); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:69: /kisskb/src/kernel/sched/build_utility.c: In function 'rate_limit_us_store': /kisskb/src/kernel/sched/cpufreq_schedutil.c:519:22: note: byref variable will be forcibly initialized 519 | unsigned int rate_limit_us; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/cpufreq.h:12, from /kisskb/src/kernel/sched/build_utility.c:22: /kisskb/src/kernel/sched/build_utility.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'update_top_cache_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:699:9: note: in expansion of macro 'rcu_assign_pointer' 699 | rcu_assign_pointer(per_cpu(sd_asym_cpucapacity, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:696:9: note: in expansion of macro 'rcu_assign_pointer' 696 | rcu_assign_pointer(per_cpu(sd_asym_packing, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:693:9: note: in expansion of macro 'rcu_assign_pointer' 693 | rcu_assign_pointer(per_cpu(sd_numa, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:690:9: note: in expansion of macro 'rcu_assign_pointer' 690 | rcu_assign_pointer(per_cpu(sd_llc_shared, cpu), sds); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:687:9: note: in expansion of macro 'rcu_assign_pointer' 687 | rcu_assign_pointer(per_cpu(sd_llc, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:59:28: note: byref variable will be forcibly initialized 59 | struct scatterlist tmp[2]; | ^~~ /kisskb/src/crypto/scatterwalk.c:58:29: note: byref variable will be forcibly initialized 58 | struct scatter_walk walk; | ^~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:84: /kisskb/src/kernel/sched/build_utility.c: In function '__wake_up_common_lock': /kisskb/src/kernel/sched/wait.c:128:28: note: byref variable will be forcibly initialized 128 | wait_queue_entry_t bookmark; | ^~~~~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'swake_up_all': /kisskb/src/kernel/sched/swait.c:64:19: note: byref variable will be forcibly initialized 64 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/livepatch.h:12, from /kisskb/src/kernel/sched/build_policy.c:24: /kisskb/src/kernel/sched/build_policy.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:401, from /kisskb/src/mm/slab_common.c:30: /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_alloc': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_alloc_node': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'sched_reset_numa': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:1968:9: note: in expansion of macro 'rcu_assign_pointer' 1968 | rcu_assign_pointer(sched_domains_numa_masks, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:52: /kisskb/src/kernel/sched/build_policy.c: In function 'kcpustat_field': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:1966:9: note: in expansion of macro 'rcu_assign_pointer' 1966 | rcu_assign_pointer(sched_domains_numa_distance, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_kfree': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/cputime.c:965:13: note: byref variable will be forcibly initialized 965 | u64 val = cpustat[usage]; | ^~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_kmem_cache_free': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_free': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' 182 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' 182 | 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_pcpu_drain': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | 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:401, from /kisskb/src/mm/slab_common.c:30: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:53: /kisskb/src/kernel/sched/build_policy.c: In function 'migrate_task_rq_dl': /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc_node': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/deadline.c:1867:25: note: byref variable will be forcibly initialized 1867 | struct rq_flags rf; | ^~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kfree': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_cache_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free_batched': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' 182 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_pcpu_drain': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | 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:401, from /kisskb/src/mm/slab_common.c:30: /kisskb/src/mm/slab_common.c: In function 'perf_trace_mm_page_alloc_extfrag': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | 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:401, from /kisskb/src/mm/slab_common.c:30: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc_extfrag': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:43: /kisskb/src/kernel/sched/build_policy.c: In function 'play_idle_precise': /kisskb/src/kernel/sched/idle.c:360:27: note: byref variable will be forcibly initialized 360 | struct idle_timer it; | ^~ In file included from /kisskb/src/mm/slab_common.c:30: /kisskb/src/mm/slab_common.c: In function 'mm_ptr_to_hash': /kisskb/src/include/trace/events/kmem.h:338:23: note: byref variable will be forcibly initialized 338 | unsigned long hashval; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:401, from /kisskb/src/mm/slab_common.c:30: /kisskb/src/mm/slab_common.c: In function 'perf_trace_rss_stat': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:370:1: note: in expansion of macro 'TRACE_EVENT' 370 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:370:1: note: in expansion of macro 'TRACE_EVENT' 370 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:401, from /kisskb/src/mm/slab_common.c:30: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_rss_stat': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:370:1: note: in expansion of macro 'TRACE_EVENT' 370 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/kmem.h:401, from /kisskb/src/mm/slab_common.c:30: /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kmem_alloc': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_alloc_extfrag': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kmem_alloc_node': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'group_init': In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/namei.h:5, from /kisskb/src/fs/crypto/fname.c:14: /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:201:9: note: in expansion of macro 'rcu_assign_pointer' 201 | rcu_assign_pointer(group->poll_task, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscrypt.h:192:16: note: in expansion of macro 'smp_load_acquire' 192 | return smp_load_acquire(&inode->i_crypt_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kfree': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_free': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_kmem_cache_free': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_chunk_refresh_hint': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c:752:22: note: byref variable will be forcibly initialized 752 | int bit_off, bits; | ^~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c:752:13: note: byref variable will be forcibly initialized 752 | int bit_off, bits; | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_pcpu_drain': In file included from /kisskb/src/kernel/sched/build_utility.c:97: /kisskb/src/kernel/sched/build_utility.c: In function 'collect_percpu_times': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:328:21: note: byref variable will be forcibly initialized 328 | u32 cpu_changed_states; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_match_name': /kisskb/src/kernel/sched/psi.c:326:21: note: byref variable will be forcibly initialized 326 | u32 times[NR_PSI_STATES]; | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/fs/crypto/fname.c:517:12: note: byref variable will be forcibly initialized 517 | u8 digest[SHA256_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_rss_stat': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:370:1: note: in expansion of macro 'TRACE_EVENT' 370 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:370:1: note: in expansion of macro 'TRACE_EVENT' 370 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:370:1: note: in expansion of macro 'TRACE_EVENT' 370 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ /kisskb/src/fs/crypto/fname.c: In function 'fname_decrypt': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:370:1: note: in expansion of macro 'TRACE_EVENT' 370 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ /kisskb/src/fs/crypto/fname.c:160:26: note: byref variable will be forcibly initialized 160 | union fscrypt_iv iv; | ^~ /kisskb/src/fs/crypto/fname.c:157:36: note: byref variable will be forcibly initialized 157 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/fs/crypto/fname.c:157:28: note: byref variable will be forcibly initialized 157 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:370:1: note: in expansion of macro 'TRACE_EVENT' 370 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:370:1: note: in expansion of macro 'TRACE_EVENT' 370 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/crypto/fname.c:16: /kisskb/src/fs/crypto/fname.c:156:29: note: byref variable will be forcibly initialized 156 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_free_batched': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' 182 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' 182 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page_alloc': /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_fname_disk_to_usr': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/fs/crypto/fname.c:350:35: note: byref variable will be forcibly initialized 350 | struct fscrypt_nokey_name nokey_name; | ^~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/mm/percpu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_mm_page': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'psi_poll_work': /kisskb/src/kernel/sched/psi.c:597:13: note: byref variable will be forcibly initialized 597 | u32 changed_states; | ^~~~~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_dump_alloc_info': /kisskb/src/mm/percpu.c:2487:14: note: byref variable will be forcibly initialized 2487 | char empty_str[] = "--------"; | ^~~~~~~~~ /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_fname_encrypt': /kisskb/src/fs/crypto/fname.c:105:28: note: byref variable will be forcibly initialized 105 | struct scatterlist sg; | ^~ /kisskb/src/fs/crypto/fname.c:104:26: note: byref variable will be forcibly initialized 104 | union fscrypt_iv iv; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/crypto/fname.c:16: /kisskb/src/fs/crypto/fname.c:101:29: note: byref variable will be forcibly initialized 101 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ In file included from /kisskb/src/include/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/sched/cputime.h:5, from /kisskb/src/kernel/sched/build_utility.c:13: /kisskb/src/kernel/sched/build_utility.c: In function 'psi_poll_worker': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:642:17: note: in expansion of macro 'wait_event_interruptible' 642 | wait_event_interruptible(group->poll_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:101: /kisskb/src/kernel/sched/build_utility.c: In function 'membarrier_global_expedited': /kisskb/src/kernel/sched/membarrier.c:247:23: note: byref variable will be forcibly initialized 247 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'sync_runqueues_membarrier_state': /kisskb/src/kernel/sched/membarrier.c:428:23: note: byref variable will be forcibly initialized 428 | cpumask_var_t tmpmask; | ^~~~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:53: /kisskb/src/kernel/sched/build_policy.c: In function 'dl_task_timer': /kisskb/src/kernel/sched/deadline.c:1109:25: note: byref variable will be forcibly initialized 1109 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/build_utility.c: In function 'membarrier_private_expedited': /kisskb/src/kernel/sched/membarrier.c:311:23: note: byref variable will be forcibly initialized 311 | cpumask_var_t tmpmask; | ^~~~~~~ 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:425:19: note: byref variable will be forcibly initialized 425 | LIST_HEAD(to_destroy); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/slab_common.c: In function 'kmalloc_fix_flags': /kisskb/src/mm/slab_common.c:921:15: note: byref variable will be forcibly initialized 921 | gfp_t invalid_mask = flags & GFP_SLAB_BUG_MASK; | ^~~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_find_block_fit': /kisskb/src/mm/percpu.c:1110:28: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~~~~~ /kisskb/src/mm/percpu.c:1110:22: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~ /kisskb/src/mm/percpu.c:1110:13: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~~~~ In file included from /kisskb/src/include/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:1323:19: note: byref variable will be forcibly initialized 1323 | LIST_HEAD(sublist); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/compaction.c: In function 'move_freelist_tail': /kisskb/src/mm/compaction.c:1340:19: note: byref variable will be forcibly initialized 1340 | LIST_HEAD(sublist); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/compaction.h:345, from /kisskb/src/mm/compaction.c:51: /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_isolate_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_migratepages': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_begin': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:97: /kisskb/src/kernel/sched/build_utility.c: In function 'psi_avgs_work': /kisskb/src/kernel/sched/psi.c:419:13: note: byref variable will be forcibly initialized 419 | u32 changed_states; | ^~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_mm_compaction_try_to_compact_pages': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:154:1: note: in expansion of macro 'TRACE_EVENT' 154 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:154:1: note: in expansion of macro 'TRACE_EVENT' 154 | 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/compaction.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/compaction.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/compaction.h:228:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 228 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/compaction.h:228:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 228 | 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:282:1: note: in expansion of macro 'TRACE_EVENT' 282 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:282:1: note: in expansion of macro 'TRACE_EVENT' 282 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'perf_trace_kcompactd_wake_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | 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:345, from /kisskb/src/mm/compaction.c:51: /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_isolate_template': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/percpu.h:137, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_alloc_percpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_migratepages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_free_percpu': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_alloc_percpu_fail': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_create_chunk': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:101:1: note: in expansion of macro 'TRACE_EVENT' 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:101:1: note: in expansion of macro 'TRACE_EVENT' 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_try_to_compact_pages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:154:1: note: in expansion of macro 'TRACE_EVENT' 154 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'perf_trace_percpu_destroy_chunk': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_suitable_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/percpu.h:137, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_defer_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:228:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 228 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_free_percpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/uaccess.h:24, from /kisskb/src/include/linux/uaccess.h:11, from /kisskb/src/include/linux/sched/task.h:11, from /kisskb/src/include/linux/sched/signal.h:9, from /kisskb/src/include/linux/sched/cputime.h:5, from /kisskb/src/kernel/sched/build_utility.c:13: /kisskb/src/kernel/sched/build_utility.c: In function 'do_wait_for_common': /kisskb/src/kernel/sched/completion.c:75:36: note: byref variable will be forcibly initialized 75 | DECLARE_SWAITQUEUE(wait); | ^~~~ /kisskb/src/include/linux/swait.h:59:28: note: in definition of macro 'DECLARE_SWAITQUEUE' 59 | struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) | ^~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu_fail': /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_kcompactd_sleep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:282:1: note: in expansion of macro 'TRACE_EVENT' 282 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_kcompactd_wake_template': /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_create_chunk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:101:1: note: in expansion of macro 'TRACE_EVENT' 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_destroy_chunk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/percpu.h:137, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_alloc_percpu': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:73:24: note: in expansion of macro '__CAST_TO_U64' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:73:24: note: in expansion of macro '__CAST_TO_U64' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:74:25: note: in expansion of macro '__CAST_TO_U64' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:74:25: note: in expansion of macro '__CAST_TO_U64' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST10' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_free_percpu': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_alloc_percpu_fail': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_create_chunk': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:101:1: note: in expansion of macro 'TRACE_EVENT' 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:101:1: note: in expansion of macro 'TRACE_EVENT' 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function '__bpf_trace_percpu_destroy_chunk': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/compaction.h:345, from /kisskb/src/mm/compaction.c:51: /kisskb/src/mm/compaction.c: In function '__bpf_trace_mm_compaction_isolate_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'cpu_attach_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:758:9: note: in expansion of macro 'rcu_assign_pointer' 758 | rcu_assign_pointer(rq->sd, sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function '__bpf_trace_mm_compaction_begin': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function '__bpf_trace_mm_compaction_migratepages': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function '__bpf_trace_mm_compaction_defer_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:228:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 228 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:228:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 228 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:228:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 228 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:228:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 228 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function '__bpf_trace_mm_compaction_end': In file included from /kisskb/src/kernel/sched/build_policy.c:52: /kisskb/src/kernel/sched/build_policy.c: In function 'thread_group_cputime': /kisskb/src/kernel/sched/cputime.c:298:22: note: byref variable will be forcibly initialized 298 | unsigned int seq, nextseq; | ^~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/cputime.c:296:20: note: byref variable will be forcibly initialized 296 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/sched/cputime.c:296:13: note: byref variable will be forcibly initialized 296 | u64 utime, stime; | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'build_sched_domains': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:120:1: note: in expansion of macro 'TRACE_EVENT' 120 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:2252:23: note: byref variable will be forcibly initialized 2252 | struct s_data d; | ^ /kisskb/src/kernel/sched/build_policy.c: In function 'thread_group_cputime_adjusted': /kisskb/src/kernel/sched/cputime.c:625:29: note: byref variable will be forcibly initialized 625 | struct task_cputime cputime; | ^~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc_area': /kisskb/src/mm/percpu.c:1217:37: note: byref variable will be forcibly initialized 1217 | unsigned long area_off = 0, area_bits = 0; | ^~~~~~~~~ /kisskb/src/mm/compaction.c: In function '__bpf_trace_mm_compaction_try_to_compact_pages': /kisskb/src/mm/percpu.c:1217:23: note: byref variable will be forcibly initialized 1217 | unsigned long area_off = 0, area_bits = 0; | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:154:1: note: in expansion of macro 'TRACE_EVENT' 154 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:154:1: note: in expansion of macro 'TRACE_EVENT' 154 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:154:1: note: in expansion of macro 'TRACE_EVENT' 154 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:154:1: note: in expansion of macro 'TRACE_EVENT' 154 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:154:1: note: in expansion of macro 'TRACE_EVENT' 154 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:154:1: note: in expansion of macro 'TRACE_EVENT' 154 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function '__bpf_trace_mm_compaction_suitable_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:181:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 181 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:53: /kisskb/src/kernel/sched/build_policy.c: In function 'dl_add_task_root_domain': /kisskb/src/kernel/sched/deadline.c:2549:25: note: byref variable will be forcibly initialized 2549 | struct rq_flags rf; | ^~ /kisskb/src/mm/compaction.c: In function '__bpf_trace_kcompactd_wake_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function '__bpf_trace_mm_compaction_kcompactd_sleep': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:282:1: note: in expansion of macro 'TRACE_EVENT' 282 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:282:1: note: in expansion of macro 'TRACE_EVENT' 282 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'sched_init_numa': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:1908:9: note: in expansion of macro 'rcu_assign_pointer' 1908 | rcu_assign_pointer(sched_domains_numa_masks, masks); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:1853:9: note: in expansion of macro 'rcu_assign_pointer' 1853 | rcu_assign_pointer(sched_domains_numa_distance, distances); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_policy.c: In function 'inactive_task_timer': /kisskb/src/kernel/sched/deadline.c:1413:25: note: byref variable will be forcibly initialized 1413 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function 'pcpu_balance_free': /kisskb/src/mm/percpu.c:1988:19: note: byref variable will be forcibly initialized 1988 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:97: /kisskb/src/kernel/sched/build_utility.c: In function 'psi_memstall_enter': /kisskb/src/kernel/sched/psi.c:903:25: note: byref variable will be forcibly initialized 903 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/build_utility.c: In function 'psi_memstall_leave': /kisskb/src/kernel/sched/psi.c:933:25: note: byref variable will be forcibly initialized 933 | struct rq_flags rf; | ^~ /kisskb/src/drivers/irqchip/irq-mvebu-pic.c: In function 'mvebu_pic_handle_cascade_irq': /kisskb/src/drivers/irqchip/irq-mvebu-pic.c:107:23: note: byref variable will be forcibly initialized 107 | unsigned long irqmap, irqn; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'psi_trigger_create': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1144:17: note: in expansion of macro 'rcu_assign_pointer' 1144 | rcu_assign_pointer(group->poll_task, task); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:97: /kisskb/src/kernel/sched/psi.c:1092:13: note: byref variable will be forcibly initialized 1092 | u32 window_us; | ^~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1091:13: note: byref variable will be forcibly initialized 1091 | u32 threshold_us; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'psi_write': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1322:9: note: in expansion of macro 'smp_store_release' 1322 | smp_store_release(&seq->private, new); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:97: /kisskb/src/kernel/sched/psi.c:1288:14: note: byref variable will be forcibly initialized 1288 | char buf[32]; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'psi_trigger_destroy': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1198:25: note: in expansion of macro 'rcu_assign_pointer' 1198 | rcu_assign_pointer(group->poll_task, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_block': /kisskb/src/mm/compaction.c:556:14: note: byref variable will be forcibly initialized 556 | bool locked = false; | ^~~~~~ /kisskb/src/mm/compaction.c:555:23: note: byref variable will be forcibly initialized 555 | unsigned long flags = 0; | ^~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'psi_trigger_poll': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/psi.c:1234:13: note: in expansion of macro 'smp_load_acquire' 1234 | t = smp_load_acquire(trigger_ptr); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'fast_isolate_around': /kisskb/src/mm/compaction.c:1351:23: note: byref variable will be forcibly initialized 1351 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-sei.c: In function 'mvebu_sei_handle_cascade_irq': /kisskb/src/drivers/irqchip/irq-mvebu-sei.c:334:31: note: byref variable will be forcibly initialized 334 | unsigned long irqmap; | ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'split_map_pages': /kisskb/src/mm/compaction.c:91:19: note: byref variable will be forcibly initialized 91 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/irqchip/irq-mvebu-sei.c: In function 'mvebu_sei_cp_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-sei.c:253:27: note: byref variable will be forcibly initialized 253 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages': /kisskb/src/mm/compaction.c:1573:23: note: byref variable will be forcibly initialized 1573 | unsigned long isolate_start_pfn; /* exact pfn we start at */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-sei.c: In function 'mvebu_sei_ap_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-sei.c:212:27: note: byref variable will be forcibly initialized 212 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/mm/compaction.c: In function 'isolate_migratepages_block': /kisskb/src/mm/compaction.c:796:23: note: byref variable will be forcibly initialized 796 | unsigned long flags = 0; | ^~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_page_first_chunk': /kisskb/src/mm/percpu.c:3262:14: note: byref variable will be forcibly initialized 3262 | char psize_str[16]; | ^~~~~~~~~ /kisskb/src/mm/compaction.c: In function '__compact_finished': /kisskb/src/mm/compaction.c:2122:22: note: byref variable will be forcibly initialized 2122 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_range': /kisskb/src/mm/compaction.c:701:31: note: byref variable will be forcibly initialized 701 | 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:689:19: note: byref variable will be forcibly initialized 689 | LIST_HEAD(freelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/compaction.c: In function 'compact_zone': /kisskb/src/mm/compaction.c:2299:22: note: byref variable will be forcibly initialized 2299 | unsigned int nr_succeeded = 0; | ^~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'compact_zone_order': /kisskb/src/mm/compaction.c:2520:32: note: byref variable will be forcibly initialized 2520 | 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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:9: note: in expansion of macro '___wait_event' 422 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:25: note: in expansion of macro '__wait_event_freezable_timeout' 435 | __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c:2950:21: note: in expansion of macro 'wait_event_freezable_timeout' 2950 | if (wait_event_freezable_timeout(pgdat->kcompactd_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c:2941:31: note: byref variable will be forcibly initialized 2941 | unsigned long pflags; | ^~~~~~ /kisskb/src/sound/core/seq/seq_queue.c: In function 'queue_broadcast_event': /kisskb/src/sound/core/seq/seq_queue.c:632:30: note: byref variable will be forcibly initialized 632 | struct snd_seq_event sev; | ^~~ /kisskb/src/sound/core/seq/seq_queue.c: In function 'snd_seq_check_queue': /kisskb/src/sound/core/seq/seq_queue.c:245:29: note: byref variable will be forcibly initialized 245 | snd_seq_real_time_t cur_time; | ^~~~~~~~ /kisskb/src/sound/core/seq/seq_queue.c:244:29: note: byref variable will be forcibly initialized 244 | snd_seq_tick_time_t cur_tick; | ^~~~~~~~ /kisskb/src/security/lsm_audit.c: In function 'dump_common_audit_data': /kisskb/src/security/lsm_audit.c:417:33: note: byref variable will be forcibly initialized 417 | 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/security/lsm_audit.c:13: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/lsm_audit.c:356:40: note: in expansion of macro 'smp_load_acquire' 356 | addr = smp_load_acquire(&u->addr); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/lsm_audit.c:313:38: note: byref variable will be forcibly initialized 313 | char comm[sizeof(tsk->comm)]; | ^~~~ /kisskb/src/security/lsm_audit.c:211:14: note: byref variable will be forcibly initialized 211 | char comm[sizeof(current->comm)]; | ^~~~ /kisskb/src/drivers/irqchip/irq-ls-extirq.c: In function 'ls_extirq_parse_map': /kisskb/src/drivers/irqchip/irq-ls-extirq.c:113:28: note: byref variable will be forcibly initialized 113 | u32 hwirq, intsize, j; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-ls-extirq.c:101:13: note: byref variable will be forcibly initialized 101 | u32 mapsize; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/mm/list_lru.c:9: /kisskb/src/mm/list_lru.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/irqchip/irq-ls-scfg-msi.c:19: /kisskb/src/drivers/irqchip/irq-ls-scfg-msi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-ls-scfg-msi.c: In function 'ls_scfg_msi_irq_handler': /kisskb/src/drivers/irqchip/irq-ls-scfg-msi.c:196:23: note: byref variable will be forcibly initialized 196 | unsigned long val; | ^~~ /kisskb/src/crypto/geniv.c: In function 'aead_geniv_alloc': /kisskb/src/crypto/geniv.c:49:13: note: byref variable will be forcibly initialized 49 | u32 mask; | ^~~~ /kisskb/src/sound/i2c/other/ak4xxx-adda.c: In function 'build_dac_controls': /kisskb/src/sound/i2c/other/ak4xxx-adda.c:606:33: note: byref variable will be forcibly initialized 606 | struct snd_kcontrol_new knew; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_lib.c: In function 'snd_opl3_create': /kisskb/src/sound/drivers/opl3/opl3_lib.c:398:26: note: byref variable will be forcibly initialized 398 | struct snd_opl3 *opl3; | ^~~~ /kisskb/src/sound/i2c/other/ak4xxx-adda.c: In function 'build_adc_controls': /kisskb/src/sound/i2c/other/ak4xxx-adda.c:717:33: note: byref variable will be forcibly initialized 717 | struct snd_kcontrol_new knew; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_lib.c: In function 'snd_opl3_timer1_init': /kisskb/src/sound/drivers/opl3/opl3_lib.c:238:29: note: byref variable will be forcibly initialized 238 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/drivers/opl3/opl3_lib.c:237:27: note: byref variable will be forcibly initialized 237 | struct snd_timer *timer = NULL; | ^~~~~ /kisskb/src/sound/drivers/opl3/opl3_lib.c: In function 'snd_opl3_timer2_init': /kisskb/src/sound/drivers/opl3/opl3_lib.c:259:29: note: byref variable will be forcibly initialized 259 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/drivers/opl3/opl3_lib.c:258:27: note: byref variable will be forcibly initialized 258 | struct snd_timer *timer = NULL; | ^~~~~ /kisskb/src/sound/i2c/other/ak4xxx-adda.c: In function 'build_deemphasis': /kisskb/src/sound/i2c/other/ak4xxx-adda.c:808:33: note: byref variable will be forcibly initialized 808 | struct snd_kcontrol_new knew; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_lib.c: In function 'snd_opl3_hwdep_new': /kisskb/src/sound/drivers/opl3/opl3_lib.c:482:27: note: byref variable will be forcibly initialized 482 | struct snd_hwdep *hw; | ^~ /kisskb/src/security/integrity/evm/evm_crypto.c: In function 'hmac_add_misc': /kisskb/src/security/integrity/evm/evm_crypto.c:151:11: note: byref variable will be forcibly initialized 151 | } hmac_misc; | ^~~~~~~~~ /kisskb/src/security/integrity/evm/evm_crypto.c: In function 'evm_calc_hmac_or_hash': /kisskb/src/security/integrity/evm/evm_crypto.c:220:15: note: byref variable will be forcibly initialized 220 | char *xattr_value = NULL; | ^~~~~~~~~~~ /kisskb/src/security/integrity/evm/evm_crypto.c: In function 'evm_is_immutable': /kisskb/src/security/integrity/evm/evm_crypto.c:325:42: note: byref variable will be forcibly initialized 325 | const struct evm_ima_xattr_data *xattr_data = NULL; | ^~~~~~~~~~ /kisskb/src/security/integrity/evm/evm_crypto.c: In function 'evm_update_evmxattr': /kisskb/src/security/integrity/evm/evm_crypto.c:360:27: note: byref variable will be forcibly initialized 360 | struct evm_digest data; | ^~~~ /kisskb/src/drivers/irqchip/irq-sni-exiu.c: In function 'exiu_domain_alloc': /kisskb/src/drivers/irqchip/irq-sni-exiu.c:167:27: note: byref variable will be forcibly initialized 167 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-sni-exiu.c: In function 'exiu_dt_init': /kisskb/src/drivers/irqchip/irq-sni-exiu.c:234:25: note: byref variable will be forcibly initialized 234 | struct resource res; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/samples/ftrace/sample-trace-array.h:84, from /kisskb/src/samples/ftrace/sample-trace-array.c:18: /kisskb/src/samples/ftrace/sample-trace-array.c: In function 'perf_trace_sample_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro 'TRACE_EVENT' 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro 'TRACE_EVENT' 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/samples/ftrace/sample-trace-array.h:84, from /kisskb/src/samples/ftrace/sample-trace-array.c:18: /kisskb/src/samples/ftrace/sample-trace-array.c: In function 'trace_event_raw_event_sample_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro 'TRACE_EVENT' 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/samples/ftrace/sample-trace-array.h:84, from /kisskb/src/samples/ftrace/sample-trace-array.c:18: /kisskb/src/samples/ftrace/sample-trace-array.c: In function '__bpf_trace_sample_event': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro 'TRACE_EVENT' 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ 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/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro 'TRACE_EVENT' 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro 'TRACE_EVENT' 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro 'TRACE_EVENT' 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'perf_trace_mmap_lock_acquire_returned': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap_lock.h:87, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_acquire_returned': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_mmap_lock': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function '__bpf_trace_mmap_lock_acquire_returned': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages': /kisskb/src/mm/gup.c:412:22: note: byref variable will be forcibly initialized 412 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_lockless': /kisskb/src/mm/gup.c:386:22: note: byref variable will be forcibly initialized 386 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_dirty_lock': /kisskb/src/mm/gup.c:302:22: note: byref variable will be forcibly initialized 302 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function 'unpin_user_page_range_dirty_lock': /kisskb/src/mm/gup.c:368:22: note: byref variable will be forcibly initialized 368 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function 'fault_in_safe_writeable': /kisskb/src/mm/gup.c:1778:14: note: byref variable will be forcibly initialized 1778 | bool unlocked = false; | ^~~~~~~~ /kisskb/src/mm/gup.c: In function 'get_user_pages_unlocked': /kisskb/src/mm/gup.c:2182:13: note: byref variable will be forcibly initialized 2182 | int locked = 1; | ^~~~~~ /kisskb/src/mm/gup.c: In function 'check_and_migrate_movable_pages': /kisskb/src/mm/gup.c:1940:49: note: byref variable will be forcibly initialized 1940 | struct migration_target_control mtc = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/mm/gup.c:5: /kisskb/src/mm/gup.c:1883:19: note: byref variable will be forcibly initialized 1883 | LIST_HEAD(movable_page_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/gup.c: In function 'gup_pgd_range': /kisskb/src/mm/gup.c:2733:13: note: byref variable will be forcibly initialized 2733 | static void gup_pgd_range(unsigned long addr, unsigned long end, | ^~~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function 'lockless_pages_from_mm': /kisskb/src/mm/gup.c:2805:13: note: byref variable will be forcibly initialized 2805 | int nr_pinned = 0; | ^~~~~~~~~ /kisskb/src/mm/gup.c: In function 'internal_get_user_pages_fast': /kisskb/src/mm/gup.c:2853:28: note: byref variable will be forcibly initialized 2853 | unsigned long len, end; | ^~~ /kisskb/src/mm/gup.c: In function '__get_user_pages': /kisskb/src/mm/gup.c:1121:30: note: byref variable will be forcibly initialized 1121 | unsigned int foll_flags = gup_flags; | ^~~~~~~~~~ /kisskb/src/mm/gup.c:1101:32: note: byref variable will be forcibly initialized 1101 | struct vm_area_struct *vma = NULL; | ^~~ /kisskb/src/mm/gup.c: In function '__mm_populate': /kisskb/src/mm/gup.c:1599:13: note: byref variable will be forcibly initialized 1599 | int locked = 0; | ^~~~~~ /kisskb/src/mm/gup.c: In function 'get_dump_page': /kisskb/src/mm/gup.c:1857:13: note: byref variable will be forcibly initialized 1857 | int locked = 1; | ^~~~~~ /kisskb/src/mm/gup.c:1856:22: note: byref variable will be forcibly initialized 1856 | struct page *page; | ^~~~ 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:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/seqiv.c:69:17: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 69 | SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/hkdf.c: In function 'fscrypt_init_hkdf': /kisskb/src/fs/crypto/hkdf.c:72:12: note: byref variable will be forcibly initialized 72 | u8 prk[HKDF_HASHLEN]; | ^~~ /kisskb/src/fs/crypto/hkdf.c: In function 'fscrypt_hkdf_expand': /kisskb/src/fs/crypto/hkdf.c:126:12: note: byref variable will be forcibly initialized 126 | u8 tmp[HKDF_HASHLEN]; | ^~~ /kisskb/src/fs/crypto/hkdf.c:125:12: note: byref variable will be forcibly initialized 125 | u8 counter = 1; | ^~~~~~~ /kisskb/src/fs/crypto/hkdf.c:121:12: note: byref variable will be forcibly initialized 121 | u8 prefix[9]; | ^~~~~~ In file included from /kisskb/src/fs/crypto/hkdf.c:12: /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/fs/crypto/hkdf.c:120:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 120 | SHASH_DESC_ON_STACK(desc, hkdf->hmac_tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/skcipher.c: In function 'skcipher_alloc_instance_simple': /kisskb/src/crypto/skcipher.c:932:13: note: byref variable will be forcibly initialized 932 | u32 mask; | ^~~~ /kisskb/src/drivers/irqchip/irq-mst-intc.c: In function 'mst_intc_domain_alloc': /kisskb/src/drivers/irqchip/irq-mst-intc.c:207:27: note: byref variable will be forcibly initialized 207 | 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:24: note: byref variable will be forcibly initialized 250 | u32 irq_start, irq_end; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-mst-intc.c:250:13: note: byref variable will be forcibly initialized 250 | u32 irq_start, irq_end; | ^~~~~~~~~ /kisskb/src/drivers/irqchip/irq-sl28cpld.c: In function 'sl28cpld_intc_probe': /kisskb/src/drivers/irqchip/irq-sl28cpld.c:41:13: note: byref variable will be forcibly initialized 41 | u32 base; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/mm/mincore.c:11: /kisskb/src/mm/mincore.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_notify_einprogress': /kisskb/src/crypto/ahash.c:278:37: note: byref variable will be forcibly initialized 278 | struct crypto_async_request oreq; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_update_unaligned': /kisskb/src/crypto/shash.c:103:12: note: byref variable will be forcibly initialized 103 | u8 ubuf[MAX_ALGAPI_ALIGNMASK * 2]; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_final_unaligned': /kisskb/src/crypto/shash.c:145:12: note: byref variable will be forcibly initialized 145 | u8 ubuf[MAX_ALGAPI_ALIGNMASK + HASH_MAX_DIGESTSIZE]; | ^~~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/shash.c:9: /kisskb/src/crypto/shash.c: In function 'crypto_shash_tfm_digest': /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/shash.c:224:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 224 | SHASH_DESC_ON_STACK(desc, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_update': /kisskb/src/crypto/shash.c:269:33: note: byref variable will be forcibly initialized 269 | struct crypto_hash_walk walk; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_finup': /kisskb/src/crypto/shash.c:292:33: note: byref variable will be forcibly initialized 292 | struct crypto_hash_walk walk; | ^~~~ /kisskb/src/sound/core/seq/seq_fifo.c: In function 'snd_seq_fifo_event_in': /kisskb/src/sound/core/seq/seq_fifo.c:104:36: note: byref variable will be forcibly initialized 104 | struct snd_seq_event_cell *cell; | ^~~~ /kisskb/src/sound/core/seq/seq_fifo.c: In function 'snd_seq_fifo_cell_out': /kisskb/src/sound/core/seq/seq_fifo.c:167:28: note: byref variable will be forcibly initialized 167 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/seq/seq_fifo.c: In function 'snd_seq_fifo_resize': /kisskb/src/sound/core/seq/seq_fifo.c:227:40: note: byref variable will be forcibly initialized 227 | struct snd_seq_pool *newpool, *oldpool; | ^~~~~~~ /kisskb/src/sound/core/seq/seq_fifo.c:227:30: note: byref variable will be forcibly initialized 227 | struct snd_seq_pool *newpool, *oldpool; | ^~~~~~~ /kisskb/src/kernel/power/main.c: In function 'pm_freeze_timeout_store': /kisskb/src/kernel/power/main.c:850:23: note: byref variable will be forcibly initialized 850 | unsigned long val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_debug_messages_store': /kisskb/src/kernel/power/main.c:530:23: note: byref variable will be forcibly initialized 530 | unsigned long val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_print_times_store': /kisskb/src/kernel/power/main.c:487:23: note: byref variable will be forcibly initialized 487 | unsigned long val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'sync_on_suspend_store': /kisskb/src/kernel/power/main.c:215:23: note: byref variable will be forcibly initialized 215 | unsigned long val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_async_store': /kisskb/src/kernel/power/main.c:109:23: note: byref variable will be forcibly initialized 109 | unsigned long val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'wakeup_count_store': /kisskb/src/kernel/power/main.c:692:22: note: byref variable will be forcibly initialized 692 | unsigned int val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'wakeup_count_show': /kisskb/src/kernel/power/main.c:682:22: note: byref variable will be forcibly initialized 682 | unsigned int val; | ^~~ /kisskb/src/mm/memory.c: In function 'follow_pfn': /kisskb/src/mm/memory.c:5310:16: note: byref variable will be forcibly initialized 5310 | pte_t *ptep; | ^~~~ /kisskb/src/mm/memory.c:5309:21: note: byref variable will be forcibly initialized 5309 | spinlock_t *ptl; | ^~~ /kisskb/src/drivers/irqchip/irq-apple-aic.c: In function 'aic_handle_ipi': /kisskb/src/drivers/irqchip/irq-apple-aic.c:844:32: note: byref variable will be forcibly initialized 844 | unsigned long enabled, firing; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-apple-aic.c: In function 'aic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-apple-aic.c:699:25: note: byref variable will be forcibly initialized 699 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-apple-aic.c:697:22: note: byref variable will be forcibly initialized 697 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/mm/memory.c: In function 'zap_pte_range': /kisskb/src/mm/mlock.c: In function 'apply_vma_lock_flags': /kisskb/src/mm/mlock.c:472:38: note: byref variable will be forcibly initialized 472 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/memory.c:1401:13: note: byref variable will be forcibly initialized 1401 | int rss[NR_MM_COUNTERS]; | ^~~ /kisskb/src/mm/mlock.c: In function 'apply_mlockall_flags': /kisskb/src/mm/mlock.c:662:38: note: byref variable will be forcibly initialized 662 | struct vm_area_struct *vma, *prev = NULL; | ^~~~ /kisskb/src/drivers/irqchip/irq-apple-aic.c: In function 'build_fiq_affinity': /kisskb/src/drivers/irqchip/irq-apple-aic.c:1027:21: note: byref variable will be forcibly initialized 1027 | u32 cpu_phandle; | ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-apple-aic.c:1011:13: note: byref variable will be forcibly initialized 1011 | u32 fiq; | ^~~ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1766:27: note: byref variable will be forcibly initialized 1766 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1739:27: note: byref variable will be forcibly initialized 1739 | struct mmu_gather tlb; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/arm64/include/asm/percpu.h:8, from /kisskb/src/include/linux/irqflags.h:17, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/sound/core.h:10, from /kisskb/src/sound/core/seq/seq_timer.c:8: /kisskb/src/sound/core/seq/seq_timer.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/mm/memory.c: In function 'do_numa_page': /kisskb/src/mm/memory.c:4677:13: note: byref variable will be forcibly initialized 4677 | int flags = 0; | ^~~~~ /kisskb/src/mm/memory.c: In function '__access_remote_vm': /kisskb/src/sound/core/seq/seq_timer.c: In function 'snd_seq_timer_open': /kisskb/src/sound/core/seq/seq_timer.c:285:45: note: byref variable will be forcibly initialized 285 | struct snd_timer_id tid; | ^~~ /kisskb/src/mm/memory.c:5436:30: note: byref variable will be forcibly initialized 5436 | struct page *page = NULL; | ^~~~ /kisskb/src/sound/core/seq/seq_timer.c:262:14: note: byref variable will be forcibly initialized 262 | char str[32]; | ^~~ /kisskb/src/mm/memory.c:5425:32: note: byref variable will be forcibly initialized 5425 | struct vm_area_struct *vma; | ^~~ /kisskb/src/sound/core/seq/seq_timer.c: In function 'snd_seq_timer_get_cur_time': /kisskb/src/sound/core/seq/seq_timer.c:448:35: note: byref variable will be forcibly initialized 448 | struct timespec64 tm; | ^~ /kisskb/src/mm/memory.c: In function '__pte_alloc': /kisskb/src/mm/memory.c:468:19: note: byref variable will be forcibly initialized 468 | pgtable_t new = pte_alloc_one(mm); | ^~~ /kisskb/src/mm/memory.c: In function 'copy_pte_range': /kisskb/src/mm/memory.c:1022:22: note: byref variable will be forcibly initialized 1022 | struct page *prealloc = NULL; | ^~~~~~~~ /kisskb/src/mm/memory.c:1020:13: note: byref variable will be forcibly initialized 1020 | int rss[NR_MM_COUNTERS]; | ^~~ /kisskb/src/security/integrity/evm/evm_secfs.c: In function 'evm_write_key': /kisskb/src/security/integrity/evm/evm_secfs.c:69:22: note: byref variable will be forcibly initialized 69 | unsigned int i; | ^ /kisskb/src/mm/memory.c: In function 'insert_page': /kisskb/src/security/integrity/evm/evm_secfs.c: In function 'evm_read_key': /kisskb/src/security/integrity/evm/evm_secfs.c:42:14: note: byref variable will be forcibly initialized 42 | char temp[80]; | ^~~~ /kisskb/src/mm/memory.c:1866:21: note: byref variable will be forcibly initialized 1866 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c: In function 'insert_pfn': /kisskb/src/mm/memory.c:2129:21: note: byref variable will be forcibly initialized 2129 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c: In function '__apply_to_page_range': /kisskb/src/mm/memory.c:2757:24: note: byref variable will be forcibly initialized 2757 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_synth.c: In function 'snd_opl3_write': /kisskb/src/sound/drivers/opl3/opl3_synth.c:190:26: note: byref variable will be forcibly initialized 190 | struct sbi_patch inst; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_synth.c: In function 'snd_opl3_ioctl': /kisskb/src/sound/drivers/opl3/opl3_synth.c:137:49: note: byref variable will be forcibly initialized 137 | struct snd_dm_fm_params params; | ^~~~~~ /kisskb/src/sound/drivers/opl3/opl3_synth.c:126:48: note: byref variable will be forcibly initialized 126 | struct snd_dm_fm_voice voice; | ^~~~~ /kisskb/src/sound/drivers/opl3/opl3_synth.c:115:47: note: byref variable will be forcibly initialized 115 | struct snd_dm_fm_note note; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_synth.c:92:47: note: byref variable will be forcibly initialized 92 | struct snd_dm_fm_info info; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/fs/crypto/hooks.c:8: /kisskb/src/fs/crypto/hooks.c: In function 'fscrypt_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscrypt.h:192:16: note: in expansion of macro 'smp_load_acquire' 192 | return smp_load_acquire(&inode->i_crypt_info); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/include/linux/fscrypt.h:16, from /kisskb/src/fs/crypto/fscrypt_private.h:14, from /kisskb/src/fs/crypto/hooks.c:10: /kisskb/src/fs/crypto/hooks.c: In function 'fscrypt_symlink_getattr': /kisskb/src/fs/crypto/hooks.c:413:29: note: byref variable will be forcibly initialized 413 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/fs/crypto/hooks.c: In function 'fscrypt_get_symlink': /kisskb/src/fs/crypto/hooks.c:317:34: note: byref variable will be forcibly initialized 317 | struct fscrypt_str cstr, pstr; | ^~~~ /kisskb/src/fs/crypto/hooks.c:317:28: note: byref variable will be forcibly initialized 317 | struct fscrypt_str cstr, pstr; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:58: /kisskb/src/mm/mmap.c: In function 'perf_trace_vm_unmapped_area': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:58: /kisskb/src/mm/mmap.c: In function 'trace_event_raw_event_vm_unmapped_area': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:58: /kisskb/src/mm/mmap.c: In function '__bpf_trace_vm_unmapped_area': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2663:27: note: byref variable will be forcibly initialized 2663 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mmap.c: In function 'cmdline_parse_stack_guard_gap': /kisskb/src/mm/mmap.c:2566:15: note: byref variable will be forcibly initialized 2566 | char *endptr; | ^~~~~~ /kisskb/src/mm/mmap.c: In function '__insert_vm_struct': /kisskb/src/mm/mmap.c:720:36: note: byref variable will be forcibly initialized 720 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:720:26: note: byref variable will be forcibly initialized 720 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:719:32: note: byref variable will be forcibly initialized 719 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'generic_get_unmapped_area': /kisskb/src/mm/mmap.c:2150:38: note: byref variable will be forcibly initialized 2150 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/mm/mmap.c:2149:38: note: byref variable will be forcibly initialized 2149 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'generic_get_unmapped_area_topdown': /kisskb/src/mm/mmap.c:2198:38: note: byref variable will be forcibly initialized 2198 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/mm/mmap.c:2196:38: note: byref variable will be forcibly initialized 2196 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3123:27: note: byref variable will be forcibly initialized 3123 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mmap.c: In function 'insert_vm_struct': /kisskb/src/mm/mmap.c:3185:36: note: byref variable will be forcibly initialized 3185 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3185:26: note: byref variable will be forcibly initialized 3185 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3184:32: note: byref variable will be forcibly initialized 3184 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'copy_vma': /kisskb/src/mm/mmap.c:3227:36: note: byref variable will be forcibly initialized 3227 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3227:26: note: byref variable will be forcibly initialized 3227 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3226:42: note: byref variable will be forcibly initialized 3226 | struct vm_area_struct *new_vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'do_brk_flags': /kisskb/src/mm/mmap.c:3023:36: note: byref variable will be forcibly initialized 3023 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3023:26: note: byref variable will be forcibly initialized 3023 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3022:38: note: byref variable will be forcibly initialized 3022 | 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:3093:19: note: byref variable will be forcibly initialized 3093 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:208:19: note: byref variable will be forcibly initialized 208 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2900:19: note: byref variable will be forcibly initialized 2900 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function 'mmap_region': /kisskb/src/mm/mmap.c:1732:36: note: byref variable will be forcibly initialized 1732 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:1732:26: note: byref variable will be forcibly initialized 1732 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:1730:38: note: byref variable will be forcibly initialized 1730 | struct vm_area_struct *vma, *prev, *merge; | ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_remap_file_pages': /kisskb/src/mm/mmap.c:2943:23: note: byref variable will be forcibly initialized 2943 | unsigned long populate = 0; | ^~~~~~~~ /kisskb/src/sound/i2c/other/pt2258.c: In function 'snd_pt2258_reset': /kisskb/src/sound/i2c/other/pt2258.c:34:23: note: byref variable will be forcibly initialized 34 | unsigned char bytes[2]; | ^~~~~ /kisskb/src/sound/i2c/other/pt2258.c: In function 'pt2258_switch_put': /kisskb/src/sound/i2c/other/pt2258.c:146:23: note: byref variable will be forcibly initialized 146 | unsigned char bytes[2]; | ^~~~~ /kisskb/src/sound/i2c/other/pt2258.c: In function 'pt2258_stereo_volume_put': /kisskb/src/sound/i2c/other/pt2258.c:97:23: note: byref variable will be forcibly initialized 97 | unsigned char bytes[2]; | ^~~~~ /kisskb/src/sound/i2c/other/pt2258.c: In function 'snd_pt2258_build_controls': /kisskb/src/sound/i2c/other/pt2258.c:172:33: note: byref variable will be forcibly initialized 172 | struct snd_kcontrol_new knew; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_seq.c: In function 'snd_opl3_synth_create_port': /kisskb/src/sound/drivers/opl3/opl3_seq.c:164:14: note: byref variable will be forcibly initialized 164 | char name[32]; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_seq.c:163:38: note: byref variable will be forcibly initialized 163 | struct snd_seq_port_callback callbacks; | ^~~~~~~~~ /kisskb/src/sound/drivers/opl3/opl3_seq.c: In function 'snd_opl3_seq_probe': /kisskb/src/sound/drivers/opl3/opl3_seq.c:212:14: note: byref variable will be forcibly initialized 212 | char name[32]; | ^~~~ /kisskb/src/mm/mprotect.c: In function 'mprotect_fixup': /kisskb/src/mm/mprotect.c:525:26: note: byref variable will be forcibly initialized 525 | pgprot_t new_pgprot = vm_get_page_prot(newflags); | ^~~~~~~~~~ /kisskb/src/mm/mprotect.c: In function 'do_mprotect_pkey': /kisskb/src/mm/mprotect.c:623:27: note: byref variable will be forcibly initialized 623 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mprotect.c:618:38: note: byref variable will be forcibly initialized 618 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/sound/core/seq/seq_system.c: In function 'snd_seq_system_broadcast': /kisskb/src/sound/core/seq/seq_system.c:81:30: note: byref variable will be forcibly initialized 81 | struct snd_seq_event ev; | ^~ /kisskb/src/sound/core/seq/seq_system.c: In function 'snd_seq_system_client_init': /kisskb/src/sound/core/seq/seq_system.c:109:38: note: byref variable will be forcibly initialized 109 | struct snd_seq_port_callback pcallbacks; | ^~~~~~~~~~ /kisskb/src/sound/core/seq/seq_ports.c: In function 'snd_seq_event_port_attach': /kisskb/src/sound/core/seq/seq_ports.c:666:34: note: byref variable will be forcibly initialized 666 | struct snd_seq_port_info portinfo; | ^~~~~~~~ /kisskb/src/sound/core/seq/seq_ports.c: In function 'snd_seq_event_port_detach': /kisskb/src/sound/core/seq/seq_ports.c:699:34: note: byref variable will be forcibly initialized 699 | struct snd_seq_port_info portinfo; | ^~~~~~~~ /kisskb/src/sound/core/seq/seq_ports.c: In function 'clear_subscriber_list': /kisskb/src/sound/core/seq/seq_ports.c:216:40: note: byref variable will be forcibly initialized 216 | struct snd_seq_client *c; | ^ /kisskb/src/sound/core/seq/seq_ports.c: In function 'snd_seq_delete_all_ports': /kisskb/src/sound/core/seq/seq_ports.c:294:26: note: byref variable will be forcibly initialized 294 | struct list_head deleted_list; | ^~~~~~~~~~~~ /kisskb/src/mm/mremap.c: In function 'move_vma': /kisskb/src/mm/mremap.c:585:14: note: byref variable will be forcibly initialized 585 | bool need_rmap_locks; | ^~~~~~~~~~~~~~~ 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:7, from /kisskb/src/mm/mremap.c:11: /kisskb/src/mm/mremap.c: In function '__do_sys_mremap': /kisskb/src/mm/mremap.c:897:19: note: byref variable will be forcibly initialized 897 | LIST_HEAD(uf_unmap); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mremap.c:896:19: note: byref variable will be forcibly initialized 896 | LIST_HEAD(uf_unmap_early); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mremap.c:893:14: note: byref variable will be forcibly initialized 893 | bool locked = false; | ^~~~~~ /kisskb/src/crypto/dh_helper.c: In function 'crypto_dh_encode_key': /kisskb/src/crypto/dh_helper.c:44:27: note: byref variable will be forcibly initialized 44 | struct kpp_secret secret = { | ^~~~~~ /kisskb/src/crypto/dh_helper.c: In function '__crypto_dh_decode_key': /kisskb/src/crypto/dh_helper.c:69:27: note: byref variable will be forcibly initialized 69 | struct kpp_secret secret; | ^~~~~~ /kisskb/src/crypto/dh.c: In function '__dh_safe_prime_create': /kisskb/src/crypto/dh.c:556:13: note: byref variable will be forcibly initialized 556 | u32 mask; | ^~~~ /kisskb/src/crypto/dh.c: In function 'dh_compute_value': /kisskb/src/crypto/dh.c:172:13: note: byref variable will be forcibly initialized 172 | int sign; | ^~~~ /kisskb/src/crypto/dh.c: In function 'dh_set_secret': /kisskb/src/crypto/dh.c:75:19: note: byref variable will be forcibly initialized 75 | struct dh params; | ^~~~~~ /kisskb/src/sound/drivers/opl3/opl3_midi.c: In function 'opl3_get_voice': /kisskb/src/sound/drivers/opl3/opl3_midi.c:146:11: note: byref variable will be forcibly initialized 146 | } best[END]; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_midi.c: In function 'snd_opl3_update_pitch': /kisskb/src/sound/drivers/opl3/opl3_midi.c:729:29: note: byref variable will be forcibly initialized 729 | unsigned char fnum, blocknum; | ^~~~~~~~ /kisskb/src/sound/drivers/opl3/opl3_midi.c:729:23: note: byref variable will be forcibly initialized 729 | unsigned char fnum, blocknum; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_midi.c: In function 'snd_opl3_note_on': /kisskb/src/sound/drivers/opl3/opl3_midi.c:296:29: note: byref variable will be forcibly initialized 296 | unsigned char fnum, blocknum; | ^~~~~~~~ /kisskb/src/sound/drivers/opl3/opl3_midi.c:296:23: note: byref variable will be forcibly initialized 296 | unsigned char fnum, blocknum; | ^~~~ /kisskb/src/sound/drivers/opl3/opl3_midi.c:284:23: note: byref variable will be forcibly initialized 284 | unsigned char vol_op[4]; | ^~~~~~ /kisskb/src/sound/drivers/opl3/opl3_drums.c: In function 'snd_opl3_drum_vol_set': /kisskb/src/sound/drivers/opl3/opl3_drums.c:126:23: note: byref variable will be forcibly initialized 126 | unsigned char reg_val; | ^~~~~~~ /kisskb/src/crypto/rsa.c: In function 'rsa_dec': /kisskb/src/crypto/rsa.c:100:13: note: byref variable will be forcibly initialized 100 | int sign; | ^~~~ /kisskb/src/crypto/rsa.c: In function 'rsa_enc': /kisskb/src/crypto/rsa.c:61:13: note: byref variable will be forcibly initialized 61 | int sign; | ^~~~ /kisskb/src/sound/core/seq/seq_dummy.c: In function 'create_port': /kisskb/src/sound/core/seq/seq_dummy.c:109:38: note: byref variable will be forcibly initialized 109 | struct snd_seq_port_callback pcb; | ^~~ /kisskb/src/sound/core/seq/seq_dummy.c:108:34: note: byref variable will be forcibly initialized 108 | struct snd_seq_port_info pinfo; | ^~~~~ /kisskb/src/sound/core/seq/seq_dummy.c: In function 'dummy_input': /kisskb/src/sound/core/seq/seq_dummy.c:78:30: note: byref variable will be forcibly initialized 78 | struct snd_seq_event tmpev; | ^~~~~ /kisskb/src/sound/core/seq/seq_midi.c: In function 'event_process_midi': /kisskb/src/sound/core/seq/seq_midi.c:119:23: note: byref variable will be forcibly initialized 119 | unsigned char msg[10]; /* buffer for constructing midi messages */ | ^~~ /kisskb/src/sound/core/seq/seq_midi.c: In function 'midisynth_use': /kisskb/src/sound/core/seq/seq_midi.c:212:35: note: byref variable will be forcibly initialized 212 | struct snd_rawmidi_params params; | ^~~~~~ /kisskb/src/sound/core/seq/seq_midi.c: In function 'midisynth_subscribe': /kisskb/src/sound/core/seq/seq_midi.c:168:35: note: byref variable will be forcibly initialized 168 | struct snd_rawmidi_params params; | ^~~~~~ /kisskb/src/sound/core/seq/seq_midi.c: In function 'snd_midi_input_event': /kisskb/src/sound/core/seq/seq_midi.c:66:14: note: byref variable will be forcibly initialized 66 | char buf[16], *pbuf; | ^~~ /kisskb/src/sound/core/seq/seq_midi.c:65:30: note: byref variable will be forcibly initialized 65 | struct snd_seq_event ev; | ^~ In file included from /kisskb/src/sound/core/seq/seq_midi.c:16: /kisskb/src/sound/core/seq/seq_midi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/core/seq/seq_midi.c: In function 'snd_seq_midisynth_probe': /kisskb/src/sound/core/seq/seq_midi.c:273:38: note: byref variable will be forcibly initialized 273 | struct snd_seq_port_callback pcallbacks; | ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keysetup.c:11: /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscrypt.h:192:16: note: in expansion of macro 'smp_load_acquire' 192 | return smp_load_acquire(&inode->i_crypt_info); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keyring.c:21: /kisskb/src/fs/crypto/keyring.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_is_key_prepared': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/fscrypt_private.h:404:16: note: in expansion of macro 'smp_load_acquire' 404 | return smp_load_acquire(&prep_key->tfm) != NULL; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'find_master_key_user': /kisskb/src/fs/crypto/keyring.c:279:14: note: byref variable will be forcibly initialized 279 | char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_prepare_key': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c:146:9: note: in expansion of macro 'smp_store_release' 146 | smp_store_release(&prep_key->tfm, tfm); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'setup_per_mode_enc_key': /kisskb/src/fs/crypto/keysetup.c:175:12: note: byref variable will be forcibly initialized 175 | u8 hkdf_info[sizeof(mode_num) + sizeof(sb->s_uuid)]; | ^~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c:174:12: note: byref variable will be forcibly initialized 174 | u8 mode_key[FSCRYPT_MAX_KEY_SIZE]; | ^~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'allocate_master_key_users_keyring': /kisskb/src/fs/crypto/keyring.c:257:14: note: byref variable will be forcibly initialized 257 | char description[FSCRYPT_MK_USERS_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keyring.c:21: /kisskb/src/fs/crypto/keyring.c: In function 'allocate_filesystem_keyring': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c:221:9: note: in expansion of macro 'smp_store_release' 221 | smp_store_release(&sb->s_master_keys, keyring); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c:202:14: note: byref variable will be forcibly initialized 202 | char description[FSCRYPT_FS_KEYRING_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keysetup.c:11: /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_setup_iv_ino_lblk_32_key': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c:293:17: note: in expansion of macro 'smp_store_release' 293 | smp_store_release(&mk->mk_ino_hash_key_initialized, true); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c:280:14: note: in expansion of macro 'smp_load_acquire' 280 | if (!smp_load_acquire(&mk->mk_ino_hash_key_initialized)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'add_master_key_user': /kisskb/src/fs/crypto/keyring.c:294:14: note: byref variable will be forcibly initialized 294 | char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_setup_v2_file_key': /kisskb/src/fs/crypto/keysetup.c:341:20: note: byref variable will be forcibly initialized 341 | u8 derived_key[FSCRYPT_MAX_KEY_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'add_new_master_key': /kisskb/src/fs/crypto/keyring.c:339:14: note: byref variable will be forcibly initialized 339 | char description[FSCRYPT_MK_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'setup_file_encryption_key': /kisskb/src/fs/crypto/keysetup.c:421:38: note: byref variable will be forcibly initialized 421 | struct fscrypt_key_specifier mk_spec; | ^~~~~~~ In file included from /kisskb/src/include/linux/crypto.h:19, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keyring.c:21: /kisskb/src/fs/crypto/keyring.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_setup_encryption_info': /kisskb/src/fs/crypto/keysetup.c:528:21: note: byref variable will be forcibly initialized 528 | struct key *master_key = NULL; | ^~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_prepare_new_inode': /kisskb/src/fs/crypto/keysetup.c:677:12: note: byref variable will be forcibly initialized 677 | u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:9, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/asm-generic/qrwlock.h:18, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keyring.c:21: /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_get_test_dummy_secret': /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_get_encryption_info': /kisskb/src/include/linux/once.h:44:39: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/linux/once.h:56:9: note: in expansion of macro 'DO_ONCE' 56 | DO_ONCE(get_random_bytes, (buf), (nbytes)) | ^~~~~~~ /kisskb/src/fs/crypto/keyring.c:696:9: note: in expansion of macro 'get_random_once' 696 | get_random_once(test_key, FSCRYPT_MAX_KEY_SIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c:612:30: note: byref variable will be forcibly initialized 612 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/fs/crypto/keysetup.c:611:31: note: byref variable will be forcibly initialized 611 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/keyring.c: In function 'check_for_busy_inodes': /kisskb/src/fs/crypto/keyring.c:856:14: note: byref variable will be forcibly initialized 856 | char ino_str[50] = ""; | ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keyring.c:21: /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_find_master_key': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c:247:19: note: in expansion of macro 'smp_load_acquire' 247 | keyring = smp_load_acquire(&sb->s_master_keys); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c:239:14: note: byref variable will be forcibly initialized 239 | char description[FSCRYPT_MK_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_ioctl_add_key': /kisskb/src/fs/crypto/keyring.c:636:42: note: byref variable will be forcibly initialized 636 | struct fscrypt_master_key_secret secret; | ^~~~~~ /kisskb/src/fs/crypto/keyring.c:635:36: note: byref variable will be forcibly initialized 635 | struct fscrypt_add_key_arg arg; | ^~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_add_test_dummy_key': /kisskb/src/fs/crypto/keyring.c:739:42: note: byref variable will be forcibly initialized 739 | struct fscrypt_master_key_secret secret; | ^~~~~~ /kisskb/src/fs/crypto/keyring.c:738:38: note: byref variable will be forcibly initialized 738 | struct fscrypt_key_specifier key_spec; | ^~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'do_remove_key': /kisskb/src/fs/crypto/keyring.c:955:39: note: byref variable will be forcibly initialized 955 | struct fscrypt_remove_key_arg arg; | ^~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_ioctl_get_key_status': /kisskb/src/fs/crypto/keyring.c:1087:43: note: byref variable will be forcibly initialized 1087 | struct fscrypt_get_key_status_arg arg; | ^~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_get_test_dummy_key_identifier': /kisskb/src/fs/crypto/keyring.c:706:42: note: byref variable will be forcibly initialized 706 | struct fscrypt_master_key_secret secret; | ^~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_verify_key_added': /kisskb/src/fs/crypto/keyring.c:773:38: note: byref variable will be forcibly initialized 773 | struct fscrypt_key_specifier mk_spec; | ^~~~~~~ /kisskb/src/sound/core/seq/seq_midi_emul.c: In function 'snd_midi_process_event': /kisskb/src/sound/core/seq/seq_midi_emul.c:195:39: note: byref variable will be forcibly initialized 195 | unsigned char sysexbuf[64]; | ^~~~~~~~ In file included from /kisskb/src/sound/core/seq/seq_midi_emul.c:19: /kisskb/src/sound/core/seq/seq_midi_emul.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'fsl_mc_dma_configure': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:145:13: note: byref variable will be forcibly initialized 145 | u32 input_id = mc_dev->icid; | ^~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'rescan_store': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:238:23: note: byref variable will be forcibly initialized 238 | unsigned long val; | ^~~ In file included from /kisskb/src/drivers/bus/fsl-mc/fsl-mc-private.h:11, from /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:26: /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'mc_encode_cmd_header': /kisskb/src/include/linux/fsl/mc.h:260:16: note: byref variable will be forcibly initialized 260 | __le64 header = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:13: /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'get_dprc_attr': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:593:13: note: byref variable will be forcibly initialized 593 | u16 dprc_handle; | ^~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'get_dprc_icid': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:620:32: note: byref variable will be forcibly initialized 620 | struct dprc_attributes attr; | ^~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'fsl_mc_get_endpoint': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:948:13: note: byref variable will be forcibly initialized 948 | int state, err; | ^~~~~ 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/bus/fsl-mc/fsl-mc-bus.c:14: /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'parse_mc_ranges': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:1011:13: note: byref variable will be forcibly initialized 1011 | int ranges_len; | ^~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'get_mc_addr_translation_ranges': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:1059:23: note: byref variable will be forcibly initialized 1059 | const __be32 *ranges_start; | ^~~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:1057:13: note: byref variable will be forcibly initialized 1057 | int mc_size_cells; | ^~~~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:1056:13: note: byref variable will be forcibly initialized 1056 | int mc_addr_cells; | ^~~~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:1055:13: note: byref variable will be forcibly initialized 1055 | int paddr_cells; | ^~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'translate_mc_addr': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:635:24: note: byref variable will be forcibly initialized 635 | struct device *root_dprc_dev; | ^~~~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'fsl_mc_device_get_mmio_regions': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:695:41: note: byref variable will be forcibly initialized 695 | struct dprc_region_desc region_desc; | ^~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'fsl_mc_bus_probe': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:1117:13: note: byref variable will be forcibly initialized 1117 | int container_id; | ^~~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:1116:27: note: byref variable will be forcibly initialized 1116 | struct fsl_mc_io *mc_io = NULL; | ^~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:1115:31: note: byref variable will be forcibly initialized 1115 | struct fsl_mc_device *mc_bus_dev = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:1112:32: note: byref variable will be forcibly initialized 1112 | struct fsl_mc_obj_desc obj_desc; | ^~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'fsl_mc_is_root_dprc': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:763:24: note: byref variable will be forcibly initialized 763 | struct device *root_dprc_dev; | ^~~~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'fsl_mc_bus_set_autorescan': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:253:23: note: byref variable will be forcibly initialized 253 | unsigned long val; | ^~~ /kisskb/src/sound/core/seq/seq_midi_event.c: In function 'snd_midi_event_decode': /kisskb/src/sound/core/seq/seq_midi_event.c:321:31: note: byref variable will be forcibly initialized 321 | unsigned char xbuf[4]; | ^~~~ /kisskb/src/sound/i2c/cs8427.c: In function 'snd_cs8427_reg_write': /kisskb/src/sound/i2c/cs8427.c:49:23: note: byref variable will be forcibly initialized 49 | unsigned char buf[2]; | ^~~ /kisskb/src/sound/i2c/cs8427.c: In function 'snd_cs8427_reg_read': /kisskb/src/sound/i2c/cs8427.c:67:23: note: byref variable will be forcibly initialized 67 | unsigned char buf; | ^~~ /kisskb/src/sound/i2c/cs8427.c: In function 'snd_cs8427_send_corudata': /kisskb/src/sound/i2c/cs8427.c:109:23: note: byref variable will be forcibly initialized 109 | unsigned char data[32]; | ^~~~ /kisskb/src/sound/i2c/cs8427.c: In function 'snd_cs8427_init': /kisskb/src/sound/i2c/cs8427.c:192:23: note: byref variable will be forcibly initialized 192 | unsigned char buf[24]; | ^~~ /kisskb/src/sound/i2c/cs8427.c: In function 'snd_cs8427_qsubcode_get': /kisskb/src/sound/i2c/cs8427.c:389:23: note: byref variable will be forcibly initialized 389 | unsigned char reg = CS8427_REG_QSUBCODE; | ^~~ /kisskb/src/sound/i2c/cs8427.c: In function 'snd_cs8427_create': /kisskb/src/sound/i2c/cs8427.c:263:32: note: byref variable will be forcibly initialized 263 | struct snd_i2c_device *device; | ^~~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/printk/printk.c:22: /kisskb/src/kernel/printk/printk.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_verify_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:516:37: note: byref variable will be forcibly initialized 516 | struct crypto_async_request async_req; | ^~~~~~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_decrypt_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:335:37: note: byref variable will be forcibly initialized 335 | struct crypto_async_request async_req; | ^~~~~~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_encrypt_sign_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:217:37: note: byref variable will be forcibly initialized 217 | struct crypto_async_request async_req; | ^~~~~~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_create': /kisskb/src/crypto/rsa-pkcs1pad.c:603:13: note: byref variable will be forcibly initialized 603 | u32 mask; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'add_to_rb': /kisskb/src/kernel/printk/printk.c:1051:30: note: byref variable will be forcibly initialized 1051 | struct printk_record dest_r; | ^~~~~~ /kisskb/src/kernel/printk/printk.c:1050:35: note: byref variable will be forcibly initialized 1050 | struct prb_reserved_entry e; | ^ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'trace_event_raw_event_console': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_console': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_poll': /kisskb/src/kernel/printk/printk.c:831:28: note: byref variable will be forcibly initialized 831 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'info_print_ext_header': /kisskb/src/kernel/printk/printk.c:560:14: note: byref variable will be forcibly initialized 560 | char caller[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/mm.h:7, 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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:751:23: note: in expansion of macro 'wait_event_interruptible' 751 | ret = wait_event_interruptible(log_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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'record_print_text': /kisskb/src/kernel/printk/printk.c:1338:14: note: byref variable will be forcibly initialized 1338 | char prefix[PREFIX_MAX]; | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, 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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1529:23: note: in expansion of macro 'wait_event_interruptible' 1529 | len = wait_event_interruptible(log_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1498:30: note: byref variable will be forcibly initialized 1498 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1497:28: note: byref variable will be forcibly initialized 1497 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'get_record_print_text_size': /kisskb/src/kernel/printk/printk.c:1437:14: note: byref variable will be forcibly initialized 1437 | char prefix[PREFIX_MAX]; | ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'find_first_fitting_seq': /kisskb/src/kernel/printk/printk.c:1461:22: note: byref variable will be forcibly initialized 1461 | unsigned int line_count; | ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1460:28: note: byref variable will be forcibly initialized 1460 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'syslog_print_all': /kisskb/src/kernel/printk/printk.c:1602:30: note: byref variable will be forcibly initialized 1602 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1601:28: note: byref variable will be forcibly initialized 1601 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_buffer': /kisskb/src/kernel/printk/printk.c:3765:30: note: byref variable will be forcibly initialized 3765 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:3764:28: note: byref variable will be forcibly initialized 3764 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_line': /kisskb/src/kernel/printk/printk.c:3708:30: note: byref variable will be forcibly initialized 3708 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:3707:22: note: byref variable will be forcibly initialized 3707 | unsigned int line_count; | ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:3706:28: note: byref variable will be forcibly initialized 3706 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function '_printk': /kisskb/src/kernel/printk/printk.c:2288:17: note: byref variable will be forcibly initialized 2288 | va_list args; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_setup': /kisskb/src/kernel/printk/printk.c:2420:14: note: byref variable will be forcibly initialized 2420 | char buf[sizeof(console_cmdline[0].name) + 4]; /* 4 for "ttyS" */ | ^~~ /kisskb/src/kernel/printk/printk.c: In function 'console_emit_next_record': /kisskb/src/kernel/printk/printk.c:2681:30: note: byref variable will be forcibly initialized 2681 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:2680:28: note: byref variable will be forcibly initialized 2680 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_unlock': /kisskb/src/kernel/printk/printk.c:2838:13: note: byref variable will be forcibly initialized 2838 | u64 next_seq; | ^~~~~~~~ /kisskb/src/kernel/printk/printk.c:2836:14: note: byref variable will be forcibly initialized 2836 | bool handover; | ^~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'setup_log_buf': /kisskb/src/kernel/printk/printk.c:1080:30: note: byref variable will be forcibly initialized 1080 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:1079:28: note: byref variable will be forcibly initialized 1079 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'do_syslog': /kisskb/src/kernel/printk/printk.c:1747:38: note: byref variable will be forcibly initialized 1747 | unsigned int line_count; | ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:1661:28: note: byref variable will be forcibly initialized 1661 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'vprintk_store': /kisskb/src/kernel/printk/printk.c:2129:17: note: byref variable will be forcibly initialized 2129 | va_list args2; | ^~~~~ /kisskb/src/kernel/printk/printk.c:2128:13: note: byref variable will be forcibly initialized 2128 | u16 reserve_size; | ^~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:2126:14: note: byref variable will be forcibly initialized 2126 | char prefix_buf[8]; | ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:2125:13: note: byref variable will be forcibly initialized 2125 | u16 trunc_msg_len = 0; | ^~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:2123:30: note: byref variable will be forcibly initialized 2123 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:2122:32: note: byref variable will be forcibly initialized 2122 | enum printk_info_flags flags = 0; | ^~~~~ /kisskb/src/kernel/printk/printk.c:2121:35: note: byref variable will be forcibly initialized 2121 | struct prb_reserved_entry e; | ^ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_emit': /kisskb/src/kernel/printk/printk.c:648:17: note: byref variable will be forcibly initialized 648 | va_list args; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_write': /kisskb/src/kernel/printk/printk.c:702:23: note: byref variable will be forcibly initialized 702 | char *endp = NULL; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function '_printk_deferred': /kisskb/src/kernel/printk/printk.c:3528:17: note: byref variable will be forcibly initialized 3528 | va_list args; | ^~~~ /kisskb/src/sound/drivers/mpu401/mpu401_uart.c: In function 'snd_mpu401_uart_input_read': /kisskb/src/sound/drivers/mpu401/mpu401_uart.c:392:23: note: byref variable will be forcibly initialized 392 | unsigned char byte; | ^~~~ /kisskb/src/sound/drivers/mpu401/mpu401_uart.c: In function 'snd_mpu401_uart_output_write': /kisskb/src/sound/drivers/mpu401/mpu401_uart.c:417:23: note: byref variable will be forcibly initialized 417 | unsigned char byte; | ^~~~ /kisskb/src/sound/drivers/mpu401/mpu401_uart.c: In function 'snd_mpu401_uart_new': /kisskb/src/sound/drivers/mpu401/mpu401_uart.c:523:29: note: byref variable will be forcibly initialized 523 | struct snd_rawmidi *rmidi; | ^~~~~ /kisskb/src/drivers/bus/fsl-mc/mc-sys.c: In function 'mc_send_command': /kisskb/src/drivers/bus/fsl-mc/mc-sys.c:248:28: note: byref variable will be forcibly initialized 248 | enum mc_cmd_status status; | ^~~~~~ /kisskb/src/drivers/bus/fsl-mc/mc-io.c: In function 'fsl_mc_portal_allocate': /kisskb/src/drivers/bus/fsl-mc/mc-io.c:176:27: note: byref variable will be forcibly initialized 176 | struct fsl_mc_io *mc_io = NULL; | ^~~~~ /kisskb/src/drivers/bus/fsl-mc/mc-io.c:175:33: note: byref variable will be forcibly initialized 175 | struct fsl_mc_resource *resource = NULL; | ^~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/power/suspend.c:17: /kisskb/src/kernel/power/suspend.c: In function 's2idle_enter': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:183:15: note: in expansion of macro '___swait_event' 183 | (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:9: note: in expansion of macro '__swait_event' 190 | __swait_event(wq, condition); \ | ^~~~~~~~~~~~~ /kisskb/src/kernel/power/suspend.c:104:9: note: in expansion of macro 'swait_event_exclusive' 104 | swait_event_exclusive(s2idle_wait_head, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/power/suspend.c: In function 'suspend_devices_and_enter': /kisskb/src/kernel/power/suspend.c:478:14: note: byref variable will be forcibly initialized 478 | bool wakeup = false; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/tlb.h:62, from /kisskb/src/mm/rmap.c:81: /kisskb/src/mm/rmap.c: In function 'perf_trace_tlb_flush': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tlb.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(tlb_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tlb.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(tlb_flush, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/migrate.h:142, from /kisskb/src/mm/rmap.c:82: /kisskb/src/mm/rmap.c: In function 'perf_trace_mm_migrate_pages': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'perf_trace_mm_migrate_pages_start': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_migrate_pages_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_migrate_pages_start, | ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'perf_trace_migration_pte': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/tlb.h:62, from /kisskb/src/mm/rmap.c:81: /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_tlb_flush': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tlb.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(tlb_flush, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/migrate.h:142, from /kisskb/src/mm/rmap.c:82: /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_mm_migrate_pages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_mm_migrate_pages_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_migrate_pages_start, | ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_migration_pte': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/tlb.h:62, from /kisskb/src/mm/rmap.c:81: /kisskb/src/mm/rmap.c: In function '__bpf_trace_tlb_flush': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tlb.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(tlb_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tlb.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(tlb_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tlb.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(tlb_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tlb.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(tlb_flush, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/migrate.h:142, from /kisskb/src/mm/rmap.c:82: /kisskb/src/mm/rmap.c: In function '__bpf_trace_mm_migrate_pages_start': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_migrate_pages_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_migrate_pages_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_migrate_pages_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_migrate_pages_start, | ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function '__bpf_trace_mm_migrate_pages': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function '__bpf_trace_migration_pte': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function '_prb_commit': /kisskb/src/kernel/printk/printk_ringbuffer.c:1580:23: note: byref variable will be forcibly initialized 1580 | unsigned long prev_state_val = DESC_SV(e->id, desc_reserved); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_reopen_last': /kisskb/src/kernel/printk/printk_ringbuffer.c:1267:13: note: byref variable will be forcibly initialized 1267 | u32 cid; | ^~~ /kisskb/src/kernel/printk/printk_ringbuffer.c:1264:25: note: byref variable will be forcibly initialized 1264 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c:1262:23: note: byref variable will be forcibly initialized 1262 | unsigned long prev_state_val; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'data_make_reusable': /kisskb/src/kernel/printk/printk_ringbuffer.c:574:25: note: byref variable will be forcibly initialized 574 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'data_push_tail': /kisskb/src/kernel/printk/printk_ringbuffer.c:637:23: note: byref variable will be forcibly initialized 637 | unsigned long next_lpos; | ^~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c:636:23: note: byref variable will be forcibly initialized 636 | unsigned long tail_lpos; | ^~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'data_alloc': /kisskb/src/kernel/printk/printk_ringbuffer.c:1029:23: note: byref variable will be forcibly initialized 1029 | unsigned long begin_lpos; | ^~~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_push_tail': /kisskb/src/kernel/printk/printk_ringbuffer.c:772:25: note: byref variable will be forcibly initialized 772 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_reserve': /kisskb/src/kernel/printk/printk_ringbuffer.c:881:23: note: byref variable will be forcibly initialized 881 | unsigned long head_id; | ^~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c:878:23: note: byref variable will be forcibly initialized 878 | unsigned long prev_state_val; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_first_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1841:13: note: byref variable will be forcibly initialized 1841 | u64 seq; | ^~~ /kisskb/src/kernel/printk/printk_ringbuffer.c:1839:25: note: byref variable will be forcibly initialized 1839 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_read_finalized_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1761:13: note: byref variable will be forcibly initialized 1761 | u64 s; | ^ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'data_realloc': /kisskb/src/kernel/printk/printk_ringbuffer.c:1110:23: note: byref variable will be forcibly initialized 1110 | unsigned long head_lpos; | ^~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'copy_data': /kisskb/src/kernel/printk/printk_ringbuffer.c:1709:22: note: byref variable will be forcibly initialized 1709 | unsigned int data_size; | ^~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read': /kisskb/src/kernel/printk/printk_ringbuffer.c:1803:25: note: byref variable will be forcibly initialized 1803 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_reserve_in_last': /kisskb/src/kernel/printk/printk_ringbuffer.c:1357:23: note: byref variable will be forcibly initialized 1357 | unsigned long id; | ^~ /kisskb/src/kernel/printk/printk_ringbuffer.c:1355:22: note: byref variable will be forcibly initialized 1355 | unsigned int data_size; | ^~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_reserve': /kisskb/src/kernel/printk/printk_ringbuffer.c:1491:23: note: byref variable will be forcibly initialized 1491 | unsigned long id; | ^~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read_valid_info': /kisskb/src/kernel/printk/printk_ringbuffer.c:1970:30: note: byref variable will be forcibly initialized 1970 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_first_valid_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1994:13: note: byref variable will be forcibly initialized 1994 | u64 seq = 0; | ^~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_next_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:2022:13: note: byref variable will be forcibly initialized 2022 | u64 seq; | ^~~ /kisskb/src/mm/rmap.c: In function 'folio_mkclean': /kisskb/src/mm/rmap.c:1034:13: note: byref variable will be forcibly initialized 1034 | int cleaned = 0; | ^~~~~~~ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw_single_vec': /kisskb/src/mm/process_vm_access.c:96:21: note: byref variable will be forcibly initialized 96 | int locked = 1; | ^~~~~~ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw_core': /kisskb/src/mm/process_vm_access.c:156:22: note: byref variable will be forcibly initialized 156 | struct page *pp_stack[PVM_MAX_PP_ARRAY_COUNT]; | ^~~~~~~~ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw': /kisskb/src/mm/process_vm_access.c:264:25: note: byref variable will be forcibly initialized 264 | struct iov_iter iter; | ^~~~ /kisskb/src/mm/process_vm_access.c:262:23: note: byref variable will be forcibly initialized 262 | struct iovec *iov_l = iovstack_l; | ^~~~~ /kisskb/src/mm/process_vm_access.c:261:22: note: byref variable will be forcibly initialized 261 | struct iovec iovstack_r[UIO_FASTIOV]; | ^~~~~~~~~~ /kisskb/src/mm/process_vm_access.c:260:22: note: byref variable will be forcibly initialized 260 | struct iovec iovstack_l[UIO_FASTIOV]; | ^~~~~~~~~~ /kisskb/src/kernel/printk/index.c: In function 'pi_show': /kisskb/src/kernel/printk/index.c:77:32: note: byref variable will be forcibly initialized 77 | enum printk_info_flags flags = 0; | ^~~~~ /kisskb/src/kernel/printk/index.c:76:13: note: byref variable will be forcibly initialized 76 | int level = LOGLEVEL_DEFAULT; | ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area': /kisskb/src/mm/vmalloc.c:1038:1: note: byref variable will be forcibly initialized 1038 | insert_vmap_area(struct vmap_area *va, | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1050:1: note: byref variable will be forcibly initialized 1050 | insert_vmap_area_augment(struct vmap_area *va, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1050: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:1080:1: note: byref variable will be forcibly initialized 1080 | 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:1080: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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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:1962:19: note: byref variable will be forcibly initialized 1962 | LIST_HEAD(purge); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_range_noflush': /kisskb/src/mm/vmalloc.c:294:24: note: byref variable will be forcibly initialized 294 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_small_pages_range_noflush': /kisskb/src/mm/vmalloc.c:550:24: note: byref variable will be forcibly initialized 550 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/vmalloc.c:549:13: note: byref variable will be forcibly initialized 549 | int nr = 0; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/mm/vmalloc.c:12: /kisskb/src/mm/vmalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'vunmap_range_noflush': /kisskb/src/mm/vmalloc.c:424:24: note: byref variable will be forcibly initialized 424 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1680:26: note: byref variable will be forcibly initialized 1680 | struct list_head local_pure_list; | ^~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'alloc_vmap_area': /kisskb/src/mm/vmalloc.c:1545:23: note: byref variable will be forcibly initialized 1545 | unsigned long freed; | ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'pcpu_get_vm_areas': /kisskb/src/mm/vmalloc.c:3733:34: note: byref variable will be forcibly initialized 3733 | struct vmap_area **vas, *va; | ^~ /kisskb/src/mm/vmalloc.c: In function 'remap_vmalloc_range_partial': /kisskb/src/mm/vmalloc.c:3563:23: note: byref variable will be forcibly initialized 3563 | unsigned long end_index; | ^~~~~~~~~ /kisskb/src/mm/vmalloc.c:3562:23: note: byref variable will be forcibly initialized 3562 | unsigned long off; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_dump': /kisskb/src/mm/memblock.c:1881:22: note: byref variable will be forcibly initialized 1881 | char nid_buf[32] = ""; | ^~~~~~~ /kisskb/src/mm/memblock.c:1873:32: note: byref variable will be forcibly initialized 1873 | phys_addr_t base, end, size; | ^~~~ /kisskb/src/mm/memblock.c:1873:27: note: byref variable will be forcibly initialized 1873 | phys_addr_t base, end, size; | ^~~ /kisskb/src/mm/memblock.c:1873:21: note: byref variable will be forcibly initialized 1873 | phys_addr_t base, end, size; | ^~~~ /kisskb/src/mm/memblock.c: In function 'memblock_debug_show': /kisskb/src/mm/memblock.c:2127:21: note: byref variable will be forcibly initialized 2127 | phys_addr_t end; | ^~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_bottom_up': /kisskb/src/mm/memblock.c:215:13: note: byref variable will be forcibly initialized 215 | u64 i; | ^ /kisskb/src/mm/memblock.c:214:33: note: byref variable will be forcibly initialized 214 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~ /kisskb/src/mm/memblock.c:214:21: note: byref variable will be forcibly initialized 214 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memmap_init_reserved_pages': /kisskb/src/mm/memblock.c:2045:13: note: byref variable will be forcibly initialized 2045 | u64 i; | ^ /kisskb/src/mm/memblock.c:2044:28: note: byref variable will be forcibly initialized 2044 | phys_addr_t start, end; | ^~~ /kisskb/src/mm/memblock.c:2044:21: note: byref variable will be forcibly initialized 2044 | phys_addr_t start, end; | ^~~~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_top_down': /kisskb/src/mm/memblock.c:250:13: note: byref variable will be forcibly initialized 250 | u64 i; | ^ /kisskb/src/mm/memblock.c:249:33: note: byref variable will be forcibly initialized 249 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~ /kisskb/src/mm/memblock.c:249:21: note: byref variable will be forcibly initialized 249 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_double_array': /kisskb/src/mm/memblock.c:410:47: note: byref variable will be forcibly initialized 410 | phys_addr_t old_size, new_size, addr, new_end; | ^~~~~~~ /kisskb/src/mm/memblock.c:410:41: note: byref variable will be forcibly initialized 410 | 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:675:21: note: byref variable will be forcibly initialized 675 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_add': /kisskb/src/mm/memblock.c:696:21: note: byref variable will be forcibly initialized 696 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_reserve': /kisskb/src/mm/memblock.c:840:21: note: byref variable will be forcibly initialized 840 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_remove_range': /kisskb/src/mm/memblock.c:783:24: note: byref variable will be forcibly initialized 783 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:783:13: note: byref variable will be forcibly initialized 783 | int start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_remove': /kisskb/src/mm/memblock.c:797:21: note: byref variable will be forcibly initialized 797 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_phys_free': /kisskb/src/mm/memblock.c:829:21: note: byref variable will be forcibly initialized 829 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_setclr_flag': /kisskb/src/mm/memblock.c:875:32: note: byref variable will be forcibly initialized 875 | int i, ret, start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:875:21: note: byref variable will be forcibly initialized 875 | int i, ret, start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'free_low_memory_core_early': /kisskb/src/mm/memblock.c:2065:13: note: byref variable will be forcibly initialized 2065 | u64 i; | ^ /kisskb/src/mm/memblock.c:2064:28: note: byref variable will be forcibly initialized 2064 | phys_addr_t start, end; | ^~~ /kisskb/src/mm/memblock.c:2064:21: note: byref variable will be forcibly initialized 2064 | phys_addr_t start, end; | ^~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_set_node': /kisskb/src/mm/memblock.c:1250:24: note: byref variable will be forcibly initialized 1250 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:1250:13: note: byref variable will be forcibly initialized 1250 | int start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function '__next_mem_pfn_range_in_zone': /kisskb/src/mm/memblock.c:1286:26: note: byref variable will be forcibly initialized 1286 | phys_addr_t spa, epa; | ^~~ /kisskb/src/mm/memblock.c:1286:21: note: byref variable will be forcibly initialized 1286 | phys_addr_t spa, epa; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_free_late': /kisskb/src/mm/memblock.c:1615:29: note: byref variable will be forcibly initialized 1615 | phys_addr_t cursor, end; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_cap_memory_range': /kisskb/src/mm/memblock.c:1700:24: note: byref variable will be forcibly initialized 1700 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:1700:13: note: byref variable will be forcibly initialized 1700 | int start_rgn, end_rgn; | ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/algapi.h:11, from /kisskb/src/fs/crypto/keysetup_v1.c:23: /kisskb/src/fs/crypto/keysetup_v1.c: In function 'fscrypt_is_key_prepared': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/fscrypt_private.h:404:16: note: in expansion of macro 'smp_load_acquire' 404 | return smp_load_acquire(&prep_key->tfm) != NULL; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup_v1.c: In function 'find_or_insert_direct_key': /kisskb/src/fs/crypto/keysetup_v1.c:182:23: note: byref variable will be forcibly initialized 182 | unsigned long hash_key; | ^~~~~~~~ /kisskb/src/fs/crypto/keysetup_v1.c: In function 'derive_key_aes': /kisskb/src/fs/crypto/keysetup_v1.c:54:36: note: byref variable will be forcibly initialized 54 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/fs/crypto/keysetup_v1.c:54:28: note: byref variable will be forcibly initialized 54 | struct scatterlist src_sg, dst_sg; | ^~~~~~ In file included from /kisskb/src/include/crypto/algapi.h:11, from /kisskb/src/fs/crypto/keysetup_v1.c:23: /kisskb/src/fs/crypto/keysetup_v1.c:53:29: note: byref variable will be forcibly initialized 53 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/crypto/keysetup_v1.c: In function 'fscrypt_setup_v1_file_key_via_subscribed_keyrings': /kisskb/src/fs/crypto/keysetup_v1.c:301:35: note: byref variable will be forcibly initialized 301 | const struct fscrypt_key *payload; | ^~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue_fallback': /kisskb/src/mm/page_alloc.c:2930:14: note: byref variable will be forcibly initialized 2930 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue': /kisskb/src/mm/page_alloc.c:2930:14: note: byref variable will be forcibly initialized /kisskb/src/mm/page_alloc.c: In function '__early_pfn_to_nid': /kisskb/src/mm/page_alloc.c:1696:34: note: byref variable will be forcibly initialized 1696 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:1696:23: note: byref variable will be forcibly initialized 1696 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'show_migration_types': /kisskb/src/mm/page_alloc.c:5912:14: note: byref variable will be forcibly initialized 5912 | char tmp[MIGRATE_TYPES + 1]; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue_bulk': /kisskb/src/mm/page_alloc.c:2930:14: note: byref variable will be forcibly initialized 2930 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_mem_pfn_range_in_zone': /kisskb/src/mm/page_alloc.c:1925:13: note: byref variable will be forcibly initialized 1925 | u64 j; | ^ /kisskb/src/mm/page_alloc.c: In function 'rmqueue': /kisskb/src/mm/page_alloc.c:2930:14: note: byref variable will be forcibly initialized 2930 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'early_calculate_totalpages': /kisskb/src/mm/page_alloc.c:7837:16: note: byref variable will be forcibly initialized 7837 | int i, nid; | ^~~ /kisskb/src/mm/page_alloc.c:7837:13: note: byref variable will be forcibly initialized 7837 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c:7836:34: note: byref variable will be forcibly initialized 7836 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7836:23: note: byref variable will be forcibly initialized 7836 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'cmdline_parse_core': /kisskb/src/mm/page_alloc.c:8229:15: note: byref variable will be forcibly initialized 8229 | char *endptr; | ^~~~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_memmap': /kisskb/src/mm/page_alloc.c:2077:38: note: byref variable will be forcibly initialized 2077 | struct padata_mt_job job = { | ^~~ /kisskb/src/mm/page_alloc.c:2035:13: note: byref variable will be forcibly initialized 2035 | u64 i; | ^ /kisskb/src/mm/page_alloc.c:2030:33: note: byref variable will be forcibly initialized 2030 | unsigned long spfn = 0, epfn = 0; | ^~~~ /kisskb/src/mm/page_alloc.c:2030:23: note: byref variable will be forcibly initialized 2030 | unsigned long spfn = 0, epfn = 0; | ^~~~ /kisskb/src/mm/page_alloc.c: In function '__free_one_page': /kisskb/src/mm/page_alloc.c:1026:23: note: byref variable will be forcibly initialized 1026 | unsigned long buddy_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_maxorder': /kisskb/src/mm/page_alloc.c:1961:13: note: byref variable will be forcibly initialized 1961 | u64 j = *i; | ^ /kisskb/src/mm/page_alloc.c:1959:42: note: byref variable will be forcibly initialized 1959 | unsigned long spfn = *start_pfn, epfn = *end_pfn; | ^~~~ /kisskb/src/mm/page_alloc.c:1959:23: note: byref variable will be forcibly initialized 1959 | unsigned long spfn = *start_pfn, epfn = *end_pfn; | ^~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_memmap_chunk': /kisskb/src/mm/page_alloc.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 i; | ^ /kisskb/src/mm/page_alloc.c:2002:29: note: byref variable will be forcibly initialized 2002 | unsigned long spfn, epfn; | ^~~~ /kisskb/src/mm/page_alloc.c:2002:23: note: byref variable will be forcibly initialized 2002 | unsigned long spfn, epfn; | ^~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_grow_zone': /kisskb/src/mm/page_alloc.c:2125:13: note: byref variable will be forcibly initialized 2125 | u64 i; | ^ /kisskb/src/mm/page_alloc.c:2123:29: note: byref variable will be forcibly initialized 2123 | unsigned long spfn, epfn, flags; | ^~~~ /kisskb/src/mm/page_alloc.c:2123:23: note: byref variable will be forcibly initialized 2123 | unsigned long spfn, epfn, flags; | ^~~~ /kisskb/src/mm/page_alloc.c: In function 'steal_suitable_fallback': /kisskb/src/mm/page_alloc.c:2684:25: note: byref variable will be forcibly initialized 2684 | int free_pages, movable_pages, alike_pages; | ^~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_direct_compact': /kisskb/src/mm/page_alloc.c:4396:23: note: byref variable will be forcibly initialized 4396 | unsigned long pflags; | ^~~~~~ /kisskb/src/mm/page_alloc.c:4395:22: note: byref variable will be forcibly initialized 4395 | struct page *page = NULL; | ^~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_direct_reclaim': /kisskb/src/mm/page_alloc.c:4659:23: note: byref variable will be forcibly initialized 4659 | unsigned long pflags; | ^~~~~~ In file included from /kisskb/src/drivers/bus/fsl-mc/dpbp.c:7: /kisskb/src/drivers/bus/fsl-mc/dpbp.c: In function 'mc_encode_cmd_header': /kisskb/src/include/linux/fsl/mc.h:260:16: note: byref variable will be forcibly initialized 260 | __le64 header = 0; | ^~~~~~ /kisskb/src/mm/page_alloc.c: In function 'build_zonelists': /kisskb/src/mm/page_alloc.c:6305:20: note: byref variable will be forcibly initialized 6305 | nodemask_t used_mask = NODE_MASK_NONE; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init_range': /kisskb/src/mm/page_alloc.c:6568:23: note: byref variable will be forcibly initialized 6568 | unsigned long pfn, end_pfn = start_pfn + size; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init': /kisskb/src/mm/page_alloc.c:6832:32: note: byref variable will be forcibly initialized 6832 | int i, j, zone_id = 0, nid; | ^~~ /kisskb/src/mm/page_alloc.c:6832:13: note: byref variable will be forcibly initialized 6832 | int i, j, zone_id = 0, nid; | ^ /kisskb/src/mm/page_alloc.c:6831:23: note: byref variable will be forcibly initialized 6831 | unsigned long hole_pfn = 0; | ^~~~~~~~ /kisskb/src/mm/page_alloc.c:6830:34: note: byref variable will be forcibly initialized 6830 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:6830:23: note: byref variable will be forcibly initialized 6830 | 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:7165:13: note: byref variable will be forcibly initialized 7165 | int i; | ^ /kisskb/src/crypto/cmac.c: In function 'cmac_create': /kisskb/src/crypto/cmac.c:229:13: note: byref variable will be forcibly initialized 229 | u32 mask; | ^~~~ /kisskb/src/mm/page_alloc.c:7164:39: note: byref variable will be forcibly initialized 7164 | unsigned long this_start_pfn, this_end_pfn; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/bus/fsl-mc/dpcon.c:7: /kisskb/src/drivers/bus/fsl-mc/dpcon.c: In function 'mc_encode_cmd_header': /kisskb/src/include/linux/fsl/mc.h:260:16: note: byref variable will be forcibly initialized 260 | __le64 header = 0; | ^~~~~~ /kisskb/src/mm/page_alloc.c:7164:23: note: byref variable will be forcibly initialized 7164 | unsigned long this_start_pfn, this_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'find_zone_movable_pfns_for_nodes': /kisskb/src/mm/page_alloc.c:8054:42: note: byref variable will be forcibly initialized 8054 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8054:31: note: byref variable will be forcibly initialized 8054 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:7967:42: note: byref variable will be forcibly initialized 7967 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7967:31: note: byref variable will be forcibly initialized 7967 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:7857:13: note: byref variable will be forcibly initialized 7857 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c: In function '__absent_pages_in_range': /kisskb/src/mm/page_alloc.c:7283:13: note: byref variable will be forcibly initialized 7283 | int i; | ^ /kisskb/src/mm/page_alloc.c:7282:34: note: byref variable will be forcibly initialized 7282 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7282:23: note: byref variable will be forcibly initialized 7282 | 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:7314:39: note: byref variable will be forcibly initialized 7314 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7314:23: note: byref variable will be forcibly initialized 7314 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'calculate_node_totalpages': In file included from /kisskb/src/drivers/bus/fsl-mc/dprc.c:8: /kisskb/src/drivers/bus/fsl-mc/dprc.c: In function 'mc_encode_cmd_header': /kisskb/src/include/linux/fsl/mc.h:260:16: note: byref variable will be forcibly initialized 260 | __le64 header = 0; | ^~~~~~ /kisskb/src/mm/page_alloc.c:7366:47: note: byref variable will be forcibly initialized 7366 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7366:31: note: byref variable will be forcibly initialized 7366 | 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:7722:23: note: byref variable will be forcibly initialized 7722 | unsigned long end_pfn = 0; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7721:23: note: byref variable will be forcibly initialized 7721 | unsigned long start_pfn = 0; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'node_map_pfn_alignment': /kisskb/src/mm/page_alloc.c:7791:16: note: byref variable will be forcibly initialized 7791 | int i, nid; | ^~~ /kisskb/src/mm/page_alloc.c:7791:13: note: byref variable will be forcibly initialized 7791 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c:7789:30: note: byref variable will be forcibly initialized 7789 | unsigned long start, end, mask; | ^~~ /kisskb/src/mm/page_alloc.c:7789:23: note: byref variable will be forcibly initialized 7789 | unsigned long start, end, mask; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init': /kisskb/src/mm/page_alloc.c:8111:16: note: byref variable will be forcibly initialized 8111 | int i, nid, zone; | ^~~ /kisskb/src/mm/page_alloc.c:8111:13: note: byref variable will be forcibly initialized 8111 | int i, nid, zone; | ^ /kisskb/src/mm/page_alloc.c:8110:34: note: byref variable will be forcibly initialized 8110 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8110:23: note: byref variable will be forcibly initialized 8110 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4253:17: note: byref variable will be forcibly initialized 4253 | va_list args; | ^~~~ /kisskb/src/mm/page_alloc.c:4252:26: note: byref variable will be forcibly initialized 4252 | struct va_format vaf; | ^~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_slowpath': /kisskb/src/mm/page_alloc.c:4917:13: note: byref variable will be forcibly initialized 4917 | int no_progress_loops; | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4916:13: note: byref variable will be forcibly initialized 4916 | int compaction_retries; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4915:29: note: byref variable will be forcibly initialized 4915 | enum compact_result compact_result; | ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4914:31: note: byref variable will be forcibly initialized 4914 | enum compact_priority compact_priority; | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4913:23: note: byref variable will be forcibly initialized 4913 | unsigned long did_some_progress; | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages': /kisskb/src/mm/page_alloc.c:5395:15: note: byref variable will be forcibly initialized 5395 | gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */ | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:5394:22: note: byref variable will be forcibly initialized 5394 | unsigned int alloc_flags = ALLOC_WMARK_LOW; | ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/mm/page_alloc.c:5257:22: note: byref variable will be forcibly initialized 5257 | unsigned int alloc_flags = ALLOC_WMARK_LOW; | ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:5256:15: note: byref variable will be forcibly initialized 5256 | gfp_t alloc_gfp; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:5255:30: note: byref variable will be forcibly initialized 5255 | struct alloc_context ac; | ^~ /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c: In function 'dprc_remove_devices': /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c:93:42: note: byref variable will be forcibly initialized 93 | struct fsl_mc_child_objs objs; | ^~~~ In file included from /kisskb/src/include/linux/fsl/mc.h:13, from /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c:15: /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c: In function 'dprc_setup': /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c:622:24: note: byref variable will be forcibly initialized 622 | u16 major_ver, minor_ver; | ^~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c:622:13: note: byref variable will be forcibly initialized 622 | u16 major_ver, minor_ver; | ^~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c: In function 'fsl_mc_obj_device_add': /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c:168:31: note: byref variable will be forcibly initialized 168 | struct fsl_mc_device *child_dev; | ^~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c: In function 'dprc_scan_objects': /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c:243:13: note: byref variable will be forcibly initialized 243 | int num_child_objects; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c: In function 'dprc_irq0_handler_thread': /kisskb/src/drivers/bus/fsl-mc/dprc-driver.c:398:13: note: byref variable will be forcibly initialized 398 | u32 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/fs_context.h:11, from /kisskb/src/fs/crypto/policy.c:13: /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscrypt.h:192:16: note: in expansion of macro 'smp_load_acquire' 192 | return smp_load_acquire(&inode->i_crypt_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_nonce': /kisskb/src/fs/crypto/policy.c:577:31: note: byref variable will be forcibly initialized 577 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'supported_iv_ino_lblk_policy': /kisskb/src/fs/crypto/policy.c:107:28: note: byref variable will be forcibly initialized 107 | int ino_bits = 64, lblk_bits = 64; | ^~~~~~~~~ /kisskb/src/fs/crypto/policy.c:107:13: note: byref variable will be forcibly initialized 107 | int ino_bits = 64, lblk_bits = 64; | ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'valid_testvec_config': /kisskb/src/crypto/testmgr.c:502:13: note: byref variable will be forcibly initialized 502 | int flags = 0; | ^~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_set_context': /kisskb/src/fs/crypto/policy.c:701:31: note: byref variable will be forcibly initialized 701 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'set_encryption_policy': /kisskb/src/fs/crypto/policy.c:414:31: note: byref variable will be forcibly initialized 414 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c:413:12: note: byref variable will be forcibly initialized 413 | u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; | ^~~~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/hmac.c:15: /kisskb/src/crypto/hmac.c: In function 'hmac_setkey': /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/hmac.c:52:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 52 | SHASH_DESC_ON_STACK(shash, hash); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_get_policy': /kisskb/src/fs/crypto/policy.c:390:31: note: byref variable will be forcibly initialized 390 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_set_policy': /kisskb/src/fs/crypto/policy.c:460:30: note: byref variable will be forcibly initialized 460 | union fscrypt_policy existing_policy; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c:459:30: note: byref variable will be forcibly initialized 459 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_policy': /kisskb/src/fs/crypto/policy.c:525:30: note: byref variable will be forcibly initialized 525 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/crypto/hmac.c: In function 'hmac_create': /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_policy_ex': /kisskb/src/crypto/hmac.c:175:13: note: byref variable will be forcibly initialized 175 | u32 mask; | ^~~~ /kisskb/src/fs/crypto/policy.c:544:42: note: byref variable will be forcibly initialized 544 | struct fscrypt_get_policy_ex_arg arg; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_has_permitted_context': /kisskb/src/fs/crypto/policy.c:613:45: note: byref variable will be forcibly initialized 613 | union fscrypt_policy parent_policy, child_policy; | ^~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c:613:30: note: byref variable will be forcibly initialized 613 | union fscrypt_policy parent_policy, child_policy; | ^~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_akcipher_one': /kisskb/src/crypto/testmgr.c:3976:38: note: byref variable will be forcibly initialized 3976 | struct scatterlist src, dst, src_tab[3]; | ^~~~~~~ /kisskb/src/crypto/testmgr.c:3976:33: note: byref variable will be forcibly initialized 3976 | struct scatterlist src, dst, src_tab[3]; | ^~~ /kisskb/src/crypto/testmgr.c:3976:28: note: byref variable will be forcibly initialized 3976 | struct scatterlist src, dst, src_tab[3]; | ^~~ /kisskb/src/crypto/testmgr.c:3973:28: note: byref variable will be forcibly initialized 3973 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/testmgr.c:3969:15: note: byref variable will be forcibly initialized 3969 | char *xbuf[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'do_test_kpp': /kisskb/src/crypto/testmgr.c:3794:33: note: byref variable will be forcibly initialized 3794 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3794:28: note: byref variable will be forcibly initialized 3794 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3791:28: note: byref variable will be forcibly initialized 3791 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'drbg_cavs_test': /kisskb/src/crypto/testmgr.c:3695:41: note: byref variable will be forcibly initialized 3695 | struct drbg_string addtl, pers, testentropy; | ^~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3695:35: note: byref variable will be forcibly initialized 3695 | struct drbg_string addtl, pers, testentropy; | ^~~~ /kisskb/src/crypto/testmgr.c:3695:28: note: byref variable will be forcibly initialized 3695 | struct drbg_string addtl, pers, testentropy; | ^~~~~ /kisskb/src/crypto/testmgr.c:3694:31: note: byref variable will be forcibly initialized 3694 | struct drbg_test_data test_data; | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_cprng': /kisskb/src/crypto/testmgr.c:3500:14: note: byref variable will be forcibly initialized 3500 | char result[32]; | ^~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_acomp': /kisskb/src/crypto/testmgr.c:3335:28: note: byref variable will be forcibly initialized 3335 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/testmgr.c:3333:33: note: byref variable will be forcibly initialized 3333 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3333:28: note: byref variable will be forcibly initialized 3333 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c: In function 'test_comp': /kisskb/src/crypto/testmgr.c:3285:30: note: byref variable will be forcibly initialized 3285 | unsigned int dlen = COMP_BUF_SIZE; | ^~~~ /kisskb/src/crypto/testmgr.c:3240:30: note: byref variable will be forcibly initialized 3240 | unsigned int dlen = COMP_BUF_SIZE; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'build_hash_sglist': /kisskb/src/crypto/testmgr.c:1179:25: note: byref variable will be forcibly initialized 1179 | struct iov_iter input; | ^~~~~ /kisskb/src/crypto/testmgr.c:1178:21: note: byref variable will be forcibly initialized 1178 | struct kvec kv; | ^~ /kisskb/src/crypto/testmgr.c: In function 'build_cipher_test_sglists': /kisskb/src/crypto/testmgr.c:766:25: note: byref variable will be forcibly initialized 766 | struct iov_iter input; | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_shash_vec_cfg': /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1238:23: note: in expansion of macro 'do_setkey' 1238 | err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1238:23: note: in expansion of macro 'do_setkey' 1238 | err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1233:12: note: byref variable will be forcibly initialized 1233 | u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; | ^~~~~~ /kisskb/src/crypto/testmgr.c:1231:40: note: byref variable will be forcibly initialized 1231 | const struct test_sg_division *divs[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_ahash_vec_cfg': /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1426:23: note: in expansion of macro 'do_setkey' 1426 | err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1426:23: note: in expansion of macro 'do_setkey' 1426 | err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1421:12: note: byref variable will be forcibly initialized 1421 | u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; | ^~~~~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:1417:29: note: byref variable will be forcibly initialized 1417 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/crypto/testmgr.c:1416:40: note: byref variable will be forcibly initialized 1416 | const struct test_sg_division *divs[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_hash_vec': /kisskb/src/crypto/testmgr.c:1616:22: note: byref variable will be forcibly initialized 1616 | char cfgname[TESTVEC_CONFIG_NAMELEN]; | ^~~~~~~ /kisskb/src/crypto/testmgr.c:1615:39: note: byref variable will be forcibly initialized 1615 | struct testvec_config cfg; | ^~~ /kisskb/src/crypto/testmgr.c:1599:14: note: byref variable will be forcibly initialized 1599 | char vec_name[16]; | ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_hash_vs_generic_impl': /kisskb/src/crypto/testmgr.c:1698:14: note: byref variable will be forcibly initialized 1698 | char cfgname[TESTVEC_CONFIG_NAMELEN]; | ^~~~~~~ /kisskb/src/crypto/testmgr.c:1696:14: note: byref variable will be forcibly initialized 1696 | char vec_name[64]; | ^~~~~~~~ /kisskb/src/crypto/testmgr.c:1691:14: note: byref variable will be forcibly initialized 1691 | char _generic_driver[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function '__alg_test_hash': /kisskb/src/crypto/testmgr.c:1846:28: note: byref variable will be forcibly initialized 1846 | struct shash_desc *desc = NULL; | ^~~~ /kisskb/src/crypto/testmgr.c:1845:30: note: byref variable will be forcibly initialized 1845 | struct crypto_shash *stfm = NULL; | ^~~~ In file included from /kisskb/src/crypto/testmgr.c:20: /kisskb/src/crypto/testmgr.c: In function 'alg_test_crc32c': /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/testmgr.c:3643:17: note: in expansion of macro 'SHASH_DESC_ON_STACK' 3643 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3619:16: note: byref variable will be forcibly initialized 3619 | __le32 val; | ^~~ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vec_cfg': /kisskb/src/crypto/testmgr.c:2112:22: note: byref variable will be forcibly initialized 2112 | char expected_error[32]; | ^~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1997:15: note: in expansion of macro 'do_setkey' 1997 | err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1997:15: note: in expansion of macro 'do_setkey' 1997 | err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1988:21: note: byref variable will be forcibly initialized 1988 | struct kvec input[2]; | ^~~~~ /kisskb/src/crypto/testmgr.c:1984:12: note: byref variable will be forcibly initialized 1984 | u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) + MAX_IVLEN]; | ^~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:1983:29: note: byref variable will be forcibly initialized 1983 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vec': /kisskb/src/crypto/testmgr.c:2178:22: note: byref variable will be forcibly initialized 2178 | char cfgname[TESTVEC_CONFIG_NAMELEN]; | ^~~~~~~ /kisskb/src/crypto/testmgr.c:2177:39: note: byref variable will be forcibly initialized 2177 | struct testvec_config cfg; | ^~~ /kisskb/src/crypto/testmgr.c:2158:14: note: byref variable will be forcibly initialized 2158 | char vec_name[16]; | ^~~~~~~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c: In function 'generate_aead_message': /kisskb/src/crypto/testmgr.c:2267:37: note: byref variable will be forcibly initialized 2267 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/crypto/testmgr.c:2266:20: note: byref variable will be forcibly initialized 2266 | u8 iv[MAX_IVLEN]; | ^~ /kisskb/src/crypto/testmgr.c:2265:44: note: byref variable will be forcibly initialized 2265 | struct scatterlist src[2], dst; | ^~~ /kisskb/src/crypto/testmgr.c:2265:36: note: byref variable will be forcibly initialized 2265 | struct scatterlist src[2], dst; | ^~~ /kisskb/src/mm/sparse.c: In function 'memblocks_present': /kisskb/src/mm/sparse.c:269:16: note: byref variable will be forcibly initialized 269 | int i, nid; | ^~~ /kisskb/src/mm/sparse.c:269:13: note: byref variable will be forcibly initialized 269 | int i, nid; | ^ /kisskb/src/mm/sparse.c:268:30: note: byref variable will be forcibly initialized 268 | unsigned long start, end; | ^~~ /kisskb/src/mm/sparse.c:268:23: note: byref variable will be forcibly initialized 268 | unsigned long start, end; | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vs_generic_impl': /kisskb/src/crypto/testmgr.c:2425:14: note: byref variable will be forcibly initialized 2425 | char _generic_driver[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c: In function 'generate_random_cipher_testvec': /kisskb/src/crypto/testmgr.c:2957:29: note: byref variable will be forcibly initialized 2957 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/crypto/testmgr.c:2956:12: note: byref variable will be forcibly initialized 2956 | u8 iv[MAX_IVLEN]; | ^~ /kisskb/src/crypto/testmgr.c:2955:33: note: byref variable will be forcibly initialized 2955 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:2955:28: note: byref variable will be forcibly initialized 2955 | struct scatterlist src, dst; | ^~~ In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/mm/madvise.c:10: /kisskb/src/mm/madvise.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/crypto/testmgr.c: In function 'test_skcipher_vec_cfg': /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:2763:15: note: in expansion of macro 'do_setkey' 2763 | err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:2763:15: note: in expansion of macro 'do_setkey' 2763 | err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:2754:21: note: byref variable will be forcibly initialized 2754 | struct kvec input; | ^~~~~ /kisskb/src/crypto/testmgr.c:2750:12: note: byref variable will be forcibly initialized 2750 | u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) + MAX_IVLEN]; | ^~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:2749:29: note: byref variable will be forcibly initialized 2749 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/mm/madvise.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_skcipher_vec': /kisskb/src/crypto/testmgr.c:2926:22: note: byref variable will be forcibly initialized 2926 | char cfgname[TESTVEC_CONFIG_NAMELEN]; | ^~~~~~~ /kisskb/src/crypto/testmgr.c:2925:39: note: byref variable will be forcibly initialized 2925 | struct testvec_config cfg; | ^~~ /kisskb/src/crypto/testmgr.c:2906:14: note: byref variable will be forcibly initialized 2906 | char vec_name[16]; | ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_skcipher_vs_generic_impl': /kisskb/src/crypto/testmgr.c:3020:14: note: byref variable will be forcibly initialized 3020 | char cfgname[TESTVEC_CONFIG_NAMELEN]; | ^~~~~~~ /kisskb/src/crypto/testmgr.c:3018:14: note: byref variable will be forcibly initialized 3018 | char vec_name[64]; | ^~~~~~~~ /kisskb/src/crypto/testmgr.c:3013:14: note: byref variable will be forcibly initialized 3013 | char _generic_driver[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_walk_vmas': /kisskb/src/mm/madvise.c:1198:32: note: byref variable will be forcibly initialized 1198 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_cipher': /kisskb/src/crypto/testmgr.c:2660:15: note: byref variable will be forcibly initialized 2660 | char *xbuf[XBUFSIZE]; | ^~~~ 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:7, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'madvise_cold_or_pageout_pte_range': /kisskb/src/mm/madvise.c:335:19: note: byref variable will be forcibly initialized 335 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'alg_test': /kisskb/src/crypto/testmgr.c:5731:22: note: byref variable will be forcibly initialized 5731 | char nalg[CRYPTO_MAX_ALG_NAME]; | ^~~~ In file included from /kisskb/src/include/linux/random.h:9, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/asm-generic/qrwlock.h:18, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/include/linux/once.h:44:39: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/crypto/testmgr.c:5728:9: note: in expansion of macro 'DO_ONCE' 5728 | DO_ONCE(testmgr_onetime_init); | ^~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold_page_range': /kisskb/src/mm/madvise.c:504:37: note: byref variable will be forcibly initialized 504 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold': /kisskb/src/mm/madvise.c:524:27: note: byref variable will be forcibly initialized 524 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout_page_range': /kisskb/src/mm/madvise.c:542:37: note: byref variable will be forcibly initialized 542 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_free_single_vma': /kisskb/src/mm/madvise.c:736:27: note: byref variable will be forcibly initialized 736 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout': /kisskb/src/mm/madvise.c:574:27: note: byref variable will be forcibly initialized 574 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/madvise.c: In function 'madvise_inject_error': /kisskb/src/mm/madvise.c:1093:30: note: byref variable will be forcibly initialized 1093 | struct page *page; | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'offset_il_node': /kisskb/src/mm/mempolicy.c:1942:20: note: byref variable will be forcibly initialized 1942 | nodemask_t nodemask = pol->nodes; | ^~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_populate': /kisskb/src/mm/madvise.c:886:13: note: byref variable will be forcibly initialized 886 | int locked = 1; | ^~~~~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_relative_nodemask': /kisskb/src/mm/mempolicy.c:193:20: note: byref variable will be forcibly initialized 193 | nodemask_t tmp; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_rebind_nodemask': /kisskb/src/mm/mempolicy.c:321:20: note: byref variable will be forcibly initialized 321 | nodemask_t tmp; | ^~~ /kisskb/src/mm/madvise.c: In function 'madvise_vma_behavior': /kisskb/src/mm/madvise.c:996:23: note: byref variable will be forcibly initialized 996 | unsigned long new_flags = vma->vm_flags; | ^~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'queue_pages_range': /kisskb/src/mm/mempolicy.c:732:28: note: byref variable will be forcibly initialized 732 | struct queue_pages qp = { | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:73: /kisskb/src/mm/mempolicy.c: In function 'migrate_to_node': /kisskb/src/mm/mempolicy.c:1052:19: note: byref variable will be forcibly initialized 1052 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mempolicy.c:1051:20: note: byref variable will be forcibly initialized 1051 | nodemask_t nmask; | ^~~~~ In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/mm/madvise.c:10: /kisskb/src/mm/madvise.c: In function '__do_sys_process_madvise': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/mm/madvise.c:1436:22: note: byref variable will be forcibly initialized 1436 | unsigned int f_flags; | ^~~~~~~ /kisskb/src/mm/madvise.c:1432:25: note: byref variable will be forcibly initialized 1432 | struct iov_iter iter; | ^~~~ /kisskb/src/mm/madvise.c:1431:23: note: byref variable will be forcibly initialized 1431 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/mm/madvise.c:1430:45: note: userspace variable will be forcibly initialized 1430 | struct iovec iovstack[UIO_FASTIOV], iovec; | ^~~~~ /kisskb/src/mm/madvise.c:1430:22: note: byref variable will be forcibly initialized 1430 | struct iovec iovstack[UIO_FASTIOV], iovec; | ^~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'get_nodes': /kisskb/src/mm/mempolicy.c:1389:31: note: byref variable will be forcibly initialized 1389 | unsigned long t; | ^ /kisskb/src/mm/mempolicy.c: In function 'lookup_node': /kisskb/src/mm/mempolicy.c:904:22: note: byref variable will be forcibly initialized 904 | struct page *p = NULL; | ^ In file included from /kisskb/src/include/linux/sched.h:22, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:73: /kisskb/src/mm/mempolicy.c: In function 'do_set_mempolicy': /kisskb/src/include/linux/nodemask.h:526:54: note: byref variable will be forcibly initialized 526 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:537:25: note: in expansion of macro 'NODEMASK_ALLOC' 537 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:846:9: note: in expansion of macro 'NODEMASK_SCRATCH' 846 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_set_mempolicy': /kisskb/src/mm/mempolicy.c:1557:13: note: byref variable will be forcibly initialized 1557 | int lmode = mode; | ^~~~~ /kisskb/src/mm/mempolicy.c:1556:20: note: byref variable will be forcibly initialized 1556 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c:1555:24: note: byref variable will be forcibly initialized 1555 | unsigned short mode_flags; | ^~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_get_mempolicy': /kisskb/src/mm/mempolicy.c:1682:20: note: byref variable will be forcibly initialized 1682 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c:1681:13: note: byref variable will be forcibly initialized 1681 | int pval; | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'change_prot_numa': /kisskb/src/mm/mempolicy.c:634:27: note: byref variable will be forcibly initialized 634 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'do_migrate_pages': /kisskb/src/mm/mempolicy.c:1092:20: note: byref variable will be forcibly initialized 1092 | nodemask_t tmp; | ^~~ In file included from /kisskb/src/include/linux/sched.h:22, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:73: /kisskb/src/mm/mempolicy.c: In function 'kernel_migrate_pages': /kisskb/src/include/linux/nodemask.h:526:54: note: byref variable will be forcibly initialized 526 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:537:25: note: in expansion of macro 'NODEMASK_ALLOC' 537 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1587:9: note: in expansion of macro 'NODEMASK_SCRATCH' 1587 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1583:20: note: byref variable will be forcibly initialized 1583 | nodemask_t task_nodes; | ^~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function '__mpol_dup': /kisskb/src/mm/mempolicy.c:2410:28: note: byref variable will be forcibly initialized 2410 | nodemask_t mems = cpuset_mems_allowed(current); | ^~~~ In file included from /kisskb/src/include/linux/sched.h:22, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:73: /kisskb/src/mm/mempolicy.c: In function 'do_mbind': /kisskb/src/include/linux/nodemask.h:526:54: note: byref variable will be forcibly initialized 526 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:537:25: note: in expansion of macro 'NODEMASK_ALLOC' 537 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1295:17: note: in expansion of macro 'NODEMASK_SCRATCH' 1295 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:73: /kisskb/src/mm/mempolicy.c:1251:19: note: byref variable will be forcibly initialized 1251 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_mbind': /kisskb/src/mm/mempolicy.c:1458:13: note: byref variable will be forcibly initialized 1458 | int lmode = mode; | ^~~~~ /kisskb/src/mm/mempolicy.c:1457:20: note: byref variable will be forcibly initialized 1457 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c:1456:24: note: byref variable will be forcibly initialized 1456 | unsigned short mode_flags; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/sched.h:22, from /kisskb/src/include/linux/mempolicy.h:9, from /kisskb/src/mm/mempolicy.c:73: /kisskb/src/mm/mempolicy.c: In function 'mpol_shared_policy_init': /kisskb/src/include/linux/nodemask.h:526:54: note: byref variable will be forcibly initialized 526 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:537:25: note: in expansion of macro 'NODEMASK_ALLOC' 537 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2770:17: note: in expansion of macro 'NODEMASK_SCRATCH' 2770 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2768:39: note: byref variable will be forcibly initialized 2768 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'numa_policy_init': /kisskb/src/mm/mempolicy.c:2891:20: note: byref variable will be forcibly initialized 2891 | nodemask_t interleave_nodes; | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_parse_str': /kisskb/src/mm/mempolicy.c:2978:20: note: byref variable will be forcibly initialized 2978 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_to_str': /kisskb/src/mm/mempolicy.c:3111:20: note: byref variable will be forcibly initialized 3111 | nodemask_t nodes = NODE_MASK_NONE; | ^~~~~ /kisskb/src/sound/drivers/vx/vx_core.c: In function 'snd_vx_threaded_irq_handler': /kisskb/src/sound/drivers/vx/vx_core.c:505:22: note: byref variable will be forcibly initialized 505 | unsigned int events; | ^~~~~~ /kisskb/src/sound/core/init.c: In function 'snd_card_init': /kisskb/src/sound/core/init.c:272:14: note: byref variable will be forcibly initialized 272 | char name[8]; | ^~~~ /kisskb/src/sound/core/init.c: In function 'id_store': /kisskb/src/sound/core/init.c:782:14: note: byref variable will be forcibly initialized 782 | char buf1[sizeof(card->id)]; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/sound/core/init.c:8: /kisskb/src/sound/core/init.c: In function 'snd_power_sync_ref': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/include/sound/core.h:190:9: note: in expansion of macro 'wait_event' 190 | wait_event(card->power_ref_sleep, !atomic_read(&card->power_ref)); | ^~~~~~~~~~ /kisskb/src/sound/core/init.c: In function 'snd_card_disconnect_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/init.c:567:9: note: in expansion of macro 'wait_event_lock_irq' 567 | wait_event_lock_irq(card->remove_sleep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/init.c: In function 'snd_power_ref_and_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:453:15: note: in expansion of macro '___wait_event' 453 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:474:9: note: in expansion of macro '__wait_event_cmd' 474 | __wait_event_cmd(wq_head, condition, cmd1, cmd2); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/core/init.c:1145:9: note: in expansion of macro 'wait_event_cmd' 1145 | wait_event_cmd(card->power_sleep, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/sound/core/init.c:9: /kisskb/src/sound/core/init.c: In function 'snd_card_free': /kisskb/src/sound/core/init.c:633:36: note: byref variable will be forcibly initialized 633 | DECLARE_COMPLETION_ONSTACK(released); | ^~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/sound/core/init.c: In function 'snd_card_set_id_no_lock': /kisskb/src/sound/core/init.c:726:22: note: byref variable will be forcibly initialized 726 | char sfxstr[5]; /* "_012" */ | ^~~~~~ /kisskb/src/sound/core/init.c: In function 'snd_card_register': /kisskb/src/sound/core/init.c:901:22: note: byref variable will be forcibly initialized 901 | char tmpid[sizeof(card->id)]; | ^~~~~ /kisskb/src/mm/slob.c: In function 'slob_alloc': /kisskb/src/mm/slob.c:321:22: note: byref variable will be forcibly initialized 321 | bool page_removed_from_list = false; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slob.c:309:14: note: byref variable will be forcibly initialized 309 | bool _unused; | ^~~~~~~ /kisskb/src/crypto/crypto_null.c: In function 'null_skcipher_crypt': /kisskb/src/crypto/crypto_null.c:78:30: note: byref variable will be forcibly initialized 78 | struct skcipher_walk walk; | ^~~~ /kisskb/src/mm/memtest.c: In function 'do_one_pass': /kisskb/src/mm/memtest.c:69:33: note: byref variable will be forcibly initialized 69 | phys_addr_t this_start, this_end; | ^~~~~~~~ /kisskb/src/mm/memtest.c:69:21: note: byref variable will be forcibly initialized 69 | phys_addr_t this_start, this_end; | ^~~~~~~~~~ /kisskb/src/mm/memtest.c:68:13: note: byref variable will be forcibly initialized 68 | u64 i; | ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rcu.h:839, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_utilization': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(rcu_utilization, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(rcu_utilization, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'perf_trace_rcu_stall_warning': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rcu.h:839, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_utilization': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(rcu_utilization, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_stall_warning': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/rcu.h:839, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_utilization': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(rcu_utilization, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(rcu_utilization, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function '__bpf_trace_rcu_stall_warning': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_bh_held': /kisskb/src/kernel/rcu/update.c:332:14: note: byref variable will be forcibly initialized 332 | bool ret; | ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_sched_held': /kisskb/src/kernel/rcu/update.c:121:14: note: byref variable will be forcibly initialized 121 | bool ret; | ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_held': /kisskb/src/kernel/rcu/update.c:307:14: note: byref variable will be forcibly initialized 307 | bool ret; | ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_any_held': /kisskb/src/kernel/rcu/update.c:342:14: note: byref variable will be forcibly initialized 342 | bool ret; | ^~~ In file included from /kisskb/src/kernel/rcu/update.c:40: /kisskb/src/kernel/rcu/update.c: In function 'synchronize_rcu_tasks_generic': /kisskb/src/include/linux/rcupdate_wait.h:27:32: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:334:9: note: in expansion of macro 'wait_rcu_gp' 334 | wait_rcu_gp(rtp->call_func); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:334:9: note: in expansion of macro 'wait_rcu_gp' 334 | wait_rcu_gp(rtp->call_func); | ^~~~~~~~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c:412:9: note: in expansion of macro 'rcu_assign_pointer' 412 | rcu_assign_pointer(w->task, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trc_read_check_handler': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1263:9: note: in expansion of macro 'smp_store_release' 1263 | smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1262:9: note: in expansion of macro 'smp_store_release' 1262 | smp_store_release(per_cpu_ptr(&trc_ipi_to_cpu, smp_processor_id()), false); // ^^^ | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:593: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_wait_gp': /kisskb/src/kernel/rcu/tasks.h:664:22: note: byref variable will be forcibly initialized 664 | bool firstreport; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:624:19: note: byref variable will be forcibly initialized 624 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/kernel/rcu/update.c:593: /kisskb/src/kernel/rcu/update.c: In function 'tasks_gp_state_getname': /kisskb/src/kernel/rcu/tasks.h:208:13: note: byref variable will be forcibly initialized 208 | int i = data_race(rtp->gp_state); // Let KCSAN detect update races | ^ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_invoke_cbs': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:465:31: note: in expansion of macro 'smp_load_acquire' 465 | if (cpunext < smp_load_acquire(&rtp->percpu_dequeue_lim)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:461:23: note: in expansion of macro 'smp_load_acquire' 461 | if (cpunext < smp_load_acquire(&rtp->percpu_dequeue_lim)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'cblist_init_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:243:9: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&rtp->percpu_enqueue_lim, lim); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'call_rcu_tasks_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:315:25: note: in expansion of macro 'smp_store_release' 315 | smp_store_release(&rtp->percpu_enqueue_lim, nr_cpu_ids); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_barrier_tasks_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:368:28: note: in expansion of macro 'smp_load_acquire' 368 | if (cpu >= smp_load_acquire(&rtp->percpu_dequeue_lim)) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:593: /kisskb/src/kernel/rcu/update.c: In function 'show_rcu_tasks_trace_gp_kthread': /kisskb/src/kernel/rcu/tasks.h:1660:14: note: byref variable will be forcibly initialized 1660 | char buf[64]; | ^~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_need_gpcb': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:429:25: note: in expansion of macro 'smp_store_release' 429 | smp_store_release(&rtp->percpu_enqueue_lim, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:395:29: note: in expansion of macro 'smp_load_acquire' 395 | for (cpu = 0; cpu < smp_load_acquire(&rtp->percpu_dequeue_lim); cpu++) { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:593: /kisskb/src/kernel/rcu/update.c: In function 'show_stalled_task_trace': /kisskb/src/kernel/rcu/tasks.h:1444:34: note: byref variable will be forcibly initialized 1444 | struct trc_stall_chk_rdr trc_rdr; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/rcu/update.c:25: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_trace_postgp': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:734:9: note: in expansion of macro '___wait_event' 734 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:766:25: note: in expansion of macro '__wait_event_idle_exclusive_timeout' 766 | __ret = __wait_event_idle_exclusive_timeout(wq_head, condition, timeout);\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1541:23: note: in expansion of macro 'wait_event_idle_exclusive_timeout' 1541 | ret = wait_event_idle_exclusive_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included 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:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/bug.h:110:32: note: in definition of macro 'WARN_ON_ONCE' 110 | int __ret_warn_on = !!(condition); \ | ^~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1530:34: note: in expansion of macro 'smp_load_acquire' 1530 | if (WARN_ON_ONCE(smp_load_acquire(per_cpu_ptr(&trc_ipi_to_cpu, cpu)))) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:1521:19: note: byref variable will be forcibly initialized 1521 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/kernel/rcu/update.c:593: /kisskb/src/kernel/rcu/tasks.h:1519:14: note: byref variable will be forcibly initialized 1519 | bool firstreport; | ^~~~~~~~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'trc_wait_for_one_reader': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1319:13: note: in expansion of macro 'smp_load_acquire' 1319 | if (smp_load_acquire(&t->trc_ipi_to_cpu) != -1) // Order IPI | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'check_all_holdout_tasks_trace': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1494:21: note: in expansion of macro 'smp_load_acquire' 1494 | if (smp_load_acquire(&t->trc_ipi_to_cpu) == -1 && | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-allocator.c: In function 'fsl_mc_allocator_probe': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-allocator.c:582:31: note: byref variable will be forcibly initialized 582 | enum fsl_mc_pool_type pool_type; | ^~~~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-allocator.c: In function 'fsl_mc_object_allocate': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-allocator.c:276:33: note: byref variable will be forcibly initialized 276 | struct fsl_mc_resource *resource = NULL; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fsl/mc.h:13, from /kisskb/src/drivers/bus/fsl-mc/fsl-mc-allocator.c:11: /kisskb/src/drivers/bus/fsl-mc/fsl-mc-allocator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-allocator.c: In function 'fsl_mc_allocate_irqs': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-allocator.c:475:41: note: byref variable will be forcibly initialized 475 | struct fsl_mc_resource *resource; | ^~~~~~~~ /kisskb/src/sound/drivers/vx/vx_hwdep.c: In function 'snd_vx_setup_firmware': /kisskb/src/sound/drivers/vx/vx_hwdep.c:57:40: note: byref variable will be forcibly initialized 57 | const struct firmware *fw; | ^~ /kisskb/src/sound/drivers/vx/vx_hwdep.c:56:22: note: byref variable will be forcibly initialized 56 | char path[32]; | ^~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-msi.c: In function '__fsl_mc_msi_write_msg': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-msi.c:66:29: note: byref variable will be forcibly initialized 66 | struct dprc_irq_cfg irq_cfg; | ^~~~~~~ /kisskb/src/drivers/bus/fsl-mc/fsl-mc-msi.c: In function 'fsl_mc_find_msi_domain': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-msi.c:184:24: note: byref variable will be forcibly initialized 184 | struct device *root_dprc_dev; | ^~~~~~~~~~~~~ /kisskb/src/kernel/power/wakelock.c: In function 'pm_wake_lock': /kisskb/src/kernel/power/wakelock.c:207:13: note: byref variable will be forcibly initialized 207 | u64 timeout_ns = 0; | ^~~~~~~~~~ /kisskb/src/crypto/rmd160.c: In function 'rmd160_final': /kisskb/src/crypto/rmd160.c:313:16: note: byref variable will be forcibly initialized 313 | __le64 bits; | ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_log_append': /kisskb/src/lib/kunit/test.c:107:17: note: byref variable will be forcibly initialized 107 | va_list args; | ^~~~ /kisskb/src/lib/kunit/test.c:106:14: note: byref variable will be forcibly initialized 106 | char line[KUNIT_LOG_SIZE]; | ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_case_catch_errors': /kisskb/src/lib/kunit/test.c:424:40: note: byref variable will be forcibly initialized 424 | struct kunit_try_catch_context context; | ^~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_tests': /kisskb/src/lib/kunit/test.c:517:43: note: byref variable will be forcibly initialized 517 | struct kunit_result_stats param_stats = { 0 }; | ^~~~~~~~~~~ /kisskb/src/lib/kunit/test.c:516:30: note: byref variable will be forcibly initialized 516 | struct kunit test = { .param_value = NULL, .param_index = 0 }; | ^~~~ /kisskb/src/lib/kunit/test.c:499:14: note: byref variable will be forcibly initialized 499 | char param_desc[KUNIT_PARAM_DESC_SIZE]; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/kunit/test.h:22, from /kisskb/src/include/kunit/resource.h:12, from /kisskb/src/lib/kunit/test.c:9: /kisskb/src/lib/kunit/test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_kmalloc_array': /kisskb/src/lib/kunit/test.c:636:43: note: byref variable will be forcibly initialized 636 | struct kunit_kmalloc_array_params params = { | ^~~~~~ /kisskb/src/lib/kunit/test.c: In function '__kunit_fail_current_test': /kisskb/src/lib/kunit/test.c:27:17: note: byref variable will be forcibly initialized 27 | va_list args; | ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_do_failed_assertion': /kisskb/src/lib/kunit/test.c:291:26: note: byref variable will be forcibly initialized 291 | struct va_format message; | ^~~~~~~ /kisskb/src/lib/kunit/test.c:290:17: note: byref variable will be forcibly initialized 290 | va_list 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/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/mm/gup_test.c:2: /kisskb/src/mm/gup_test.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/bus/fsl-mc/dpmcp.c:7: /kisskb/src/drivers/bus/fsl-mc/dpmcp.c: In function 'mc_encode_cmd_header': /kisskb/src/include/linux/fsl/mc.h:260:16: note: byref variable will be forcibly initialized 260 | __le64 header = 0; | ^~~~~~ /kisskb/src/mm/gup_test.c: In function 'gup_test_ioctl': /kisskb/src/mm/gup_test.c:209:25: note: byref variable will be forcibly initialized 209 | struct gup_test gup; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, 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:360:18: note: byref variable will be forcibly initialized 360 | XA_STATE(xas, &mapping->i_pages, folio_index(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/migrate.c: In function 'do_pages_stat': /kisskb/src/mm/migrate.c:1856:13: note: byref variable will be forcibly initialized 1856 | int chunk_status[DO_PAGES_STAT_CHUNK_NR]; | ^~~~~~~~~~~~ /kisskb/src/mm/migrate.c:1855:28: note: byref variable will be forcibly initialized 1855 | const void __user *chunk_pages[DO_PAGES_STAT_CHUNK_NR]; | ^~~~~~~~~~~ /kisskb/src/mm/migrate.c: In function '__set_migration_target_nodes': /kisskb/src/mm/migrate.c:2357:20: note: byref variable will be forcibly initialized 2357 | nodemask_t used_targets = NODE_MASK_NONE; | ^~~~~~~~~~~~ /kisskb/src/mm/migrate.c:2356:20: note: byref variable will be forcibly initialized 2356 | nodemask_t this_pass; | ^~~~~~~~~ /kisskb/src/mm/migrate.c:2355:20: note: byref variable will be forcibly initialized 2355 | nodemask_t next_pass; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/mm/migrate.c: In function 'writeout': /kisskb/src/mm/migrate.c:770:34: note: byref variable will be forcibly initialized 770 | struct writeback_control wbc = { | ^~~ In file included from /kisskb/src/drivers/bus/fsl-mc/obj-api.c:7: /kisskb/src/drivers/bus/fsl-mc/obj-api.c: In function 'mc_encode_cmd_header': /kisskb/src/include/linux/fsl/mc.h:260:16: note: byref variable will be forcibly initialized 260 | __le64 header = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_huge_page_move_mapping': /kisskb/src/mm/migrate.c:475:18: note: byref variable will be forcibly initialized 475 | XA_STATE(xas, &mapping->i_pages, page_index(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | 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:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_pages': /kisskb/src/mm/migrate.c:1361:19: note: byref variable will be forcibly initialized 1361 | LIST_HEAD(thp_split_pages); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c:1360:19: note: byref variable will be forcibly initialized 1360 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c: In function 'do_pages_move': /kisskb/src/mm/migrate.c:1702:19: note: byref variable will be forcibly initialized 1702 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c: In function 'kernel_move_pages': /kisskb/src/mm/migrate.c:1941:20: note: byref variable will be forcibly initialized 1941 | nodemask_t task_nodes; | ^~~~~~~~~~ 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:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_misplaced_page': /kisskb/src/mm/migrate.c:2071:19: note: byref variable will be forcibly initialized 2071 | LIST_HEAD(migratepages); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c:2070:22: note: byref variable will be forcibly initialized 2070 | unsigned int nr_succeeded; | ^~~~~~~~~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kmemleak.c: In function 'dump_str_object_info': /kisskb/src/mm/kmemleak.c:1724:23: note: byref variable will be forcibly initialized 1724 | unsigned long addr; | ^~~~ /kisskb/src/mm/kmemleak.c: In function 'kmemleak_write': /kisskb/src/mm/kmemleak.c:1824:26: note: byref variable will be forcibly initialized 1824 | unsigned secs; | ^~~~ /kisskb/src/mm/kmemleak.c:1787:14: note: byref variable will be forcibly initialized 1787 | char buf[64]; | ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'pte_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:98:23: note: byref variable will be forcibly initialized 98 | unsigned long val = idx, *ptr = &val; | ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'p4d_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:506:15: note: byref variable will be forcibly initialized 506 | p4d_t p4d; | ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'pgd_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:515:15: note: byref variable will be forcibly initialized 515 | pgd_t pgd; | ^~~ In file included from /kisskb/src/include/linux/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:7, from /kisskb/src/mm/memory-failure.c:37: /kisskb/src/mm/memory-failure.c: In function 'hwpoison_user_mappings': /kisskb/src/mm/memory-failure.c:1354:19: note: byref variable will be forcibly initialized 1354 | LIST_HEAD(tokill); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/memory-failure.c: In function 'memory_failure_dev_pagemap': /kisskb/src/mm/memory-failure.c:1649:19: note: byref variable will be forcibly initialized 1649 | LIST_HEAD(tokill); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'debug_vm_pgtable': /kisskb/src/mm/debug_vm_pgtable.c:1254:35: note: byref variable will be forcibly initialized 1254 | struct pgtable_debug_args args; | ^~~~ 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:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/mm/memory-failure.c:2016:13: note: in expansion of macro 'kfifo_put' 2016 | if (kfifo_put(&mf_cpu->fifo, entry)) | ^~~~~~~~~ /kisskb/src/mm/memory-failure.c: In function '__soft_offline_page': /kisskb/src/mm/memory-failure.c:2220:41: note: byref variable will be forcibly initialized 2220 | struct migration_target_control mtc = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/memory-failure.c:37: /kisskb/src/mm/memory-failure.c:2219:19: note: byref variable will be forcibly initialized 2219 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/hash_algs.c:8: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_get_hash_alg': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/hash_algs.c:100:9: note: in expansion of macro 'smp_store_release' 100 | smp_store_release(&alg->tfm, tfm); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/hash_algs.c:8: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/compiler.h:77:45: note: in definition of macro 'likely' 77 | # define likely(x) __builtin_expect(!!(x), 1) | ^ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/hash_algs.c:56:20: note: in expansion of macro 'smp_load_acquire' 56 | if (likely(smp_load_acquire(&alg->tfm) != NULL)) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_prepare_hash_state': /kisskb/src/fs/verity/hash_algs.c:164:29: note: byref variable will be forcibly initialized 164 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:163:28: note: byref variable will be forcibly initialized 163 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_hash_page': /kisskb/src/fs/verity/hash_algs.c:238:29: note: byref variable will be forcibly initialized 238 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:237:28: note: byref variable will be forcibly initialized 237 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_hash_buffer': /kisskb/src/fs/verity/hash_algs.c:286:29: note: byref variable will be forcibly initialized 286 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:285:28: note: byref variable will be forcibly initialized 285 | struct scatterlist sg; | ^~ /kisskb/src/crypto/sha1_generic.c: In function 'sha1_generic_block_fn': /kisskb/src/crypto/sha1_generic.c:33:13: note: byref variable will be forcibly initialized 33 | u32 temp[SHA1_WORKSPACE_WORDS]; | ^~~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_isolation.h:39, from /kisskb/src/mm/page_isolation.c:16: /kisskb/src/mm/page_isolation.c: In function 'trace_event_raw_event_test_pages_isolated': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_test_pages_isolated': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ /kisskb/src/mm/page_isolation.c: In function 'isolate_single_pageblock': /kisskb/src/mm/page_isolation.c:408:56: note: byref variable will be forcibly initialized 408 | struct compact_control cc = { | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/enable.c:8: /kisskb/src/fs/verity/enable.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/enable.c:8: /kisskb/src/fs/verity/enable.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/fs/verity/enable.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/fs/verity/enable.c: In function 'fsverity_ioctl_enable': /kisskb/src/fs/verity/enable.c:342:36: note: byref variable will be forcibly initialized 342 | struct fsverity_enable_arg arg; | ^~~ /kisskb/src/crypto/sha512_generic.c: In function 'sha512_transform': /kisskb/src/crypto/sha512_generic.c:104:13: note: byref variable will be forcibly initialized 104 | u64 W[16]; | ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/cma.h:113, from /kisskb/src/mm/cma.c:34: /kisskb/src/mm/cma.c: In function 'perf_trace_cma_alloc_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/cma.c: In function 'perf_trace_cma_release': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/mm/cma.c: In function 'perf_trace_cma_alloc_start': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cma.h:113, from /kisskb/src/mm/cma.c:34: /kisskb/src/mm/cma.c: In function 'trace_event_raw_event_cma_alloc_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/cma.c: In function 'trace_event_raw_event_cma_release': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/mm/cma.c: In function 'trace_event_raw_event_cma_alloc_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/cma.h:113, from /kisskb/src/mm/cma.c:34: /kisskb/src/mm/cma.c: In function '__bpf_trace_cma_release': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/mm/cma.c: In function '__bpf_trace_cma_alloc_start': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/mm/cma.c: In function '__bpf_trace_cma_alloc_class': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/cma.c: In function 'cma_declare_contiguous_nid': /kisskb/src/mm/cma.c:245:21: note: byref variable will be forcibly initialized 245 | phys_addr_t highmem_start; | ^~~~~~~~~~~~~ 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:20: note: byref variable will be forcibly initialized 88 | dma_addr_t dma_addr = phys_to_dma(dev, phys); | ^~~~~~~~ /kisskb/src/kernel/dma/mapping.c: In function 'dma_alloc_attrs': /kisskb/src/kernel/dma/mapping.c:490:15: note: byref variable will be forcibly initialized 490 | void *cpu_addr; | ^~~~~~~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_update_pipe_position': /kisskb/src/sound/drivers/vx/vx_pcm.c:651:23: note: byref variable will be forcibly initialized 651 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_query_hbuffer_size': /kisskb/src/sound/drivers/vx/vx_pcm.c:237:23: note: byref variable will be forcibly initialized 237 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_start_stream': /kisskb/src/sound/drivers/vx/vx_pcm.c:461:23: note: byref variable will be forcibly initialized 461 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_stop_pipe': /kisskb/src/sound/drivers/vx/vx_pcm.c:375:23: note: byref variable will be forcibly initialized 375 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_stop_stream': /kisskb/src/sound/drivers/vx/vx_pcm.c:477:23: note: byref variable will be forcibly initialized 477 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_pipe_can_start': /kisskb/src/sound/drivers/vx/vx_pcm.c:261:23: note: byref variable will be forcibly initialized 261 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_conf_pipe': /kisskb/src/sound/drivers/vx/vx_pcm.c:281:23: note: byref variable will be forcibly initialized 281 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_send_irqa': /kisskb/src/sound/drivers/vx/vx_pcm.c:295:23: note: byref variable will be forcibly initialized 295 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_get_pipe_state': /kisskb/src/sound/drivers/vx/vx_pcm.c:212:23: note: byref variable will be forcibly initialized 212 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_set_stream_format': /kisskb/src/sound/drivers/vx/vx_pcm.c:126:23: note: byref variable will be forcibly initialized 126 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_alloc_pipe': /kisskb/src/sound/drivers/vx/vx_pcm.c:397:23: note: byref variable will be forcibly initialized 397 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_set_ibl': /kisskb/src/sound/drivers/vx/vx_pcm.c:182:23: note: byref variable will be forcibly initialized 182 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_notify_end_of_buffer': /kisskb/src/sound/drivers/vx/vx_pcm.c:584:23: note: byref variable will be forcibly initialized 584 | struct vx_rmh rmh; /* use a temporary rmh here */ | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_free_pipe': /kisskb/src/sound/drivers/vx/vx_pcm.c:443:23: note: byref variable will be forcibly initialized 443 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_toggle_pipe': /kisskb/src/sound/drivers/vx/vx_pcm.c:320:21: note: byref variable will be forcibly initialized 320 | int err, i, cur_state; | ^~~~~~~~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_pcm_prepare': /kisskb/src/sound/drivers/vx/vx_pcm.c:797:31: note: byref variable will be forcibly initialized 797 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_pcm_capture_open': /kisskb/src/sound/drivers/vx/vx_pcm.c:891:25: note: byref variable will be forcibly initialized 891 | struct vx_pipe *pipe_out_monitoring = NULL; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/drivers/vx/vx_pcm.c:890:25: note: byref variable will be forcibly initialized 890 | struct vx_pipe *pipe; | ^~~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_pcm_playback_open': /kisskb/src/sound/drivers/vx/vx_pcm.c:516:25: note: byref variable will be forcibly initialized 516 | struct vx_pipe *pipe = NULL; | ^~~~ In file included from /kisskb/src/sound/drivers/vx/vx_pcm.c:33: /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_init_audio_io': /kisskb/src/sound/drivers/vx/vx_pcm.c:1139:23: note: byref variable will be forcibly initialized 1139 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'snd_vx_pcm_new': /kisskb/src/sound/drivers/vx/vx_pcm.c:1195:25: note: byref variable will be forcibly initialized 1195 | struct snd_pcm *pcm; | ^~~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_g': /kisskb/src/crypto/streebog_generic.c:955:37: note: byref variable will be forcibly initialized 955 | struct streebog_uint512 Ki, data; | ^~~~ /kisskb/src/crypto/streebog_generic.c:955:33: note: byref variable will be forcibly initialized 955 | struct streebog_uint512 Ki, data; | ^~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_stage2': /kisskb/src/crypto/streebog_generic.c:977:33: note: byref variable will be forcibly initialized 977 | struct streebog_uint512 m; | ^ /kisskb/src/sound/drivers/vx/vx_mixer.c: In function 'vx_adjust_audio_level': /kisskb/src/sound/drivers/vx/vx_mixer.c:207:23: note: byref variable will be forcibly initialized 207 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_mixer.c: In function 'vx_set_audio_switch': /kisskb/src/sound/drivers/vx/vx_mixer.c:290:31: note: byref variable will be forcibly initialized 290 | struct vx_audio_level info; | ^~~~ /kisskb/src/sound/drivers/vx/vx_mixer.c: In function 'vx_set_audio_gain': /kisskb/src/sound/drivers/vx/vx_mixer.c:304:31: note: byref variable will be forcibly initialized 304 | struct vx_audio_level info; | ^~~~ /kisskb/src/sound/drivers/vx/vx_mixer.c: In function 'vx_get_audio_vu_meter': /kisskb/src/sound/drivers/vx/vx_mixer.c:364:23: note: byref variable will be forcibly initialized 364 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_mixer.c: In function 'vx_peak_meter_get': /kisskb/src/sound/drivers/vx/vx_mixer.c:844:28: note: byref variable will be forcibly initialized 844 | struct vx_vu_meter meter[2]; | ^~~~~ /kisskb/src/sound/drivers/vx/vx_mixer.c: In function 'vx_vu_meter_get': /kisskb/src/sound/drivers/vx/vx_mixer.c:831:28: note: byref variable will be forcibly initialized 831 | struct vx_vu_meter meter[2]; | ^~~~~ /kisskb/src/sound/drivers/vx/vx_mixer.c: In function 'vx_saturation_get': /kisskb/src/sound/drivers/vx/vx_mixer.c:859:28: note: byref variable will be forcibly initialized 859 | struct vx_vu_meter meter[2]; | ^~~~~ /kisskb/src/sound/drivers/vx/vx_mixer.c: In function 'vx_reset_audio_levels': /kisskb/src/sound/drivers/vx/vx_mixer.c:319:31: note: byref variable will be forcibly initialized 319 | struct vx_audio_level info; | ^~~~ /kisskb/src/sound/drivers/vx/vx_mixer.c: In function 'vx_set_monitor_level': /kisskb/src/sound/drivers/vx/vx_mixer.c:272:31: note: byref variable will be forcibly initialized 272 | struct vx_audio_level info; | ^~~~ /kisskb/src/sound/drivers/vx/vx_mixer.c: In function 'snd_vx_mixer_new': /kisskb/src/sound/drivers/vx/vx_mixer.c:904:14: note: byref variable will be forcibly initialized 904 | char name[32]; | ^~~~ /kisskb/src/sound/drivers/vx/vx_mixer.c:902:33: note: byref variable will be forcibly initialized 902 | struct snd_kcontrol_new temp; | ^~~~ /kisskb/src/sound/core/memory.c: In function 'copy_to_user_fromio': /kisskb/src/sound/core/memory.c:28:14: note: byref variable will be forcibly initialized 28 | char buf[256]; | ^~~ /kisskb/src/sound/core/memory.c: In function 'copy_from_user_toio': /kisskb/src/sound/core/memory.c:60:14: note: byref variable will be forcibly initialized 60 | char buf[256]; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/balloon_compaction.c:9: /kisskb/src/mm/balloon_compaction.c: In function 'balloon_page_dequeue': /kisskb/src/mm/balloon_compaction.c:180:19: note: byref variable will be forcibly initialized 180 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/verity/init.c: In function 'fsverity_msg': /kisskb/src/fs/verity/init.c:18:17: note: byref variable will be forcibly initialized 18 | va_list args; | ^~~~ /kisskb/src/fs/verity/init.c:17:26: note: byref variable will be forcibly initialized 17 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/bus/mhi/host/init.c:8: /kisskb/src/drivers/bus/mhi/host/init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/mhi/host/init.c: In function 'mhi_prepare_for_power_up': /kisskb/src/drivers/bus/mhi/host/init.c:1070:22: note: byref variable will be forcibly initialized 1070 | u32 bhi_off, bhie_off; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/host/init.c:1070:13: note: byref variable will be forcibly initialized 1070 | u32 bhi_off, bhie_off; | ^~~~~~~ /kisskb/src/drivers/bus/mhi/host/init.c: In function 'mhi_init_mmio': /kisskb/src/drivers/bus/mhi/host/init.c:433:13: note: byref variable will be forcibly initialized 433 | u32 val; | ^~~ /kisskb/src/drivers/bus/mhi/host/init.c: In function 'mhi_register_controller': /kisskb/src/drivers/bus/mhi/host/init.c:889:13: note: byref variable will be forcibly initialized 889 | u32 soc_info; | ^~~~~~~~ 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/sound/core/control.c:8: /kisskb/src/sound/core/control.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/sound/core/control.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_notify_one': /kisskb/src/sound/core/control.c:203:32: note: byref variable will be forcibly initialized 203 | struct snd_ctl_elem_id id = kctl->id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_list': /kisskb/src/sound/core/control.c:750:32: note: byref variable will be forcibly initialized 750 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_list_user': /kisskb/src/sound/core/control.c:788:34: note: byref variable will be forcibly initialized 788 | struct snd_ctl_elem_list list; | ^~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_new1': /kisskb/src/sound/core/control.c:264:30: note: byref variable will be forcibly initialized 264 | struct snd_kcontrol *kctl; | ^~~~ /kisskb/src/sound/core/control.c: In function '__snd_ctl_add_replace': /kisskb/src/sound/core/control.c:376:32: note: byref variable will be forcibly initialized 376 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_remove': /kisskb/src/sound/core/control.c:1628:32: note: byref variable will be forcibly initialized 1628 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_lock': /kisskb/src/sound/core/control.c:1203:32: note: byref variable will be forcibly initialized 1203 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_unlock': /kisskb/src/sound/core/control.c:1231:32: note: byref variable will be forcibly initialized 1231 | struct snd_ctl_elem_id id; | ^~ In file included from /kisskb/src/sound/core/control.c:2034: /kisskb/src/sound/core/control.c: In function 'copy_ctl_value_from_user': /kisskb/src/sound/core/control_compat.c:224:13: note: byref variable will be forcibly initialized 224 | int count; | ^~~~~ /kisskb/src/sound/core/control.c: In function 'ctl_elem_read_user': /kisskb/src/sound/core/control_compat.c:293:24: note: byref variable will be forcibly initialized 293 | int err, type, count; | ^~~~~ /kisskb/src/sound/core/control_compat.c:293:18: note: byref variable will be forcibly initialized 293 | int err, type, count; | ^~~~ /kisskb/src/sound/core/control.c: In function 'ctl_elem_write_user': /kisskb/src/sound/core/control_compat.c:318:24: note: byref variable will be forcibly initialized 318 | int err, type, count; | ^~~~~ /kisskb/src/sound/core/control_compat.c:318:18: note: byref variable will be forcibly initialized 318 | int err, type, count; | ^~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_tlv_ioctl': /kisskb/src/sound/core/control.c:1725:32: note: byref variable will be forcibly initialized 1725 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c:1721:28: note: byref variable will be forcibly initialized 1721 | struct snd_ctl_tlv header; | ^~~~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_info_user': /kisskb/src/sound/core/control.c:1043:34: note: byref variable will be forcibly initialized 1043 | struct snd_ctl_elem_info info; | ^~~~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_lle': /kisskb/src/crypto/gf128mul.c:388:15: note: byref variable will be forcibly initialized 388 | be128 r[1]; | ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_add': /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_bbe': /kisskb/src/crypto/gf128mul.c:403:15: note: byref variable will be forcibly initialized 403 | be128 r[1]; | ^ /kisskb/src/sound/core/control.c:1478:30: note: byref variable will be forcibly initialized 1478 | struct snd_kcontrol *kctl; | ^~~~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_lle': /kisskb/src/crypto/gf128mul.c:172:15: note: byref variable will be forcibly initialized 172 | be128 p[8]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_bbe': /kisskb/src/crypto/gf128mul.c:210:15: note: byref variable will be forcibly initialized 210 | be128 p[8]; | ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_add_user': /kisskb/src/sound/core/control.c:1609:34: note: byref variable will be forcibly initialized 1609 | struct snd_ctl_elem_info info; | ^~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_read': /kisskb/src/sound/core/control.c:1854:44: note: byref variable will be forcibly initialized 1854 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/control.c:1851:38: note: byref variable will be forcibly initialized 1851 | struct snd_ctl_event ev; | ^~ /kisskb/src/crypto/ecb.c: In function 'crypto_ecb_crypt': /kisskb/src/crypto/ecb.c:21:30: note: byref variable will be forcibly initialized 21 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt_inplace': /kisskb/src/crypto/cbc.c:129:12: note: byref variable will be forcibly initialized 129 | u8 last_iv[MAX_CIPHER_BLOCKSIZE]; | ^~~~~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt': /kisskb/src/crypto/cbc.c:158:30: note: byref variable will be forcibly initialized 158 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_encrypt': /kisskb/src/crypto/cbc.c:76:30: note: byref variable will be forcibly initialized 76 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/measure.c:8: /kisskb/src/fs/verity/measure.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/measure.c: In function 'fsverity_ioctl_measure': /kisskb/src/fs/verity/measure.c:29:32: note: byref variable will be forcibly initialized 29 | struct fsverity_digest arg; | ^~~ /kisskb/src/sound/core/misc.c: In function '__snd_printk': /kisskb/src/sound/core/misc.c:57:14: note: byref variable will be forcibly initialized 57 | char verbose_fmt[] = KERN_DEFAULT "ALSA %s:%d %pV"; | ^~~~~~~~~~~ /kisskb/src/sound/core/misc.c:56:26: note: byref variable will be forcibly initialized 56 | struct va_format vaf; | ^~~ /kisskb/src/sound/core/misc.c:53:17: note: byref variable will be forcibly initialized 53 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/open.c:8: /kisskb/src/fs/verity/open.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/module.h:134, from /kisskb/src/kernel/module/main.c:60: /kisskb/src/kernel/module/main.c: In function 'perf_trace_module_load': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/fs/verity/open.c: In function 'ensure_verity_info': /kisskb/src/fs/verity/open.c:305:37: note: byref variable will be forcibly initialized 305 | struct fsverity_descriptor *desc; | ^~~~ /kisskb/src/kernel/module/main.c: In function 'perf_trace_module_free': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function 'perf_trace_module_request': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/module.h:134, from /kisskb/src/kernel/module/main.c:60: /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_load': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/module.h:134, from /kisskb/src/kernel/module/main.c:60: /kisskb/src/kernel/module/main.c: In function '__bpf_trace_module_load': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function '__bpf_trace_module_free': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function '__bpf_trace_module_request': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function 'get_next_modinfo': /kisskb/src/kernel/module/main.c:1549:23: note: byref variable will be forcibly initialized 1549 | unsigned long size = infosec->sh_size; | ^~~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_decrypt_inplace': /kisskb/src/crypto/cfb.c:158:12: note: byref variable will be forcibly initialized 158 | u8 tmp[MAX_CIPHER_BLOCKSIZE]; | ^~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_encrypt_inplace': /kisskb/src/crypto/cfb.c:88:12: note: byref variable will be forcibly initialized 88 | u8 tmp[MAX_CIPHER_BLOCKSIZE]; | ^~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_final': /kisskb/src/crypto/cfb.c:47:12: note: byref variable will be forcibly initialized 47 | u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_decrypt': /kisskb/src/crypto/cfb.c:182:30: note: byref variable will be forcibly initialized 182 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/cfb.c: In function 'crypto_cfb_encrypt': /kisskb/src/crypto/cfb.c:106:30: note: byref variable will be forcibly initialized 106 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function 'find_symbol': /kisskb/src/kernel/module/main.c:317:34: note: byref variable will be forcibly initialized 317 | struct symsearch arr[] = { | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'resolve_symbol_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:1114:13: note: in expansion of macro 'wait_event_interruptible_timeout' 1114 | if (wait_event_interruptible_timeout(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:1112:14: note: byref variable will be forcibly initialized 1112 | char owner[MODULE_NAME_LEN]; | ^~~~~ /kisskb/src/kernel/module/main.c: In function 'verify_exported_symbols': /kisskb/src/kernel/module/main.c:1245:48: note: byref variable will be forcibly initialized 1245 | struct find_symbol_arg fsa = { | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'add_unformed_module': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:2551:31: note: in expansion of macro 'wait_event_interruptible' 2551 | err = wait_event_interruptible(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'do_init_module': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:2473:9: note: in expansion of macro 'rcu_assign_pointer' 2473 | rcu_assign_pointer(mod->kallsyms, &mod->core_kallsyms); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function '__do_sys_finit_module': /kisskb/src/kernel/module/main.c:2900:15: note: byref variable will be forcibly initialized 2900 | void *buf = NULL; | ^~~ /kisskb/src/kernel/module/main.c: In function 'print_modules': /kisskb/src/kernel/module/main.c:3116:14: note: byref variable will be forcibly initialized 3116 | char buf[MODULE_FLAGS_BUF_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/rcu_sync.h:13, from /kisskb/src/kernel/rcu/sync.c:10: /kisskb/src/kernel/rcu/sync.c: In function 'rcu_sync_enter': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/sync.c:155:9: note: in expansion of macro 'wait_event' 155 | wait_event(rsp->gp_wait, READ_ONCE(rsp->gp_state) >= GP_PASSED); | ^~~~~~~~~~ /kisskb/src/crypto/ctr.c: In function 'crypto_rfc3686_create': /kisskb/src/crypto/ctr.c:263:13: note: byref variable will be forcibly initialized 263 | u32 mask; | ^~~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt_inplace': /kisskb/src/crypto/ctr.c:82:12: note: byref variable will be forcibly initialized 82 | u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt_final': /kisskb/src/crypto/ctr.c:34:12: note: byref variable will be forcibly initialized 34 | u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt': /kisskb/src/crypto/ctr.c:104:30: note: byref variable will be forcibly initialized 104 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/memfd.c:10: /kisskb/src/mm/memfd.c: In function 'memfd_wait_for_pins': /kisskb/src/mm/memfd.c:76:18: note: byref variable will be forcibly initialized 76 | XA_STATE(xas, &mapping->i_pages, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/crypto/cts.c: In function 'cts_cbc_decrypt': /kisskb/src/crypto/cts.c:185:12: note: byref variable will be forcibly initialized 185 | u8 d[MAX_CIPHER_BLOCKSIZE * 2] __aligned(__alignof__(u32)); | ^ /kisskb/src/crypto/cts.c: In function 'cts_cbc_encrypt': /kisskb/src/crypto/cts.c:104:12: note: byref variable will be forcibly initialized 104 | u8 d[MAX_CIPHER_BLOCKSIZE * 2] __aligned(__alignof__(u32)); | ^ /kisskb/src/crypto/cts.c: In function 'crypto_cts_create': /kisskb/src/crypto/cts.c:329:13: note: byref variable will be forcibly initialized 329 | u32 mask; | ^~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream_fragment': /kisskb/src/lib/kunit/string-stream.c:53:53: note: byref variable will be forcibly initialized 53 | struct string_stream_fragment_alloc_context context = { | ^~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'string_stream_vadd': /kisskb/src/lib/kunit/string-stream.c:79:17: note: byref variable will be forcibly initialized 79 | va_list args_for_counting; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'string_stream_add': /kisskb/src/lib/kunit/string-stream.c:106:17: note: byref variable will be forcibly initialized 106 | va_list args; | ^~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream': /kisskb/src/lib/kunit/string-stream.c:199:44: note: byref variable will be forcibly initialized 199 | struct string_stream_alloc_context context = { | ^~~~~~~ /kisskb/src/sound/drivers/vx/vx_uer.c: In function 'vx_modify_board_inputs': /kisskb/src/sound/drivers/vx/vx_uer.c:36:23: note: byref variable will be forcibly initialized 36 | struct vx_rmh rmh; | ^~~ /kisskb/src/sound/drivers/vx/vx_uer.c: In function 'vx_modify_board_clock': /kisskb/src/sound/drivers/vx/vx_uer.c:22:23: note: byref variable will be forcibly initialized 22 | struct vx_rmh rmh; | ^~~ /kisskb/src/crypto/nhpoly1305.c: In function 'nhpoly1305_units': /kisskb/src/crypto/nhpoly1305.c:106:32: note: byref variable will be forcibly initialized 106 | __le64 tmp_hash[NH_NUM_PASSES]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:626:13: note: in expansion of macro 'smp_load_acquire' 626 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__srcu_transition_to_big': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&ssp->srcu_size_state, SRCU_SIZE_ALLOC); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_exp_start': /kisskb/src/kernel/rcu/srcutree.c:807:23: note: byref variable will be forcibly initialized 807 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_transition_to_big': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:324:13: note: in expansion of macro 'smp_load_acquire' 324 | if (smp_load_acquire(&ssp->srcu_size_state) != SRCU_SIZE_SMALL) { | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:321:13: note: in expansion of macro 'smp_load_acquire' 321 | if (smp_load_acquire(&ssp->srcu_size_state) != SRCU_SIZE_SMALL) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:892:17: note: in expansion of macro 'smp_store_release' 892 | smp_store_release(&ssp->srcu_gp_seq_needed, s); /*^^^*/ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:852:13: note: in expansion of macro 'smp_load_acquire' 852 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:844:23: note: byref variable will be forcibly initialized 844 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_invoke_callbacks': /kisskb/src/kernel/rcu/srcutree.c:1495:27: note: byref variable will be forcibly initialized 1495 | struct rcu_cblist ready_cbs; | ^~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_affinity_notify': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/rcu/srcutree.c:26: /kisskb/src/kernel/rcu/srcutree.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/manage.c:525:23: note: byref variable will be forcibly initialized 525 | cpumask_var_t cpumask; | ^~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irqchip_state': In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_nodes': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:228:9: note: in expansion of macro 'smp_store_release' 228 | smp_store_release(&ssp->srcu_size_state, SRCU_SIZE_WAIT_BARRIER); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:169:13: note: byref variable will be forcibly initialized 169 | int levelspread[RCU_NUM_LVLS]; | ^~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:2873:23: note: byref variable will be forcibly initialized 2873 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_vcpu_affinity': /kisskb/src/kernel/irq/manage.c:660:23: note: byref variable will be forcibly initialized 660 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_parent': /kisskb/src/kernel/irq/manage.c:1012:23: note: byref variable will be forcibly initialized 1012 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:268:9: note: in expansion of macro 'smp_store_release' 268 | smp_store_release(&ssp->srcu_gp_seq_needed, 0); /* Init done. */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irq_wake': /kisskb/src/kernel/irq/manage.c:889:23: note: byref variable will be forcibly initialized 889 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'check_init_srcu_struct': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:397:28: note: in expansion of macro 'smp_load_acquire' 397 | if (!rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq_needed))) /*^^^*/ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_end': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:793:25: note: in expansion of macro 'smp_store_release' 793 | smp_store_release(&ssp->srcu_size_state, ss_state + 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:734:20: note: in expansion of macro 'smp_load_acquire' 734 | ss_state = smp_load_acquire(&ssp->srcu_size_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_advance_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1437:29: note: in expansion of macro 'smp_load_acquire' 1437 | idx = rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq)); /* ^^^ */ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_start_if_needed': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1049:20: note: in expansion of macro 'smp_load_acquire' 1049 | ss_state = smp_load_acquire(&ssp->srcu_size_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1038:23: note: byref variable will be forcibly initialized 1038 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread_check_affinity': /kisskb/src/kernel/irq/manage.c:1139:23: note: byref variable will be forcibly initialized 1139 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__synchronize_srcu': /kisskb/src/kernel/rcu/srcutree.c:1155:32: note: byref variable will be forcibly initialized 1155 | struct rcu_synchronize rcu; | ^~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1296:30: note: byref variable will be forcibly initialized 1296 | struct callback_head on_exit_work; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'wake_up_and_wait_for_irq_thread_ready': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:1287:9: note: in expansion of macro 'wait_event' 1287 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_barrier': /kisskb/src/kernel/irq/manage.c: In function 'irq_percpu_is_enabled': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1386:13: note: in expansion of macro 'smp_load_acquire' 1386 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:2424:23: note: byref variable will be forcibly initialized 2424 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'disable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2441:23: note: byref variable will be forcibly initialized 2441 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__irq_apply_affinity_hint': /kisskb/src/kernel/irq/manage.c:507:23: note: byref variable will be forcibly initialized 507 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_update_affinity_desc': /kisskb/src/kernel/irq/manage.c:407:23: note: byref variable will be forcibly initialized 407 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__disable_irq_nosync': /kisskb/src/kernel/irq/manage.c:697:23: note: byref variable will be forcibly initialized 697 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_irq': /kisskb/src/kernel/irq/manage.c:825:23: note: byref variable will be forcibly initialized 825 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'can_request_irq': /kisskb/src/kernel/irq/manage.c:938:23: note: byref variable will be forcibly initialized 938 | unsigned long flags; | ^~~~~ /kisskb/src/mm/page_reporting.c: In function 'page_reporting_process_zone': /kisskb/src/mm/page_reporting.c:231:43: note: byref variable will be forcibly initialized 231 | unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'page_reporting_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_reporting.c:346:9: note: in expansion of macro 'rcu_assign_pointer' 346 | rcu_assign_pointer(pr_dev_info, prdev); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2377:23: note: byref variable will be forcibly initialized 2377 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'prepare_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2736:23: note: byref variable will be forcibly initialized 2736 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'teardown_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2779:23: note: byref variable will be forcibly initialized 2779 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__synchronize_hardirq': /kisskb/src/kernel/irq/manage.c:41:14: note: byref variable will be forcibly initialized 41 | bool inprogress; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'synchronize_irq': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:137:17: note: in expansion of macro 'wait_event' 137 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_get_irqchip_state': /kisskb/src/kernel/irq/manage.c:2839:23: note: byref variable will be forcibly initialized 2839 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_alloc_from_pool': /kisskb/src/kernel/dma/direct.c:176:15: note: byref variable will be forcibly initialized 176 | void *ret; | ^~~ /kisskb/src/kernel/dma/direct.c:175:13: note: byref variable will be forcibly initialized 175 | u64 phys_mask; | ^~~~~~~~~ /kisskb/src/kernel/dma/direct.c: In function '__dma_direct_alloc_pages': /kisskb/src/kernel/dma/direct.c:122:13: note: byref variable will be forcibly initialized 122 | u64 phys_limit; | ^~~~~~~~~~ In file included from /kisskb/src/kernel/dma/direct.c:16: /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_map_page': /kisskb/src/kernel/dma/direct.h:88:20: note: byref variable will be forcibly initialized 88 | dma_addr_t dma_addr = phys_to_dma(dev, phys); | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/kernel/dma/direct.c:7: /kisskb/src/kernel/dma/direct.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_map_resource': /kisskb/src/kernel/dma/direct.c:492:20: note: byref variable will be forcibly initialized 492 | dma_addr_t dma_addr = paddr; | ^~~~~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_mmap': /kisskb/src/kernel/dma/direct.c:531:13: note: byref variable will be forcibly initialized 531 | int ret = -ENXIO; | ^~~ /kisskb/src/crypto/aegis128-neon-inner.c: In function 'crypto_aegis128_encrypt_chunk_neon': /kisskb/src/crypto/aegis128-neon-inner.c:245:25: note: byref variable will be forcibly initialized 245 | uint8_t buf[AEGIS_BLOCK_SIZE]; | ^~~ /kisskb/src/crypto/aegis128-neon-inner.c: In function 'crypto_aegis128_decrypt_chunk_neon': /kisskb/src/crypto/aegis128-neon-inner.c:291:25: note: byref variable will be forcibly initialized 291 | uint8_t buf[AEGIS_BLOCK_SIZE]; | ^~~ 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:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/gcm.c:966:9: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 966 | SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->null); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/gcm.c: In function 'crypto_rfc4543_create': /kisskb/src/crypto/gcm.c:1045:13: note: byref variable will be forcibly initialized 1045 | u32 mask; | ^~~~ /kisskb/src/crypto/gcm.c: In function 'crypto_rfc4106_create': /kisskb/src/crypto/gcm.c:830:13: note: byref variable will be forcibly initialized 830 | u32 mask; | ^~~~ /kisskb/src/crypto/gcm.c: In function 'crypto_gcm_create_common': /kisskb/src/crypto/gcm.c:581:13: note: byref variable will be forcibly initialized 581 | u32 mask; | ^~~~ /kisskb/src/crypto/gcm.c: In function 'crypto_gcm_create': /kisskb/src/crypto/gcm.c:661:14: note: byref variable will be forcibly initialized 661 | char ctr_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/gcm.c: In function 'crypto_gcm_init_common': /kisskb/src/crypto/gcm.c:155:16: note: byref variable will be forcibly initialized 155 | __be32 counter = cpu_to_be32(1); | ^~~~~~~ /kisskb/src/crypto/gcm.c: In function 'gcm_hash_len': /kisskb/src/crypto/gcm.c:228:15: note: byref variable will be forcibly initialized 228 | be128 lengths; | ^~~~~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_chunk': /kisskb/src/crypto/aegis128-core.c:259:35: note: byref variable will be forcibly initialized 259 | union aegis_block msg = {}; | ^~~ /kisskb/src/crypto/aegis128-core.c:217:27: note: byref variable will be forcibly initialized 217 | union aegis_block tmp; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/read_metadata.c:8: /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_init': /kisskb/src/crypto/aegis128-core.c:102:27: note: byref variable will be forcibly initialized 102 | union aegis_block key_iv; | ^~~~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_final': /kisskb/src/crypto/aegis128-core.c:351:27: note: byref variable will be forcibly initialized 351 | union aegis_block tmp; | ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_chunk': /kisskb/src/crypto/aegis128-core.c:198:35: note: byref variable will be forcibly initialized 198 | union aegis_block msg = {}; | ^~~ /kisskb/src/crypto/aegis128-core.c:156:27: note: byref variable will be forcibly initialized 156 | union aegis_block tmp; | ^~~ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_read_descriptor': /kisskb/src/fs/verity/read_metadata.c:100:37: note: byref variable will be forcibly initialized 100 | struct fsverity_descriptor *desc; | ^~~~ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_read_signature': /kisskb/src/fs/verity/read_metadata.c:121:37: note: byref variable will be forcibly initialized 121 | struct fsverity_descriptor *desc; | ^~~~ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_ioctl_read_metadata': /kisskb/src/fs/verity/read_metadata.c:155:43: note: byref variable will be forcibly initialized 155 | struct fsverity_read_metadata_arg arg; | ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_process_ad': /kisskb/src/crypto/aegis128-core.c:282:27: note: byref variable will be forcibly initialized 282 | union aegis_block buf; | ^~~ /kisskb/src/crypto/aegis128-core.c:281:29: note: byref variable will be forcibly initialized 281 | struct scatter_walk walk; | ^~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_generic': /kisskb/src/crypto/aegis128-core.c:419:28: note: byref variable will be forcibly initialized 419 | struct aegis_state state; | ^~~~~ /kisskb/src/crypto/aegis128-core.c:418:30: note: byref variable will be forcibly initialized 418 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/aegis128-core.c:414:27: note: byref variable will be forcibly initialized 414 | union aegis_block tag; | ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_generic': /kisskb/src/crypto/aegis128-core.c:396:28: note: byref variable will be forcibly initialized 396 | struct aegis_state state; | ^~~~~ /kisskb/src/crypto/aegis128-core.c:395:30: note: byref variable will be forcibly initialized 395 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_simd': /kisskb/src/crypto/aegis128-core.c:482:28: note: byref variable will be forcibly initialized 482 | struct aegis_state state; | ^~~~~ /kisskb/src/crypto/aegis128-core.c:481:30: note: byref variable will be forcibly initialized 481 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/aegis128-core.c:477:27: note: byref variable will be forcibly initialized 477 | union aegis_block tag; | ^~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_simd': /kisskb/src/crypto/aegis128-core.c:457:28: note: byref variable will be forcibly initialized 457 | struct aegis_state state; | ^~~~~ /kisskb/src/crypto/aegis128-core.c:456:30: note: byref variable will be forcibly initialized 456 | struct skcipher_walk walk; | ^~~~ /kisskb/src/fs/verity/verify.c: In function 'verify_page': /kisskb/src/fs/verity/verify.c:113:30: note: byref variable will be forcibly initialized 113 | unsigned int hoffset; | ^~~~~~~ /kisskb/src/fs/verity/verify.c:112:25: note: byref variable will be forcibly initialized 112 | pgoff_t hindex; | ^~~~~~ /kisskb/src/fs/verity/verify.c:96:12: note: byref variable will be forcibly initialized 96 | u8 real_hash[FS_VERITY_MAX_DIGEST_SIZE]; | ^~~~~~~~~ /kisskb/src/fs/verity/verify.c:94:12: note: byref variable will be forcibly initialized 94 | u8 _want_hash[FS_VERITY_MAX_DIGEST_SIZE]; | ^~~~~~~~~~ /kisskb/src/sound/core/info.c: In function 'snd_info_entry_open': /kisskb/src/sound/core/info.c:238:39: note: byref variable will be forcibly initialized 238 | struct snd_info_private_data *data; | ^~~~ /kisskb/src/sound/core/info.c: In function 'snd_info_text_entry_open': /kisskb/src/sound/core/info.c:369:39: note: byref variable will be forcibly initialized 369 | struct snd_info_private_data *data; | ^~~~ /kisskb/src/sound/core/info.c: In function 'snd_info_card_create': /kisskb/src/sound/core/info.c:503:14: note: byref variable will be forcibly initialized 503 | char str[8]; | ^~~ /kisskb/src/crypto/blowfish_common.c: In function 'blowfish_setkey': /kisskb/src/crypto/blowfish_common.c:350:13: note: byref variable will be forcibly initialized 350 | u32 data[2], temp; | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/kernel/rcu/tree.c:23: /kisskb/src/kernel/rcu/tree.c: In function 'queued_spin_lock': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'sync_exp_reset_tree_hotplug': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:79:21: note: in expansion of macro 'smp_load_acquire' 79 | int ncpus = smp_load_acquire(&rcu_state.ncpus); /* Order vs. locking. */ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_flavor_sched_clock_irq': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:195:46: note: in expansion of macro 'rcu_tasks_qs' 195 | #define rcu_note_voluntary_context_switch(t) rcu_tasks_qs(t, false) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:722:17: note: in expansion of macro 'rcu_note_voluntary_context_switch' 722 | rcu_note_voluntary_context_switch(current); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_first_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:527:15: note: byref variable will be forcibly initialized 527 | ulong j; | ^ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_next_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:539:15: note: byref variable will be forcibly initialized 539 | ulong j; | ^ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_expired_fqs_timer': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_stall.h:539:20: note: in expansion of macro 'smp_load_acquire' 539 | gp_state = smp_load_acquire(&rcu_state.gp_state); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4931: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_print_task_stall': /kisskb/src/kernel/rcu/tree_stall.h:292:34: note: byref variable will be forcibly initialized 292 | struct rcu_stall_chk_rdr rscr; | ^~~~ In file included from /kisskb/src/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_note_context_switch': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:357:9: note: in expansion of macro 'rcu_tasks_qs' 357 | rcu_tasks_qs(current, preempt); | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_barrier_entrain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4067:9: note: in expansion of macro 'smp_store_release' 4067 | smp_store_release(&rdp->barrier_seq_snap, gseq); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_barrier': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4140:21: note: in expansion of macro 'smp_load_acquire' 4140 | if (smp_load_acquire(&rdp->barrier_seq_snap) == gseq) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'parse_rsc_event': /kisskb/src/drivers/bus/mhi/host/main.c:695:27: note: byref variable will be forcibly initialized 695 | struct mhi_result result; | ^~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'force_qs_rnp': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2702:17: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 2702 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_reset_data_chan': /kisskb/src/drivers/bus/mhi/host/main.c:1560:27: note: byref variable will be forcibly initialized 1560 | struct mhi_result result; | ^~~~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/kernel/rcu/tree.c:23: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_init': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1909:17: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 1909 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_get_exec_env': /kisskb/src/drivers/bus/mhi/host/main.c:153:13: note: byref variable will be forcibly initialized 153 | u32 exec; | ^~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_read_reg_field': /kisskb/src/drivers/bus/mhi/host/main.c:29:13: note: byref variable will be forcibly initialized 29 | u32 tmp; | ^~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_get_mhi_state': /kisskb/src/drivers/bus/mhi/host/main.c:162:13: note: byref variable will be forcibly initialized 162 | u32 state; | ^~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_poll_reg_field': /kisskb/src/drivers/bus/mhi/host/main.c:46:13: note: byref variable will be forcibly initialized 46 | u32 out, retry = (mhi_cntrl->timeout_ms * 1000) / delayus; | ^~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup128': /kisskb/src/crypto/camellia_generic.c:542:13: note: byref variable will be forcibly initialized 542 | u32 subR[26]; | ^~~~ /kisskb/src/crypto/camellia_generic.c:541:13: note: byref variable will be forcibly initialized 541 | u32 subL[26]; | ^~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_write_reg_field': /kisskb/src/drivers/bus/mhi/host/main.c:73:13: note: byref variable will be forcibly initialized 73 | u32 tmp; | ^~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_cleanup': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2105:17: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 2105 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2051:23: note: byref variable will be forcibly initialized 2051 | unsigned long new_gp_seq; | ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4932: /kisskb/src/kernel/rcu/tree.c: In function '__sync_rcu_exp_select_node_cpus': /kisskb/src/kernel/rcu/tree_exp.h:342:23: note: byref variable will be forcibly initialized 342 | unsigned long mask_ofl_ipi; | ^~~~~~~~~~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup256': /kisskb/src/crypto/camellia_generic.c:649:13: note: byref variable will be forcibly initialized 649 | u32 subR[34]; | ^~~~ /kisskb/src/crypto/camellia_generic.c:648:13: note: byref variable will be forcibly initialized 648 | u32 subL[34]; | ^~~~ In file included from /kisskb/src/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_fqs_loop': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2027:25: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 2027 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2021:25: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 2021 | cond_resched_tasks_rcu_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/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:255:9: note: in expansion of macro '___swait_event' 255 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:282:25: note: in expansion of macro '__swait_event_idle_timeout' 282 | __ret = __swait_event_idle_timeout(wq, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1999:23: note: in expansion of macro 'swait_event_idle_timeout_exclusive' 1999 | (void)swait_event_idle_timeout_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1975:13: note: byref variable will be forcibly initialized 1975 | int gf = 0; | ^~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_queue_skb': /kisskb/src/drivers/bus/mhi/host/main.c:1150:29: note: byref variable will be forcibly initialized 1150 | struct mhi_buf_info buf_info = { }; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_queue_dma': 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_kthread': /kisskb/src/drivers/bus/mhi/host/main.c:1168:29: note: byref variable will be forcibly initialized 1168 | struct mhi_buf_info buf_info = { }; | ^~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2179:25: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 2179 | cond_resched_tasks_rcu_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/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:233:15: note: in expansion of macro '___swait_event' 233 | (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:251:9: note: in expansion of macro '__swait_event_idle' 251 | __swait_event_idle(wq, condition); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2171:25: note: in expansion of macro 'swait_event_idle_exclusive' 2171 | swait_event_idle_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'parse_xfer_event': /kisskb/src/drivers/bus/mhi/host/main.c:560:27: note: byref variable will be forcibly initialized 560 | struct mhi_result result; | ^~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait_once': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:194:9: note: in expansion of macro '___swait_event' 194 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:202:25: note: in expansion of macro '__swait_event_timeout' 202 | __ret = __swait_event_timeout(wq, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:569:13: note: in expansion of macro 'swait_event_timeout_exclusive' 569 | t = swait_event_timeout_exclusive(rcu_state.expedited_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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_implicit_dynticks_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1312:17: note: in expansion of macro 'smp_store_release' 1312 | smp_store_release(&rdp->rcu_urgent_qs, true); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_gp_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4598:9: note: in expansion of macro 'smp_store_release' 4598 | smp_store_release(&rcu_state.gp_kthread, t); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4581:28: note: byref variable will be forcibly initialized 4581 | struct sched_param sp; | ^~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_do_batch': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2602:25: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 2602 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_prepare_channel': /kisskb/src/drivers/bus/mhi/host/main.c:1465:45: note: byref variable will be forcibly initialized 1465 | struct mhi_buf_info info = { }; | ^~~~ /kisskb/src/kernel/rcu/tree.c: In function 'kfree_rcu_work': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3415:17: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 3415 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3391:25: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 3391 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_one': /kisskb/src/kernel/rcu/tree.c:4645:13: note: byref variable will be forcibly initialized 4645 | int levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4932: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait': /kisskb/src/kernel/rcu/tree_exp.h:589:23: note: byref variable will be forcibly initialized 589 | unsigned long mask; | ^~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_encrypt': /kisskb/src/crypto/camellia_generic.c:991:13: note: byref variable will be forcibly initialized 991 | u32 tmp[4]; | ^~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_decrypt': /kisskb/src/crypto/camellia_generic.c:1017:13: note: byref variable will be forcibly initialized 1017 | u32 tmp[4]; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'exp_funnel_lock': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:313:25: note: in expansion of macro 'wait_event' 313 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup192': /kisskb/src/crypto/camellia_generic.c:795:31: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:25: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:19: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:13: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:794:23: note: byref variable will be forcibly initialized 794 | unsigned char kk[32]; | ^~ /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:942:9: note: in expansion of macro 'wait_event' 942 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/rcupdate_wait.h:27:32: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:921:17: note: in expansion of macro 'wait_rcu_gp' 921 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:921:17: note: in expansion of macro 'wait_rcu_gp' 921 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4932: /kisskb/src/kernel/rcu/tree_exp.h:906:29: note: byref variable will be forcibly initialized 906 | struct rcu_exp_work rew; | ^~~ In file included from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu': /kisskb/src/include/linux/rcupdate_wait.h:27:32: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3845:17: note: in expansion of macro 'wait_rcu_gp' 3845 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3845:17: note: in expansion of macro 'wait_rcu_gp' 3845 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'kvfree_call_rcu': /kisskb/src/kernel/rcu/tree.c:3619:31: note: byref variable will be forcibly initialized 3619 | struct kfree_rcu_cpu *krcp; | ^~~~ /kisskb/src/kernel/rcu/tree.c:3618:23: note: byref variable will be forcibly initialized 3618 | 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_softirq_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:262:9: note: in expansion of macro 'rcu_tasks_qs' 262 | rcu_tasks_qs(current, false); | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_request_urgent_qs_task': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1159:9: note: in expansion of macro 'smp_store_release' 1159 | smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_sched_clock_irq': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_derived_refclk_is_enabled': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1669:13: note: byref variable will be forcibly initialized 1669 | int val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_received_refclk_is_enabled': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2666:13: note: in expansion of macro 'smp_load_acquire' 2666 | if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1751:18: note: byref variable will be forcibly initialized 1751 | int val, cmn_val; | ^~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1751:13: note: byref variable will be forcibly initialized 1751 | int val, cmn_val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_refclk_driver_is_enabled': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1836:13: note: byref variable will be forcibly initialized 1836 | int val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_read': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:566:13: note: byref variable will be forcibly initialized 566 | u32 val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_phy_read': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:551:22: note: byref variable will be forcibly initialized 551 | unsigned int val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_wait_pma_cmn_ready': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1131:22: note: byref variable will be forcibly initialized 1131 | unsigned int reg; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_phy_on': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1507:13: note: byref variable will be forcibly initialized 1507 | u32 read_val; | ^~~~~~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/kernel/rcu/tree.c:23: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_cpu_starting': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4390:9: note: in expansion of macro 'smp_store_release' 4390 | smp_store_release(&rcu_state.ncpus, rcu_state.ncpus + newcpu); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_set_a0_pll': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:566:13: note: byref variable will be forcibly initialized 566 | u32 val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:566:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_set_power_state': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1043:13: note: byref variable will be forcibly initialized 1043 | u32 read_val; | ^~~~~~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/kernel/rcu/tree.c:23: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_report_dead': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 0; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_run': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1099:22: note: byref variable will be forcibly initialized 1099 | unsigned int read_val; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_set_lanes': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:566:13: note: byref variable will be forcibly initialized 566 | u32 val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_set_pll_en': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:988:13: note: byref variable will be forcibly initialized 988 | u32 rd_val; | ^~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_set_voltages': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:551:22: note: byref variable will be forcibly initialized 551 | unsigned int val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:551:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_dp_configure_rate': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1197:13: note: byref variable will be forcibly initialized 1197 | u32 read_val, ret; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_refclk_driver_get_parent': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1846:22: note: byref variable will be forcibly initialized 1846 | unsigned int val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_derived_refclk_register': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1688:14: note: byref variable will be forcibly initialized 1688 | char clk_name[100]; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1687:21: note: byref variable will be forcibly initialized 1687 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_received_refclk_register': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1771:14: note: byref variable will be forcibly initialized 1771 | char clk_name[100]; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1770:21: note: byref variable will be forcibly initialized 1770 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_refclk_driver_register': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:1878:14: note: byref variable will be forcibly initialized 1878 | char clk_name[100]; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c: In function 'cdns_torrent_phy_probe': /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:2537:13: note: byref variable will be forcibly initialized 2537 | u32 phy_type; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-torrent.c:2535:13: note: byref variable will be forcibly initialized 2535 | int already_configured; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/chacha_generic.c: In function 'chacha_stream_xor': /kisskb/src/crypto/chacha_generic.c:19:13: note: byref variable will be forcibly initialized 19 | u32 state[16]; | ^~~~~ /kisskb/src/crypto/chacha_generic.c:18:30: note: byref variable will be forcibly initialized 18 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/chacha_generic.c: In function 'crypto_xchacha_crypt': /kisskb/src/crypto/chacha_generic.c:54:12: note: byref variable will be forcibly initialized 54 | u8 real_iv[16]; | ^~~~~~~ /kisskb/src/crypto/chacha_generic.c:53:13: note: byref variable will be forcibly initialized 53 | u32 state[16]; | ^~~~~ /kisskb/src/crypto/chacha_generic.c:52:27: note: byref variable will be forcibly initialized 52 | struct chacha_ctx subctx; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/sound/core/vmaster.c:8: /kisskb/src/sound/core/vmaster.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/sound/core/vmaster.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | 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/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/boot.c:7: /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'mhi_fw_load_bhie': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:216:15: note: in expansion of macro 'wait_event_timeout' 216 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:188:13: note: byref variable will be forcibly initialized 188 | u32 tx_status, sequence_id; | ^~~~~~~~~ /kisskb/src/sound/core/vmaster.c: In function 'snd_ctl_make_virtual_master': /kisskb/src/sound/core/vmaster.c:397:33: note: byref variable will be forcibly initialized 397 | struct snd_kcontrol_new knew; | ^~~~ /kisskb/src/drivers/bus/mhi/host/boot.c: In function '__mhi_download_rddm_in_panic': /kisskb/src/drivers/bus/mhi/host/boot.c:66:13: note: byref variable will be forcibly initialized 66 | u32 rx_status; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/pm.c:7: /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_pm_suspend': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:870:15: note: in expansion of macro 'wait_event_timeout' 870 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/boot.c:7: /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'mhi_download_rddm_image': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:171:9: note: in expansion of macro 'wait_event_timeout' 171 | wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:163:13: note: byref variable will be forcibly initialized 163 | u32 rx_status; | ^~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:830:15: note: in expansion of macro 'wait_event_timeout' 830 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/boot.c:7: /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'mhi_fw_load_bhi': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:269:15: note: in expansion of macro 'wait_event_timeout' 269 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:234:24: note: byref variable will be forcibly initialized 234 | u32 tx_status, val, session_id; | ^~~ /kisskb/src/drivers/bus/mhi/host/boot.c:234:13: note: byref variable will be forcibly initialized 234 | u32 tx_status, val, session_id; | ^~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function '__mhi_pm_resume': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:942:15: note: in expansion of macro 'wait_event_timeout' 942 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/bus/mhi/host/boot.c:8: /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_force_rddm_mode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:1222:15: note: in expansion of macro 'wait_event_timeout' 1222 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'mhi_fw_load_handler': /kisskb/src/drivers/bus/mhi/host/boot.c:398:20: note: byref variable will be forcibly initialized 398 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:394:32: note: byref variable will be forcibly initialized 394 | const struct firmware *firmware = NULL; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_pm_sys_error_transition': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:612:23: note: in expansion of macro 'wait_event_timeout' 612 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:605:21: note: byref variable will be forcibly initialized 605 | u32 in_reset = -1; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/pm.c:7: /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_sync_power_up': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:1196:9: note: in expansion of macro 'wait_event_timeout' 1196 | wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function '__mhi_device_get_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:986:15: note: in expansion of macro 'wait_event_timeout' 986 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_pm_mission_mode_transition': /kisskb/src/drivers/bus/mhi/host/pm.c:382:43: note: byref variable will be forcibly initialized 382 | enum mhi_ee_type ee = MHI_EE_MAX, current_ee = mhi_cntrl->ee; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/pm.c:7: /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_pm_st_worker': /kisskb/src/drivers/bus/mhi/host/pm.c:746:19: note: byref variable will be forcibly initialized 746 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_cnew': /kisskb/src/sound/pci/ac97/ac97_codec.c:1158:33: note: byref variable will be forcibly initialized 1158 | struct snd_kcontrol_new template; | ^~~~~~~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_cvol_new': /kisskb/src/sound/pci/ac97/ac97_codec.c:1252:41: note: byref variable will be forcibly initialized 1252 | struct snd_kcontrol_new tmp = AC97_SINGLE(name, reg, 0, lo_max, 1); | ^~~ /kisskb/src/sound/pci/ac97/ac97_codec.c:1247:41: note: byref variable will be forcibly initialized 1247 | struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 8, 0, lo_max, 1); | ^~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_cmute_new_stereo': /kisskb/src/sound/pci/ac97/ac97_codec.c:1194:41: note: byref variable will be forcibly initialized 1194 | struct snd_kcontrol_new tmp = AC97_SINGLE(name, reg, 15, 1, 1); | ^~~ /kisskb/src/sound/pci/ac97/ac97_codec.c:1188:41: note: byref variable will be forcibly initialized 1188 | struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 15, 7, 1, 1); | ^~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_cmix_new_stereo': /kisskb/src/sound/pci/ac97/ac97_codec.c:1282:31: note: byref variable will be forcibly initialized 1282 | unsigned char lo_max, hi_max; | ^~~~~~ /kisskb/src/sound/pci/ac97/ac97_codec.c:1282:23: note: byref variable will be forcibly initialized 1282 | unsigned char lo_max, hi_max; | ^~~~~~ /kisskb/src/sound/pci/ac97/ac97_codec.c:1281:14: note: byref variable will be forcibly initialized 1281 | char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'ctl_find': /kisskb/src/sound/pci/ac97/ac97_codec.c:2677:32: note: byref variable will be forcibly initialized 2677 | struct snd_ctl_elem_id sid; | ^~~ In file included from /kisskb/src/sound/pci/ac97/ac97_codec.c:24: /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_find_mixer_ctl': /kisskb/src/sound/pci/ac97/ac97_patch.c:3434:32: note: byref variable will be forcibly initialized 3434 | struct snd_ctl_elem_id id; | ^~ In file included from /kisskb/src/sound/pci/ac97/ac97_codec.c:24: /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'reset_tlv': /kisskb/src/sound/pci/ac97/ac97_patch.c:44:32: note: byref variable will be forcibly initialized 44 | struct snd_ctl_elem_id sid; | ^~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_remove_ctl': /kisskb/src/sound/pci/ac97/ac97_codec.c:2668:32: note: byref variable will be forcibly initialized 2668 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_mixer_build': /kisskb/src/sound/pci/ac97/ac97_codec.c:1318:23: note: byref variable will be forcibly initialized 1318 | unsigned char max; | ^~~ /kisskb/src/sound/pci/ac97/ac97_codec.c: In function 'snd_ac97_mixer': /kisskb/src/sound/pci/ac97/ac97_codec.c:2326:22: note: byref variable will be forcibly initialized 2326 | char comp[16]; | ^~~~ /kisskb/src/sound/pci/ac97/ac97_codec.c:2305:22: note: byref variable will be forcibly initialized 2305 | char comp[16]; | ^~~~ /kisskb/src/sound/pci/ac97/ac97_codec.c:2062:14: note: byref variable will be forcibly initialized 2062 | char name[64]; | ^~~~ /kisskb/src/drivers/bus/mhi/host/debugfs.c: In function 'mhi_debugfs_timeout_ms_write': /kisskb/src/drivers/bus/mhi/host/debugfs.c:286:13: note: byref variable will be forcibly initialized 286 | u32 timeout_ms; | ^~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/debugfs.c: In function 'mhi_debugfs_device_wake_write': /kisskb/src/drivers/bus/mhi/host/debugfs.c:255:14: note: byref variable will be forcibly initialized 255 | char buf[16]; | ^~~ /kisskb/src/drivers/bus/mhi/host/debugfs.c: In function 'mhi_debugfs_regdump_show': /kisskb/src/drivers/bus/mhi/host/debugfs.c:175:13: note: byref variable will be forcibly initialized 175 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/kunit/test.h:22, from /kisskb/src/lib/kunit/try-catch.c:10: /kisskb/src/lib/kunit/try-catch.c: In function 'kunit_try_catch_run': /kisskb/src/lib/kunit/try-catch.c:60:36: note: byref variable will be forcibly initialized 60 | DECLARE_COMPLETION_ONSTACK(try_completion); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/authenc.c:10: /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_copy_assoc': /kisskb/src/include/crypto/skcipher.h:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/authenc.c:181:9: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 181 | SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_setkey': /kisskb/src/crypto/authenc.c:90:36: note: byref variable will be forcibly initialized 90 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/kernel/dma/ops_helpers.c: In function 'dma_common_mmap': /kisskb/src/kernel/dma/ops_helpers.c:43:13: note: byref variable will be forcibly initialized 43 | int ret = -ENXIO; | ^~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_create': /kisskb/src/crypto/authenc.c:375:13: note: byref variable will be forcibly initialized 375 | u32 mask; | ^~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_loop_shuffle': /kisskb/src/crypto/jitterentropy.c:339:15: note: byref variable will be forcibly initialized 339 | __u64 time = 0; | ^~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_measure_jitter': /kisskb/src/crypto/jitterentropy.c:529:15: note: byref variable will be forcibly initialized 529 | __u64 time = 0; | ^~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_entropy_init': /kisskb/src/crypto/jitterentropy.c:754:23: note: byref variable will be forcibly initialized 754 | __u64 time2 = 0; | ^~~~~ /kisskb/src/crypto/jitterentropy.c:753:23: note: byref variable will be forcibly initialized 753 | __u64 time = 0; | ^~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_genicv_tail': /kisskb/src/crypto/authencesn.c:99:13: note: byref variable will be forcibly initialized 99 | u32 tmp[2]; | ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_genicv': /kisskb/src/crypto/authencesn.c:133:13: note: byref variable will be forcibly initialized 133 | u32 tmp[2]; | ^~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/authencesn.c:13: /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_copy': /kisskb/src/include/crypto/skcipher.h:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/authencesn.c:171:9: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 171 | SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_decrypt_tail': /kisskb/src/crypto/authencesn.c:235:13: note: byref variable will be forcibly initialized 235 | u32 tmp[2]; | ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_decrypt': /kisskb/src/crypto/authencesn.c:284:13: note: byref variable will be forcibly initialized 284 | u32 tmp[2]; | ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_setkey': /kisskb/src/crypto/authencesn.c:64:36: note: byref variable will be forcibly initialized 64 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_create': /kisskb/src/crypto/authencesn.c:393:13: note: byref variable will be forcibly initialized 393 | u32 mask; | ^~~~ /kisskb/src/crypto/ansi_cprng.c: In function '_get_more_prng_bytes': /kisskb/src/crypto/ansi_cprng.c:84:23: note: byref variable will be forcibly initialized 84 | unsigned char tmp[DEFAULT_BLK_SZ]; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/proc_fs.h:10, from /kisskb/src/fs/proc/inode.c:10: /kisskb/src/fs/proc/inode.c: In function 'close_pdeo': /kisskb/src/fs/proc/inode.c:233:44: note: byref variable will be forcibly initialized 233 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/proc/inode.c: In function 'proc_entry_rundown': /kisskb/src/fs/proc/inode.c:258:36: note: byref variable will be forcibly initialized 258 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_init_sym_kernel': /kisskb/src/crypto/drbg.c:1765:14: note: byref variable will be forcibly initialized 1765 | char ctr_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:15: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_pctl_dt_node_to_map': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:812:24: note: byref variable will be forcibly initialized 812 | u32 pin, func, pull; | ^~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:812:18: note: byref variable will be forcibly initialized 812 | u32 pin, func, pull; | ^~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:812:13: note: byref variable will be forcibly initialized 812 | u32 pin, func, pull; | ^~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:810:36: note: byref variable will be forcibly initialized 810 | struct pinctrl_map *maps, *cur_map; | ^~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:17: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/crypto/drbg.c: In function 'drbg_ctr_bcc': /kisskb/src/crypto/drbg.c:326:28: note: byref variable will be forcibly initialized 326 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_ctr_df': /kisskb/src/crypto/drbg.c:406:19: note: byref variable will be forcibly initialized 406 | LIST_HEAD(bcc_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:405:40: note: byref variable will be forcibly initialized 405 | struct drbg_string S1, S2, S4, cipherin; | ^~~~~~~~ /kisskb/src/crypto/drbg.c:405:36: note: byref variable will be forcibly initialized 405 | struct drbg_string S1, S2, S4, cipherin; | ^~ /kisskb/src/crypto/drbg.c:405:32: note: byref variable will be forcibly initialized 405 | struct drbg_string S1, S2, S4, cipherin; | ^~ /kisskb/src/crypto/drbg.c:405:28: note: byref variable will be forcibly initialized 405 | struct drbg_string S1, S2, S4, cipherin; | ^~ /kisskb/src/crypto/drbg.c:403:23: note: byref variable will be forcibly initialized 403 | unsigned char L_N[8]; | ^~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_gpio_irq_handle_bank': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:414:23: note: byref variable will be forcibly initialized 414 | unsigned long events; | ^~~~~~ In file included from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:15: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_pinctrl_probe': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:1251:31: note: byref variable will be forcibly initialized 1251 | unsigned long events; | ^~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:1215:25: note: byref variable will be forcibly initialized 1215 | struct resource iomem; | ^~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_update': /kisskb/src/crypto/drbg.c:683:31: note: byref variable will be forcibly initialized 683 | unsigned char prefix = DRBG_PREFIX0; | ^~~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:662:19: note: byref variable will be forcibly initialized 662 | LIST_HEAD(vdatalist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:661:19: note: byref variable will be forcibly initialized 661 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:660:42: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:660:35: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:660:28: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_derived_refclk_is_enabled': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:821:13: note: byref variable will be forcibly initialized 821 | int val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_on': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:580:13: note: byref variable will be forcibly initialized 580 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_generate': /kisskb/src/crypto/drbg.c:715:19: note: byref variable will be forcibly initialized 715 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:714:28: note: byref variable will be forcibly initialized 714 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_seed': /kisskb/src/crypto/drbg.c:1155:19: note: byref variable will be forcibly initialized 1155 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1154:28: note: byref variable will be forcibly initialized 1154 | struct drbg_string data1; | ^~~~~ /kisskb/src/crypto/drbg.c:1152:23: note: byref variable will be forcibly initialized 1152 | unsigned char entropy[((32 + 16) * 2)]; | ^~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_pll_mux_get_parent': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:669:22: note: byref variable will be forcibly initialized 669 | unsigned int val; | ^~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_seed': /kisskb/src/crypto/drbg.c:1978:13: note: byref variable will be forcibly initialized 1978 | int coreref = 0; | ^~~~~~~ /kisskb/src/crypto/drbg.c:1976:28: note: byref variable will be forcibly initialized 1976 | struct drbg_string string; | ^~~~~~ /kisskb/src/crypto/drbg.c:1975:14: note: byref variable will be forcibly initialized 1975 | bool pr = false; | ^~ /kisskb/src/crypto/drbg.c: In function 'drbg_seed_from_random': /kisskb/src/crypto/drbg.c:1097:23: note: byref variable will be forcibly initialized 1097 | unsigned char entropy[32]; | ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:1095:19: note: byref variable will be forcibly initialized 1095 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1094:28: note: byref variable will be forcibly initialized 1094 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_generate': /kisskb/src/crypto/drbg.c:1388:19: note: byref variable will be forcibly initialized 1388 | LIST_HEAD(addtllist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_random': /kisskb/src/crypto/drbg.c:1956:28: note: byref variable will be forcibly initialized 1956 | struct drbg_string string; | ^~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_pll_mux_register': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:728:14: note: byref variable will be forcibly initialized 728 | char clk_name[100]; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_derived_refclk_register': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:841:14: note: byref variable will be forcibly initialized 841 | char clk_name[100]; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_get_optional': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:922:13: note: byref variable will be forcibly initialized 922 | u32 phy_type; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_probe': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:1361:22: note: byref variable will be forcibly initialized 1361 | unsigned int id_value; | ^~~~~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_numa_map': /kisskb/src/fs/proc/task_mmu.c:1914:14: note: byref variable will be forcibly initialized 1914 | char buffer[64]; | ^~~~~~ /kisskb/src/sound/core/ctljack.c: In function 'get_available_index': /kisskb/src/sound/core/ctljack.c:32:32: note: byref variable will be forcibly initialized 32 | struct snd_ctl_elem_id sid; | ^~~ /kisskb/src/crypto/ghash-generic.c: In function 'ghash_setkey': /kisskb/src/crypto/ghash-generic.c:59:15: note: byref variable will be forcibly initialized 59 | be128 k; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/kunit/test.h:22, from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/kunit/executor.c: In function 'kunit_filter_suites': /kisskb/src/lib/kunit/executor.c:161:34: note: byref variable will be forcibly initialized 161 | struct kunit_test_filter filter; | ^~~~~~ /kisskb/src/lib/kunit/executor.c: In function 'kunit_run_all_tests': /kisskb/src/lib/kunit/executor.c:250:13: note: byref variable will be forcibly initialized 250 | int err = 0; | ^~~ /kisskb/src/lib/kunit/executor.c:246:26: note: byref variable will be forcibly initialized 246 | struct suite_set suite_set = { | ^~~~~~~~~ /kisskb/src/crypto/ofb.c: In function 'crypto_ofb_crypt': /kisskb/src/crypto/ofb.c:23:30: note: byref variable will be forcibly initialized 23 | struct skcipher_walk walk; | ^~~~ /kisskb/src/sound/core/jack.c: In function 'jack_kctl_status_read': /kisskb/src/sound/core/jack.c:286:14: note: byref variable will be forcibly initialized 286 | char buf[16]; | ^~~ /kisskb/src/sound/core/jack.c: In function 'jack_kctl_id_read': /kisskb/src/sound/core/jack.c:235:14: note: byref variable will be forcibly initialized 235 | char buf[64]; | ^~~ /kisskb/src/sound/core/jack.c: In function 'sw_inject_enable_read': /kisskb/src/sound/core/jack.c:177:14: note: byref variable will be forcibly initialized 177 | char buf[128]; | ^~~ /kisskb/src/sound/core/jack.c: In function 'jack_type_read': /kisskb/src/sound/core/jack.c:301:14: note: byref variable will be forcibly initialized 301 | char buf[256]; | ^~~ /kisskb/src/sound/core/jack.c: In function 'jack_kctl_mask_bits_read': /kisskb/src/sound/core/jack.c:273:14: note: byref variable will be forcibly initialized 273 | char buf[256]; | ^~~ /kisskb/src/sound/core/jack.c: In function 'jackin_inject_write': /kisskb/src/sound/core/jack.c:216:14: note: byref variable will be forcibly initialized 216 | char buf[8] = { 0 }; | ^~~ /kisskb/src/sound/core/jack.c:215:23: note: byref variable will be forcibly initialized 215 | unsigned long enable; | ^~~~~~ /kisskb/src/sound/core/jack.c: In function 'sw_inject_enable_write': /kisskb/src/sound/core/jack.c:192:14: note: byref variable will be forcibly initialized 192 | char buf[8] = { 0 }; | ^~~ /kisskb/src/sound/core/jack.c:191:23: note: byref variable will be forcibly initialized 191 | unsigned long enable; | ^~~~~~ /kisskb/src/crypto/curve25519-generic.c: In function 'curve25519_compute_value': /kisskb/src/crypto/curve25519-generic.c:29:12: note: byref variable will be forcibly initialized 29 | u8 buf[CURVE25519_KEY_SIZE]; | ^~~ /kisskb/src/crypto/curve25519-generic.c:28:12: note: byref variable will be forcibly initialized 28 | u8 public_key[CURVE25519_KEY_SIZE]; | ^~~~~~~~~~ /kisskb/src/crypto/kdf_sp800108.c: In function 'crypto_kdf108_ctr_generate': /kisskb/src/crypto/kdf_sp800108.c:47:28: note: byref variable will be forcibly initialized 47 | u8 tmpbuffer[HASH_MAX_DIGESTSIZE]; | ^~~~~~~~~ /kisskb/src/crypto/kdf_sp800108.c:22:16: note: byref variable will be forcibly initialized 22 | __be32 counter = cpu_to_be32(1); | ^~~~~~~ In file included from /kisskb/src/include/crypto/kdf_sp800108.h:10, from /kisskb/src/crypto/kdf_sp800108.c:11: /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/kdf_sp800108.c:21:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 21 | SHASH_DESC_ON_STACK(desc, kmd); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pci_generic.c: In function 'mhi_pci_is_alive': /kisskb/src/drivers/bus/mhi/host/pci_generic.c:655:13: note: byref variable will be forcibly initialized 655 | u16 vendor = 0; | ^~~~~~ In file included from /kisskb/src/drivers/bus/mhi/host/pci_generic.c:13: /kisskb/src/drivers/bus/mhi/host/pci_generic.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/crypto/xcbc.c: In function 'crypto_xcbc_digest_setkey': /kisskb/src/crypto/xcbc.c:58:12: note: byref variable will be forcibly initialized 58 | u8 key1[XCBC_BLOCKSIZE]; | ^~~~ /kisskb/src/crypto/xcbc.c: In function 'xcbc_create': /kisskb/src/crypto/xcbc.c:195:13: note: byref variable will be forcibly initialized 195 | u32 mask; | ^~~~ /kisskb/src/crypto/echainiv.c: In function 'echainiv_encrypt': /kisskb/src/crypto/echainiv.c:72:21: note: byref variable will be forcibly initialized 72 | u64 a; | ^ In file included from /kisskb/src/crypto/echainiv.c:18: /kisskb/src/include/crypto/skcipher.h:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/echainiv.c:45:17: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 45 | SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/echainiv.c:31:16: note: byref variable will be forcibly initialized 31 | __be64 nseqno; | ^~~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c: In function 'rcu_segcblist_merge': /kisskb/src/kernel/rcu/rcu_segcblist.c:611:27: note: byref variable will be forcibly initialized 611 | struct rcu_cblist pendcbs; | ^~~~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c:610:27: note: byref variable will be forcibly initialized 610 | struct rcu_cblist donecbs; | ^~~~~~~ /kisskb/src/sound/core/control_led.c: In function 'snd_ctl_led_sysfs_remove': /kisskb/src/sound/core/control_led.c:715:14: note: byref variable will be forcibly initialized 715 | char link_name[32]; | ^~~~~~~~~ /kisskb/src/sound/core/control_led.c: In function 'snd_ctl_led_sysfs_add': /kisskb/src/sound/core/control_led.c:678:14: note: byref variable will be forcibly initialized 678 | char link_name[32]; | ^~~~~~~~~ /kisskb/src/sound/core/control_led.c: In function 'parse_uint': /kisskb/src/sound/core/control_led.c:478:28: note: byref variable will be forcibly initialized 478 | unsigned long long res; | ^~~ /kisskb/src/sound/core/control_led.c: In function 'set_led_id': /kisskb/src/sound/core/control_led.c:534:32: note: byref variable will be forcibly initialized 534 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control_led.c:532:14: note: byref variable will be forcibly initialized 532 | char buf2[256], *s, *os; | ^~~~ /kisskb/src/sound/core/control_led.c: In function 'mode_store': /kisskb/src/sound/core/control_led.c:416:14: note: byref variable will be forcibly initialized 416 | char _buf[16]; | ^~~~ /kisskb/src/crypto/sm3.c: In function 'sm3_update': /kisskb/src/crypto/sm3.c:181:13: note: byref variable will be forcibly initialized 181 | u32 W[16]; | ^ /kisskb/src/crypto/sm3.c: In function 'sm3_final': /kisskb/src/crypto/sm3.c:221:13: note: byref variable will be forcibly initialized 221 | u32 W[16]; | ^ /kisskb/src/crypto/wp512.c: In function 'wp256_final': /kisskb/src/crypto/wp512.c:1111:12: note: byref variable will be forcibly initialized 1111 | u8 D[64]; | ^ /kisskb/src/crypto/wp512.c: In function 'wp384_final': /kisskb/src/crypto/wp512.c:1100:12: note: byref variable will be forcibly initialized 1100 | u8 D[64]; | ^ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_decrypt_inplace': /kisskb/src/crypto/pcbc.c:117:12: note: byref variable will be forcibly initialized 117 | u8 tmpbuf[MAX_CIPHER_BLOCKSIZE] __aligned(__alignof__(u32)); | ^~~~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_decrypt': /kisskb/src/crypto/pcbc.c:135:30: note: byref variable will be forcibly initialized 135 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_encrypt_inplace': /kisskb/src/crypto/pcbc.c:50:12: note: byref variable will be forcibly initialized 50 | u8 tmpbuf[MAX_CIPHER_BLOCKSIZE]; | ^~~~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_encrypt': /kisskb/src/crypto/pcbc.c:68:30: note: byref variable will be forcibly initialized 68 | struct skcipher_walk walk; | ^~~~ /kisskb/src/kernel/dma/contiguous.c: In function 'dma_pernuma_cma_reserve': /kisskb/src/kernel/dma/contiguous.c:140:22: note: byref variable will be forcibly initialized 140 | char name[CMA_MAX_NAME]; | ^~~~ /kisskb/src/kernel/dma/contiguous.c: In function 'rmem_cma_setup': /kisskb/src/kernel/dma/contiguous.c:404:21: note: byref variable will be forcibly initialized 404 | struct cma *cma; | ^~~ /kisskb/src/sound/core/hwdep.c: In function 'snd_hwdep_open': /kisskb/src/sound/core/hwdep.c:73:28: note: byref variable will be forcibly initialized 73 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/hwdep.c: In function 'snd_hwdep_info': /kisskb/src/sound/core/hwdep.c:176:31: note: byref variable will be forcibly initialized 176 | struct snd_hwdep_info info; | ^~~~ /kisskb/src/sound/core/hwdep.c: In function 'snd_hwdep_dsp_status': /kisskb/src/sound/core/hwdep.c:191:37: note: byref variable will be forcibly initialized 191 | struct snd_hwdep_dsp_status info; | ^~~~ In file included from /kisskb/src/lib/kunit/kunit-example-test.c:9: /kisskb/src/lib/kunit/kunit-example-test.c: In function 'example_all_expect_macros_test': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:675:9: note: in expansion of macro 'KUNIT_ASSERTION' 675 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:949:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 949 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:946:9: note: in expansion of macro 'KUNIT_EXPECT_STRNEQ_MSG' 946 | KUNIT_EXPECT_STRNEQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:110:9: note: in expansion of macro 'KUNIT_EXPECT_STRNEQ' 110 | KUNIT_EXPECT_STRNEQ(test, "hi", "bye"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:675:9: note: in expansion of macro 'KUNIT_ASSERTION' 675 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:928:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 928 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:925:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 925 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:109:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 109 | KUNIT_EXPECT_STREQ(test, "hi", "hi"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:991:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 991 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:986:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_NULL_MSG' 986 | KUNIT_EXPECT_NOT_NULL_MSG(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:106:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_NULL' 106 | KUNIT_EXPECT_NOT_NULL(test, test); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:823:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 823 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:820:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 820 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:104:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 104 | KUNIT_EXPECT_PTR_NE(test, test, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1011 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1008:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 1008 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:102:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 102 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/lrw.c: In function 'lrw_xor_tweak': /kisskb/src/crypto/lrw.c:149:13: note: byref variable will be forcibly initialized 149 | u32 counter[4]; | ^~~~~~~ /kisskb/src/crypto/lrw.c:147:30: note: byref variable will be forcibly initialized 147 | struct skcipher_walk w; | ^ /kisskb/src/crypto/lrw.c: In function 'lrw_create': /kisskb/src/crypto/lrw.c:306:13: note: byref variable will be forcibly initialized 306 | u32 mask; | ^~~~ /kisskb/src/crypto/lrw.c:305:14: note: byref variable will be forcibly initialized 305 | char ecb_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_hidepid_param': /kisskb/src/fs/proc/root.c:65:32: note: byref variable will be forcibly initialized 65 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_param': /kisskb/src/fs/proc/root.c:118:32: note: byref variable will be forcibly initialized 118 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_hash_header': /kisskb/src/crypto/adiantum.c:231:31: note: byref variable will be forcibly initialized 231 | struct poly1305_state state; | ^~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_hash_message': /kisskb/src/crypto/adiantum.c:255:32: note: byref variable will be forcibly initialized 255 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_finish': /kisskb/src/crypto/adiantum.c:288:15: note: byref variable will be forcibly initialized 288 | le128 digest; | ^~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_crypt': /kisskb/src/crypto/adiantum.c:329:15: note: byref variable will be forcibly initialized 329 | le128 digest; | ^~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_create': /kisskb/src/crypto/adiantum.c:494:13: note: byref variable will be forcibly initialized 494 | u32 mask; | ^~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_rfc4309_create': /kisskb/src/crypto/ccm.c:709:13: note: byref variable will be forcibly initialized 709 | u32 mask; | ^~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_create_common': /kisskb/src/crypto/ccm.c:451:13: note: byref variable will be forcibly initialized 451 | u32 mask; | ^~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_create': /kisskb/src/crypto/ccm.c:535:14: note: byref variable will be forcibly initialized 535 | char mac_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/ccm.c:534:14: note: byref variable will be forcibly initialized 534 | char ctr_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/ccm.c: In function 'set_msg_len': /kisskb/src/crypto/ccm.c:71:16: note: byref variable will be forcibly initialized 71 | __be32 data; | ^~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_auth': /kisskb/src/crypto/ccm.c:176:28: note: byref variable will be forcibly initialized 176 | struct scatterlist sg[3]; | ^~ /kisskb/src/crypto/ccm.c: In function 'cbcmac_create': /kisskb/src/crypto/ccm.c:868:13: note: byref variable will be forcibly initialized 868 | u32 mask; | ^~~~ /kisskb/src/crypto/fcrypt.c: In function 'fcrypt_decrypt': /kisskb/src/crypto/fcrypt.c:270:11: note: byref variable will be forcibly initialized 270 | } X; | ^ /kisskb/src/crypto/fcrypt.c: In function 'fcrypt_encrypt': /kisskb/src/crypto/fcrypt.c:238:11: note: byref variable will be forcibly initialized 238 | } X; | ^ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:485:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 485 | KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_FAILURE); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:483:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 483 | KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SUCCESS); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:479:22: note: byref variable will be forcibly initialized 479 | struct kunit fake; | ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init_resources': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:139:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 139 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:403:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 403 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_no_catch': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:29:9: note: in expansion of macro 'KUNIT_FAIL' 29 | KUNIT_FAIL(test, "Catch should not be called\n"); | ^~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_status_mark_skipped_test': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:675:9: note: in expansion of macro 'KUNIT_ASSERTION' 675 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:928:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 928 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:925:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 925 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:503:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 503 | KUNIT_EXPECT_STREQ(test, fake.status_comment, "Accepts format string: YES"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:502:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 502 | KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SKIPPED); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:675:9: note: in expansion of macro 'KUNIT_ASSERTION' 675 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:928:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 928 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:925:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 925 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:496:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 496 | KUNIT_EXPECT_STREQ(test, fake.status_comment, ""); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:495:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 495 | KUNIT_EXPECT_EQ(test, fake.status, KUNIT_SUCCESS); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:490:22: note: byref variable will be forcibly initialized 490 | struct kunit fake; | ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_log_test': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1011 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1008:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 1008 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:470:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 470 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1011 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1008:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 1008 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:468:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 468 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1011 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1008:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 1008 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:466:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 466 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1011:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1011 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1008:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 1008 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:464:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 464 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:456:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 456 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, suite.log); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_try_catch_test_init': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:89:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 89 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx->try_catch); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:83:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 83 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_static': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:359:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 359 | KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:355:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 355 | KUNIT_EXPECT_PTR_EQ(test, res.data, (void *)&ctx); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:352:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 352 | KUNIT_EXPECT_EQ(test, kunit_add_resource(test, NULL, NULL, &res, &ctx), | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:350:31: note: byref variable will be forcibly initialized 350 | struct kunit_resource res; | ^~~ /kisskb/src/lib/kunit/kunit-test.c:349:44: note: byref variable will be forcibly initialized 349 | struct kunit_test_resource_context ctx; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/fs/proc/base.c:51: /kisskb/src/fs/proc/base.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:344:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 344 | KUNIT_EXPECT_EQ(test, ctx->free_order[1], 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:343:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 343 | KUNIT_EXPECT_EQ(test, ctx->free_order[0], 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:332:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 332 | KUNIT_EXPECT_EQ(test, ctx->allocate_order[1], 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:331:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 331 | KUNIT_EXPECT_EQ(test, ctx->allocate_order[0], 2); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_cleanup_resources': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:244:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 244 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_alloc_resource': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:159:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 159 | KUNIT_EXPECT_PTR_EQ(test, free, res->free); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:158:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 158 | KUNIT_EXPECT_TRUE(test, list_is_last(&res->node, &ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:155:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 155 | KUNIT_EXPECT_PTR_EQ(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:154:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 154 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_named': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:395:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 395 | KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:390:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 390 | KUNIT_EXPECT_EQ(test, kunit_destroy_named_resource(test, "resource_2"), | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:385:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 385 | KUNIT_EXPECT_PTR_EQ(test, found, &res1); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:378:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 378 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:373:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 373 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:371:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 371 | KUNIT_EXPECT_PTR_EQ(test, res1.data, (void *)&ctx); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:367:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 367 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_readlink': /kisskb/src/lib/kunit/kunit-test.c:365:44: note: byref variable will be forcibly initialized 365 | struct kunit_test_resource_context ctx; | ^~~ /kisskb/src/lib/kunit/kunit-test.c:364:37: note: byref variable will be forcibly initialized 364 | struct kunit_resource res1, res2, *found = NULL; | ^~~~ /kisskb/src/lib/kunit/kunit-test.c:364:31: note: byref variable will be forcibly initialized 364 | struct kunit_resource res1, res2, *found = NULL; | ^~~~ /kisskb/src/fs/proc/base.c:1792:21: note: byref variable will be forcibly initialized 1792 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/proc_fs.h:10, from /kisskb/src/fs/proc/base.c:55: /kisskb/src/fs/proc/base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_destroy_resource': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:190:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 190 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:189:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 189 | KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1054:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1054 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1051:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE_MSG' 1051 | KUNIT_ASSERT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:184:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE' 184 | KUNIT_ASSERT_FALSE(test, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_remove_resource': /kisskb/src/fs/proc/base.c: In function 'proc_pid_get_link': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:224:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 224 | KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:220:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 220 | KUNIT_EXPECT_TRUE(test, ctx->is_resource_initialized); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:216:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 216 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:212:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 212 | KUNIT_EXPECT_TRUE(test, ctx->is_resource_initialized); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:210:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 210 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c:1745:21: note: byref variable will be forcibly initialized 1745 | struct path path; | ^~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:204:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 204 | KUNIT_EXPECT_FALSE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_unsuccessful_try_does_catch': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:75:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 75 | KUNIT_EXPECT_TRUE(test, ctx->function_called); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_successful_try_no_catch': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:43:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 43 | KUNIT_EXPECT_TRUE(test, ctx->function_called); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'timerslack_ns_write': /kisskb/src/fs/proc/base.c:2518:13: note: byref variable will be forcibly initialized 2518 | u64 slack_ns; | ^~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_fail_nth_write': /kisskb/src/fs/proc/base.c:1398:22: note: byref variable will be forcibly initialized 1398 | unsigned int n; | ^ /kisskb/src/fs/proc/base.c: In function 'proc_coredump_filter_write': /kisskb/src/fs/proc/base.c:2903:22: note: byref variable will be forcibly initialized 2903 | unsigned int val; | ^~~ /kisskb/src/fs/proc/base.c: In function 'proc_coredump_filter_read': /kisskb/src/fs/proc/base.c:2874:14: note: byref variable will be forcibly initialized 2874 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_fail_nth_read': /kisskb/src/fs/proc/base.c:1417:14: note: byref variable will be forcibly initialized 1417 | char numbuf[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_fault_inject_read': /kisskb/src/fs/proc/base.c:1343:14: note: byref variable will be forcibly initialized 1343 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'oom_score_adj_read': /kisskb/src/fs/proc/base.c:1201:14: note: byref variable will be forcibly initialized 1201 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'oom_adj_read': /kisskb/src/fs/proc/base.c:1042:14: note: byref variable will be forcibly initialized 1042 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_fault_inject_write': /kisskb/src/fs/proc/base.c:1362:13: note: byref variable will be forcibly initialized 1362 | int make_it_fail; | ^~~~~~~~~~~~ /kisskb/src/fs/proc/base.c:1361:14: note: byref variable will be forcibly initialized 1361 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'oom_score_adj_write': /kisskb/src/fs/proc/base.c:1217:13: note: byref variable will be forcibly initialized 1217 | int oom_score_adj; | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c:1216:14: note: byref variable will be forcibly initialized 1216 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'oom_adj_write': /kisskb/src/fs/proc/base.c:1157:13: note: byref variable will be forcibly initialized 1157 | int oom_adj; | ^~~~~~~ /kisskb/src/fs/proc/base.c:1156:14: note: byref variable will be forcibly initialized 1156 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_wchan': /kisskb/src/fs/proc/base.c:389:14: note: byref variable will be forcibly initialized 389 | char symname[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_skcipher': /kisskb/src/crypto/cryptd.c:906:14: note: byref variable will be forcibly initialized 906 | char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_attr_read': /kisskb/src/fs/proc/base.c:2695:15: note: byref variable will be forcibly initialized 2695 | char *p = NULL; | ^ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_ahash': /kisskb/src/crypto/cryptd.c:958:14: note: byref variable will be forcibly initialized 958 | char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_aead': /kisskb/src/crypto/cryptd.c:1015:14: note: byref variable will be forcibly initialized 1015 | char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'get_mm_cmdline': /kisskb/src/fs/proc/base.c:260:21: note: byref variable will be forcibly initialized 260 | char *page, c; | ^ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/cryptd.c:17: /kisskb/src/crypto/cryptd.c: In function 'cryptd_skcipher_decrypt': /kisskb/src/include/crypto/skcipher.h:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/cryptd.c:290:9: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 290 | SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, child); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_syscall': /kisskb/src/fs/proc/base.c:642:29: note: byref variable will be forcibly initialized 642 | struct syscall_info info; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'comm_write': /kisskb/src/fs/proc/base.c:1669:14: note: byref variable will be forcibly initialized 1669 | char buffer[TASK_COMM_LEN]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_limits': /kisskb/src/fs/proc/base.c:601:23: note: byref variable will be forcibly initialized 601 | struct rlimit rlim[RLIM_NLIMITS]; | ^~~~ /kisskb/src/fs/proc/base.c:599:23: note: byref variable will be forcibly initialized 599 | unsigned long flags; | ^~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_skcipher_encrypt': /kisskb/src/include/crypto/skcipher.h:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/cryptd.c:262:9: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 262 | SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, child); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'dname_to_vma_addr': /kisskb/src/fs/proc/base.c:2079:34: note: byref variable will be forcibly initialized 2079 | unsigned long long sval, eval; | ^~~~ /kisskb/src/fs/proc/base.c:2079:28: note: byref variable will be forcibly initialized 2079 | unsigned long long sval, eval; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'map_files_get_link': /kisskb/src/fs/proc/base.c:2166:33: note: byref variable will be forcibly initialized 2166 | unsigned long vm_start, vm_end; | ^~~~~~ /kisskb/src/fs/proc/base.c:2166:23: note: byref variable will be forcibly initialized 2166 | unsigned long vm_start, vm_end; | ^~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_skcipher': /kisskb/src/crypto/cryptd.c:376:13: note: byref variable will be forcibly initialized 376 | u32 mask; | ^~~~ /kisskb/src/crypto/cryptd.c:375:13: note: byref variable will be forcibly initialized 375 | u32 type; | ^~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_hash': /kisskb/src/crypto/cryptd.c:642:13: note: byref variable will be forcibly initialized 642 | u32 mask; | ^~~~ /kisskb/src/crypto/cryptd.c:641:13: note: byref variable will be forcibly initialized 641 | u32 type; | ^~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_aead': /kisskb/src/crypto/cryptd.c:829:13: note: byref variable will be forcibly initialized 829 | u32 mask; | ^~~~ /kisskb/src/crypto/cryptd.c:828:13: note: byref variable will be forcibly initialized 828 | u32 type; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'map_files_d_revalidate': /kisskb/src/fs/proc/base.c:2115:33: note: byref variable will be forcibly initialized 2115 | unsigned long vm_start, vm_end; | ^~~~~~ /kisskb/src/fs/proc/base.c:2115:23: note: byref variable will be forcibly initialized 2115 | unsigned long vm_start, vm_end; | ^~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_map_files_lookup': /kisskb/src/fs/proc/base.c:2263:33: note: byref variable will be forcibly initialized 2263 | unsigned long vm_start, vm_end; | ^~~~~~ /kisskb/src/fs/proc/base.c:2263:23: note: byref variable will be forcibly initialized 2263 | unsigned long vm_start, vm_end; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/fs/proc/base.c:51: /kisskb/src/fs/proc/base.c: In function 'proc_fill_cache': /kisskb/src/fs/proc/base.c:2047:49: note: byref variable will be forcibly initialized 2047 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_map_files_readdir': /kisskb/src/fs/proc/base.c:2385:22: note: byref variable will be forcibly initialized 2385 | char buf[4 * sizeof(long) + 2]; /* max: %lx-%lx\0 */ | ^~~ /kisskb/src/fs/proc/base.c:2322:41: note: byref variable will be forcibly initialized 2322 | GENRADIX(struct map_files_info) fa; | ^~ /kisskb/src/fs/proc/base.c: In function 'proc_task_readdir': /kisskb/src/fs/proc/base.c:3826:22: note: byref variable will be forcibly initialized 3826 | char name[10 + 1]; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_readdir': /kisskb/src/fs/proc/base.c:3483:22: note: byref variable will be forcibly initialized 3483 | char name[10 + 1]; | ^~~~ /kisskb/src/sound/core/pcm.c: In function 'snd_pcm_stream_proc_init': /kisskb/src/sound/core/pcm.c:507:14: note: byref variable will be forcibly initialized 507 | char name[16]; | ^~~~ /kisskb/src/sound/core/pcm.c: In function 'snd_pcm_substream_proc_init': /kisskb/src/sound/core/pcm.c:558:14: note: byref variable will be forcibly initialized 558 | char name[16]; | ^~~~ /kisskb/src/sound/core/pcm.c: In function 'snd_pcm_substream_proc_status_read': /kisskb/src/sound/core/pcm.c:446:33: note: byref variable will be forcibly initialized 446 | struct snd_pcm_status64 status; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_next_device': /kisskb/src/sound/core/timer.c:1551:29: note: byref variable will be forcibly initialized 1551 | struct snd_timer_id id; | ^~ /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c: In function 'sr_paxc_phy_init': /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c:173:13: note: byref variable will be forcibly initialized 173 | u32 val; | ^~~ /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c: In function 'pipemux_strap_read': /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c:122:13: note: byref variable will be forcibly initialized 122 | u32 pipemux; | ^~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_gparams': /kisskb/src/sound/core/timer.c:1710:34: note: byref variable will be forcibly initialized 1710 | struct snd_timer_gparams gparams; | ^~~~~~~ In file included from /kisskb/src/sound/core/timer.c:9: /kisskb/src/sound/core/timer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_notify1': /kisskb/src/sound/core/timer.c:502:27: note: byref variable will be forcibly initialized 502 | struct timespec64 tstamp; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_open': /kisskb/src/sound/core/timer.c:294:24: note: byref variable will be forcibly initialized 294 | struct device *card_dev_to_put = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_close': /kisskb/src/sound/core/timer.c:457:24: note: byref variable will be forcibly initialized 457 | struct device *card_dev_to_put = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_global_new': /kisskb/src/sound/core/timer.c:1107:29: note: byref variable will be forcibly initialized 1107 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_global_register': /kisskb/src/sound/core/timer.c:1126:27: note: byref variable will be forcibly initialized 1126 | struct snd_device dev; | ^~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_gstatus': /kisskb/src/sound/core/timer.c:1721:29: note: byref variable will be forcibly initialized 1721 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/core/timer.c:1720:34: note: byref variable will be forcibly initialized 1720 | struct snd_timer_gstatus gstatus; | ^~~~~~~ /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:31: note: byref variable will be forcibly initialized 174 | unsigned long val = readl(chip->base + (i * GPIO_BANK_SIZE) + | ^~~ In file included from /kisskb/src/sound/core/timer.c:2268: /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_info_compat': /kisskb/src/sound/core/timer_compat.c:51:33: note: byref variable will be forcibly initialized 51 | struct snd_timer_info32 info; | ^~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_status32': /kisskb/src/sound/core/timer.c:1931:35: note: byref variable will be forcibly initialized 1931 | struct snd_timer_status32 status; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_status64': /kisskb/src/sound/core/timer.c:1954:35: note: byref variable will be forcibly initialized 1954 | struct snd_timer_status64 status; | ^~~~~~ 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/sound/core/timer.c:2268: /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_gparams_compat': /kisskb/src/sound/core/timer_compat.c:37:34: note: byref variable will be forcibly initialized 37 | struct snd_timer_gparams gparams; | ^~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_ginfo': /kisskb/src/sound/core/timer.c:1644:29: note: byref variable will be forcibly initialized 1644 | struct snd_timer_id tid; | ^~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c: In function 'iproc_gpio_probe': /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:786:13: note: byref variable will be forcibly initialized 786 | u32 ngpios, pinconf_disable_mask = 0; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_tselect': /kisskb/src/sound/core/timer.c:1757:14: note: byref variable will be forcibly initialized 1757 | char str[32]; | ^~~ /kisskb/src/sound/core/timer.c:1756:33: note: byref variable will be forcibly initialized 1756 | struct snd_timer_select tselect; | ^~~~~~~ /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:23: note: byref variable will be forcibly initialized 628 | bool disable, pull_up; | ^~~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:628:14: note: byref variable will be forcibly initialized 628 | bool disable, pull_up; | ^~~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:627:13: note: byref variable will be forcibly initialized 627 | u16 arg; | ^~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_ccallback': /kisskb/src/sound/core/timer.c:1370:34: note: byref variable will be forcibly initialized 1370 | struct snd_timer_tread64 r1; | ^~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_tinterrupt': /kisskb/src/sound/core/timer.c:1404:27: note: byref variable will be forcibly initialized 1404 | struct timespec64 tstamp; | ^~~~~~ /kisskb/src/sound/core/timer.c:1403:38: note: byref variable will be forcibly initialized 1403 | struct snd_timer_tread64 *r, r1; | ^~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_params': /kisskb/src/sound/core/timer.c:1902:50: note: byref variable will be forcibly initialized 1902 | struct snd_timer_tread64 tread; | ^~~~~ /kisskb/src/sound/core/timer.c:1830:33: note: byref variable will be forcibly initialized 1830 | struct snd_timer_params params; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_read': /kisskb/src/sound/core/timer.c:2171:44: note: byref variable will be forcibly initialized 2171 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/timer.c:2145:34: note: byref variable will be forcibly initialized 2145 | struct snd_timer_tread32 tread32; | ^~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_register_system': /kisskb/src/sound/core/timer.c:1218:27: note: byref variable will be forcibly initialized 1218 | struct snd_timer *timer; | ^~~~~ /kisskb/src/crypto/cast5_generic.c: In function 'cast5_setkey': /kisskb/src/crypto/cast5_generic.c:482:16: note: byref variable will be forcibly initialized 482 | __be32 p_key[4]; | ^~~~~ /kisskb/src/crypto/cast5_generic.c:481:13: note: byref variable will be forcibly initialized 481 | u32 k[16]; | ^ /kisskb/src/crypto/cast5_generic.c:480:13: note: byref variable will be forcibly initialized 480 | u32 z[4]; | ^ /kisskb/src/crypto/cast5_generic.c:479:13: note: byref variable will be forcibly initialized 479 | u32 x[4]; | ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcutorture_booster_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:2056:29: note: byref variable will be forcibly initialized 2056 | struct task_struct *t; | ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost_failed': /kisskb/src/kernel/rcu/rcutorture.c:971:13: note: byref variable will be forcibly initialized 971 | int cpu; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost': /kisskb/src/kernel/rcu/rcutorture.c:1018:23: note: byref variable will be forcibly initialized 1018 | unsigned long gp_state_time; | ^~~~~~~~~~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_pipe_update_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:429:17: note: in expansion of macro 'smp_store_release' 429 | smp_store_release(&rtrcp->rtc_ready, 1); // Pair with smp_load_acquire(). | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_stats_print': /kisskb/src/kernel/rcu/rcutorture.c:1945:46: note: byref variable will be forcibly initialized 1945 | unsigned long __maybe_unused gp_seq = 0; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1944:36: note: byref variable will be forcibly initialized 1944 | int __maybe_unused flags = 0; | ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_nocb_toggle': /kisskb/src/kernel/rcu/rcutorture.c:1809:17: note: byref variable will be forcibly initialized 1809 | ktime_t toggle_delay; | ^~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:1808:31: note: byref variable will be forcibly initialized 1808 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ In file included from /kisskb/src/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_reader_do_mbchk': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1467:9: note: in expansion of macro 'smp_store_release' 1467 | smp_store_release(&rtrcp_assigner->rtc_chkrdr, -1); // Assigner can again assign. | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1466:9: note: in expansion of macro 'smp_store_release' 1466 | smp_store_release(&rtrcp->rtc_assigner, NULL); // Someone else can assign us work. | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1454:33: note: in expansion of macro 'smp_load_acquire' 1454 | if (!rtrcp_assigner || !smp_load_acquire(&rtrcp_assigner->rtc_ready)) | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1442:14: note: in expansion of macro 'smp_load_acquire' 1442 | !smp_load_acquire(&rtrcp_chker->rtc_assigner)) { // Pairs with smp_store_release below. | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1440:13: note: in expansion of macro 'smp_load_acquire' 1440 | smp_load_acquire(&rtrcp->rtc_chkrdr) < 0 && // Pairs with smp_store_release below. | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/kernel/rcu/rcutorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_one_read': /kisskb/src/kernel/rcu/rcutorture.c:1664:13: note: byref variable will be forcibly initialized 1664 | int readstate = 0; | ^~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_reader': /kisskb/src/kernel/rcu/rcutorture.c:1767:27: note: byref variable will be forcibly initialized 1767 | struct timer_list t; | ^ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:1766:31: note: byref variable will be forcibly initialized 1766 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fakewriter': /kisskb/src/kernel/rcu/rcutorture.c:1354:31: note: byref variable will be forcibly initialized 1354 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ In file included from /kisskb/src/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_writer': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1238:17: note: in expansion of macro 'rcu_assign_pointer' 1238 | rcu_assign_pointer(rcu_torture_current, rp); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog_nr': /kisskb/src/kernel/rcu/rcutorture.c:2321:29: note: byref variable will be forcibly initialized 2321 | struct fwd_cb_state fcs; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog': /kisskb/src/kernel/rcu/rcutorture.c:2549:13: note: byref variable will be forcibly initialized 2549 | int tested_tries = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2548:13: note: byref variable will be forcibly initialized 2548 | int tested = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_barrier': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2738:17: note: in expansion of macro 'wait_event' 2738 | wait_event(barrier_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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2735:17: note: in expansion of macro 'smp_store_release' 2735 | smp_store_release(&barrier_phase, !barrier_phase); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_read_exit_cleanup': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:310:21: note: in definition of macro '___wait_event' 310 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2945:9: note: in expansion of macro 'wait_event' 2945 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2945:34: note: in expansion of macro 'smp_load_acquire' 2945 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2945:9: note: in expansion of macro 'wait_event' 2945 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:343:13: note: in definition of macro 'wait_event' 343 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2945:34: note: in expansion of macro 'smp_load_acquire' 2945 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_barrier_cbs': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:310:21: note: in definition of macro '___wait_event' 310 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2699:17: note: in expansion of macro 'wait_event' 2699 | wait_event(barrier_cbs_wq[myid], | ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2701:29: note: in expansion of macro 'smp_load_acquire' 2701 | smp_load_acquire(&barrier_phase)) != lastphase || | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2699:17: note: in expansion of macro 'wait_event' 2699 | wait_event(barrier_cbs_wq[myid], | ^~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:343:13: note: in definition of macro 'wait_event' 343 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2701:29: note: in expansion of macro 'smp_load_acquire' 2701 | smp_load_acquire(&barrier_phase)) != lastphase || | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2693:25: note: byref variable will be forcibly initialized 2693 | struct rcu_head rcu; | ^~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_read_exit': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2919:9: note: in expansion of macro 'smp_store_release' 2919 | smp_store_release(&read_exit_child_stopped, true); // After reaping. | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:2880:31: note: byref variable will be forcibly initialized 2880 | DEFINE_TORTURE_RANDOM(trs); | ^~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_mem_dump_obj': /kisskb/src/kernel/rcu/rcutorture.c:1988:26: note: byref variable will be forcibly initialized 1988 | struct rcu_head *rhp; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:2956:23: note: byref variable will be forcibly initialized 2956 | unsigned long gp_seq = 0; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2955:13: note: byref variable will be forcibly initialized 2955 | int flags = 0; | ^~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:23: /kisskb/src/kernel/rcu/rcutorture.c: In function 'synchronize_rcu_mult_test': /kisskb/src/include/linux/rcupdate_wait.h:27:32: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:51:9: note: in expansion of macro '_wait_rcu_gp' 51 | _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:804:9: note: in expansion of macro 'synchronize_rcu_mult' 804 | synchronize_rcu_mult(call_rcu_tasks, call_rcu); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:51:9: note: in expansion of macro '_wait_rcu_gp' 51 | _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:804:9: note: in expansion of macro 'synchronize_rcu_mult' 804 | synchronize_rcu_mult(call_rcu_tasks, call_rcu); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_init': /kisskb/src/kernel/rcu/rcutorture.c:3145:23: note: byref variable will be forcibly initialized 3145 | unsigned long gp_seq = 0; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3144:13: note: byref variable will be forcibly initialized 3144 | int flags = 0; | ^~~~~ In file included from /kisskb/src/sound/core/pcm_native.c:22: /kisskb/src/sound/core/pcm_native.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/drivers/phy/cadence/cdns-dphy.c: In function 'cdns_dphy_config_from_opts': /kisskb/src/drivers/phy/cadence/cdns-dphy.c:218:22: note: byref variable will be forcibly initialized 218 | unsigned int dsi_hfp_ext = 0; | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/sound/core/pcm_param_trace.h:143, from /kisskb/src/sound/core/pcm_native.c:32: /kisskb/src/sound/core/pcm_native.c: In function 'perf_trace_hw_mask_param': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'perf_trace_hw_interval_param': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/sound/core/pcm_param_trace.h:143, from /kisskb/src/sound/core/pcm_native.c:32: /kisskb/src/sound/core/pcm_native.c: In function 'trace_event_raw_event_hw_mask_param': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'trace_event_raw_event_hw_interval_param': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/sound/core/pcm_param_trace.h:143, from /kisskb/src/sound/core/pcm_native.c:32: /kisskb/src/sound/core/pcm_native.c: In function '__bpf_trace_hw_mask_param': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ /kisskb/src/fs/proc/generic.c: In function '__proc_create': /kisskb/src/fs/proc/generic.c:399:21: note: byref variable will be forcibly initialized 399 | struct qstr qstr; | ^~~~ /kisskb/src/fs/proc/generic.c:398:21: note: byref variable will be forcibly initialized 398 | const char *fn; | ^~ /kisskb/src/sound/core/pcm_native.c: In function '__bpf_trace_hw_interval_param': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ /kisskb/src/fs/proc/generic.c: In function 'proc_create_mount_point': /kisskb/src/fs/proc/generic.c:528:38: note: byref variable will be forcibly initialized 528 | struct proc_dir_entry *ent, *parent = NULL; | ^~~~~~ /kisskb/src/fs/proc/generic.c: In function 'remove_proc_entry': /kisskb/src/fs/proc/generic.c:689:21: note: byref variable will be forcibly initialized 689 | const char *fn = name; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/sound/core/pcm_native.c:7: /kisskb/src/sound/core/pcm_native.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/proc/generic.c: In function 'remove_proc_subtree': /kisskb/src/fs/proc/generic.c:728:21: note: byref variable will be forcibly initialized 728 | const char *fn = name; | ^~ /kisskb/src/sound/core/pcm_native.c: In function 'constrain_mask_params': /kisskb/src/sound/core/pcm_native.c:291:25: note: byref variable will be forcibly initialized 291 | struct snd_mask old_mask; | ^~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'constrain_params_by_rules': /kisskb/src/sound/core/pcm_native.c:368:29: note: byref variable will be forcibly initialized 368 | struct snd_interval old_interval; | ^~~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c:367:25: note: byref variable will be forcibly initialized 367 | struct snd_mask old_mask; | ^~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'constrain_interval_params': /kisskb/src/sound/core/pcm_native.c:327:29: note: byref variable will be forcibly initialized 327 | struct snd_interval old_interval; | ^~~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_buffer_bytes_max': /kisskb/src/sound/core/pcm_native.c:2471:29: note: byref variable will be forcibly initialized 2471 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_muldivk': /kisskb/src/sound/core/pcm_native.c:2380:29: note: byref variable will be forcibly initialized 2380 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_mulkdiv': /kisskb/src/sound/core/pcm_native.c:2390:29: note: byref variable will be forcibly initialized 2390 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_mul': /kisskb/src/sound/core/pcm_native.c:2362:29: note: byref variable will be forcibly initialized 2362 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_div': /kisskb/src/sound/core/pcm_native.c:2371:29: note: byref variable will be forcibly initialized 2371 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_sample_bits': /kisskb/src/sound/core/pcm_native.c:2422:29: note: byref variable will be forcibly initialized 2422 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_format': /kisskb/src/sound/core/pcm_native.c:2403:25: note: byref variable will be forcibly initialized 2403 | struct snd_mask m; | ^ In file included from /kisskb/src/sound/core/pcm_native.c:3955: /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_ioctl_delay_compat': /kisskb/src/sound/core/pcm_compat.c:15:27: note: byref variable will be forcibly initialized 15 | snd_pcm_sframes_t delay; | ^~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_sync_ptr': /kisskb/src/sound/core/pcm_native.c:3033:33: note: byref variable will be forcibly initialized 3033 | struct snd_pcm_sync_ptr sync_ptr; | ^~~~~~~~ In file included from /kisskb/src/sound/core/pcm_native.c:3955: /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_ioctl_sync_ptr_buggy': /kisskb/src/sound/core/pcm_compat.c:499:33: note: byref variable will be forcibly initialized 499 | struct snd_pcm_sync_ptr sync_ptr; | ^~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_params_choose': /kisskb/src/sound/core/pcm_native.c:652:29: note: byref variable will be forcibly initialized 652 | struct snd_interval old_interval; | ^~~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c:651:25: note: byref variable will be forcibly initialized 651 | struct snd_mask old_mask; | ^~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_channel_info_user': /kisskb/src/sound/core/pcm_native.c:1166:37: note: byref variable will be forcibly initialized 1166 | struct snd_pcm_channel_info info; | ^~~~ In file included from /kisskb/src/sound/core/pcm_native.c:3955: /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_ioctl_channel_info_compat': /kisskb/src/sound/core/pcm_compat.c:131:37: note: byref variable will be forcibly initialized 131 | struct snd_pcm_channel_info info; | ^~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_sw_params_user': /kisskb/src/sound/core/pcm_native.c:971:34: note: byref variable will be forcibly initialized 971 | struct snd_pcm_sw_params params; | ^~~~~~ In file included from /kisskb/src/sound/core/pcm_native.c:3955: /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_ioctl_sw_params_compat': /kisskb/src/sound/core/pcm_compat.c:89:34: note: byref variable will be forcibly initialized 89 | struct snd_pcm_sw_params params; | ^~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_drain': /kisskb/src/sound/core/pcm_native.c:2092:28: note: byref variable will be forcibly initialized 2092 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_xferi_frames_ioctl': /kisskb/src/sound/core/pcm_native.c:3202:26: note: byref variable will be forcibly initialized 3202 | struct snd_xferi xferi; | ^~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_xfern_frames_ioctl': /kisskb/src/sound/core/pcm_native.c:3224:26: note: byref variable will be forcibly initialized 3224 | struct snd_xfern xfern; | ^~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_open_substream': /kisskb/src/sound/core/pcm_native.c:2722:35: note: byref variable will be forcibly initialized 2722 | struct snd_pcm_substream *substream; | ^~~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_open_file': /kisskb/src/sound/core/pcm_native.c:2772:35: note: byref variable will be forcibly initialized 2772 | struct snd_pcm_substream *substream; | ^~~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_open': /kisskb/src/sound/core/pcm_native.c:2823:28: note: byref variable will be forcibly initialized 2823 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/drivers/bus/mhi/ep/main.c: In function 'mhi_ep_enable': /kisskb/src/drivers/bus/mhi/ep/main.c:632:14: note: byref variable will be forcibly initialized 632 | bool mhi_reset; | ^~~~~~~~~ /kisskb/src/drivers/bus/mhi/ep/main.c:631:24: note: byref variable will be forcibly initialized 631 | enum mhi_state state; | ^~~~~ 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/bus/mhi/ep/main.c:12: /kisskb/src/drivers/bus/mhi/ep/main.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/ep/main.c:10: /kisskb/src/drivers/bus/mhi/ep/main.c: In function 'mhi_ep_queue_channel_db': /kisskb/src/drivers/bus/mhi/ep/main.c:798:19: note: byref variable will be forcibly initialized 798 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/bus/mhi/ep/main.c: In function 'mhi_ep_irq': /kisskb/src/drivers/bus/mhi/ep/main.c:879:14: note: byref variable will be forcibly initialized 879 | bool mhi_reset; | ^~~~~~~~~ /kisskb/src/drivers/bus/mhi/ep/main.c:877:24: note: byref variable will be forcibly initialized 877 | enum mhi_state state; | ^~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_status64': /kisskb/src/sound/core/pcm_native.c:1047:43: note: byref variable will be forcibly initialized 1047 | struct timespec64 tstamp; | ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/ep/main.c:10: /kisskb/src/drivers/bus/mhi/ep/main.c: In function 'mhi_ep_ch_ring_worker': /kisskb/src/drivers/bus/mhi/ep/main.c:710:19: note: byref variable will be forcibly initialized 710 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_status_user64': /kisskb/src/sound/core/pcm_native.c:1073:33: note: byref variable will be forcibly initialized 1073 | struct snd_pcm_status64 status; | ^~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_status_user32': /kisskb/src/sound/core/pcm_native.c:1098:33: note: byref variable will be forcibly initialized 1098 | struct snd_pcm_status32 status32; | ^~~~~~~~ /kisskb/src/sound/core/pcm_native.c:1097:33: note: byref variable will be forcibly initialized 1097 | struct snd_pcm_status64 status64; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/ep/main.c: In function 'mhi_ep_state_worker': /kisskb/src/drivers/bus/mhi/ep/main.c:761:19: note: byref variable will be forcibly initialized 761 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_common_ioctl': /kisskb/src/sound/core/pcm_native.c:3350:35: note: byref variable will be forcibly initialized 3350 | snd_pcm_sframes_t delay = 0; | ^~~~~ In file included from /kisskb/src/sound/core/pcm_native.c:3955: /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_status_user_compat64': /kisskb/src/sound/core/pcm_compat.c:186:40: note: byref variable will be forcibly initialized 186 | struct compat_snd_pcm_status64 compat_status64; | ^~~~~~~~~~~~~~~ /kisskb/src/sound/core/pcm_compat.c:185:33: note: byref variable will be forcibly initialized 185 | struct snd_pcm_status64 status; | ^~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special': /kisskb/src/crypto/ecc.c:535:13: note: byref variable will be forcibly initialized 535 | u64 r[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c:534:13: note: byref variable will be forcibly initialized 534 | u64 t[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special2': /kisskb/src/crypto/ecc.c:585:21: note: byref variable will be forcibly initialized 585 | u64 qc[ECC_MAX_DIGITS * 2]; | ^~ /kisskb/src/crypto/ecc.c:570:13: note: byref variable will be forcibly initialized 570 | u64 m[ECC_MAX_DIGITS * 2]; /* expanded mod */ | ^ /kisskb/src/crypto/ecc.c:569:13: note: byref variable will be forcibly initialized 569 | u64 r[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c:568:13: note: byref variable will be forcibly initialized 568 | u64 q[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_slow': /kisskb/src/crypto/ecc.c:617:13: note: byref variable will be forcibly initialized 617 | u64 tmp[2 * ECC_MAX_DIGITS]; | ^~~ /kisskb/src/crypto/ecc.c:616:13: note: byref variable will be forcibly initialized 616 | u64 mod_m[2 * ECC_MAX_DIGITS]; | ^~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_barrett': /kisskb/src/crypto/ecc.c:667:13: note: byref variable will be forcibly initialized 667 | u64 r[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c:666:13: note: byref variable will be forcibly initialized 666 | u64 q[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_ratnum': /kisskb/src/sound/core/pcm_lib.c:793:29: note: byref variable will be forcibly initialized 793 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_rule_ratnums': /kisskb/src/sound/core/pcm_lib.c:1317:31: note: byref variable will be forcibly initialized 1317 | unsigned int num = 0, den = 0; | ^~~ /kisskb/src/sound/core/pcm_lib.c:1317:22: note: byref variable will be forcibly initialized 1317 | unsigned int num = 0, den = 0; | ^~~ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_list': /kisskb/src/sound/core/pcm_lib.c:1009:29: note: byref variable will be forcibly initialized 1009 | struct snd_interval list_range; | ^~~~~~~~~~ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_rule_noresample_func': /kisskb/src/sound/core/pcm_lib.c:1488:22: note: byref variable will be forcibly initialized 1488 | unsigned int base_rate = (unsigned int)(uintptr_t)rule->private; | ^~~~~~~~~ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_ranges': /kisskb/src/sound/core/pcm_lib.c:1049:29: note: byref variable will be forcibly initialized 1049 | struct snd_interval range; | ^~~~~ /kisskb/src/sound/core/pcm_lib.c:1048:29: note: byref variable will be forcibly initialized 1048 | struct snd_interval range_union; | ^~~~~~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_slow': /kisskb/src/crypto/ecc.c:958:13: note: byref variable will be forcibly initialized 958 | u64 product[ECC_MAX_DIGITS * 2]; | ^~~~~~~ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_constraint_minmax': /kisskb/src/sound/core/pcm_lib.c:1243:29: note: byref variable will be forcibly initialized 1243 | struct snd_interval t; | ^ /kisskb/src/crypto/ecc.c: In function 'vli_mod_inv': /kisskb/src/crypto/ecc.c:994:32: note: byref variable will be forcibly initialized 994 | u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:994:13: note: byref variable will be forcibly initialized 994 | u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:993:32: note: byref variable will be forcibly initialized 993 | u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; | ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_ratden': /kisskb/src/crypto/ecc.c:993:13: note: byref variable will be forcibly initialized 993 | u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; | ^ /kisskb/src/sound/core/pcm_lib.c:911:29: note: byref variable will be forcibly initialized 911 | struct snd_interval t; | ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_rule_ratdens': /kisskb/src/sound/core/pcm_lib.c:1352:31: note: byref variable will be forcibly initialized 1352 | unsigned int num = 0, den = 0; | ^~~ /kisskb/src/sound/core/pcm_lib.c:1352:22: note: byref variable will be forcibly initialized 1352 | unsigned int num = 0, den = 0; | ^~~ /kisskb/src/crypto/ecc.c: In function '__ecc_is_key_valid': /kisskb/src/crypto/ecc.c:1421:13: note: byref variable will be forcibly initialized 1421 | u64 res[ECC_MAX_DIGITS]; | ^~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_fast': /kisskb/src/crypto/ecc.c:913:13: note: byref variable will be forcibly initialized 913 | u64 tmp[2 * ECC_MAX_DIGITS]; | ^~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_square_fast': /kisskb/src/crypto/ecc.c:979:13: note: byref variable will be forcibly initialized 979 | u64 product[2 * ECC_MAX_DIGITS]; | ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_fast': /kisskb/src/crypto/ecc.c:969:13: note: byref variable will be forcibly initialized 969 | u64 product[2 * ECC_MAX_DIGITS]; | ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_double_jacobian': /kisskb/src/crypto/ecc.c:1085:13: note: byref variable will be forcibly initialized 1085 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1084:13: note: byref variable will be forcibly initialized 1084 | u64 t4[ECC_MAX_DIGITS]; | ^~ /kisskb/src/sound/core/pcm_lib.c: In function 'update_audio_tstamp': /kisskb/src/sound/core/pcm_lib.c:214:27: note: byref variable will be forcibly initialized 214 | struct timespec64 driver_tstamp; | ^~~~~~~~~~~~~ In file included from /kisskb/src/sound/core/pcm_lib.c:8: /kisskb/src/sound/core/pcm_lib.c: In function 'krealloc_array': /kisskb/src/crypto/ecc.c: In function 'xycz_add': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/crypto/ecc.c:1186:13: note: byref variable will be forcibly initialized 1186 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_rule_add': /kisskb/src/sound/core/pcm_lib.c:1128:17: note: byref variable will be forcibly initialized 1128 | va_list args; | ^~~~ /kisskb/src/crypto/ecc.c: In function 'apply_z': /kisskb/src/crypto/ecc.c:1147:13: note: byref variable will be forcibly initialized 1147 | u64 t1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_add': /kisskb/src/crypto/ecc.c:1346:13: note: byref variable will be forcibly initialized 1346 | u64 py[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1345:13: note: byref variable will be forcibly initialized 1345 | u64 px[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1344:13: note: byref variable will be forcibly initialized 1344 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c: In function 'xycz_initial_double': /kisskb/src/crypto/ecc.c:1159:13: note: byref variable will be forcibly initialized 1159 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/zstd.c: In function '__zstd_compress': /kisskb/src/crypto/zstd.c:155:31: note: byref variable will be forcibly initialized 155 | const zstd_parameters params = zstd_params(); | ^~~~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult_shamir': /kisskb/src/crypto/ecc.c:1402:29: note: byref variable will be forcibly initialized 1402 | u64 tz[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1401:29: note: byref variable will be forcibly initialized 1401 | u64 ty[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1400:29: note: byref variable will be forcibly initialized 1400 | u64 tx[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1373:26: note: byref variable will be forcibly initialized 1373 | struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); | ^~~ /kisskb/src/crypto/ecc.c:1368:13: note: byref variable will be forcibly initialized 1368 | u64 sump[2][ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecc.c:1367:13: note: byref variable will be forcibly initialized 1367 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/zstd.c: In function 'zstd_comp_init': /kisskb/src/crypto/zstd.c:35:31: note: byref variable will be forcibly initialized 35 | const zstd_parameters params = zstd_params(); | ^~~~~~ /kisskb/src/crypto/ecc.c: In function 'xycz_add_c': /kisskb/src/crypto/ecc.c:1231:13: note: byref variable will be forcibly initialized 1231 | u64 t7[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1230:13: note: byref variable will be forcibly initialized 1230 | u64 t6[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1229:13: note: byref variable will be forcibly initialized 1229 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdh_helper.c: In function 'crypto_ecdh_encode_key': /kisskb/src/crypto/ecdh_helper.c:37:27: note: byref variable will be forcibly initialized 37 | struct kpp_secret secret = { | ^~~~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult': /kisskb/src/crypto/ecc.c:1289:13: note: byref variable will be forcibly initialized 1289 | u64 sk[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1288:13: note: byref variable will be forcibly initialized 1288 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:1287:13: note: byref variable will be forcibly initialized 1287 | u64 ry[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdh_helper.c: In function 'crypto_ecdh_decode_key': /kisskb/src/crypto/ecdh_helper.c:60:27: note: byref variable will be forcibly initialized 60 | struct kpp_secret secret; | ^~~~~~ /kisskb/src/crypto/ecc.c:1286:13: note: byref variable will be forcibly initialized 1286 | u64 rx[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_gen_privkey': /kisskb/src/crypto/ecc.c:1470:13: note: byref variable will be forcibly initialized 1470 | u64 priv[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_is_pubkey_valid_partial': /kisskb/src/crypto/ecc.c:1551:54: note: byref variable will be forcibly initialized 1551 | u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:1551:33: note: byref variable will be forcibly initialized 1551 | u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; | ^~~ /kisskb/src/crypto/ecc.c:1551:13: note: byref variable will be forcibly initialized 1551 | u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_make_pub_key': /kisskb/src/crypto/ecc.c:1513:13: note: byref variable will be forcibly initialized 1513 | u64 priv[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/sound/core/pcm_lib.c: In function 'wait_for_avail': /kisskb/src/sound/core/pcm_lib.c:1865:28: note: byref variable will be forcibly initialized 1865 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/crypto/ecc.c: In function 'crypto_ecdh_shared_secret': /kisskb/src/crypto/ecc.c:1614:13: note: byref variable will be forcibly initialized 1614 | u64 rand_z[ECC_MAX_DIGITS]; | ^~~~~~ /kisskb/src/crypto/ecc.c:1613:13: note: byref variable will be forcibly initialized 1613 | u64 priv[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/sound/core/pcm_lib.c: In function '__snd_pcm_xrun': /kisskb/src/sound/core/pcm_lib.c:149:35: note: byref variable will be forcibly initialized 149 | struct timespec64 tstamp; | ^~~~~~ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_update_hw_ptr0': /kisskb/src/sound/core/pcm_lib.c:302:30: note: byref variable will be forcibly initialized 302 | char name[16]; | ^~~~ /kisskb/src/sound/core/pcm_lib.c:268:27: note: byref variable will be forcibly initialized 268 | struct timespec64 audio_tstamp; | ^~~~~~~~~~~~ /kisskb/src/sound/core/pcm_lib.c:267:27: note: byref variable will be forcibly initialized 267 | struct timespec64 curr_tstamp; | ^~~~~~~~~~~ /kisskb/src/sound/core/pcm_lib.c: In function '__snd_pcm_lib_xfer': /kisskb/src/sound/core/pcm_lib.c:2175:27: note: byref variable will be forcibly initialized 2175 | snd_pcm_uframes_t avail; | ^~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/tcrypt.c:22: /kisskb/src/crypto/tcrypt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_skcipher_speed': /kisskb/src/crypto/tcrypt.c:1357:44: note: byref variable will be forcibly initialized 1357 | struct scatterlist sg[TVMEMSIZE]; | ^~ /kisskb/src/crypto/tcrypt.c:1317:14: note: byref variable will be forcibly initialized 1317 | char iv[128]; | ^~ /kisskb/src/crypto/tcrypt.c:1315:28: note: byref variable will be forcibly initialized 1315 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_mb_skcipher_speed': /kisskb/src/crypto/tcrypt.c:1078:14: note: byref variable will be forcibly initialized 1078 | char iv[128]; | ^~ /kisskb/src/crypto/tcrypt.c: In function 'test_aead_speed': /kisskb/src/crypto/tcrypt.c:546:28: note: byref variable will be forcibly initialized 546 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/tcrypt.c:543:15: note: byref variable will be forcibly initialized 543 | char *axbuf[XBUFSIZE]; | ^~~~~ /kisskb/src/crypto/tcrypt.c:542:15: note: byref variable will be forcibly initialized 542 | char *xoutbuf[XBUFSIZE]; | ^~~~~~~ /kisskb/src/crypto/tcrypt.c:541:15: note: byref variable will be forcibly initialized 541 | char *xbuf[XBUFSIZE]; | ^~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip': /kisskb/src/kernel/irq/chip.c:43:23: note: byref variable will be forcibly initialized 43 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_handler_data': /kisskb/src/kernel/irq/chip.c:89:23: note: byref variable will be forcibly initialized 89 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip_data': /kisskb/src/kernel/irq/chip.c:144:23: note: byref variable will be forcibly initialized 144 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_modify_status': /kisskb/src/kernel/irq/chip.c:1086:23: note: byref variable will be forcibly initialized 1086 | unsigned long flags, trigger, tmp; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_irq_type': /kisskb/src/kernel/irq/chip.c:67:23: note: byref variable will be forcibly initialized 67 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_msi_desc_off': /kisskb/src/kernel/irq/chip.c:111:23: note: byref variable will be forcibly initialized 111 | unsigned long flags; | ^~~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_ahash_speed_common': /kisskb/src/crypto/tcrypt.c:878:28: note: byref variable will be forcibly initialized 878 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/tcrypt.c:877:28: note: byref variable will be forcibly initialized 877 | struct scatterlist sg[TVMEMSIZE]; | ^~ /kisskb/src/kernel/irq/chip.c: In function '__irq_set_handler': /kisskb/src/kernel/irq/chip.c:1047:23: note: byref variable will be forcibly initialized 1047 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chained_handler_and_data': /kisskb/src/kernel/irq/chip.c:1062:23: note: byref variable will be forcibly initialized 1062 | unsigned long flags; | ^~~~~ /kisskb/src/crypto/ecdh.c: In function 'ecdh_set_secret': /kisskb/src/crypto/ecdh.c:30:21: note: byref variable will be forcibly initialized 30 | struct ecdh params; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/module/tree_lookup.c:9: /kisskb/src/kernel/module/tree_lookup.c: In function 'rb_link_node_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree.h:74:9: note: in expansion of macro 'rcu_assign_pointer' 74 | rcu_assign_pointer(*rb_link, node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/essiv.c: In function 'essiv_aead_setkey': /kisskb/src/crypto/essiv.c:99:12: note: byref variable will be forcibly initialized 99 | u8 salt[HASH_MAX_DIGESTSIZE]; | ^~~~ /kisskb/src/crypto/essiv.c:98:36: note: byref variable will be forcibly initialized 98 | struct crypto_authenc_keys keys; | ^~~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/essiv.c:34: /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/essiv.c:97:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 97 | SHASH_DESC_ON_STACK(desc, tctx->hash); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/essiv.c: In function 'essiv_skcipher_setkey': /kisskb/src/crypto/essiv.c:70:12: note: byref variable will be forcibly initialized 70 | u8 salt[HASH_MAX_DIGESTSIZE]; | ^~~~ /kisskb/src/sound/core/pcm_memory.c: In function 'snd_pcm_lib_preallocate_proc_write': /kisskb/src/sound/core/pcm_memory.c:164:31: note: byref variable will be forcibly initialized 164 | struct snd_dma_buffer new_dmab; | ^~~~~~~~ /kisskb/src/sound/core/pcm_memory.c:162:24: note: byref variable will be forcibly initialized 162 | char line[64], str[64]; | ^~~ /kisskb/src/sound/core/pcm_memory.c:162:14: note: byref variable will be forcibly initialized 162 | char line[64], str[64]; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/kernel/dma/swiotlb.c:26: /kisskb/src/kernel/dma/swiotlb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/dma/swiotlb.c: In function 'swiotlb_mem_remap': /kisskb/src/kernel/dma/swiotlb.c:154:29: note: byref variable will be forcibly initialized 154 | phys_addr_t paddr = mem->start + swiotlb_unencrypted_base; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/swiotlb.h:41, from /kisskb/src/kernel/dma/swiotlb.c:52: /kisskb/src/kernel/dma/swiotlb.c: In function 'perf_trace_swiotlb_bounced': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/swiotlb.h:41, from /kisskb/src/kernel/dma/swiotlb.c:52: /kisskb/src/kernel/dma/swiotlb.c: In function 'trace_event_raw_event_swiotlb_bounced': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/swiotlb.h:41, from /kisskb/src/kernel/dma/swiotlb.c:52: /kisskb/src/kernel/dma/swiotlb.c: In function '__bpf_trace_swiotlb_bounced': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/kernel/dma/swiotlb.c:26: /kisskb/src/kernel/dma/swiotlb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/dma/swiotlb.c: In function 'swiotlb_map': /kisskb/src/kernel/dma/swiotlb.c:710:20: note: byref variable will be forcibly initialized 710 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/sound/core/memalloc.c: In function 'snd_dma_noncontig_get_chunk_size': /kisskb/src/sound/core/memalloc.c:583:33: note: byref variable will be forcibly initialized 583 | struct sg_dma_page_iter iter; | ^~~~ /kisskb/src/sound/core/memalloc.c: In function 'snd_dma_noncontig_get_addr': /kisskb/src/sound/core/memalloc.c:562:33: note: byref variable will be forcibly initialized 562 | struct sg_dma_page_iter iter; | ^~~~ /kisskb/src/sound/core/memalloc.c: In function 'snd_dma_noncontig_get_page': /kisskb/src/sound/core/memalloc.c:572:29: note: byref variable will be forcibly initialized 572 | struct sg_page_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/dma-map-ops.h:9, from /kisskb/src/kernel/dma/remap.c:5: /kisskb/src/kernel/dma/remap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/mhi/ep/ring.c: In function 'mhi_ep_ring_num_elems': /kisskb/src/drivers/bus/mhi/ep/ring.c:17:16: note: byref variable will be forcibly initialized 17 | __le64 rlen; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/mhi.h:9, from /kisskb/src/include/linux/mhi_ep.h:10, from /kisskb/src/drivers/bus/mhi/ep/ring.c:7: /kisskb/src/drivers/bus/mhi/ep/ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/mhi/ep/ring.c: In function 'mhi_ep_ring_add_element': /kisskb/src/drivers/bus/mhi/ep/ring.c:107:16: note: byref variable will be forcibly initialized 107 | __le64 rp; | ^~ /kisskb/src/drivers/bus/mhi/ep/ring.c: In function 'mhi_ep_ring_start': /kisskb/src/drivers/bus/mhi/ep/ring.c:164:16: note: byref variable will be forcibly initialized 164 | __le64 val; | ^~~ /kisskb/src/kernel/irq/devres.c: In function 'devm_free_irq': /kisskb/src/kernel/irq/devres.c:141:27: note: byref variable will be forcibly initialized 141 | struct irq_devres match_data = { irq, dev_id }; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/irq/devres.c:2: /kisskb/src/kernel/irq/devres.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/devres.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c: In function 'ns2_pin_config_get': /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:847:13: note: byref variable will be forcibly initialized 847 | u16 arg = 0; | ^~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:846:23: note: byref variable will be forcibly initialized 846 | bool pull_up, pull_down; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:846:14: note: byref variable will be forcibly initialized 846 | bool pull_up, pull_down; | ^~~~~~~ In file included from /kisskb/src/include/linux/pinctrl/pinconf-generic.h:14, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:21: /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/kernel/dma/map_benchmark.c:8: /kisskb/src/kernel/dma/map_benchmark.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/math/prime_numbers.c:4: /kisskb/src/lib/math/prime_numbers.c: In function 'free_primes': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c:168:17: note: in expansion of macro 'rcu_assign_pointer' 168 | rcu_assign_pointer(primes, &small_primes); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c: In function 'expand_to_next_prime': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c:152:9: note: in expansion of macro 'rcu_assign_pointer' 152 | rcu_assign_pointer(primes, new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/math/rational-test.c:3: /kisskb/src/lib/math/rational-test.c: In function 'rational_test': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/rational-test.c:41:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 41 | KUNIT_EXPECT_EQ(test, d, param->exp_den); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/rational-test.c:40:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 40 | KUNIT_EXPECT_EQ(test, n, param->exp_num); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/math/rational-test.c:37:30: note: byref variable will be forcibly initialized 37 | unsigned long n = 0, d = 0; | ^ /kisskb/src/lib/math/rational-test.c:37:23: note: byref variable will be forcibly initialized 37 | unsigned long n = 0, d = 0; | ^ 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/generic-chip.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/irq/generic-chip.c:11: /kisskb/src/kernel/irq/generic-chip.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/fs/proc/array.c: In function 'task_cap': /kisskb/src/fs/proc/array.c:314:35: note: byref variable will be forcibly initialized 314 | cap_bset, cap_ambient; | ^~~~~~~~~~~ /kisskb/src/fs/proc/array.c:314:25: note: byref variable will be forcibly initialized 314 | cap_bset, cap_ambient; | ^~~~~~~~ /kisskb/src/fs/proc/array.c:313:54: note: byref variable will be forcibly initialized 313 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:313:39: note: byref variable will be forcibly initialized 313 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:313:22: note: byref variable will be forcibly initialized 313 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/time_namespace.h:6, from /kisskb/src/fs/proc/array.c:59: /kisskb/src/fs/proc/array.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/fs/proc/array.c: In function 'proc_task_name': /kisskb/src/fs/proc/array.c:101:14: note: byref variable will be forcibly initialized 101 | char tcomm[64]; | ^~~~~ /kisskb/src/fs/proc/array.c: In function 'do_task_stat': /kisskb/src/fs/proc/array.c:472:23: note: byref variable will be forcibly initialized 472 | unsigned long flags; | ^~~~~ /kisskb/src/fs/proc/array.c:469:36: note: byref variable will be forcibly initialized 469 | u64 cutime, cstime, utime, stime; | ^~~~~ /kisskb/src/fs/proc/array.c:469:29: note: byref variable will be forcibly initialized 469 | u64 cutime, cstime, utime, stime; | ^~~~~ /kisskb/src/fs/proc/array.c:460:26: note: byref variable will be forcibly initialized 460 | sigset_t sigign, sigcatch; | ^~~~~~~~ /kisskb/src/fs/proc/array.c:460:18: note: byref variable will be forcibly initialized 460 | sigset_t sigign, sigcatch; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/fs/proc/array.c: In function 'task_sig': /kisskb/src/fs/proc/array.c:261:56: note: byref variable will be forcibly initialized 261 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~ /kisskb/src/fs/proc/array.c:261:47: note: byref variable will be forcibly initialized 261 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:261:38: note: byref variable will be forcibly initialized 261 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:261:27: note: byref variable will be forcibly initialized 261 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~~~ /kisskb/src/fs/proc/array.c:261:18: note: byref variable will be forcibly initialized 261 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:260:23: note: byref variable will be forcibly initialized 260 | unsigned long flags; | ^~~~~ /kisskb/src/fs/proc/array.c: In function 'proc_pid_statm': /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_xlate_twocell': /kisskb/src/fs/proc/array.c:671:31: note: byref variable will be forcibly initialized 671 | unsigned long data = 0; | ^~~~ /kisskb/src/kernel/irq/irqdomain.c:965:27: note: byref variable will be forcibly initialized 965 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/fs/proc/array.c:670:31: note: byref variable will be forcibly initialized 670 | unsigned long text = 0; | ^~~~ /kisskb/src/fs/proc/array.c:669:31: note: byref variable will be forcibly initialized 669 | unsigned long shared = 0; | ^~~~~~ /kisskb/src/fs/proc/array.c:668:31: note: byref variable will be forcibly initialized 668 | unsigned long resident = 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:25, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:525:17: note: in expansion of macro 'rcu_assign_pointer' 525 | rcu_assign_pointer(domain->revmap[hwirq], irq_data); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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/sound/core.h:10, from /kisskb/src/sound/core/rawmidi.c:7: /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_drain_output': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/rawmidi.c:232:19: note: in expansion of macro 'wait_event_interruptible_timeout' 232 | timeout = wait_event_interruptible_timeout(runtime->sleep, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_clear_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:510:17: note: in expansion of macro 'rcu_assign_pointer' 510 | rcu_assign_pointer(domain->revmap[hwirq], NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ 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:25, 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_fix_revmap': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:1520:17: note: in expansion of macro 'rcu_assign_pointer' 1520 | rcu_assign_pointer(d->domain->revmap[d->hwirq], d); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_fwspec_mapping': /kisskb/src/kernel/irq/irqdomain.c:765:22: note: byref variable will be forcibly initialized 765 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/kernel/irq/irqdomain.c:764:25: note: byref variable will be forcibly initialized 764 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_info_user': /kisskb/src/sound/core/rawmidi.c:612:33: note: byref variable will be forcibly initialized 612 | struct snd_rawmidi_info info; | ^~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_of_mapping': /kisskb/src/kernel/irq/irqdomain.c:853:27: note: byref variable will be forcibly initialized 853 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl_status32': /kisskb/src/sound/core/rawmidi.c:782:37: note: byref variable will be forcibly initialized 782 | struct snd_rawmidi_status64 status64; | ^~~~~~~~ /kisskb/src/sound/core/rawmidi.c:781:37: note: byref variable will be forcibly initialized 781 | struct snd_rawmidi_status32 status32; | ^~~~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl_status64': /kisskb/src/sound/core/rawmidi.c:823:37: note: byref variable will be forcibly initialized 823 | struct snd_rawmidi_status64 status; | ^~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'close_substream': /kisskb/src/sound/core/rawmidi.c:515:47: note: byref variable will be forcibly initialized 515 | unsigned char buf = 0xfe; | ^~~ /kisskb/src/sound/core/rawmidi.c: In function 'rawmidi_open_priv': /kisskb/src/sound/core/rawmidi.c:332:55: note: byref variable will be forcibly initialized 332 | struct snd_rawmidi_substream *sinput = NULL, *soutput = NULL; | ^~~~~~~ /kisskb/src/sound/core/rawmidi.c:332:39: note: byref variable will be forcibly initialized 332 | struct snd_rawmidi_substream *sinput = NULL, *soutput = NULL; | ^~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'get_framing_tstamp': /kisskb/src/sound/core/rawmidi.c:1035:27: note: byref variable will be forcibly initialized 1035 | struct timespec64 ts64 = {0, 0}; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_receive': /kisskb/src/sound/core/rawmidi.c:1065:27: note: byref variable will be forcibly initialized 1065 | struct timespec64 ts64 = get_framing_tstamp(substream); | ^~~~ In file included from /kisskb/src/sound/core/rawmidi.c:1618: /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl_params_compat': /kisskb/src/sound/core/rawmidi_compat.c:23:35: note: byref variable will be forcibly initialized 23 | struct snd_rawmidi_params params; | ^~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl_status_compat64': /kisskb/src/sound/core/rawmidi_compat.c:61:44: note: byref variable will be forcibly initialized 61 | struct compat_snd_rawmidi_status64 compat_status; | ^~~~~~~~~~~~~ /kisskb/src/sound/core/rawmidi_compat.c:60:37: note: byref variable will be forcibly initialized 60 | struct snd_rawmidi_status64 status; | ^~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl': /kisskb/src/sound/core/rawmidi.c:884:43: note: byref variable will be forcibly initialized 884 | struct snd_rawmidi_params params; | ^~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_info_select_user': /kisskb/src/sound/core/rawmidi.c:663:33: note: byref variable will be forcibly initialized 663 | struct snd_rawmidi_info info; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_dev_register': /kisskb/src/sound/core/rawmidi.c:1871:14: note: byref variable will be forcibly initialized 1871 | char name[16]; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_open': /kisskb/src/sound/core/rawmidi.c:409:28: note: byref variable will be forcibly initialized 409 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_write': /kisskb/src/sound/core/rawmidi.c:1567:44: note: byref variable will be forcibly initialized 1567 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/rawmidi.c:1532:44: note: byref variable will be forcibly initialized 1532 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_read': /kisskb/src/sound/core/rawmidi.c:1201:44: note: byref variable will be forcibly initialized 1201 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'write_irq_affinity': /kisskb/src/kernel/irq/proc.c:141:23: note: byref variable will be forcibly initialized 141 | cpumask_var_t new_value; | ^~~~~~~~~ /kisskb/src/kernel/irq/proc.c: In function 'irq_affinity_hint_proc_show': /kisskb/src/kernel/irq/proc.c:87:23: note: byref variable will be forcibly initialized 87 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'default_affinity_write': /kisskb/src/kernel/irq/proc.c:238:23: note: byref variable will be forcibly initialized 238 | cpumask_var_t new_value; | ^~~~~~~~~ /kisskb/src/kernel/irq/proc.c: In function 'register_handler_proc': /kisskb/src/kernel/irq/proc.c:321:14: note: byref variable will be forcibly initialized 321 | char name [MAX_NAMELEN]; | ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'register_irq_proc': /kisskb/src/kernel/irq/proc.c:342:14: note: byref variable will be forcibly initialized 342 | char name [MAX_NAMELEN]; | ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'unregister_irq_proc': /kisskb/src/kernel/irq/proc.c:395:14: note: byref variable will be forcibly initialized 395 | char name [MAX_NAMELEN]; | ^~~~ /kisskb/src/kernel/irq/pm.c: In function 'rearm_wake_irq': /kisskb/src/kernel/irq/pm.c:211:23: note: byref variable will be forcibly initialized 211 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/kernel/irq/msi.c:12: /kisskb/src/kernel/irq/msi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/msi.c: In function 'msi_domain_deactivate': /kisskb/src/kernel/irq/msi.c:524:24: note: byref variable will be forcibly initialized 524 | struct msi_msg msg[2]; | ^~~ In file included from /kisskb/src/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': 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/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/lib/crypto/chacha.c: In function 'chacha_block_generic': /kisskb/src/lib/crypto/chacha.c:78:13: note: byref variable will be forcibly initialized 78 | u32 x[16]; | ^ /kisskb/src/lib/crypto/chacha.c: In function 'hchacha_block_generic': /kisskb/src/lib/crypto/chacha.c:105:13: note: byref variable will be forcibly initialized 105 | u32 x[16]; | ^ /kisskb/src/kernel/irq/msi.c: In function 'msi_free_msi_descs_range': /kisskb/src/kernel/irq/msi.c:153:23: note: byref variable will be forcibly initialized 153 | unsigned long idx; | ^~~ /kisskb/src/kernel/irq/affinity.c: In function '__irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:258:20: note: byref variable will be forcibly initialized 258 | nodemask_t nodemsk = NODE_MASK_NONE; | ^~~~~~~ /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c: In function 'lochnagar2_get_gpio_chan': /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c:796:22: note: byref variable will be forcibly initialized 796 | unsigned int val; | ^~~ /kisskb/src/kernel/irq/affinity.c: In function 'irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:345:29: note: byref variable will be forcibly initialized 345 | cpumask_var_t nmsk, npresmsk; | ^~~~~~~~ /kisskb/src/kernel/irq/affinity.c:345:23: note: byref variable will be forcibly initialized 345 | cpumask_var_t nmsk, npresmsk; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c:13: /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/cirrus/pinctrl-madera-core.c: In function 'madera_pin_conf_get': /kisskb/src/drivers/pinctrl/cirrus/pinctrl-madera-core.c:748:22: note: byref variable will be forcibly initialized 748 | unsigned int conf[2]; | ^~~~ /kisskb/src/drivers/pinctrl/cirrus/pinctrl-madera-core.c: In function 'madera_pin_dbg_show': /kisskb/src/drivers/pinctrl/cirrus/pinctrl-madera-core.c:519:22: note: byref variable will be forcibly initialized 519 | unsigned int conf[2]; | ^~~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-a3700-comphy.c: In function 'mvebu_a3700_comphy_probe': /kisskb/src/drivers/phy/marvell/phy-mvebu-a3700-comphy.c:1356:21: note: byref variable will be forcibly initialized 1356 | u32 lane_id; | ^~~~~~~ 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:22: note: byref variable will be forcibly initialized 27 | char name[32]; | ^~~~ /kisskb/src/drivers/bus/arm-cci.c: In function 'cci_probe': /kisskb/src/drivers/bus/arm-cci.c:538:25: note: byref variable will be forcibly initialized 538 | struct resource res; | ^~~ /kisskb/src/kernel/time/time.c: In function 'get_timespec64': /kisskb/src/kernel/time/time.c:784:34: note: byref variable will be forcibly initialized 784 | struct __kernel_timespec kts; | ^~~ /kisskb/src/kernel/time/time.c: In function 'put_timespec64': /kisskb/src/kernel/time/time.c:807:34: note: byref variable will be forcibly initialized 807 | struct __kernel_timespec kts = { | ^~~ /kisskb/src/kernel/time/time.c: In function '__get_old_timespec32': /kisskb/src/kernel/time/time.c:819:31: note: byref variable will be forcibly initialized 819 | struct old_timespec32 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__put_old_timespec32': /kisskb/src/kernel/time/time.c:835:31: note: byref variable will be forcibly initialized 835 | struct old_timespec32 ts = { | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_gettimeofday': /kisskb/src/kernel/time/time.c:144:35: note: byref variable will be forcibly initialized 144 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_compat_sys_gettimeofday': /kisskb/src/kernel/time/time.c:228:35: note: byref variable will be forcibly initialized 228 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex': /kisskb/src/kernel/time/time.c:271:31: note: byref variable will be forcibly initialized 271 | struct __kernel_timex txc; /* Local copy of parameter */ | ^~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_settimeofday': /kisskb/src/kernel/time/time.c:203:25: note: byref variable will be forcibly initialized 203 | struct timezone new_tz; | ^~~~~~ /kisskb/src/kernel/time/time.c:202:27: note: byref variable will be forcibly initialized 202 | struct timespec64 new_ts; | ^~~~~~ /kisskb/src/kernel/time/time.c: In function '__do_compat_sys_settimeofday': /kisskb/src/kernel/time/time.c:247:25: note: byref variable will be forcibly initialized 247 | struct timezone new_tz; | ^~~~~~ /kisskb/src/kernel/time/time.c:246:27: note: byref variable will be forcibly initialized 246 | struct timespec64 new_ts; | ^~~~~~ /kisskb/src/kernel/time/time.c: In function 'timespec64_add_safe': /kisskb/src/kernel/time/time.c:768:27: note: byref variable will be forcibly initialized 768 | struct timespec64 res; | ^~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_get_remaining': /kisskb/src/kernel/time/hrtimer.c:1459:23: note: byref variable will be forcibly initialized 1459 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_run_queues': /kisskb/src/kernel/time/hrtimer.c:1725:25: note: byref variable will be forcibly initialized 1725 | ktime_t basenow; | ^~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_start_range_ns': /kisskb/src/kernel/time/hrtimer.c:1284:23: note: byref variable will be forcibly initialized 1284 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_try_to_cancel': /kisskb/src/kernel/time/hrtimer.c:1319:23: note: byref variable will be forcibly initialized 1319 | unsigned long flags; | ^~~~~ /kisskb/src/lib/crypto/libchacha.c: In function 'chacha_crypt_generic': /kisskb/src/lib/crypto/libchacha.c:19:12: note: byref variable will be forcibly initialized 19 | u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); | ^~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'clock_was_set': /kisskb/src/kernel/time/hrtimer.c:948:23: note: byref variable will be forcibly initialized 948 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'do_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2059:35: note: byref variable will be forcibly initialized 2059 | struct timespec64 rmt; | ^~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep_restart': /kisskb/src/kernel/time/hrtimer.c:2072:32: note: byref variable will be forcibly initialized 2072 | struct hrtimer_sleeper t; | ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2087:32: note: byref variable will be forcibly initialized 2087 | struct hrtimer_sleeper t; | ^ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2121:27: note: byref variable will be forcibly initialized 2121 | struct timespec64 tu; | ^~ /kisskb/src/kernel/time/hrtimer.c: In function 'schedule_hrtimeout_range_clock': /kisskb/src/kernel/time/hrtimer.c:2281:32: note: byref variable will be forcibly initialized 2281 | struct hrtimer_sleeper t; | ^ /kisskb/src/lib/crypto/aes.c: In function 'aes_encrypt': /kisskb/src/lib/crypto/aes.c:262:21: note: byref variable will be forcibly initialized 262 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/lib/crypto/aes.c:262:13: note: byref variable will be forcibly initialized 262 | u32 st0[4], st1[4]; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/timer.h:425, from /kisskb/src/kernel/time/timer.c:58: /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(timer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(timer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_start': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_timer_expire_entry': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_init': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_start': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_expire_entry': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:235:1: note: in expansion of macro 'TRACE_EVENT' 235 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:235:1: note: in expansion of macro 'TRACE_EVENT' 235 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/lib/crypto/aes.c: In function 'aes_decrypt': /kisskb/src/lib/crypto/aes.c:313:21: note: byref variable will be forcibly initialized 313 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/lib/crypto/aes.c:313:13: note: byref variable will be forcibly initialized 313 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_hrtimer_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/timer.h:258:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 258 | DECLARE_EVENT_CLASS(hrtimer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/timer.h:258:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 258 | DECLARE_EVENT_CLASS(hrtimer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_itimer_state': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_itimer_expire': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'perf_trace_tick_stop': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/timer.h:425, from /kisskb/src/kernel/time/timer.c:58: /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(timer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_expire_entry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_init': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_expire_entry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:235:1: note: in expansion of macro 'TRACE_EVENT' 235 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/timer.h:258:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 258 | DECLARE_EVENT_CLASS(hrtimer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_state': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_expire': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_tick_stop': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/timer.h:425, from /kisskb/src/kernel/time/timer.c:58: /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_timer_class': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(timer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(timer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_class': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:258:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 258 | DECLARE_EVENT_CLASS(hrtimer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:258:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 258 | DECLARE_EVENT_CLASS(hrtimer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_timer_start': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_init': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_itimer_state': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_itimer_expire': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_timer_expire_entry': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_start': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_hrtimer_expire_entry': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:235:1: note: in expansion of macro 'TRACE_EVENT' 235 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:235:1: note: in expansion of macro 'TRACE_EVENT' 235 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:235:1: note: in expansion of macro 'TRACE_EVENT' 235 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:235:1: note: in expansion of macro 'TRACE_EVENT' 235 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_tick_stop': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'internal_add_timer': /kisskb/src/kernel/time/timer.c:630:23: note: byref variable will be forcibly initialized 630 | unsigned long bucket_expiry; | ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'add_timer_on': /kisskb/src/kernel/time/timer.c:1211:23: note: byref variable will be forcibly initialized 1211 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function '__mod_timer': /kisskb/src/kernel/time/timer.c:1015:39: note: byref variable will be forcibly initialized 1015 | unsigned long clk = 0, flags, bucket_expiry; | ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c:1015:32: note: byref variable will be forcibly initialized 1015 | unsigned long clk = 0, flags, bucket_expiry; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'del_timer': /kisskb/src/kernel/time/timer.c:1254:23: note: byref variable will be forcibly initialized 1254 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'try_to_del_timer_sync': /kisskb/src/kernel/time/timer.c:1279:23: note: byref variable will be forcibly initialized 1279 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'schedule_timeout': /kisskb/src/kernel/time/timer.c:1898:30: note: byref variable will be forcibly initialized 1898 | struct process_timer timer; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'call_timer_fn': /kisskb/src/kernel/time/timer.c:1462:28: note: byref variable will be forcibly initialized 1462 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__run_timers': /kisskb/src/kernel/time/timer.c:1765:27: note: byref variable will be forcibly initialized 1765 | struct hlist_head heads[LVL_DEPTH]; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'usleep_range_state': /kisskb/src/kernel/time/timer.c:2126:17: note: byref variable will be forcibly initialized 2126 | ktime_t exp = ktime_add_us(ktime_get(), min); | ^~~ In file included from /kisskb/src/sound/pci/ac97/ac97_pcm.c:13: /kisskb/src/sound/pci/ac97/ac97_pcm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/pci/ac97/ac97_pcm.c: In function 'snd_ac97_pcm_assign': /kisskb/src/sound/pci/ac97/ac97_pcm.c:441:24: note: byref variable will be forcibly initialized 441 | unsigned short spdif_slots[4]; | ^~~~~~~~~~~ /kisskb/src/sound/pci/ac97/ac97_pcm.c:439:23: note: byref variable will be forcibly initialized 439 | unsigned char rate_table[2][4]; | ^~~~~~~~~~ /kisskb/src/sound/pci/ac97/ac97_pcm.c:438:24: note: byref variable will be forcibly initialized 438 | unsigned short avail_slots[2][4]; | ^~~~~~~~~~~ /kisskb/src/kernel/module/procfs.c: In function 'm_show': /kisskb/src/kernel/module/procfs.c:68:14: note: byref variable will be forcibly initialized 68 | char buf[MODULE_FLAGS_BUF_SIZE]; | ^~~ /kisskb/src/kernel/module/sysfs.c: In function 'module_sect_read': /kisskb/src/kernel/module/sysfs.c:40:14: note: byref variable will be forcibly initialized 40 | char bounce[MODULE_SECT_READ_SIZE + 1]; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/module/sysfs.c:8: /kisskb/src/kernel/module/sysfs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/module/sysfs.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/module/sysfs.c:8: /kisskb/src/kernel/module/sysfs.c: In function 'mod_kobject_put': /kisskb/src/kernel/module/sysfs.c:331:36: note: byref variable will be forcibly initialized 331 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi.c: In function 'mtk_hdmi_phy_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi.c:104:21: note: byref variable will be forcibly initialized 104 | const char *ref_clk_name; | ^~~~~~~~~~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-mipi-dsi.c: In function 'mtk_mipi_tx_get_calibration_datal': /kisskb/src/drivers/phy/mediatek/phy-mtk-mipi-dsi.c:94:16: note: byref variable will be forcibly initialized 94 | size_t len; | ^~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-mipi-dsi.c: In function 'mtk_mipi_tx_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-mipi-dsi.c:133:21: note: byref variable will be forcibly initialized 133 | const char *ref_clk_name; | ^~~~~~~~~~~~ /kisskb/src/fs/proc/fd.c: In function 'tid_fd_revalidate': /kisskb/src/fs/proc/fd.c:151:25: note: byref variable will be forcibly initialized 151 | fmode_t f_mode; | ^~~~~~ /kisskb/src/fs/proc/fd.c: In function 'proc_readfd_common': /kisskb/src/fs/proc/fd.c:257:22: note: byref variable will be forcibly initialized 257 | char name[10 + 1]; | ^~~~ /kisskb/src/fs/proc/fd.c:256:32: note: byref variable will be forcibly initialized 256 | struct fd_data data; | ^~~~ /kisskb/src/fs/proc/fd.c:245:22: note: byref variable will be forcibly initialized 245 | unsigned int fd; | ^~ /kisskb/src/drivers/bus/hisi_lpc.c: In function 'hisi_lpc_comm_outs': /kisskb/src/drivers/bus/hisi_lpc.c:315:31: note: byref variable will be forcibly initialized 315 | 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:16: note: byref variable will be forcibly initialized 247 | __le32 _val = cpu_to_le32(val); | ^~~~ /kisskb/src/drivers/bus/hisi_lpc.c:244:31: note: byref variable will be forcibly initialized 244 | 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:31: note: byref variable will be forcibly initialized 277 | struct lpc_cycle_para iopara; | ^~~~~~ /kisskb/src/drivers/bus/hisi_lpc.c: In function 'hisi_lpc_comm_in': /kisskb/src/drivers/bus/hisi_lpc.c:212:16: note: byref variable will be forcibly initialized 212 | __le32 rd_data = 0; | ^~~~~~~ /kisskb/src/drivers/bus/hisi_lpc.c:210:31: note: byref variable will be forcibly initialized 210 | 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:25: note: byref variable will be forcibly initialized 623 | resource_size_t io_end; | ^~~~~~ /kisskb/src/fs/proc/consoles.c: In function 'show_console_dev': /kisskb/src/fs/proc/consoles.c:35:21: note: byref variable will be forcibly initialized 35 | int index; | ^~~~~ /kisskb/src/fs/proc/consoles.c:28:14: note: byref variable will be forcibly initialized 28 | char flags[ARRAY_SIZE(con_flags) + 1]; | ^~~~~ /kisskb/src/lib/crypto/blake2s-generic.c: In function 'blake2s_compress_generic': /kisskb/src/lib/crypto/blake2s-generic.c:48:13: note: byref variable will be forcibly initialized 48 | u32 v[16]; | ^ /kisskb/src/lib/crypto/blake2s-generic.c:47:13: note: byref variable will be forcibly initialized 47 | u32 m[16]; | ^ /kisskb/src/drivers/bus/brcmstb_gisb.c: In function 'brcmstb_gisb_arb_decode_addr': /kisskb/src/drivers/bus/brcmstb_gisb.c:245:14: note: byref variable will be forcibly initialized 245 | 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:14: note: byref variable will be forcibly initialized 319 | char m_fmt[11]; | ^~~~~ In file included from /kisskb/src/include/crypto/internal/blake2s.h:10, from /kisskb/src/lib/crypto/blake2s-selftest.c:6: /kisskb/src/lib/crypto/blake2s-selftest.c: In function 'blake2s': /kisskb/src/include/crypto/blake2s.h:93:30: note: byref variable will be forcibly initialized 93 | struct blake2s_state state; | ^~~~~ /kisskb/src/drivers/bus/brcmstb_gisb.c: In function 'gisb_arb_set_timeout': /kisskb/src/drivers/bus/brcmstb_gisb.c:210:13: note: byref variable will be forcibly initialized 210 | int val, ret; | ^~~ /kisskb/src/lib/crypto/blake2s-selftest.c: In function 'blake2s_selftest': /kisskb/src/lib/crypto/blake2s-selftest.c:551:30: note: byref variable will be forcibly initialized 551 | struct blake2s_state state; | ^~~~~ /kisskb/src/lib/crypto/blake2s-selftest.c:550:12: note: byref variable will be forcibly initialized 550 | u8 hash[BLAKE2S_HASH_SIZE]; | ^~~~ /kisskb/src/lib/crypto/blake2s-selftest.c:549:12: note: byref variable will be forcibly initialized 549 | u8 buf[ARRAY_SIZE(blake2s_testvecs)]; | ^~~ /kisskb/src/lib/crypto/blake2s-selftest.c:548:12: note: byref variable will be forcibly initialized 548 | u8 key[BLAKE2S_KEY_SIZE]; | ^~~ In file included from /kisskb/src/drivers/bus/moxtet.c:17: /kisskb/src/drivers/bus/moxtet.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/bus/moxtet.c: In function 'moxtet_device_read': /kisskb/src/drivers/bus/moxtet.c:407:12: note: byref variable will be forcibly initialized 407 | u8 buf[TURRIS_MOX_MAX_MODULES]; | ^~~ In file included from /kisskb/src/include/linux/moxtet.h:13, from /kisskb/src/drivers/bus/moxtet.c:13: /kisskb/src/drivers/bus/moxtet.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/bus/moxtet.c: In function 'moxtet_find_topology': /kisskb/src/drivers/bus/moxtet.c:335:13: note: byref variable will be forcibly initialized 335 | int cnts[TURRIS_MOX_MODULE_LAST]; | ^~~~ /kisskb/src/drivers/bus/moxtet.c:334:12: note: byref variable will be forcibly initialized 334 | u8 buf[TURRIS_MOX_MAX_MODULES]; | ^~~ /kisskb/src/drivers/bus/moxtet.c: In function 'moxtet_irq_read': /kisskb/src/drivers/bus/moxtet.c:676:12: note: byref variable will be forcibly initialized 676 | u8 buf[TURRIS_MOX_MAX_MODULES]; | ^~~ /kisskb/src/drivers/bus/moxtet.c: In function 'moxtet_irq_thread_fn': /kisskb/src/drivers/bus/moxtet.c:696:23: note: byref variable will be forcibly initialized 696 | unsigned long set; | ^~~ /kisskb/src/drivers/bus/moxtet.c: In function 'of_register_moxtet_device': /kisskb/src/drivers/bus/moxtet.c:207:13: note: byref variable will be forcibly initialized 207 | u32 val; | ^~~ /kisskb/src/drivers/bus/moxtet.c: In function 'output_write': /kisskb/src/drivers/bus/moxtet.c:517:16: note: byref variable will be forcibly initialized 517 | loff_t dummy = 0; | ^~~~~ /kisskb/src/drivers/bus/moxtet.c:515:12: note: byref variable will be forcibly initialized 515 | u8 hex[sizeof(bin) * 2 + 1]; | ^~~ /kisskb/src/drivers/bus/moxtet.c:514:12: note: byref variable will be forcibly initialized 514 | u8 bin[TURRIS_MOX_MAX_MODULES]; | ^~~ /kisskb/src/drivers/bus/moxtet.c: In function 'output_read': /kisskb/src/drivers/bus/moxtet.c:494:12: note: byref variable will be forcibly initialized 494 | u8 hex[TURRIS_MOX_MAX_MODULES * 2 + 1]; | ^~~ /kisskb/src/drivers/bus/moxtet.c: In function 'input_read': /kisskb/src/drivers/bus/moxtet.c:468:12: note: byref variable will be forcibly initialized 468 | u8 hex[sizeof(bin) * 2 + 1]; | ^~~ /kisskb/src/drivers/bus/moxtet.c:467:12: note: byref variable will be forcibly initialized 467 | u8 bin[TURRIS_MOX_MAX_MODULES]; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:14: /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'mtk_eint_irq_release_resources': /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:268:22: note: byref variable will be forcibly initialized 268 | unsigned int gpio_n; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:267:27: note: byref variable will be forcibly initialized 267 | struct gpio_chip *gpio_c; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'mtk_eint_irq_request_resources': /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:238:22: note: byref variable will be forcibly initialized 238 | unsigned int gpio_n; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:237:27: note: byref variable will be forcibly initialized 237 | struct gpio_chip *gpio_c; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:14: /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'crecip': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:13: note: byref variable will be forcibly initialized 300 | u64 buf[20] = { 0 }; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'addanddouble_fmonty': /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized 353 | u64 tmp[5] = { 0 }; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/vexpress-config.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_smallloop_cmult_small_loop_double_step': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized 491 | u64 buf[40] = { 0 }; | ^~~ 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bus/vexpress-config.c: In function 'vexpress_syscfg_regmap_init': /kisskb/src/drivers/bus/vexpress-config.c:257:29: note: byref variable will be forcibly initialized 257 | u32 site, position, dcc; | ^~~ /kisskb/src/drivers/bus/vexpress-config.c:257:19: note: byref variable will be forcibly initialized 257 | u32 site, position, dcc; | ^~~~~~~~ /kisskb/src/drivers/bus/vexpress-config.c:257:13: note: byref variable will be forcibly initialized 257 | u32 site, position, dcc; | ^~~~ /kisskb/src/drivers/bus/vexpress-config.c:255:16: note: byref variable will be forcibly initialized 255 | __be32 energy_quirk[4]; | ^~~~~~~~~~~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_smc': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:278:30: note: byref variable will be forcibly initialized 278 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_power_off_legacy': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:877:13: note: byref variable will be forcibly initialized 877 | u32 val; | ^~~ In file included from /kisskb/src/drivers/bus/vexpress-config.c:11: /kisskb/src/drivers/bus/vexpress-config.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/bus/vexpress-config.c: In function 'vexpress_syscfg_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-tphy.c: In function 'phy_type_syscon_get': /kisskb/src/drivers/bus/vexpress-config.c:357:13: note: byref variable will be forcibly initialized 357 | u32 dt_hbi; | ^~~~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-tphy.c:884:32: note: byref variable will be forcibly initialized 884 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_ethernet_init_reset': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:339:13: note: byref variable will be forcibly initialized 339 | u32 val; | ^~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-tphy.c: In function 'mtk_tphy_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-tphy.c:1252:25: note: byref variable will be forcibly initialized 1252 | struct resource res; | ^~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_set_mode_sgmii': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:497:13: note: byref variable will be forcibly initialized 497 | u32 val; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_smallloop_cmult_small_loop': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_power_on_legacy': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:726:13: note: byref variable will be forcibly initialized 726 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/phy/phy.h:15, from /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c:16: /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c: In function 'mtk_xsphy_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c:451:25: note: byref variable will be forcibly initialized 451 | struct resource res; | ^~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_probe': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:1039:21: note: byref variable will be forcibly initialized 1039 | u32 val; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_bigloop_cmult_big_loop': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_cmult': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/timekeeping.c: In function 'adjust_historical_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1126:23: note: byref variable will be forcibly initialized 1126 | u64 corr_raw, corr_real; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1126:13: note: byref variable will be forcibly initialized 1126 | u64 corr_raw, corr_real; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1212:36: note: byref variable will be forcibly initialized 1212 | struct system_counterval_t system_counterval; | ^~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/ac97/ac97_proc.c: In function 'snd_ac97_proc_regs_write': /kisskb/src/sound/pci/ac97/ac97_proc.c:367:27: note: byref variable will be forcibly initialized 367 | unsigned int reg, val; | ^~~ /kisskb/src/sound/pci/ac97/ac97_proc.c:367:22: note: byref variable will be forcibly initialized 367 | unsigned int reg, val; | ^~~ /kisskb/src/sound/pci/ac97/ac97_proc.c:366:14: note: byref variable will be forcibly initialized 366 | char line[64]; | ^~~~ /kisskb/src/sound/pci/ac97/ac97_proc.c: In function 'snd_ac97_proc_read_main': /kisskb/src/sound/pci/ac97/ac97_proc.c:94:14: note: byref variable will be forcibly initialized 94 | char name[64]; | ^~~~ 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:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'tk_set_wall_to_mono': /kisskb/src/kernel/time/timekeeping.c:152:27: note: byref variable will be forcibly initialized 152 | 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:27: note: byref variable will be forcibly initialized 68 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/sound/pci/ac97/ac97_proc.c: In function 'snd_ac97_proc_init': /kisskb/src/sound/pci/ac97/ac97_proc.c:417:14: note: byref variable will be forcibly initialized 417 | char name[32]; | ^~~~ /kisskb/src/sound/pci/ac97/ac97_proc.c: In function 'snd_ac97_bus_proc_init': /kisskb/src/sound/pci/ac97/ac97_proc.c:453:14: note: byref variable will be forcibly initialized 453 | char name[32]; | ^~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'format_scalar_of_point': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:13: note: byref variable will be forcibly initialized 300 | u64 buf[20] = { 0 }; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_advance': /kisskb/src/kernel/time/timekeeping.c:2153:22: note: byref variable will be forcibly initialized 2153 | unsigned int clock_set = 0; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1422:35: note: byref variable will be forcibly initialized 1422 | struct timespec64 adjust; | ^~~~~~ /kisskb/src/lib/842/842_decompress.c: In function '__split_next_bits': /kisskb/src/lib/842/842_decompress.c:69:13: note: byref variable will be forcibly initialized 69 | u64 tmp = 0; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/kernel/time/timekeeping.c:1779:35: note: byref variable will be forcibly initialized 1779 | struct timespec64 ts_new, ts_delta; | ^~~~~~~~ /kisskb/src/lib/842/842_decompress.c: In function 'do_data': /kisskb/src/lib/842/842_decompress.c:133:13: note: byref variable will be forcibly initialized 133 | u64 v; | ^ /kisskb/src/kernel/time/timekeeping.c:1779:27: note: byref variable will be forcibly initialized 1779 | struct timespec64 ts_new, ts_delta; | ^~~~~~ /kisskb/src/lib/842/842_decompress.c: In function '__do_index': /kisskb/src/lib/842/842_decompress.c:165:13: note: byref variable will be forcibly initialized 165 | u64 index, offset, total = round_down(p->out - p->ostart, 8); | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/kernel/futex/core.c:34: /kisskb/src/kernel/futex/core.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/kernel/time/timekeeping.c:1631:38: note: byref variable will be forcibly initialized 1631 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1631:27: note: byref variable will be forcibly initialized 1631 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~ /kisskb/src/kernel/futex/core.c: In function 'futex_init': /kisskb/src/kernel/futex/core.c:1117:22: note: byref variable will be forcibly initialized 1117 | unsigned int futex_shift; | ^~~~~~~~~~~ /kisskb/src/lib/842/842_decompress.c: In function 'sw842_decompress': /kisskb/src/lib/842/842_decompress.c:283:13: note: byref variable will be forcibly initialized 283 | u64 crc; | ^~~ /kisskb/src/lib/842/842_decompress.c:282:27: note: byref variable will be forcibly initialized 282 | u64 op, rep, tmp, bytes, total; | ^~~~~ /kisskb/src/lib/842/842_decompress.c:282:22: note: byref variable will be forcibly initialized 282 | u64 op, rep, tmp, bytes, total; | ^~~ /kisskb/src/lib/842/842_decompress.c:282:17: note: byref variable will be forcibly initialized 282 | u64 op, rep, tmp, bytes, total; | ^~~ /kisskb/src/lib/842/842_decompress.c:282:13: note: byref variable will be forcibly initialized 282 | u64 op, rep, tmp, bytes, total; | ^~ /kisskb/src/lib/842/842_decompress.c:280:28: note: byref variable will be forcibly initialized 280 | struct sw842_param p; | ^ /kisskb/src/kernel/time/timekeeping.c: In function 'do_adjtimex': /kisskb/src/kernel/time/timekeeping.c:2435:35: note: byref variable will be forcibly initialized 2435 | struct timespec64 delta; | ^~~~~ 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/kernel/time/timekeeping.c:2426:23: note: byref variable will be forcibly initialized 2426 | s32 orig_tai, tai; | ^~~ /kisskb/src/lib/842/842_debugfs.h:27:22: note: byref variable will be forcibly initialized 27 | char name[32]; | ^~~~ /kisskb/src/kernel/time/timekeeping.c:2424:27: note: byref variable will be forcibly initialized 2424 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/timekeeping.c:2422:31: note: byref variable will be forcibly initialized 2422 | struct audit_ntp_data ad; | ^~ /kisskb/src/kernel/futex/core.c: In function 'get_futex_key': /kisskb/src/kernel/futex/core.c:225:22: note: byref variable will be forcibly initialized 225 | struct page *page, *tail; | ^~~~ /kisskb/src/kernel/futex/core.c: In function 'handle_futex_death': /kisskb/src/kernel/futex/core.c:640:19: note: byref variable will be forcibly initialized 640 | u32 uval, nval, mval; | ^~~~ /kisskb/src/kernel/futex/core.c: In function 'exit_robust_list': /kisskb/src/kernel/futex/core.c:770:22: note: byref variable will be forcibly initialized 770 | unsigned int next_pi; | ^~~~~~~ /kisskb/src/kernel/futex/core.c:769:53: note: byref variable will be forcibly initialized 769 | unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; | ^~~ /kisskb/src/kernel/futex/core.c:769:49: note: byref variable will be forcibly initialized 769 | unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; | ^~ /kisskb/src/kernel/futex/core.c:768:57: note: byref variable will be forcibly initialized 768 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~~~ /kisskb/src/kernel/futex/core.c:768:44: note: byref variable will be forcibly initialized 768 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~~~~~~ /kisskb/src/kernel/futex/core.c:768:36: note: byref variable will be forcibly initialized 768 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~ /kisskb/src/kernel/futex/core.c: In function 'compat_exit_robust_list': /kisskb/src/kernel/futex/core.c:865:44: note: byref variable will be forcibly initialized 865 | compat_uptr_t uentry, next_uentry, upending; | ^~~~~~~~ /kisskb/src/kernel/futex/core.c:865:31: note: byref variable will be forcibly initialized 865 | compat_uptr_t uentry, next_uentry, upending; | ^~~~~~~~~~~ /kisskb/src/kernel/futex/core.c:865:23: note: byref variable will be forcibly initialized 865 | compat_uptr_t uentry, next_uentry, upending; | ^~~~~~ /kisskb/src/kernel/futex/core.c:864:22: note: byref variable will be forcibly initialized 864 | unsigned int next_pi; | ^~~~~~~ /kisskb/src/kernel/futex/core.c:863:53: note: byref variable will be forcibly initialized 863 | unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; | ^~~ /kisskb/src/kernel/futex/core.c:863:49: note: byref variable will be forcibly initialized 863 | unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; | ^~ /kisskb/src/kernel/futex/core.c:862:57: note: byref variable will be forcibly initialized 862 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~~~ /kisskb/src/kernel/futex/core.c:862:44: note: byref variable will be forcibly initialized 862 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~~~~~~ /kisskb/src/kernel/futex/core.c:862:36: note: byref variable will be forcibly initialized 862 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'curve25519_generic': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:777:29: note: byref variable will be forcibly initialized 777 | u64 buf[15] = { 0 }; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c:771:20: note: byref variable will be forcibly initialized 771 | u8 e[32] __aligned(32) = { 0 }; | ^ In file included from /kisskb/src/lib/crypto/des.c:23: /kisskb/src/lib/crypto/des.c: In function 'des3_ede_verify_key': /kisskb/src/include/crypto/internal/des.h:59:13: note: byref variable will be forcibly initialized 59 | u32 K[6]; | ^ /kisskb/src/fs/proc/loadavg.c: In function 'loadavg_proc_show': /kisskb/src/fs/proc/loadavg.c:15:23: note: byref variable will be forcibly initialized 15 | unsigned long avnrun[3]; | ^~~~~~ /kisskb/src/lib/crypto/sha256.c: In function 'sha256_update': /kisskb/src/lib/crypto/sha256.c:126:13: note: byref variable will be forcibly initialized 126 | u32 W[64]; | ^ /kisskb/src/lib/crypto/sha256.c: In function '__sha256_final': /kisskb/src/lib/crypto/sha256.c:163:16: note: byref variable will be forcibly initialized 163 | __be64 bits; | ^~~~ /kisskb/src/lib/crypto/sha256.c: In function 'sha256': /kisskb/src/lib/crypto/sha256.c:201:29: note: byref variable will be forcibly initialized 201 | struct sha256_state sctx; | ^~~~ /kisskb/src/fs/proc/stat.c: In function 'show_stat': /kisskb/src/fs/proc/stat.c:166:39: note: byref variable will be forcibly initialized 166 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c:126:39: note: byref variable will be forcibly initialized 126 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c:116:27: note: byref variable will be forcibly initialized 116 | struct timespec64 boottime; | ^~~~~~~~ /kisskb/src/fs/proc/meminfo.c: In function 'meminfo_proc_show': /kisskb/src/fs/proc/meminfo.c:34:24: note: byref variable will be forcibly initialized 34 | struct sysinfo i; | ^ /kisskb/src/kernel/gcov/fs.c: In function 'gcov_persist_setup': /kisskb/src/kernel/gcov/fs.c:76:23: note: byref variable will be forcibly initialized 76 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/gcov/fs.c:21: /kisskb/src/kernel/gcov/fs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/gcov/fs.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/gcov/fs.c:21: /kisskb/src/kernel/gcov/fs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/proc/uptime.c: In function 'uptime_proc_show': /kisskb/src/fs/proc/uptime.c:21:39: note: byref variable will be forcibly initialized 21 | struct kernel_cpustat kcs; | ^~~ /kisskb/src/fs/proc/uptime.c:13:27: note: byref variable will be forcibly initialized 13 | struct timespec64 uptime; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/kernel/rcu/rcuscale.c:15: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcuscale.c:13: /kisskb/src/kernel/rcu/rcuscale.c: In function 'rcu_scale_wait_shutdown': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:359:9: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 359 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcuscale.c:39: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kfree_scale_thread': /kisskb/src/kernel/rcu/rcuscale.c:670:31: note: byref variable will be forcibly initialized 670 | DEFINE_TORTURE_RANDOM(tr); | ^~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/rcu/rcuscale.c:15: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kfree_scale_shutdown': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:759:9: note: in expansion of macro 'wait_event' 759 | wait_event(shutdown_wq, | ^~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c: In function 'rcu_scale_shutdown': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:632:9: note: in expansion of macro 'wait_event' 632 | wait_event(shutdown_wq, | ^~~~~~~~~~ /kisskb/src/kernel/time/clocksource.c: In function 'unbind_clocksource_store': /kisskb/src/kernel/time/clocksource.c:1353:14: note: byref variable will be forcibly initialized 1353 | char name[CS_NAME_LEN]; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_read_cross_field': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:180:22: note: byref variable will be forcibly initialized 180 | int nbits_l, nbits_h, h, l; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:180:13: note: byref variable will be forcibly initialized 180 | int nbits_l, nbits_h, h, l; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_gpio_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:836:22: note: byref variable will be forcibly initialized 836 | unsigned int read_val = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_gpio_get_direction': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:815:22: note: byref variable will be forcibly initialized 815 | unsigned int read_val = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:813:22: note: byref variable will be forcibly initialized 813 | unsigned int reg_addr; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_pmx_gpio_set_direction': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:71:22: note: byref variable will be forcibly initialized 71 | unsigned int reg_addr; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_get_value': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:218:30: note: byref variable will be forcibly initialized 218 | struct mtk_pin_field pf; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_xt_get_gpio_state': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:307:13: note: byref variable will be forcibly initialized 307 | int value, err; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:306:22: note: byref variable will be forcibly initialized 306 | unsigned int gpio_n; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:305:27: note: byref variable will be forcibly initialized 305 | struct gpio_chip *gpio_chip; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_disable_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:436:16: note: byref variable will be forcibly initialized 436 | int v, v2; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:436:13: note: byref variable will be forcibly initialized 436 | int v, v2; | ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_pinconf_group_set': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:390:25: note: byref variable will be forcibly initialized 390 | unsigned int i, npins; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:389:29: note: byref variable will be forcibly initialized 389 | const unsigned int *pins; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:479:23: note: byref variable will be forcibly initialized 479 | int reg, err, v; | ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_disable_get_rev1': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:508:13: note: byref variable will be forcibly initialized 508 | int v, err; | ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_rev1': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:547:18: note: byref variable will be forcibly initialized 547 | int err, v; | ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_rsel': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:807:21: note: byref variable will be forcibly initialized 807 | int pu, pd, rsel, err; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:807:17: note: byref variable will be forcibly initialized 807 | int pu, pd, rsel, err; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_pinconf_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:108:34: note: byref variable will be forcibly initialized 108 | int val, val2, err, reg, ret = 1; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:807:13: note: byref variable will be forcibly initialized 807 | int pu, pd, rsel, err; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:108:18: note: byref variable will be forcibly initialized 108 | int val, val2, err, reg, ret = 1; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:108:13: note: byref variable will be forcibly initialized 108 | int val, val2, err, reg, ret = 1; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_pu_pd': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:849:22: note: byref variable will be forcibly initialized 849 | int err, pu, pd; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:849:18: note: byref variable will be forcibly initialized 849 | int err, pu, pd; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_pinconf_group_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:364:25: note: byref variable will be forcibly initialized 364 | unsigned int i, npins, old = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_pupd_r1_r0': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:363:29: note: byref variable will be forcibly initialized 363 | const unsigned int *pins; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:895:22: note: byref variable will be forcibly initialized 895 | int err, r0, r1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:895:18: note: byref variable will be forcibly initialized 895 | int err, r0, r1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_drive_get': /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-v2.c:998:24: note: byref variable will be forcibly initialized 998 | int err, val1, val2; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:519:22: note: byref variable will be forcibly initialized 519 | unsigned int num_configs; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:998:18: note: byref variable will be forcibly initialized 998 | int err, val1, val2; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:518:24: note: byref variable will be forcibly initialized 518 | unsigned long *configs; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:516:13: note: byref variable will be forcibly initialized 516 | u32 pinfunc, pin, func; | ^~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:11: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_drive_get_rev1': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1045:18: note: byref variable will be forcibly initialized 1045 | int err, val1; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_adv_pull_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1120:16: note: byref variable will be forcibly initialized 1120 | u32 t, t2; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1120:13: note: byref variable will be forcibly initialized 1120 | u32 t, t2; | ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_pctrl_dt_node_to_map': /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.c:612:18: note: byref variable will be forcibly initialized 612 | unsigned reserved_maps; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1189:21: note: byref variable will be forcibly initialized 1189 | u32 en, e0, e1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1189:17: note: byref variable will be forcibly initialized 1189 | u32 en, e0, e1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1189:13: note: byref variable will be forcibly initialized 1189 | u32 en, e0, e1; | ^~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:9: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_gpio_get': In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:9: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:445:13: note: byref variable will be forcibly initialized 445 | int value, err; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_write_cross_field': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:166:22: note: byref variable will be forcibly initialized 166 | int nbits_l, nbits_h; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:166:13: note: byref variable will be forcibly initialized 166 | int nbits_l, nbits_h; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_set_value': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:195:30: note: byref variable will be forcibly initialized 195 | struct mtk_pin_field pf; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_xt_set_gpio_as_eint': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:327:22: note: byref variable will be forcibly initialized 327 | unsigned int gpio_n; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:326:27: note: byref variable will be forcibly initialized 326 | struct gpio_chip *gpio_chip; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_set_rsel': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:710:18: note: byref variable will be forcibly initialized 710 | int err, rsel_val; | ^~~~~~~~ /kisskb/src/fs/proc/namespaces.c: In function 'proc_ns_readlink': /kisskb/src/fs/proc/namespaces.c:76:14: note: byref variable will be forcibly initialized 76 | char name[50]; | ^~~~ /kisskb/src/fs/proc/namespaces.c: In function 'proc_ns_get_link': /kisskb/src/fs/proc/namespaces.c:48:21: note: byref variable will be forcibly initialized 48 | struct path ns_path; | ^~~~~~~ /kisskb/src/kernel/time/timer_list.c: In function 'SEQ_printf': /kisskb/src/kernel/time/timer_list.c:33:17: note: byref variable will be forcibly initialized 33 | va_list args; | ^~~~ /kisskb/src/kernel/time/timer_list.c: In function 'print_active_timers': /kisskb/src/kernel/time/timer_list.c:63:32: note: byref variable will be forcibly initialized 63 | struct hrtimer *timer, tmp; | ^~~ In file included from /kisskb/src/kernel/gcov/gcc_4_7.c:16: /kisskb/src/kernel/gcov/gcc_4_7.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'elfcorehdr_read': /kisskb/src/fs/proc/vmcore.c:201:25: note: byref variable will be forcibly initialized 201 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/proc/vmcore.c:200:21: note: byref variable will be forcibly initialized 200 | struct kvec kvec = { .iov_base = buf, .iov_len = count }; | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'elfcorehdr_read_notes': /kisskb/src/fs/proc/vmcore.c:214:25: note: byref variable will be forcibly initialized 214 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/proc/vmcore.c:213:21: note: byref variable will be forcibly initialized 213 | struct kvec kvec = { .iov_base = buf, .iov_len = count }; | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'update_note_header_size_elf64': /kisskb/src/fs/proc/vmcore.c:734:21: note: byref variable will be forcibly initialized 734 | u64 offset, max_sz, sz, real_sz = 0; | ^~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'copy_notes_elf64': /kisskb/src/fs/proc/vmcore.c:831:21: note: byref variable will be forcibly initialized 831 | u64 offset; | ^~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'merge_note_headers_elf64': /kisskb/src/fs/proc/vmcore.c:853:13: note: byref variable will be forcibly initialized 853 | u64 phdr_sz = 0, note_off; | ^~~~~~~ /kisskb/src/fs/proc/vmcore.c:852:20: note: byref variable will be forcibly initialized 852 | Elf64_Phdr phdr; | ^~~~ /kisskb/src/fs/proc/vmcore.c:849:16: note: byref variable will be forcibly initialized 849 | int i, nr_ptnote=0, rc=0; | ^~~~~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'parse_crash_elf64_headers': /kisskb/src/fs/proc/vmcore.c:1214:13: note: byref variable will be forcibly initialized 1214 | u64 addr; | ^~~~ /kisskb/src/fs/proc/vmcore.c:1213:20: note: byref variable will be forcibly initialized 1213 | Elf64_Ehdr ehdr; | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'update_note_header_size_elf32': /kisskb/src/fs/proc/vmcore.c:925:21: note: byref variable will be forcibly initialized 925 | u64 offset, max_sz, sz, real_sz = 0; | ^~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'copy_notes_elf32': /kisskb/src/fs/proc/vmcore.c:1022:21: note: byref variable will be forcibly initialized 1022 | u64 offset; | ^~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'merge_note_headers_elf32': /kisskb/src/fs/proc/vmcore.c:1044:13: note: byref variable will be forcibly initialized 1044 | u64 phdr_sz = 0, note_off; | ^~~~~~~ /kisskb/src/fs/proc/vmcore.c:1043:20: note: byref variable will be forcibly initialized 1043 | Elf32_Phdr phdr; | ^~~~ /kisskb/src/fs/proc/vmcore.c:1040:16: note: byref variable will be forcibly initialized 1040 | int i, nr_ptnote=0, rc=0; | ^~~~~~~~~ /kisskb/src/lib/zstd/common/entropy_common.c: In function 'FSE_readNCount_body': /kisskb/src/lib/zstd/common/entropy_common.c:76:14: note: byref variable will be forcibly initialized 76 | char buffer[8] = {0}; | ^~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'parse_crash_elf32_headers': /kisskb/src/fs/proc/vmcore.c:1270:13: note: byref variable will be forcibly initialized 1270 | u64 addr; | ^~~~ /kisskb/src/fs/proc/vmcore.c:1269:20: note: byref variable will be forcibly initialized 1269 | Elf32_Ehdr ehdr; | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'parse_crash_elf_headers': /kisskb/src/fs/proc/vmcore.c:1324:13: note: byref variable will be forcibly initialized 1324 | u64 addr; | ^~~~ /kisskb/src/fs/proc/vmcore.c:1323:23: note: byref variable will be forcibly initialized 1323 | unsigned char e_ident[EI_NIDENT]; | ^~~~~~~ /kisskb/src/fs/proc/vmcore.c: In function '__read_vmcore': /kisskb/src/fs/proc/vmcore.c:322:13: note: byref variable will be forcibly initialized 322 | u64 start; | ^~~~~ /kisskb/src/lib/zstd/common/entropy_common.c: In function 'HUF_readStats': /kisskb/src/lib/zstd/common/entropy_common.c:255:9: note: byref variable will be forcibly initialized 255 | U32 wksp[HUF_READ_STATS_WORKSPACE_SIZE_U32]; | ^~~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'perf_trace_alarm_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/alarmtimer.h:97, from /kisskb/src/kernel/time/alarmtimer.c:34: /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarmtimer_suspend': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarm_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_usingDTable_generic': /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_alarmtimer_suspend': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function '__bpf_trace_alarm_class': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_wksp_body': /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:328:14: note: byref variable will be forcibly initialized 328 | unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:327:14: note: byref variable will be forcibly initialized 327 | unsigned tableLog; | ^~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_wksp_body_default': /kisskb/src/lib/zstd/common/fse_decompress.c:327:14: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/common/fse_decompress.c:328:14: note: byref variable will be forcibly initialized 328 | unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_do_nsleep': /kisskb/src/kernel/time/alarmtimer.c:771:35: note: byref variable will be forcibly initialized 771 | struct timespec64 rmt; | ^~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep': /kisskb/src/kernel/time/alarmtimer.c:824:22: note: byref variable will be forcibly initialized 824 | struct alarm alarm; | ^~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep_restart': /kisskb/src/kernel/time/alarmtimer.c:804:22: note: byref variable will be forcibly initialized 804 | struct alarm alarm; | ^~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_usingDTable': /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'task_sample_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:223:20: note: byref variable will be forcibly initialized 223 | u64 stime, utime; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:223:13: note: byref variable will be forcibly initialized 223 | u64 stime, utime; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'fastpath_timer_check': /kisskb/src/kernel/time/posix-cpu-timers.c:1145:21: note: byref variable will be forcibly initialized 1145 | u64 samples[CPUCLOCK_MAX]; | ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1120:21: note: byref variable will be forcibly initialized 1120 | 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:900:13: note: byref variable will be forcibly initialized 900 | 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:978:13: note: byref variable will be forcibly initialized 978 | 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:196:20: note: byref variable will be forcibly initialized 196 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:196:13: note: byref variable will be forcibly initialized 196 | 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:305:37: note: byref variable will be forcibly initialized 305 | 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:329:29: note: byref variable will be forcibly initialized 329 | 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:345:13: note: byref variable will be forcibly initialized 345 | 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:1051:23: note: byref variable will be forcibly initialized 1051 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/phy/microchip/lan966x_serdes.c: In function 'lan966x_calc_sd6g40_setup_lane': /kisskb/src/drivers/phy/microchip/lan966x_serdes.c:330:41: note: byref variable will be forcibly initialized 330 | struct lan966x_sd6g40_mode_args sd6g40_mode; | ^~~~~~~~~~~ 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:1275:19: note: byref variable will be forcibly initialized 1275 | LIST_HEAD(firing); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1274:23: note: byref variable will be forcibly initialized 1274 | unsigned long flags, start; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_set': /kisskb/src/kernel/time/posix-cpu-timers.c:632:23: note: byref variable will be forcibly initialized 632 | 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:477:23: note: byref variable will be forcibly initialized 477 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'do_cpu_nanosleep': /kisskb/src/kernel/time/posix-cpu-timers.c:1447:25: note: byref variable will be forcibly initialized 1447 | struct k_itimer timer; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1446:29: note: byref variable will be forcibly initialized 1446 | struct itimerspec64 it; | ^~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_nsleep_restart': /kisskb/src/kernel/time/posix-cpu-timers.c:1571:27: note: byref variable will be forcibly initialized 1571 | struct timespec64 t; | ^ /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c: In function '__serdes_write_mcb_s1g': /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c:270:22: note: byref variable will be forcibly initialized 270 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c: In function '__serdes_write_mcb_s6g': /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c:38:22: note: byref variable will be forcibly initialized 38 | unsigned int regval = 0; | ^~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'update_rlimit_cpu': /kisskb/src/kernel/time/posix-cpu-timers.c:45:23: note: byref variable will be forcibly initialized 45 | unsigned long irq_fl; | ^~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:44:13: note: byref variable will be forcibly initialized 44 | u64 nsecs = rlim_new * NSEC_PER_SEC; | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_getoverrun': /kisskb/src/kernel/time/posix-timers.c:781:23: note: byref variable will be forcibly initialized 781 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'do_timer_gettime': /kisskb/src/kernel/time/posix-timers.c:719:23: note: byref variable will be forcibly initialized 719 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'do_timer_settime': /kisskb/src/kernel/time/posix-timers.c:904:23: note: byref variable will be forcibly initialized 904 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'do_timer_create': /kisskb/src/kernel/time/posix-timers.c:503:20: note: byref variable will be forcibly initialized 503 | int error, new_timer_id; | ^~~~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_create': /kisskb/src/kernel/time/posix-timers.c:582:28: note: byref variable will be forcibly initialized 582 | sigevent_t event; | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_delete': /kisskb/src/kernel/time/posix-timers.c:1007:23: note: byref variable will be forcibly initialized 1007 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_compat_sys_timer_create': /kisskb/src/kernel/time/posix-timers.c:597:28: note: byref variable will be forcibly initialized 597 | sigevent_t event; | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_gettime': /kisskb/src/kernel/time/posix-timers.c:741:29: note: byref variable will be forcibly initialized 741 | 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:39: note: byref variable will be forcibly initialized 942 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:942:29: note: byref variable will be forcibly initialized 942 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime': /kisskb/src/kernel/time/posix-timers.c:1080:27: note: byref variable will be forcibly initialized 1080 | struct timespec64 new_tp; | ^~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep': /kisskb/src/kernel/time/posix-timers.c:1259:27: note: byref variable will be forcibly initialized 1259 | struct timespec64 t; | ^ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime': /kisskb/src/kernel/time/posix-timers.c:1095:27: note: byref variable will be forcibly initialized 1095 | struct timespec64 kernel_tp; | ^~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres': /kisskb/src/kernel/time/posix-timers.c:1142:27: note: byref variable will be forcibly initialized 1142 | struct timespec64 rtn_tp; | ^~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'posixtimer_rearm': /kisskb/src/kernel/time/posix-timers.c:316:23: note: byref variable will be forcibly initialized 316 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'exit_itimers': /kisskb/src/kernel/time/posix-timers.c:1060:26: note: byref variable will be forcibly initialized 1060 | struct list_head timers; | ^~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress1X1_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:336:19: note: byref variable will be forcibly initialized 336 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime': /kisskb/src/kernel/time/posix-timers.c:1124:31: note: byref variable will be forcibly initialized 1124 | struct __kernel_timex ktx; | ^~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress4X1_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:369:23: note: byref variable will be forcibly initialized 369 | BIT_DStream_t bitD4; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:368:23: note: byref variable will be forcibly initialized 368 | BIT_DStream_t bitD3; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:367:23: note: byref variable will be forcibly initialized 367 | BIT_DStream_t bitD2; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:366:23: note: byref variable will be forcibly initialized 366 | BIT_DStream_t bitD1; | ^~~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, 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/kernel/futex/pi.c:3: /kisskb/src/kernel/futex/pi.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/kernel/futex/pi.c: In function 'handle_exit_race': /kisskb/src/kernel/futex/pi.c:323:13: note: byref variable will be forcibly initialized 323 | u32 uval2; | ^~~~~ /kisskb/src/kernel/futex/pi.c: In function 'lock_pi_update_atomic': /kisskb/src/kernel/futex/pi.c:477:13: note: byref variable will be forcibly initialized 477 | u32 curval; | ^~~~~~ /kisskb/src/kernel/futex/pi.c: In function '__fixup_pi_state_owner': /kisskb/src/kernel/futex/pi.c:688:19: note: byref variable will be forcibly initialized 688 | u32 uval, curval, newval, newtid; | ^~~~~~ /kisskb/src/kernel/futex/pi.c:688:13: note: byref variable will be forcibly initialized 688 | u32 uval, curval, newval, newtid; | ^~~~ /kisskb/src/kernel/futex/pi.c: In function 'wake_futex_pi': /kisskb/src/kernel/futex/pi.c:619:13: note: byref variable will be forcibly initialized 619 | u32 curval, newval; | ^~~~~~ In file included from /kisskb/src/kernel/futex/pi.c:7: /kisskb/src/kernel/futex/pi.c:618:26: note: byref variable will be forcibly initialized 618 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/futex/../locking/rtmutex_common.h:56:31: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ /kisskb/src/kernel/futex/pi.c: In function 'attach_to_pi_state': /kisskb/src/kernel/futex/pi.c:207:13: note: byref variable will be forcibly initialized 207 | u32 uval2; | ^~~~~ /kisskb/src/kernel/futex/pi.c: In function 'futex_lock_pi_atomic': /kisskb/src/kernel/futex/pi.c:521:13: note: byref variable will be forcibly initialized 521 | u32 uval, newval, vpid = task_pid_vnr(task); | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/kernel/futex/requeue.c:3: /kisskb/src/kernel/futex/requeue.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/pi.c: In function 'futex_lock_pi': /kisskb/src/kernel/futex/pi.c:936:24: note: byref variable will be forcibly initialized 936 | struct futex_q q = futex_q_init; | ^ /kisskb/src/kernel/futex/pi.c:934:32: note: byref variable will be forcibly initialized 934 | struct rt_mutex_waiter rt_waiter; | ^~~~~~~~~ /kisskb/src/kernel/futex/pi.c:933:29: note: byref variable will be forcibly initialized 933 | struct task_struct *exiting = NULL; | ^~~~~~~ /kisskb/src/kernel/futex/pi.c:932:32: note: byref variable will be forcibly initialized 932 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ /kisskb/src/kernel/futex/pi.c: In function 'futex_unlock_pi': /kisskb/src/kernel/futex/pi.c:1102:13: note: byref variable will be forcibly initialized 1102 | u32 curval, uval, vpid = task_pid_vnr(current); | ^~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_prepare': /kisskb/src/kernel/futex/requeue.c:95:13: note: byref variable will be forcibly initialized 95 | int old, new; | ^~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_wakeup_sync': /kisskb/src/kernel/futex/requeue.c:158:13: note: byref variable will be forcibly initialized 158 | int old, new; | ^~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_complete': /kisskb/src/kernel/futex/requeue.c:127:13: note: byref variable will be forcibly initialized 127 | int old, new; | ^~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress1X2_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:782:19: note: byref variable will be forcibly initialized 782 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_proxy_trylock_atomic': /kisskb/src/kernel/futex/requeue.c:273:13: note: byref variable will be forcibly initialized 273 | u32 curval; | ^~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue': /kisskb/src/kernel/futex/requeue.c:474:37: note: byref variable will be forcibly initialized 474 | struct task_struct *exiting = NULL; | ^~~~~~~ /kisskb/src/kernel/futex/requeue.c:450:21: note: byref variable will be forcibly initialized 450 | u32 curval; | ^~~~~~ In file included from /kisskb/src/kernel/futex/futex.h:7, from /kisskb/src/kernel/futex/requeue.c:5: /kisskb/src/kernel/futex/requeue.c:372:23: note: byref variable will be forcibly initialized 372 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/requeue.c:369:32: note: byref variable will be forcibly initialized 369 | struct futex_pi_state *pi_state = NULL; | ^~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress4X2_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:822:23: note: byref variable will be forcibly initialized 822 | BIT_DStream_t bitD4; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:821:23: note: byref variable will be forcibly initialized 821 | BIT_DStream_t bitD3; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:820:23: note: byref variable will be forcibly initialized 820 | BIT_DStream_t bitD2; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:819:23: note: byref variable will be forcibly initialized 819 | BIT_DStream_t bitD1; | ^~~~~ In file included from /kisskb/src/sound/pci/au88x0/au8820.c:10: /kisskb/src/sound/pci/au88x0/au8820.c: In function 'vortex_route': /kisskb/src/sound/pci/au88x0/au88x0_core.c:1719:20: note: byref variable will be forcibly initialized 1719 | ADBRamLink route; | ^~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_wait_requeue_pi': /kisskb/src/kernel/futex/requeue.c:768:35: note: byref variable will be forcibly initialized 768 | struct futex_hash_bucket *hb; | ^~ /kisskb/src/kernel/futex/requeue.c:767:32: note: byref variable will be forcibly initialized 767 | struct rt_mutex_waiter rt_waiter; | ^~~~~~~~~ /kisskb/src/kernel/futex/requeue.c:766:32: note: byref variable will be forcibly initialized 766 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ /kisskb/src/sound/pci/au88x0/au8820.c: In function 'vortex_routeLRT': /kisskb/src/sound/pci/au88x0/au88x0_core.c:1785:20: note: byref variable will be forcibly initialized 1785 | ADBRamLink route[2]; | ^~~~~ In file included from /kisskb/src/sound/pci/au88x0/au8820.c:15: /kisskb/src/sound/pci/au88x0/au8820.c: In function 'vortex_fix_agp_bridge': /kisskb/src/sound/pci/au88x0/au88x0.c:61:12: note: byref variable will be forcibly initialized 61 | u8 value; | ^~~~~ In file included from /kisskb/src/sound/pci/au88x0/au8820.c:14: /kisskb/src/sound/pci/au88x0/au8820.c: In function 'remove_ctl': /kisskb/src/sound/pci/au88x0/au88x0_mixer.c:16:32: note: byref variable will be forcibly initialized 16 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/pci/au88x0/au8820.c: In function 'snd_vortex_mixer': /kisskb/src/sound/pci/au88x0/au88x0_mixer.c:26:34: note: byref variable will be forcibly initialized 26 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/au88x0/au88x0_mixer.c:25:30: note: byref variable will be forcibly initialized 25 | struct snd_ac97_bus *pbus; | ^~~~ In file included from /kisskb/src/sound/pci/au88x0/au8820.c:11: /kisskb/src/sound/pci/au88x0/au8820.c: In function 'snd_vortex_new_pcm': /kisskb/src/sound/pci/au88x0/au88x0_pcm.c:597:25: note: byref variable will be forcibly initialized 597 | struct snd_pcm *pcm; | ^~~ In file included from /kisskb/src/sound/pci/au88x0/au8820.c:12: /kisskb/src/sound/pci/au88x0/au8820.c: In function 'snd_vortex_midi': /kisskb/src/sound/pci/au88x0/au88x0_mpu401.c:32:29: note: byref variable will be forcibly initialized 32 | struct snd_rawmidi *rmidi; | ^~~~~ In file included from /kisskb/src/sound/pci/au88x0/au8820.c:15: /kisskb/src/sound/pci/au88x0/au8820.c: In function '__snd_vortex_probe': /kisskb/src/sound/pci/au88x0/au88x0.c:199:26: note: byref variable will be forcibly initialized 199 | struct snd_card *card; | ^~~~ /kisskb/src/fs/proc/bootconfig.c: In function 'copy_xbc_key_value_list': /kisskb/src/fs/proc/bootconfig.c:28:26: note: byref variable will be forcibly initialized 28 | struct xbc_node *leaf, *vnode; | ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_readDTableX1_wksp_bmi2': /kisskb/src/lib/zstd/decompress/huf_decompress.c:150:9: note: byref variable will be forcibly initialized 150 | U32 nbSymbols = 0; | ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:149:9: note: byref variable will be forcibly initialized 149 | U32 tableLog = 0; | ^~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_readDTableX2_wksp': /kisskb/src/lib/zstd/decompress/huf_decompress.c:630:37: note: byref variable will be forcibly initialized 630 | U32 tableLog, maxW, sizeOfSort, nbSymbols; | ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:630:9: note: byref variable will be forcibly initialized 630 | U32 tableLog, maxW, sizeOfSort, nbSymbols; | ^~~~~~~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'perf_trace_gpio_value': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/gpio.h:57, from /kisskb/src/drivers/gpio/gpiolib.c:33: /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_direction': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_value': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpio/gpiolib.c:5: /kisskb/src/drivers/gpio/gpiolib.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_gpio_direction': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function '__bpf_trace_gpio_value': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpio/gpiolib.c:5: /kisskb/src/drivers/gpio/gpiolib.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_to_irq': /kisskb/src/drivers/gpio/gpiolib.c:1416:35: note: byref variable will be forcibly initialized 1416 | struct irq_fwspec spec; | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_hierarchy_irq_domain_alloc': /kisskb/src/drivers/gpio/gpiolib.c:1112:22: note: byref variable will be forcibly initialized 1112 | unsigned int parent_type; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1111:22: note: byref variable will be forcibly initialized 1111 | unsigned int parent_hwirq; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1108:22: note: byref variable will be forcibly initialized 1108 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:1107:25: note: byref variable will be forcibly initialized 1107 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_set_hierarchical_irqchip': /kisskb/src/drivers/gpio/gpiolib.c:1031:38: note: byref variable will be forcibly initialized 1031 | unsigned int parent_type; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1030:38: note: byref variable will be forcibly initialized 1030 | unsigned int parent_hwirq; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1029:43: note: byref variable will be forcibly initialized 1029 | struct irq_fwspec fwspec; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpiolib.c:14: /kisskb/src/drivers/gpio/gpiolib.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ 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:248, 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:2697:32: note: byref variable will be forcibly initialized 2697 | DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2696:32: note: byref variable will be forcibly initialized 2696 | DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressFrame': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:816:27: note: byref variable will be forcibly initialized 816 | blockProperties_t blockProperties; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_findFrameSizeInfo': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:665:31: note: byref variable will be forcibly initialized 665 | blockProperties_t blockProperties; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:650:26: note: byref variable will be forcibly initialized 650 | ZSTD_frameHeader zfh; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:635:24: note: byref variable will be forcibly initialized 635 | ZSTD_frameSizeInfo frameSizeInfo; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_set_array_value_complex': /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_getFrameContentSize': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:508:26: note: byref variable will be forcibly initialized 508 | { ZSTD_frameHeader zfh; | ^~~ /kisskb/src/drivers/gpio/gpiolib.c:2991:32: note: byref variable will be forcibly initialized 2991 | DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2990:32: note: byref variable will be forcibly initialized 2990 | DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressContinue': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1084:31: note: byref variable will be forcibly initialized 1084 | { blockProperties_t bp; | ^~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_loadDEntropy': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1282:45: note: byref variable will be forcibly initialized 1282 | unsigned litlengthMaxValue = MaxLL, litlengthLog; | ^~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1282:18: note: byref variable will be forcibly initialized 1282 | unsigned litlengthMaxValue = MaxLL, litlengthLog; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1281:15: note: byref variable will be forcibly initialized 1281 | { short litlengthNCount[MaxLL+1]; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1267:47: note: byref variable will be forcibly initialized 1267 | unsigned matchlengthMaxValue = MaxML, matchlengthLog; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1267:18: note: byref variable will be forcibly initialized 1267 | unsigned matchlengthMaxValue = MaxML, matchlengthLog; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1266:15: note: byref variable will be forcibly initialized 1266 | { short matchlengthNCount[MaxML+1]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1252:44: note: byref variable will be forcibly initialized 1252 | unsigned offcodeMaxValue = MaxOff, offcodeLog; | ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1252:18: note: byref variable will be forcibly initialized 1252 | unsigned offcodeMaxValue = MaxOff, offcodeLog; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1251:15: note: byref variable will be forcibly initialized 1251 | { short offcodeNCount[MaxOff+1]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3998:23: note: byref variable will be forcibly initialized 3998 | unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'fwnode_gpiod_get_index': /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_estimateDStreamSize_fromFrame': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1730:22: note: byref variable will be forcibly initialized 1730 | ZSTD_frameHeader zfh; | ^~~ /kisskb/src/drivers/gpio/gpiolib.c:3831:14: note: byref variable will be forcibly initialized 3831 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressStream': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1821:11: note: byref variable will be forcibly initialized 1821 | char* op = ostart; | ^~ /kisskb/src/kernel/futex/syscalls.c: In function 'futex_parse_waitv': /kisskb/src/kernel/futex/syscalls.c:201:28: note: byref variable will be forcibly initialized 201 | struct futex_waitv aux; | ^~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_add_data_with_key': /kisskb/src/drivers/gpio/gpiolib.c:603:13: note: byref variable will be forcibly initialized 603 | u32 ngpios; | ^~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressStream_simpleArgs': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:2079:20: note: byref variable will be forcibly initialized 2079 | ZSTD_inBuffer input = { src, srcSize, *srcPos }; | ^~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:2078:20: note: byref variable will be forcibly initialized 2078 | ZSTD_outBuffer output = { dst, dstCapacity, *dstPos }; | ^~~~~~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_adjtime': /kisskb/src/kernel/time/posix-clock.c:228:33: note: byref variable will be forcibly initialized 228 | struct posix_clock_desc cd; | ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_gettime': /kisskb/src/kernel/time/posix-clock.c:252:33: note: byref variable will be forcibly initialized 252 | struct posix_clock_desc cd; | ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_settime': /kisskb/src/kernel/time/posix-clock.c:290:33: note: byref variable will be forcibly initialized 290 | struct posix_clock_desc cd; | ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_getres': /kisskb/src/kernel/time/posix-clock.c:271:33: note: byref variable will be forcibly initialized 271 | struct posix_clock_desc cd; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/kernel/futex/syscalls.c:3: /kisskb/src/kernel/futex/syscalls.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex_waitv': /kisskb/src/kernel/futex/syscalls.c:253:17: note: byref variable will be forcibly initialized 253 | ktime_t time; | ^~~~ /kisskb/src/kernel/futex/syscalls.c:252:27: note: byref variable will be forcibly initialized 252 | struct timespec64 ts; | ^~ /kisskb/src/kernel/futex/syscalls.c:250:32: note: byref variable will be forcibly initialized 250 | struct hrtimer_sleeper to; | ^~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex': /kisskb/src/kernel/futex/syscalls.c:170:27: note: byref variable will be forcibly initialized 170 | struct timespec64 ts; | ^~ /kisskb/src/kernel/futex/syscalls.c:169:17: note: byref variable will be forcibly initialized 169 | ktime_t t, *tp = NULL; | ^ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequences_body': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1124:20: note: byref variable will be forcibly initialized 1124 | seqState_t seqState; | ^~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1114:17: note: byref variable will be forcibly initialized 1114 | const BYTE* litPtr = dctx->litPtr; | ^~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequences_default': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1114:17: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequencesLong_body': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1262:20: note: byref variable will be forcibly initialized 1262 | seqState_t seqState; | ^~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1248:17: note: byref variable will be forcibly initialized 1248 | const BYTE* litPtr = dctx->litPtr; | ^~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequencesLong_default': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1248:17: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_buildSeqTable': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:563:17: note: byref variable will be forcibly initialized 563 | S16 norm[MaxSeq+1]; | ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:562:22: note: byref variable will be forcibly initialized 562 | { unsigned tableLog; | ^~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressBlock_internal': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1483:13: note: byref variable will be forcibly initialized 1483 | int nbSeq; | ^~~~~ /kisskb/src/kernel/time/clockevents.c: In function 'clockevents_unbind': /kisskb/src/kernel/time/clockevents.c:419:26: note: byref variable will be forcibly initialized 419 | struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; | ^~ /kisskb/src/kernel/time/clockevents.c: In function 'unbind_device_store': /kisskb/src/kernel/time/clockevents.c:691:14: note: byref variable will be forcibly initialized 691 | char name[CS_NAME_LEN]; | ^~~~ /kisskb/src/kernel/time/itimer.c: In function 'put_itimerval': /kisskb/src/kernel/time/itimer.c:103:39: note: byref variable will be forcibly initialized 103 | struct __kernel_old_itimerval v; | ^ /kisskb/src/kernel/time/itimer.c: In function 'put_old_itimerval32': /kisskb/src/kernel/time/itimer.c:132:32: note: byref variable will be forcibly initialized 132 | struct old_itimerval32 v32; | ^~~ /kisskb/src/kernel/time/itimer.c: In function 'get_itimerval': /kisskb/src/kernel/time/itimer.c:315:39: note: byref variable will be forcibly initialized 315 | struct __kernel_old_itimerval v; | ^ /kisskb/src/kernel/time/itimer.c: In function 'get_old_itimerval32': /kisskb/src/kernel/time/itimer.c:361:32: note: byref variable will be forcibly initialized 361 | struct old_itimerval32 v32; | ^~~ /kisskb/src/kernel/time/itimer.c: In function 'get_cpu_itimer': /kisskb/src/kernel/time/itimer.c:58:24: note: byref variable will be forcibly initialized 58 | u64 t, samples[CPUCLOCK_MAX]; | ^~~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_sys_getitimer': /kisskb/src/kernel/time/itimer.c:115:29: note: byref variable will be forcibly initialized 115 | struct itimerspec64 get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_compat_sys_getitimer': /kisskb/src/kernel/time/itimer.c:144:29: note: byref variable will be forcibly initialized 144 | struct itimerspec64 get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c: In function 'set_cpu_itimer': /kisskb/src/kernel/time/itimer.c:172:19: note: byref variable will be forcibly initialized 172 | u64 oval, nval, ointerval, ninterval; | ^~~~ /kisskb/src/kernel/time/itimer.c:172:13: note: byref variable will be forcibly initialized 172 | u64 oval, nval, ointerval, ninterval; | ^~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_sys_setitimer': /kisskb/src/kernel/time/itimer.c:335:41: note: byref variable will be forcibly initialized 335 | struct itimerspec64 set_buffer, get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c:335:29: note: byref variable will be forcibly initialized 335 | struct itimerspec64 set_buffer, get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_compat_sys_setitimer': /kisskb/src/kernel/time/itimer.c:382:41: note: byref variable will be forcibly initialized 382 | struct itimerspec64 set_buffer, get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c:382:29: note: byref variable will be forcibly initialized 382 | struct itimerspec64 set_buffer, get_buffer; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_hw_get_value_wrap': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:600:13: note: byref variable will be forcibly initialized 600 | int value, err; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_show_one_pin': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:638:29: note: byref variable will be forcibly initialized 638 | int pinmux, pullup, pullen, len = 0, r1 = -1, r0 = -1, rsel = -1; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:638:21: note: byref variable will be forcibly initialized 638 | int pinmux, pullup, pullen, len = 0, r1 = -1, r0 = -1, rsel = -1; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pinconf_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:129:43: note: byref variable will be forcibly initialized 129 | int pullup, reg, err = -ENOTSUPP, ret = 1; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:129:13: note: byref variable will be forcibly initialized 129 | int pullup, reg, err = -ENOTSUPP, ret = 1; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:456:13: note: byref variable will be forcibly initialized 456 | u32 pinfunc, pin, func; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:455:24: note: byref variable will be forcibly initialized 455 | unsigned long *configs; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:453:22: note: byref variable will be forcibly initialized 453 | unsigned int num_configs; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:549:18: note: byref variable will be forcibly initialized 549 | unsigned reserved_maps; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_dbg_show': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:715:14: note: byref variable will be forcibly initialized 715 | char buf[PIN_DBG_BUF_SZ]; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:12: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_gpio_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:882:13: note: byref variable will be forcibly initialized 882 | int value, err; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_gpio_get_direction': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:854:13: note: byref variable will be forcibly initialized 854 | int value, err; | ^~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c: In function 'FSE_compress_usingCTable_generic': /kisskb/src/lib/zstd/compress/fse_compress.c:559:27: note: byref variable will be forcibly initialized 559 | FSE_CState_t CState1, CState2; | ^~~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:559:18: note: byref variable will be forcibly initialized 559 | FSE_CState_t CState1, CState2; | ^~~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:558:19: note: byref variable will be forcibly initialized 558 | BIT_CStream_t bitC; | ^~~~ In file included from /kisskb/src/include/linux/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/rockchip/phy-rockchip-dphy-rx0.c:24: /kisskb/src/drivers/phy/rockchip/phy-rockchip-dphy-rx0.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/trace/trace_clock.c:16: /kisskb/src/kernel/trace/trace_clock.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_atomic_op_inuser': /kisskb/src/kernel/futex/waitwake.c:198:30: note: byref variable will be forcibly initialized 198 | char comm[sizeof(current->comm)]; | ^~~~ /kisskb/src/kernel/futex/waitwake.c:194:13: note: byref variable will be forcibly initialized 194 | int oldval, ret; | ^~~~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_multiple_setup': /kisskb/src/kernel/futex/waitwake.c:404:13: note: byref variable will be forcibly initialized 404 | u32 uval; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task.h:10, from /kisskb/src/kernel/futex/waitwake.c:3: /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake_mark': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/waitwake.c:131:9: note: in expansion of macro 'smp_store_release' 131 | smp_store_release(&q->lock_ptr, NULL); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/futex/futex.h:7, from /kisskb/src/kernel/futex/waitwake.c:7: /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake': /kisskb/src/kernel/futex/waitwake.c:149:23: note: byref variable will be forcibly initialized 149 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake_op': /kisskb/src/kernel/futex/waitwake.c:245:23: note: byref variable will be forcibly initialized 245 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_multiple': /kisskb/src/kernel/futex/waitwake.c:527:18: note: byref variable will be forcibly initialized 527 | int ret, hint = 0; | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_setup': /kisskb/src/kernel/futex/waitwake.c:580:13: note: byref variable will be forcibly initialized 580 | u32 uval; | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait': /kisskb/src/kernel/futex/waitwake.c:637:24: note: byref variable will be forcibly initialized 637 | struct futex_q q = futex_q_init; | ^ /kisskb/src/kernel/futex/waitwake.c:636:35: note: byref variable will be forcibly initialized 636 | struct futex_hash_bucket *hb; | ^~ /kisskb/src/kernel/futex/waitwake.c:634:32: note: byref variable will be forcibly initialized 634 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_restart': /kisskb/src/kernel/futex/waitwake.c:697:17: note: byref variable will be forcibly initialized 697 | ktime_t t, *tp = NULL; | ^ /kisskb/src/kernel/time/sched_clock.c: In function 'update_sched_clock': /kisskb/src/kernel/time/sched_clock.c:132:32: note: byref variable will be forcibly initialized 132 | struct clock_read_data rd; | ^~ /kisskb/src/kernel/time/sched_clock.c: In function 'sched_clock_register': /kisskb/src/kernel/time/sched_clock.c:160:32: note: byref variable will be forcibly initialized 160 | struct clock_read_data rd; | ^~ /kisskb/src/kernel/time/sched_clock.c:157:23: note: byref variable will be forcibly initialized 157 | u32 new_mult, new_shift; | ^~~~~~~~~ /kisskb/src/kernel/time/sched_clock.c:157:13: note: byref variable will be forcibly initialized 157 | u32 new_mult, new_shift; | ^~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_compress1X_usingCTable_internal_body': /kisskb/src/lib/zstd/compress/huf_compress.c:586:19: note: byref variable will be forcibly initialized 586 | BIT_CStream_t bitC; | ^~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_compressWeights': /kisskb/src/lib/zstd/compress/huf_compress.c:73:14: note: byref variable will be forcibly initialized 73 | unsigned maxSymbolValue = HUF_TABLELOG_MAX; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_setMaxHeight': /kisskb/src/lib/zstd/compress/huf_compress.c:277:17: note: byref variable will be forcibly initialized 277 | U32 rankLast[HUF_TABLELOG_MAX+2]; | ^~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_writeCTable': /kisskb/src/lib/zstd/compress/huf_compress.c:155:25: note: byref variable will be forcibly initialized 155 | HUF_WriteCTableWksp wksp; | ^~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_readCTable': /kisskb/src/lib/zstd/compress/huf_compress.c:165:9: note: byref variable will be forcibly initialized 165 | U32 nbSymbols = 0; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c:164:9: note: byref variable will be forcibly initialized 164 | U32 tableLog = 0; | ^~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c:163:9: note: byref variable will be forcibly initialized 163 | U32 rankVal[HUF_TABLELOG_ABSOLUTEMAX + 1]; /* large enough for values from 0 to 16 */ | ^~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c:162:10: note: byref variable will be forcibly initialized 162 | BYTE huffWeight[HUF_SYMBOLVALUE_MAX + 1]; /* init not required, even though some static analyzer may complain */ | ^~~~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_kf_seq_show': /kisskb/src/fs/sysfs/file.c:46:15: note: byref variable will be forcibly initialized 46 | char *buf; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_chmod_file': /kisskb/src/fs/sysfs/file.c:417:22: note: byref variable will be forcibly initialized 417 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit': /kisskb/src/fs/sysfs/file.c:731:17: note: byref variable will be forcibly initialized 731 | va_list args; | ^~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit_at': /kisskb/src/fs/sysfs/file.c:759:17: note: byref variable will be forcibly initialized 759 | va_list args; | ^~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /kisskb/src/fs/sysfs/file.c:349:16: note: byref variable will be forcibly initialized 349 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:348:16: note: byref variable will be forcibly initialized 348 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_add_file_to_group': /kisskb/src/fs/sysfs/file.c:384:16: note: byref variable will be forcibly initialized 384 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:383:16: note: byref variable will be forcibly initialized 383 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_bin_file': /kisskb/src/fs/sysfs/file.c:562:16: note: byref variable will be forcibly initialized 562 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:561:16: note: byref variable will be forcibly initialized 561 | kuid_t uid; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:3652:20: note: byref variable will be forcibly initialized 3652 | ZSTD_cwksp ws; | ^~ In file included from /kisskb/src/lib/zstd/compress/zstd_compress.c:22: /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized 401 | repcodes_t newReps; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copySequencesToSeqStoreNoBlockDelim': /kisskb/src/lib/zstd/compress/zstd_compress.c:4553:16: note: byref variable will be forcibly initialized 4553 | repcodes_t updatedRepcodes; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copySequencesToSeqStoreExplicitBlockDelim': /kisskb/src/lib/zstd/compress/zstd_compress.c:4485:16: note: byref variable will be forcibly initialized 4485 | repcodes_t updatedRepcodes; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_initStaticCCtx': /kisskb/src/lib/zstd/compress/zstd_compress.c:105:16: note: byref variable will be forcibly initialized 105 | ZSTD_cwksp ws; | ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copyBlockSequences': /kisskb/src/lib/zstd/compress/zstd_compress.c:2479:16: note: byref variable will be forcibly initialized 2479 | repcodes_t updatedRepcodes; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_makeCCtxParamsFromCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:206:22: note: byref variable will be forcibly initialized 206 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_entropyCompressSequences_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:2230:18: note: byref variable will be forcibly initialized 2230 | { unsigned max = MaxML; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:2202:18: note: byref variable will be forcibly initialized 2202 | { unsigned max = MaxOff; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:2176:18: note: byref variable will be forcibly initialized 2176 | { unsigned max = MaxLL; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_buildSeqStore': /kisskb/src/lib/zstd/compress/zstd_compress.c:2442:27: note: byref variable will be forcibly initialized 2442 | rawSeqStore_t ldmSeqStore = kNullRawSeqStore; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressSequences_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:4693:27: note: byref variable will be forcibly initialized 4693 | ZSTD_sequencePosition seqPos = {0, 0, 0}; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/kernel/bpf/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/kernel/bpf/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/filter.h:8, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/kernel/bpf/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'rb_link_node_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree.h:74:9: note: in expansion of macro 'rcu_assign_pointer' 74 | rcu_assign_pointer(*rb_link, node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': /kisskb/src/lib/zstd/compress/zstd_compress.c:3194:45: note: byref variable will be forcibly initialized 3194 | unsigned litlengthMaxValue = MaxLL, litlengthLog; | ^~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3194:18: note: byref variable will be forcibly initialized 3194 | unsigned litlengthMaxValue = MaxLL, litlengthLog; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3193:15: note: byref variable will be forcibly initialized 3193 | { short litlengthNCount[MaxLL+1]; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3180:47: note: byref variable will be forcibly initialized 3180 | unsigned matchlengthMaxValue = MaxML, matchlengthLog; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3180:18: note: byref variable will be forcibly initialized 3180 | unsigned matchlengthMaxValue = MaxML, matchlengthLog; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3179:15: note: byref variable will be forcibly initialized 3179 | { short matchlengthNCount[MaxML+1]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3165:18: note: byref variable will be forcibly initialized 3165 | { unsigned offcodeLog; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3151:18: note: byref variable will be forcibly initialized 3151 | unsigned hasZeroWeights = 1; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3150:18: note: byref variable will be forcibly initialized 3150 | { unsigned maxSymbolValue = 255; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3144:14: note: byref variable will be forcibly initialized 3144 | unsigned offcodeMaxValue = MaxOff; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3143:11: note: byref variable will be forcibly initialized 3143 | short offcodeNCount[MaxOff+1]; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/xdp.h:409, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/kernel/bpf/core.c:2754: /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_exception': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_bulk_tx': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_redirect_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_cpumap_kthread': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_cpumap_enqueue': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_xdp_devmap_xmit': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_mem_disconnect': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' 320 | TRACE_EVENT(mem_disconnect, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' 320 | TRACE_EVENT(mem_disconnect, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_mem_connect': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(mem_connect, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(mem_connect, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'perf_trace_mem_return_failed': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' 381 | TRACE_EVENT(mem_return_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' 381 | TRACE_EVENT(mem_return_failed, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/xdp.h:409, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/kernel/bpf/core.c:2754: /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_exception': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_literals.c: In function 'ZSTD_compressLiterals': /kisskb/src/lib/zstd/compress/zstd_compress_literals.c:101:20: note: byref variable will be forcibly initialized 101 | { HUF_repeat repeat = prevHuf->repeatMode; | ^~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_bulk_tx': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_redirect_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_cpumap_kthread': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_cpumap_enqueue': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_devmap_xmit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_mem_disconnect': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' 320 | TRACE_EVENT(mem_disconnect, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_mem_connect': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(mem_connect, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_mem_return_failed': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' 381 | TRACE_EVENT(mem_return_failed, | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_initStaticCDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3803:20: note: byref variable will be forcibly initialized 3803 | ZSTD_cwksp ws; | ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3798:22: note: byref variable will be forcibly initialized 3798 | ZSTD_CCtx_params params; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/xdp.h:409, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/kernel/bpf/core.c:2754: /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_exception': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_bulk_tx': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_cpumap_enqueue': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_redirect_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_cpumap_kthread': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_xdp_devmap_xmit': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_mem_disconnect': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' 320 | TRACE_EVENT(mem_disconnect, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' 320 | TRACE_EVENT(mem_disconnect, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_mem_connect': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(mem_connect, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(mem_connect, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(mem_connect, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(mem_connect, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_trace_mem_return_failed': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' 381 | TRACE_EVENT(mem_return_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' 381 | TRACE_EVENT(mem_return_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' 381 | TRACE_EVENT(mem_return_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' 381 | TRACE_EVENT(mem_return_failed, | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3382:22: note: byref variable will be forcibly initialized 3382 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3488:22: note: byref variable will be forcibly initialized 3488 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'bpf_prog_calc_tag': /kisskb/src/kernel/bpf/core.c:275:13: note: byref variable will be forcibly initialized 275 | u32 ws[SHA1_WORKSPACE_WORDS]; | ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_getCParamsFromCCtxParams': /kisskb/src/kernel/bpf/core.c:274:13: note: byref variable will be forcibly initialized 274 | u32 digest[SHA1_DIGEST_WORDS]; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:1218:32: note: byref variable will be forcibly initialized 1218 | ZSTD_compressionParameters cParams; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_usingCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1304:38: note: byref variable will be forcibly initialized 1304 | ZSTD_compressionParameters const cParams = | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_usingCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1317:28: note: byref variable will be forcibly initialized 1317 | ZSTD_CCtx_params const params = ZSTD_makeCCtxParamsFromCParams(cParams); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCStreamSize_usingCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1349:42: note: byref variable will be forcibly initialized 1349 | { ZSTD_compressionParameters const cParams = | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCStreamSize_usingCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1367:28: note: byref variable will be forcibly initialized 1367 | ZSTD_CCtx_params const params = ZSTD_makeCCtxParamsFromCParams(cParams); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_getParams_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:5093:21: note: byref variable will be forcibly initialized 5093 | ZSTD_parameters params; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_usingDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3394:31: note: byref variable will be forcibly initialized 3394 | ZSTD_parameters const params = ZSTD_getParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_noAttachDict); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3392:22: note: byref variable will be forcibly initialized 3392 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress_usingDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3522:31: note: byref variable will be forcibly initialized 3522 | ZSTD_parameters const params = ZSTD_getParams_internal(compressionLevel, srcSize, dict ? dictSize : 0, ZSTD_cpm_noAttachDict); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3520:22: note: byref variable will be forcibly initialized 3520 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced2': /kisskb/src/lib/zstd/compress/zstd_compress.c:3697:32: note: byref variable will be forcibly initialized 3697 | ZSTD_compressionParameters cParams; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3696:22: note: byref variable will be forcibly initialized 3696 | ZSTD_CCtx_params cctxParams = *originalCctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3678:22: note: byref variable will be forcibly initialized 3678 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_CCtx_init_compressStream2': /kisskb/src/lib/zstd/compress/zstd_compress.c:4311:22: note: byref variable will be forcibly initialized 4311 | ZSTD_CCtx_params params = cctx->requestedParams; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressStream2_simpleArgs': /kisskb/src/lib/zstd/compress/zstd_compress.c:4395:20: note: byref variable will be forcibly initialized 4395 | ZSTD_inBuffer input = { src, srcSize, *srcPos }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:4394:20: note: byref variable will be forcibly initialized 4394 | ZSTD_outBuffer output = { dst, dstCapacity, *dstPos }; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress2': /kisskb/src/lib/zstd/compress/zstd_compress.c:4415:16: note: byref variable will be forcibly initialized 4415 | size_t iPos = 0; | ^~~~ /kisskb/src/kernel/bpf/core.c: In function 'bpf_jit_blind_constants': /kisskb/src/kernel/bpf/core.c:1427:40: note: byref variable will be forcibly initialized 1427 | struct bpf_insn insn_buff[16], aux[2]; | ^~~ /kisskb/src/kernel/bpf/core.c:1427:25: note: byref variable will be forcibly initialized 1427 | struct bpf_insn insn_buff[16], aux[2]; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:4414:16: note: byref variable will be forcibly initialized 4414 | { size_t oPos = 0; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_flushStream': /kisskb/src/lib/zstd/compress/zstd_compress.c:4842:19: note: byref variable will be forcibly initialized 4842 | ZSTD_inBuffer input = { NULL, 0, 0 }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_endStream': /kisskb/src/lib/zstd/compress/zstd_compress.c:4849:19: note: byref variable will be forcibly initialized 4849 | ZSTD_inBuffer input = { NULL, 0, 0 }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_usingCDict_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3854:25: note: byref variable will be forcibly initialized 3854 | ZSTD_parameters params; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3849:22: note: byref variable will be forcibly initialized 3849 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:9, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/asm-generic/qrwlock.h:18, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/debugobjects.h:6, from /kisskb/src/include/linux/timer.h:8, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/kernel/bpf/core.c: In function 'bpf_user_rnd_init_once': /kisskb/src/include/linux/once.h:44:39: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/linux/prandom.h:34:9: note: in expansion of macro 'DO_ONCE' 34 | DO_ONCE(prandom_seed_full_state, (pcpu_state)) | ^~~~~~~ /kisskb/src/kernel/bpf/core.c:2602:9: note: in expansion of macro 'prandom_init_once' 2602 | prandom_init_once(&bpf_user_rnd_state); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'bpf_jit_binary_pack_alloc': /kisskb/src/kernel/bpf/core.c:1102:13: note: byref variable will be forcibly initialized 1102 | u32 size, hole, start; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_encodeSequences_body': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:298:19: note: byref variable will be forcibly initialized 298 | FSE_CState_t stateLitLength; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:297:19: note: byref variable will be forcibly initialized 297 | FSE_CState_t stateOffsetBits; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:296:19: note: byref variable will be forcibly initialized 296 | FSE_CState_t stateMatchLength; | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:295:19: note: byref variable will be forcibly initialized 295 | BIT_CStream_t blockStream; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_NCountCost': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:74:9: note: byref variable will be forcibly initialized 74 | S16 norm[MaxSeq + 1]; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:73:10: note: byref variable will be forcibly initialized 73 | BYTE wksp[FSE_NCOUNTBOUND]; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_fseBitCost': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:110:18: note: byref variable will be forcibly initialized 110 | FSE_CState_t cstate; | ^~~~~~ In file included from /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:18: /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized 401 | repcodes_t newReps; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:589:14: note: byref variable will be forcibly initialized 589 | unsigned maxSymbolValue = 255; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:75:14: note: byref variable will be forcibly initialized 75 | unsigned maxSymbolValue = 255; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_sequences': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:246:18: note: byref variable will be forcibly initialized 246 | unsigned max = MaxML; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:222:18: note: byref variable will be forcibly initialized 222 | unsigned max = MaxOff; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:199:18: note: byref variable will be forcibly initialized 199 | unsigned max = MaxLL; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_symbolType': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:617:14: note: byref variable will be forcibly initialized 617 | unsigned max = maxCode; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock_multi': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:818:24: note: byref variable will be forcibly initialized 818 | repcodes_t rep; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:764:17: note: byref variable will be forcibly initialized 764 | int seqEntropyWritten = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:763:17: note: byref variable will be forcibly initialized 763 | int litEntropyWritten = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSuperBlock': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:834:35: note: byref variable will be forcibly initialized 834 | ZSTD_entropyCTablesMetadata_t entropyMetadata; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/time/test_udelay.c: In function 'udelay_test_show': /kisskb/src/kernel/time/test_udelay.c:81:35: note: byref variable will be forcibly initialized 81 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/test_udelay.c: In function 'udelay_test_write': /kisskb/src/kernel/time/test_udelay.c:105:13: note: byref variable will be forcibly initialized 105 | int iters; | ^~~~~ /kisskb/src/kernel/time/test_udelay.c:104:13: note: byref variable will be forcibly initialized 104 | int usecs; | ^~~~~ /kisskb/src/kernel/time/test_udelay.c:102:14: note: byref variable will be forcibly initialized 102 | char lbuf[32]; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/time/tick-sched.c:11: /kisskb/src/kernel/time/tick-sched.c: In function 'tick_do_update_jiffies64': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:132:17: note: in expansion of macro 'smp_store_release' 132 | smp_store_release(&tick_next_period, nextp); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:72:39: note: in expansion of macro 'smp_load_acquire' 72 | if (ktime_before(now, smp_load_acquire(&tick_next_period))) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_generic': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_extDict_generic': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized 1297 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/drivers/phy/phy-core.c: In function '_of_phy_get': /kisskb/src/drivers/phy/phy-core.c:570:32: note: byref variable will be forcibly initialized 570 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/phy/phy-core.c: In function 'of_phy_simple_xlate': /kisskb/src/drivers/phy/phy-core.c:705:31: note: byref variable will be forcibly initialized 705 | struct class_dev_iter iter; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_insertDUBT1': /kisskb/src/lib/zstd/compress/zstd_lazy.c:85:9: note: byref variable will be forcibly initialized 85 | U32 dummy32; /* to be nullified at the end */ | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_DUBT_findBestMatch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:306:13: note: byref variable will be forcibly initialized 306 | U32 dummy32; /* to be nullified at the end */ | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/drivers/phy/rockchip/phy-rockchip-emmc.c: In function 'rockchip_emmc_phy_power': /kisskb/src/drivers/phy/rockchip/phy-rockchip-emmc.c:97:22: note: byref variable will be forcibly initialized 97 | unsigned int dllrdy; | ^~~~~~ /kisskb/src/drivers/phy/rockchip/phy-rockchip-emmc.c:96:22: note: byref variable will be forcibly initialized 96 | unsigned int caldone; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/drivers/phy/rockchip/phy-rockchip-emmc.c: In function 'rockchip_emmc_phy_probe': /kisskb/src/drivers/phy/rockchip/phy-rockchip-emmc.c:355:13: note: byref variable will be forcibly initialized 355 | u32 val; | ^~~ /kisskb/src/drivers/phy/rockchip/phy-rockchip-emmc.c:354:22: note: byref variable will be forcibly initialized 354 | unsigned int reg_offset; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c: In function 'ZSTD_ldm_generateSequences_internal': /kisskb/src/lib/zstd/compress/zstd_ldm.c:323:14: note: byref variable will be forcibly initialized 323 | unsigned numSplits; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c:319:27: note: byref variable will be forcibly initialized 319 | ldmRollingHashState_t hashState; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c: In function 'ZSTD_ldm_fillHashTable': /kisskb/src/lib/zstd/compress/zstd_ldm.c:250:14: note: byref variable will be forcibly initialized 250 | unsigned numSplits; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c:248:27: note: byref variable will be forcibly initialized 248 | ldmRollingHashState_t hashState; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_dedicatedDictSearch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_dedicatedDictSearch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_insertBt1': /kisskb/src/lib/zstd/compress/zstd_opt.c:405:9: note: byref variable will be forcibly initialized 405 | U32 dummy32; /* to be nullified at the end */ | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy_dedicatedDictSearch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_insertBtAndGetAllMatches': /kisskb/src/lib/zstd/compress/zstd_opt.c:554:9: note: byref variable will be forcibly initialized 554 | U32 dummy32; /* to be nullified at the end */ | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized 1297 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ In file included from /kisskb/src/lib/zstd/compress/zstd_opt.c:23: /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized 401 | repcodes_t newReps; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_rescaleFreqs': /kisskb/src/lib/zstd/compress/zstd_opt.c:187:26: note: byref variable will be forcibly initialized 187 | unsigned lit = MaxLit; | ^~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:172:30: note: byref variable will be forcibly initialized 172 | FSE_CState_t ofstate; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:160:30: note: byref variable will be forcibly initialized 160 | FSE_CState_t mlstate; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:148:30: note: byref variable will be forcibly initialized 148 | FSE_CState_t llstate; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized 1297 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_compressBlock_opt_generic': /kisskb/src/lib/zstd/compress/zstd_opt.c:1170:24: note: byref variable will be forcibly initialized 1170 | repcodes_t reps = ZSTD_updateRep(opt[cur].rep, lastSequence.off, lastSequence.litlen==0); | ^~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:1102:21: note: byref variable will be forcibly initialized 1102 | U32 nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, inr, iend, dictMode, opt[cur].rep, ll0, minMatch); | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:1081:28: note: byref variable will be forcibly initialized 1081 | repcodes_t newReps = ZSTD_updateRep(opt[prev].rep, opt[cur].off, opt[cur].litlen==0); | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:987:17: note: byref variable will be forcibly initialized 987 | U32 nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, ll0, minMatch); | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:967:19: note: byref variable will be forcibly initialized 967 | ZSTD_optLdm_t optLdm; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:962:9: note: byref variable will be forcibly initialized 962 | U32 nextToUpdate3 = ms->nextToUpdate; | ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized 1297 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_initStats_ultra': /kisskb/src/lib/zstd/compress/zstd_opt.c:1270:9: note: byref variable will be forcibly initialized 1270 | U32 tmpRep[ZSTD_REP_NUM]; /* updated rep codes will sink here */ | ^~~~~~ /kisskb/src/lib/dim/net_dim.c: In function 'net_dim': /kisskb/src/lib/dim/net_dim.c:220:26: note: byref variable will be forcibly initialized 220 | struct dim_stats curr_stats; | ^~~~~~~~~~ /kisskb/src/sound/hda/hda_bus_type.c: In function 'hda_uevent': /kisskb/src/sound/hda/hda_bus_type.c:70:14: note: byref variable will be forcibly initialized 70 | char modalias[32]; | ^~~~~~~~ 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/include/linux/stop_machine.h:5, from /kisskb/src/kernel/trace/ftrace.c:17: /kisskb/src/kernel/trace/ftrace.c: In function 'add_ftrace_ops': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:266:9: note: in expansion of macro 'rcu_assign_pointer' 266 | rcu_assign_pointer(*list, ops); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:258:9: note: in expansion of macro 'rcu_assign_pointer' 258 | rcu_assign_pointer(ops->next, *list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'clear_ftrace_pids': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7612:17: note: in expansion of macro 'rcu_assign_pointer' 7612 | rcu_assign_pointer(tr->function_no_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7609:17: note: in expansion of macro 'rcu_assign_pointer' 7609 | rcu_assign_pointer(tr->function_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'pid_write': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7855:17: note: in expansion of macro 'rcu_assign_pointer' 7855 | rcu_assign_pointer(tr->function_no_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7852:17: note: in expansion of macro 'rcu_assign_pointer' 7852 | rcu_assign_pointer(tr->function_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7819:32: note: byref variable will be forcibly initialized 7819 | struct trace_pid_list *pid_list; | ^~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_lookup_symbols': /kisskb/src/kernel/trace/ftrace.c:8070:30: note: byref variable will be forcibly initialized 8070 | struct kallsyms_data args; | ^~~~ /kisskb/src/fs/kernfs/inode.c: In function 'kernfs_vfs_user_xattr_add': /kisskb/src/fs/kernfs/inode.c:349:17: note: byref variable will be forcibly initialized 349 | ssize_t removed_size; | ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/inode.c: In function 'kernfs_vfs_user_xattr_rm': /kisskb/src/fs/kernfs/inode.c:383:17: note: byref variable will be forcibly initialized 383 | ssize_t removed_size; | ^~~~~~~~~~~~ /kisskb/src/lib/dim/rdma_dim.c: In function 'rdma_dim': /kisskb/src/lib/dim/rdma_dim.c:79:26: note: byref variable will be forcibly initialized 79 | struct dim_stats curr_stats; | ^~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_path_from_node_locked': /kisskb/src/fs/kernfs/dir.c:134:20: note: byref variable will be forcibly initialized 134 | const char parent_str[] = "/.."; | ^~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c: In function '__kernfs_new_node': /kisskb/src/fs/kernfs/dir.c:620:30: note: byref variable will be forcibly initialized 620 | struct iattr iattr = { | ^~~~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_walk_ns': /kisskb/src/fs/kernfs/dir.c:830:15: note: byref variable will be forcibly initialized 830 | char *p, *name; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/kernfs/dir.c:10: /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_drain': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c:484:9: note: in expansion of macro 'wait_event' 484 | wait_event(root->deactivate_waitq, | ^~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_remove_self': /kisskb/src/fs/kernfs/dir.c:1532:29: note: byref variable will be forcibly initialized 1532 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/kernfs/dir.c:1532:17: note: in expansion of macro 'DEFINE_WAIT' 1532 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/kernfs/file.c: In function 'kernfs_notify_workfn': /kisskb/src/fs/kernfs/file.c:871:29: note: byref variable will be forcibly initialized 871 | struct qstr name; | ^~~~ /kisskb/src/fs/sysfs/dir.c: In function 'sysfs_create_dir_ns': /kisskb/src/fs/sysfs/dir.c:44:16: note: byref variable will be forcibly initialized 44 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/dir.c:43:16: note: byref variable will be forcibly initialized 43 | kuid_t uid; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/sound/virtio/virtio_card.c:6: /kisskb/src/sound/virtio/virtio_card.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/virtio/virtio_card.c: In function 'virtsnd_event_send': /kisskb/src/sound/virtio/virtio_card.c:34:29: note: byref variable will be forcibly initialized 34 | struct scatterlist *psgs[1] = { &sg }; | ^~~~ /kisskb/src/sound/virtio/virtio_card.c:33:28: note: byref variable will be forcibly initialized 33 | struct scatterlist sg; | ^~ /kisskb/src/sound/virtio/virtio_card.c: In function 'virtsnd_event_notify_cb': /kisskb/src/sound/virtio/virtio_card.c:84:13: note: byref variable will be forcibly initialized 84 | u32 length; | ^~~~~~ /kisskb/src/sound/virtio/virtio_card.c: In function 'virtsnd_disable_event_vq': /kisskb/src/sound/virtio/virtio_card.c:180:13: note: byref variable will be forcibly initialized 180 | u32 length; | ^~~~~~ /kisskb/src/drivers/phy/rockchip/phy-rockchip-pcie.c: In function 'rockchip_pcie_phy_power_on': /kisskb/src/drivers/phy/rockchip/phy-rockchip-pcie.c:180:13: note: byref variable will be forcibly initialized 180 | u32 status; | ^~~~~~ /kisskb/src/drivers/phy/rockchip/phy-rockchip-pcie.c: In function 'rockchip_pcie_phy_probe': /kisskb/src/drivers/phy/rockchip/phy-rockchip-pcie.c:370:13: note: byref variable will be forcibly initialized 370 | u32 phy_num; | ^~~~~~~ /kisskb/src/lib/zlib_deflate/deftree.c: In function 'tr_static_init': /kisskb/src/lib/zlib_deflate/deftree.c:179:9: note: byref variable will be forcibly initialized 179 | ush bl_count[MAX_BITS+1]; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinmux_gpio_request_enable': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:320:23: note: byref variable will be forcibly initialized 320 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinmux_set': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:292:23: note: byref variable will be forcibly initialized 292 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:200:23: note: byref variable will be forcibly initialized 200 | unsigned long config; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:9: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:402:21: note: byref variable will be forcibly initialized 402 | const char *function; | ^~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:9: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinctrl_build_functions': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:495:22: note: byref variable will be forcibly initialized 495 | int num = 0, funcsize = pctl->desc.npins; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_regmap_mpp_ctrl_get': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:787:22: note: byref variable will be forcibly initialized 787 | unsigned int val; | ^~~ /kisskb/src/sound/hda/hdac_bus.c: In function 'snd_hdac_bus_exec_verb_unlocked': /kisskb/src/sound/hda/hdac_bus.c:110:22: note: byref variable will be forcibly initialized 110 | unsigned int tmp; | ^~~ /kisskb/src/sound/pci/ca0106/ca0106_main.c: In function 'snd_ca0106_pcm': /kisskb/src/sound/pci/ca0106/ca0106_main.c:1283:25: note: byref variable will be forcibly initialized 1283 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ca0106/ca0106_main.c: In function 'snd_ca0106_ac97': /kisskb/src/sound/pci/ca0106/ca0106_main.c:1166:34: note: byref variable will be forcibly initialized 1166 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/ca0106/ca0106_main.c:1165:30: note: byref variable will be forcibly initialized 1165 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/sound/pci/ca0106/ca0106_main.c: In function '__snd_ca0106_probe': /kisskb/src/sound/pci/ca0106/ca0106_main.c:1732:26: note: byref variable will be forcibly initialized 1732 | struct snd_card *card; | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/kernel/trace/ring_buffer.c:7: /kisskb/src/kernel/trace/ring_buffer.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_reserve_next_event': /kisskb/src/kernel/trace/ring_buffer.c:3631:30: note: byref variable will be forcibly initialized 3631 | struct rb_event_info info; | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_lock_reserve': /kisskb/src/kernel/trace/ring_buffer.c:3631:30: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/kernel/trace/ring_buffer.c:7: /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_allocate_pages': /kisskb/src/kernel/trace/ring_buffer.c:1631:19: note: byref variable will be forcibly initialized 1631 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_update_event': /kisskb/src/kernel/trace/ring_buffer.c:2841:13: note: byref variable will be forcibly initialized 2841 | u64 delta = info->delta; | ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c:2840:18: note: byref variable will be forcibly initialized 2840 | unsigned length = info->length; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:13: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_write': /kisskb/src/kernel/trace/ring_buffer.c:3631:30: note: byref variable will be forcibly initialized 3631 | struct rb_event_info info; | ^~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_request_enable': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:488:13: note: byref variable will be forcibly initialized 488 | int grp = 0; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_fill_group': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:852:25: note: byref variable will be forcibly initialized 852 | int n, num = 0, funcsize = info->data->nr_pins; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_get': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:440:22: note: byref variable will be forcibly initialized 440 | unsigned int val, mask; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_get_direction': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:402:22: note: byref variable will be forcibly initialized 402 | unsigned int val, mask; | ^~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_read_page': /kisskb/src/kernel/trace/ring_buffer.c:5565:23: note: byref variable will be forcibly initialized 5565 | unsigned long missed_events; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_edge_both_irq_swap_pol': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:624:16: note: byref variable will be forcibly initialized 624 | u32 p, l, ret; | ^ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_set_type': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:597:21: note: byref variable will be forcibly initialized 597 | u32 in_val, in_reg = INPUT_VAL; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:13: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_3700_pinctrl_resume': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:1042:60: note: byref variable will be forcibly initialized 1042 | u32 mask, *irq_pol, input_reg, virq, type, level; | ^~~~~ /kisskb/src/lib/mpi/ec.c: In function 'ec_mulm_448': /kisskb/src/lib/mpi/ec.c:354:20: note: byref variable will be forcibly initialized 354 | mpi_limb_t b1[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:353:20: note: byref variable will be forcibly initialized 353 | mpi_limb_t b0[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:352:20: note: byref variable will be forcibly initialized 352 | mpi_limb_t a3[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:351:20: note: byref variable will be forcibly initialized 351 | mpi_limb_t a2[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:350:20: note: byref variable will be forcibly initialized 350 | mpi_limb_t n[LIMB_SIZE_448*2]; | ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_subm_448': /kisskb/src/lib/mpi/ec.c:330:20: note: byref variable will be forcibly initialized 330 | mpi_limb_t n[LIMB_SIZE_448]; | ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_addm_448': /kisskb/src/lib/mpi/ec.c:310:20: note: byref variable will be forcibly initialized 310 | mpi_limb_t n[LIMB_SIZE_448]; | ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_subm_25519': /kisskb/src/lib/mpi/ec.c:225:20: note: byref variable will be forcibly initialized 225 | mpi_limb_t n[LIMB_SIZE_25519]; | ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_addm_25519': /kisskb/src/lib/mpi/ec.c:203:20: note: byref variable will be forcibly initialized 203 | mpi_limb_t n[LIMB_SIZE_25519]; | ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_mulm_25519': /kisskb/src/lib/mpi/ec.c:247:20: note: byref variable will be forcibly initialized 247 | mpi_limb_t m[LIMB_SIZE_25519+1]; | ^ /kisskb/src/lib/mpi/ec.c:246:20: note: byref variable will be forcibly initialized 246 | mpi_limb_t n[LIMB_SIZE_25519*2]; | ^ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_buffer': /kisskb/src/lib/mpi/mpicoder.c:257:16: note: byref variable will be forcibly initialized 257 | __be64 alimb; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_write_to_sgl': /kisskb/src/lib/mpi/mpicoder.c:366:32: note: byref variable will be forcibly initialized 366 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c:361:16: note: byref variable will be forcibly initialized 361 | __be64 alimb; | ^~~~~ /kisskb/src/lib/mpi/ec.c: In function 'mpi_ec_mul_point': /kisskb/src/lib/mpi/ec.c:1251:44: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1251:39: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1216:39: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:439:32: note: byref variable will be forcibly initialized 439 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/mpi/ec.c:1216:35: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/lib/mpi/ec.c:1216:31: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_print': /kisskb/src/lib/mpi/mpicoder.c:712:30: note: byref variable will be forcibly initialized 712 | unsigned int n = 0; | ^ /kisskb/src/lib/mpi/mpicoder.c:669:30: note: byref variable will be forcibly initialized 669 | unsigned int n; | ^ /kisskb/src/lib/mpi/mpicoder.c:642:30: note: byref variable will be forcibly initialized 642 | unsigned int n = (nbits + 7)/8; | ^ /kisskb/src/lib/mpi/mpicoder.c:621:30: note: byref variable will be forcibly initialized 621 | unsigned int n = (nbits + 7)/8; | ^ /kisskb/src/lib/mpi/mpicoder.c:581:30: note: byref variable will be forcibly initialized 581 | unsigned int n; | ^ /kisskb/src/lib/mpi/mpicoder.c:559:16: note: byref variable will be forcibly initialized 559 | size_t dummy_nwritten; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/virtio.h:9, from /kisskb/src/include/linux/virtio_config.h:7, from /kisskb/src/sound/virtio/virtio_chmap.c:6: /kisskb/src/sound/virtio/virtio_chmap.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/sound/virtio/virtio_chmap.c:6: /kisskb/src/sound/virtio/virtio_chmap.c: In function 'virtsnd_chmap_parse_cfg': /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/sound/virtio/virtio_chmap.c:66:9: note: in expansion of macro 'virtio_cread_le' 66 | virtio_cread_le(vdev, struct virtio_snd_config, chmaps, &snd->nchmaps); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-can-transceiver.c: In function 'can_transceiver_phy_probe': /kisskb/src/drivers/phy/phy-can-transceiver.c:101:13: note: byref variable will be forcibly initialized 101 | u32 max_bitrate = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/phy/rockchip/phy-rockchip-typec.c: In function 'tcphy_get_mode': /kisskb/src/drivers/phy/rockchip/phy-rockchip-typec.c:809:37: note: byref variable will be forcibly initialized 809 | union extcon_property_value property; | ^~~~~~~~ /kisskb/src/drivers/phy/rockchip/phy-rockchip-typec.c: In function 'rockchip_usb3_phy_power_on': /kisskb/src/drivers/phy/rockchip/phy-rockchip-typec.c:872:13: note: byref variable will be forcibly initialized 872 | u32 val; | ^~~ /kisskb/src/lib/xz/xz_dec_bcj.c: In function 'xz_dec_bcj_run': /kisskb/src/lib/xz/xz_dec_bcj.c:421:16: note: byref variable will be forcibly initialized 421 | size_t out_start; | ^~~~~~~~~ /kisskb/src/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c: In function 'rockchip_combphy_is_ready': /kisskb/src/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c:166:19: note: byref variable will be forcibly initialized 166 | u32 mask, val; | ^~~ /kisskb/src/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c: In function 'rockchip_combphy_probe': /kisskb/src/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c:315:26: note: byref variable will be forcibly initialized 315 | struct resource *res; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'add_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:360:9: note: in expansion of macro 'rcu_assign_pointer' 360 | rcu_assign_pointer(*list, export); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:353:9: note: in expansion of macro 'rcu_assign_pointer' 353 | rcu_assign_pointer(export->next, *list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rm_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:375:9: note: in expansion of macro 'rcu_assign_pointer' 375 | rcu_assign_pointer(*p, (*p)->next); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_find_tgid_ptr': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:2480:20: note: in expansion of macro 'smp_load_acquire' 2480 | int *map = smp_load_acquire(&tgid_map); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 't_start': /kisskb/src/kernel/trace/trace.c:5007:16: note: byref variable will be forcibly initialized 5007 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function 'eval_map_start': /kisskb/src/kernel/trace/trace.c:5996:16: note: byref variable will be forcibly initialized 5996 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_show': /kisskb/src/kernel/trace/trace.c:5853:14: note: byref variable will be forcibly initialized 5853 | char buf[TASK_COMM_LEN]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'set_tracing_thresh': /kisskb/src/kernel/trace/trace.c:1501:23: note: byref variable will be forcibly initialized 1501 | unsigned long threshold; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_ftrace_now': /kisskb/src/kernel/trace/trace.c:769:13: note: byref variable will be forcibly initialized 769 | u64 ts; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_write': /kisskb/src/kernel/trace/trace.c:8695:23: note: byref variable will be forcibly initialized 8695 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_write': /kisskb/src/kernel/trace/trace.c:9044:23: note: byref variable will be forcibly initialized 9044 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_write': /kisskb/src/kernel/trace/trace.c:6499:23: note: byref variable will be forcibly initialized 6499 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_write': /kisskb/src/kernel/trace/trace.c:5933:23: note: byref variable will be forcibly initialized 5933 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_start': /kisskb/src/kernel/trace/trace.c:5830:16: note: byref variable will be forcibly initialized 5830 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function '__find_next_entry': /kisskb/src/kernel/trace/trace.c:3602:26: note: byref variable will be forcibly initialized 3602 | u64 next_ts = 0, ts; | ^~ /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:112:16: note: byref variable will be forcibly initialized 112 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:111:16: note: byref variable will be forcibly initialized 111 | kuid_t uid; | ^~~ /kisskb/src/kernel/trace/trace.c:3600:23: note: byref variable will be forcibly initialized 3600 | unsigned long lost_events = 0, next_lost = 0; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'get_total_entries': /kisskb/src/kernel/trace/trace.c:4179:26: note: byref variable will be forcibly initialized 4179 | unsigned long t, e; | ^ /kisskb/src/fs/sysfs/group.c: In function 'sysfs_merge_group': /kisskb/src/fs/sysfs/group.c:330:16: note: byref variable will be forcibly initialized 330 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:329:16: note: byref variable will be forcibly initialized 329 | kuid_t uid; | ^~~ /kisskb/src/kernel/trace/trace.c:4179:23: note: byref variable will be forcibly initialized 4179 | unsigned long t, e; | ^ /kisskb/src/kernel/trace/trace.c: In function 'print_event_info': /kisskb/src/kernel/trace/trace.c:4232:23: note: byref variable will be forcibly initialized 4232 | unsigned long entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4231:23: note: byref variable will be forcibly initialized 4231 | unsigned long total; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_hex_fmt': /kisskb/src/kernel/trace/trace.c:4414:23: note: byref variable will be forcibly initialized 4414 | unsigned char newline = '\n'; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_write': /kisskb/src/kernel/trace/trace.c:7663:13: note: byref variable will be forcibly initialized 7663 | u64 val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_read': /kisskb/src/kernel/trace/trace.c:7709:14: note: byref variable will be forcibly initialized 7709 | char buf[U64_STR_SIZE]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_read': /kisskb/src/kernel/trace/trace.c:9030:14: note: byref variable will be forcibly initialized 9030 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_total_entries_read': /kisskb/src/kernel/trace/trace.c:7025:14: note: byref variable will be forcibly initialized 7025 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_read': /kisskb/src/kernel/trace/trace.c:6951:14: note: byref variable will be forcibly initialized 6951 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_read': /kisskb/src/kernel/trace/trace.c:6141:14: note: byref variable will be forcibly initialized 6141 | char buf[MAX_TRACER_SIZE+2]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_buffers_splice_read': /kisskb/src/kernel/trace/trace.c:8213:22: note: byref variable will be forcibly initialized 8213 | struct page *pages_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c:8212:29: note: byref variable will be forcibly initialized 8212 | struct partial_page partial_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_read': /kisskb/src/kernel/trace/trace.c:5890:14: note: byref variable will be forcibly initialized 5890 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'test_can_verify_check': /kisskb/src/kernel/trace/trace.c:3743:17: note: byref variable will be forcibly initialized 3743 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace.c:3742:14: note: byref variable will be forcibly initialized 3742 | char buf[16]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_next': /kisskb/src/kernel/trace/trace.c:618:22: note: byref variable will be forcibly initialized 618 | unsigned int next; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_start': /kisskb/src/kernel/trace/trace.c:647:16: note: byref variable will be forcibly initialized 647 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c:646:22: note: byref variable will be forcibly initialized 646 | unsigned int first; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_write': /kisskb/src/kernel/trace/trace.c:8989:23: note: byref variable will be forcibly initialized 8989 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_read': /kisskb/src/kernel/trace/trace.c:8974:14: note: byref variable will be forcibly initialized 8974 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_read': /kisskb/src/kernel/trace/trace.c:6485:14: note: byref variable will be forcibly initialized 6485 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_write': /kisskb/src/kernel/trace/trace.c:691:15: note: byref variable will be forcibly initialized 691 | pid_t pid; | ^~~ /kisskb/src/kernel/trace/trace.c:690:16: note: byref variable will be forcibly initialized 690 | loff_t pos; | ^~~ /kisskb/src/kernel/trace/trace.c:686:23: note: byref variable will be forcibly initialized 686 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c:685:29: note: byref variable will be forcibly initialized 685 | struct trace_parser parser; | ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_event_buffer_commit': /kisskb/src/kernel/trace/trace.c:2914:33: note: byref variable will be forcibly initialized 2914 | enum event_trigger_type tt = ETT_NONE; | ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk': /kisskb/src/kernel/trace/trace.c:3497:17: note: byref variable will be forcibly initialized 3497 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk_buf': /kisskb/src/kernel/trace/trace.c:3542:17: note: byref variable will be forcibly initialized 3542 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_iter_reset': /kisskb/src/kernel/trace/trace.c:4053:13: note: byref variable will be forcibly initialized 4053 | u64 ts; | ^~ /kisskb/src/kernel/trace/trace.c: In function 's_start': /kisskb/src/kernel/trace/trace.c:4088:16: note: byref variable will be forcibly initialized 4088 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries_cpu': /kisskb/src/kernel/trace/trace.c:4194:30: note: byref variable will be forcibly initialized 4194 | unsigned long total, entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4194:23: note: byref variable will be forcibly initialized 4194 | unsigned long total, entries; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries': /kisskb/src/kernel/trace/trace.c:4206:30: note: byref variable will be forcibly initialized 4206 | unsigned long total, entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4206:23: note: byref variable will be forcibly initialized 4206 | unsigned long total, entries; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_trace_header': /kisskb/src/kernel/trace/trace.c:4278:23: note: byref variable will be forcibly initialized 4278 | unsigned long total; | ^~~~~ /kisskb/src/kernel/trace/trace.c:4277:23: note: byref variable will be forcibly initialized 4277 | unsigned long entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_splice_read_pipe': /kisskb/src/kernel/trace/trace.c:6867:33: note: byref variable will be forcibly initialized 6867 | struct splice_pipe_desc spd = { | ^~~ /kisskb/src/kernel/trace/trace.c:6865:29: note: byref variable will be forcibly initialized 6865 | struct partial_page partial_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6864:22: note: byref variable will be forcibly initialized 6864 | struct page *pages_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_cpumask_write': /kisskb/src/kernel/trace/trace.c:5177:23: note: byref variable will be forcibly initialized 5177 | cpumask_var_t tracing_cpumask_new; | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'set_tracer_flag': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:5320:25: note: in expansion of macro 'smp_store_release' 5320 | smp_store_release(&tgid_map, map); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_core_write': /kisskb/src/kernel/trace/trace.c:8786:23: note: byref variable will be forcibly initialized 8786 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'apply_trace_boot_options': /kisskb/src/kernel/trace/trace.c:5392:15: note: byref variable will be forcibly initialized 5392 | char *buf = trace_boot_options_buf; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_trace_options_write': /kisskb/src/kernel/trace/trace.c:5416:14: note: byref variable will be forcibly initialized 5416 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_write': /kisskb/src/sound/pci/cs46xx/cs46xx.c: In function 'snd_card_cs46xx_probe': /kisskb/src/sound/pci/cs46xx/cs46xx.c:58:26: note: byref variable will be forcibly initialized 58 | struct snd_card *card; | ^~~~ /kisskb/src/kernel/trace/trace.c:6998:23: note: byref variable will be forcibly initialized 6998 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_snapshot_write': /kisskb/src/kernel/trace/trace.c:7421:23: note: byref variable will be forcibly initialized 7421 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_write': /kisskb/src/kernel/trace/trace.c:6455:14: note: byref variable will be forcibly initialized 6455 | char buf[MAX_TRACER_SIZE+1]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_clock_write': /kisskb/src/kernel/trace/trace.c:7260:14: note: byref variable will be forcibly initialized 7260 | char buf[64]; | ^~~ In file included from /kisskb/src/kernel/trace/trace.c:8672: /kisskb/src/kernel/trace/trace.c: In function 'trace_selftest_startup_function': /kisskb/src/kernel/trace/trace_selftest.c:694:23: note: byref variable will be forcibly initialized 694 | unsigned long count; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_selftest_startup_function_graph': /kisskb/src/kernel/trace/trace_selftest.c:800:23: note: byref variable will be forcibly initialized 800 | unsigned long count; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_selftest_startup_preemptoff': /kisskb/src/kernel/trace/trace_selftest.c:968:23: note: byref variable will be forcibly initialized 968 | unsigned long count; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_init_tracefs_percpu': /kisskb/src/kernel/trace/trace.c:8632:14: note: byref variable will be forcibly initialized 8632 | char cpu_dir[30]; /* 30 characters should be more than enough */ | ^~~~~~~ In file included from /kisskb/src/include/linux/virtio.h:9, from /kisskb/src/include/linux/virtio_config.h:7, from /kisskb/src/sound/virtio/virtio_jack.c:6: /kisskb/src/sound/virtio/virtio_jack.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, 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/sound/virtio/virtio_jack.c:6: /kisskb/src/sound/virtio/virtio_jack.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/sound/virtio/virtio_jack.c:6: /kisskb/src/sound/virtio/virtio_jack.c: In function 'virtsnd_jack_parse_cfg': /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/sound/virtio/virtio_jack.c:138:9: note: in expansion of macro 'virtio_cread_le' 138 | virtio_cread_le(vdev, struct virtio_snd_config, jacks, &snd->njacks); | ^~~~~~~~~~~~~~~ /kisskb/src/sound/virtio/virtio_ctl_msg.c: In function 'virtsnd_ctl_msg_send': /kisskb/src/sound/virtio/virtio_ctl_msg.c:132:29: note: byref variable will be forcibly initialized 132 | struct scatterlist *psgs[4]; | ^~~~ /kisskb/src/sound/virtio/virtio_ctl_msg.c: In function 'virtsnd_ctl_query_info': /kisskb/src/sound/virtio/virtio_ctl_msg.c:266:28: note: byref variable will be forcibly initialized 266 | struct scatterlist sg; | ^~ /kisskb/src/sound/virtio/virtio_ctl_msg.c: In function 'virtsnd_ctl_notify_cb': /kisskb/src/sound/virtio/virtio_ctl_msg.c:298:13: note: byref variable will be forcibly initialized 298 | u32 length; | ^~~~~~ /kisskb/src/sound/hda/hdac_regmap.c: In function 'hda_reg_read_stereo_amp': /kisskb/src/sound/hda/hdac_regmap.c:160:28: note: byref variable will be forcibly initialized 160 | unsigned int left, right; | ^~~~~ /kisskb/src/sound/hda/hdac_regmap.c:160:22: note: byref variable will be forcibly initialized 160 | unsigned int left, right; | ^~~~ In file included from /kisskb/src/sound/hda/hdac_sysfs.c:10: /kisskb/src/sound/hda/hdac_sysfs.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ /kisskb/src/sound/hda/hdac_sysfs.c: In function 'connections_show': /kisskb/src/sound/hda/hdac_sysfs.c:256:19: note: byref variable will be forcibly initialized 256 | hda_nid_t list[32]; | ^~~~ /kisskb/src/sound/hda/hdac_sysfs.c: In function 'pin_cfg_show': /kisskb/src/sound/hda/hdac_sysfs.c:179:22: note: byref variable will be forcibly initialized 179 | unsigned int val; | ^~~ In file included from /kisskb/src/sound/hda/hdac_sysfs.c:6: /kisskb/src/sound/hda/hdac_sysfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/hda/hdac_regmap.c: In function 'reg_raw_update': /kisskb/src/sound/hda/hdac_regmap.c:516:14: note: byref variable will be forcibly initialized 516 | bool change; | ^~~~~~ /kisskb/src/sound/hda/hdac_regmap.c:515:22: note: byref variable will be forcibly initialized 515 | unsigned int orig; | ^~~~ /kisskb/src/sound/hda/hdac_regmap.c: In function 'reg_raw_update_once': /kisskb/src/sound/hda/hdac_regmap.c:560:22: note: byref variable will be forcibly initialized 560 | unsigned int orig; | ^~~~ /kisskb/src/sound/hda/hdac_sysfs.c: In function 'get_codec_nid': /kisskb/src/sound/hda/hdac_sysfs.c:99:13: note: byref variable will be forcibly initialized 99 | int nid; | ^~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'cs46xx_detect_codec': /kisskb/src/sound/hda/hdac_sysfs.c: In function 'widget_attr_store': /kisskb/src/sound/hda/hdac_sysfs.c:130:29: note: byref variable will be forcibly initialized 130 | struct hdac_device *codec; | ^~~~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:2418:34: note: byref variable will be forcibly initialized 2418 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/hda/hdac_sysfs.c: In function 'widget_attr_show': /kisskb/src/sound/hda/hdac_sysfs.c:114:29: note: byref variable will be forcibly initialized 114 | struct hdac_device *codec; | ^~~~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'snd_cs46xx_midi_output_trigger': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:2630:23: note: byref variable will be forcibly initialized 2630 | unsigned char byte; | ^~~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'load_firmware': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:503:32: note: byref variable will be forcibly initialized 503 | const struct firmware *fw; | ^~ In file included from /kisskb/src/sound/hda/hdac_device.c:13: /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_read_parm_uncached': /kisskb/src/sound/hda/hdac_device.c:315:27: note: byref variable will be forcibly initialized 315 | unsigned int cmd, val; | ^~~ /kisskb/src/sound/hda/hdac_device.c: In function 'setup_fg_nodes': /kisskb/src/sound/hda/hdac_device.c:377:19: note: byref variable will be forcibly initialized 377 | hda_nid_t nid; | ^~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'snd_cs46xx_interrupt': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:1387:31: note: byref variable will be forcibly initialized 1387 | unsigned char c; | ^ /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_refresh_widgets': /kisskb/src/sound/hda/hdac_device.c:406:19: note: byref variable will be forcibly initialized 406 | hda_nid_t start_nid; | ^~~~~~~~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'clkrun_init': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:3568:12: note: byref variable will be forcibly initialized 3568 | u8 pp; | ^~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:35: /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_get_connections': /kisskb/src/sound/hda/hdac_device.c:467:22: note: byref variable will be forcibly initialized 467 | unsigned int parm; | ^~~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'snd_cs46xx_pcm': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:1749:25: note: byref variable will be forcibly initialized 1749 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'snd_cs46xx_mixer': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:2452:32: note: byref variable will be forcibly initialized 2452 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/hda/hdac_device.c: In function 'codec_read': /kisskb/src/sound/hda/hdac_device.c:992:22: note: byref variable will be forcibly initialized 992 | unsigned int res; | ^~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'snd_cs46xx_midi': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:2672:29: note: byref variable will be forcibly initialized 2672 | struct snd_rawmidi *rmidi; | ^~~~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'snd_cs46xx_create': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:3830:22: note: byref variable will be forcibly initialized 3830 | u16 ss_card, ss_vendor; | ^~~~~~~~~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:3830:13: note: byref variable will be forcibly initialized 3830 | u16 ss_card, ss_vendor; | ^~~~~~~ /kisskb/src/sound/hda/hdac_controller.c: In function 'snd_hdac_bus_get_response': /kisskb/src/sound/hda/hdac_controller.c:246:28: note: byref variable will be forcibly initialized 246 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/hda/hdac_stream.c: In function 'snd_hdac_stream_setup_periods': /kisskb/src/sound/hda/hdac_stream.c:435:17: note: byref variable will be forcibly initialized 435 | __le32 *bdl; | ^~~ /kisskb/src/sound/pci/ca0106/ca_midi.c: In function 'ca_midi_output_trigger': /kisskb/src/sound/pci/ca0106/ca_midi.c:215:31: note: byref variable will be forcibly initialized 215 | unsigned char byte; | ^~~~ /kisskb/src/sound/pci/ca0106/ca_midi.c: In function 'ca_midi_interrupt': /kisskb/src/sound/pci/ca0106/ca_midi.c:41:23: note: byref variable will be forcibly initialized 41 | unsigned char byte; | ^~~~ /kisskb/src/sound/pci/ca0106/ca_midi.c: In function 'ca_midi_init': /kisskb/src/sound/pci/ca0106/ca_midi.c:276:29: note: byref variable will be forcibly initialized 276 | struct snd_rawmidi *rmidi; | ^~~~~ /kisskb/src/sound/pci/ca0106/ca0106_mixer.c: In function 'remove_ctl': /kisskb/src/sound/pci/ca0106/ca0106_mixer.c:702:32: note: byref variable will be forcibly initialized 702 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/pci/ca0106/ca0106_mixer.c: In function 'ctl_find': /kisskb/src/sound/pci/ca0106/ca0106_mixer.c:711:32: note: byref variable will be forcibly initialized 711 | struct snd_ctl_elem_id sid; | ^~~ /kisskb/src/sound/pci/ca0106/ca0106_mixer.c: In function 'snd_ca0106_mixer': /kisskb/src/sound/pci/ca0106/ca0106_mixer.c:837:49: note: byref variable will be forcibly initialized 837 | struct snd_kcontrol_new ctl; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/reed_solomon/reed_solomon.c:35: /kisskb/src/lib/reed_solomon/reed_solomon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_banks_node_get': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:1026:14: note: byref variable will be forcibly initialized 1026 | char node_name[20]; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinconf_rw': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:440:26: note: byref variable will be forcibly initialized 440 | u32 data, width, pin_offset, mask, shift; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:438:23: note: byref variable will be forcibly initialized 438 | void __iomem *reg_base; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:437:34: note: byref variable will be forcibly initialized 437 | struct samsung_pin_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinmux_setup': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:384:32: note: byref variable will be forcibly initialized 384 | u32 mask, shift, data, pin_offset; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:383:23: note: byref variable will be forcibly initialized 383 | void __iomem *reg; | ^~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:382:34: note: byref variable will be forcibly initialized 382 | struct samsung_pin_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinctrl_create_function': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:721:29: note: byref variable will be forcibly initialized 721 | const char *gname; | ^~~~~ In file included from /kisskb/src/lib/argv_split.c:9: /kisskb/src/lib/argv_split.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinctrl_parse_dt': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:832:35: note: byref variable will be forcibly initialized 832 | unsigned int grp_cnt = 0, func_cnt = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:832:22: note: byref variable will be forcibly initialized 832 | unsigned int grp_cnt = 0, func_cnt = 0; | ^~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:185:18: note: byref variable will be forcibly initialized 185 | unsigned num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:184:24: note: byref variable will be forcibly initialized 184 | unsigned long *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:182:13: note: byref variable will be forcibly initialized 182 | 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:255:18: note: byref variable will be forcibly initialized 255 | unsigned reserved_maps; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pin_dbg_show': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:295:23: note: byref variable will be forcibly initialized 295 | unsigned long config; | ^~~~~~ In file included from /kisskb/src/include/linux/virtio.h:9, from /kisskb/src/include/linux/virtio_config.h:7, from /kisskb/src/sound/virtio/virtio_pcm.c:7: /kisskb/src/sound/virtio/virtio_pcm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, 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/sound/virtio/virtio_pcm.c:7: /kisskb/src/sound/virtio/virtio_pcm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:619:13: note: byref variable will be forcibly initialized 619 | s32 reg; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:618:23: note: byref variable will be forcibly initialized 618 | s8 bank, bit, width; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:618:18: note: byref variable will be forcibly initialized 618 | s8 bank, bit, width; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:618:12: note: byref variable will be forcibly initialized 618 | s8 bank, bit, width; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinconf_group_get': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:522:13: note: byref variable will be forcibly initialized 522 | s32 reg; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:521:23: note: byref variable will be forcibly initialized 521 | s8 bank, bit, width; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:521:18: note: byref variable will be forcibly initialized 521 | s8 bank, bit, width; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:521:12: note: byref variable will be forcibly initialized 521 | s8 bank, bit, width; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinctrl_get_group': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:283:29: note: byref variable will be forcibly initialized 283 | const unsigned int *pins; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:282:29: note: byref variable will be forcibly initialized 282 | unsigned int group, num_pins, j; | ^~~~~~~~ In file included from /kisskb/src/sound/virtio/virtio_pcm.c:7: /kisskb/src/sound/virtio/virtio_pcm.c: In function 'virtsnd_pcm_parse_cfg': /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/sound/virtio/virtio_pcm.c:330:9: note: in expansion of macro 'virtio_cread_le' 330 | virtio_cread_le(vdev, struct virtio_snd_config, streams, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinconf_group_set': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:551:13: note: byref variable will be forcibly initialized 551 | s32 reg; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:550:23: note: byref variable will be forcibly initialized 550 | s8 bank, bit, width; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:550:18: note: byref variable will be forcibly initialized 550 | s8 bank, bit, width; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:550:12: note: byref variable will be forcibly initialized 550 | s8 bank, bit, width; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinctrl_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:111:18: note: byref variable will be forcibly initialized 111 | unsigned num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:110:24: note: byref variable will be forcibly initialized 110 | unsigned long *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:108:13: note: byref variable will be forcibly initialized 108 | u32 val; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:107:21: note: byref variable will be forcibly initialized 107 | const char *function; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:188:18: note: byref variable will be forcibly initialized 188 | unsigned reserved_maps; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:17: /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/poll.h:10, from /kisskb/src/include/sound/pcm.h:14, from /kisskb/src/include/sound/pcm_params.h:10, from /kisskb/src/sound/virtio/virtio_pcm_msg.c:6: /kisskb/src/sound/virtio/virtio_pcm_msg.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/sound/virtio/virtio_pcm_msg.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/poll.h:10, from /kisskb/src/include/sound/pcm.h:14, from /kisskb/src/include/sound/pcm_params.h:10, from /kisskb/src/sound/virtio/virtio_pcm_msg.c:6: /kisskb/src/sound/virtio/virtio_pcm_msg.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/virtio/virtio_pcm_msg.c: In function 'virtsnd_pcm_msg_send': /kisskb/src/sound/virtio/virtio_pcm_msg.c:216:37: note: byref variable will be forcibly initialized 216 | struct scatterlist *psgs[] = { | ^~~~ /kisskb/src/sound/virtio/virtio_pcm_msg.c: In function 'virtsnd_pcm_notify_cb': /kisskb/src/sound/virtio/virtio_pcm_msg.c:340:13: note: byref variable will be forcibly initialized 340 | u32 written_bytes; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_resume_npwm': /kisskb/src/drivers/pwm/sysfs.c:420:34: note: byref variable will be forcibly initialized 420 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_class_suspend': /kisskb/src/drivers/pwm/sysfs.c:444:34: note: byref variable will be forcibly initialized 444 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_unexport_child': /kisskb/src/drivers/pwm/sysfs.c:288:15: note: byref variable will be forcibly initialized 288 | char *pwm_prop[2]; | ^~~~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'unexport_store': /kisskb/src/drivers/pwm/sysfs.c:343:22: note: byref variable will be forcibly initialized 343 | unsigned int hwpwm; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_export_child': /kisskb/src/drivers/pwm/sysfs.c:244:15: note: byref variable will be forcibly initialized 244 | char *pwm_prop[2]; | ^~~~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'export_store': /kisskb/src/drivers/pwm/sysfs.c:316:22: note: byref variable will be forcibly initialized 316 | unsigned int hwpwm; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'capture_show': /kisskb/src/drivers/pwm/sysfs.c:208:28: note: byref variable will be forcibly initialized 208 | struct pwm_capture result; | ^~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'polarity_store': /kisskb/src/drivers/pwm/sysfs.c:184:26: note: byref variable will be forcibly initialized 184 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'enable_store': /kisskb/src/drivers/pwm/sysfs.c:125:13: note: byref variable will be forcibly initialized 125 | int val, ret; | ^~~ /kisskb/src/drivers/pwm/sysfs.c:124:26: note: byref variable will be forcibly initialized 124 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'duty_cycle_store': /kisskb/src/drivers/pwm/sysfs.c:90:13: note: byref variable will be forcibly initialized 90 | u64 val; | ^~~ /kisskb/src/drivers/pwm/sysfs.c:89:26: note: byref variable will be forcibly initialized 89 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'period_store': /kisskb/src/drivers/pwm/sysfs.c:55:13: note: byref variable will be forcibly initialized 55 | u64 val; | ^~~ /kisskb/src/drivers/pwm/sysfs.c:54:26: note: byref variable will be forcibly initialized 54 | struct pwm_state state; | ^~~~~ /kisskb/src/sound/hda/hdmi_chmap.c: In function 'hdmi_channel_allocation_spk_alloc_blk': /kisskb/src/sound/hda/hdmi_chmap.c:274:14: note: byref variable will be forcibly initialized 274 | char buf[SND_PRINT_CHANNEL_ALLOCATION_ADVISED_BUFSIZE]; | ^~~ /kisskb/src/sound/hda/hdmi_chmap.c: In function 'snd_hdac_add_chmap_ctls': /kisskb/src/sound/hda/hdmi_chmap.c:829:31: note: byref variable will be forcibly initialized 829 | struct snd_pcm_chmap *chmap; | ^~~~~ /kisskb/src/sound/hda/hdmi_chmap.c: In function 'hdmi_chmap_ctl_tlv': /kisskb/src/sound/hda/hdmi_chmap.c:695:38: note: byref variable will be forcibly initialized 695 | unsigned int tlv_chmap[8]; | ^~~~~~~~~ /kisskb/src/sound/hda/hdmi_chmap.c: In function 'hdmi_chmap_ctl_put': /kisskb/src/sound/hda/hdmi_chmap.c:764:33: note: byref variable will be forcibly initialized 764 | unsigned char chmap[8], per_pin_chmap[8]; | ^~~~~~~~~~~~~ /kisskb/src/sound/hda/hdmi_chmap.c:764:23: note: byref variable will be forcibly initialized 764 | unsigned char chmap[8], per_pin_chmap[8]; | ^~~~~ /kisskb/src/sound/hda/hdmi_chmap.c: In function 'hdmi_chmap_ctl_get': /kisskb/src/sound/hda/hdmi_chmap.c:744:23: note: byref variable will be forcibly initialized 744 | unsigned char pcm_chmap[8]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/mpi/mpi-internal.h:20, from /kisskb/src/lib/mpi/mpi-mod.c:9: /kisskb/src/lib/mpi/mpi-mod.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib-devres.c:99:27: note: byref variable will be forcibly initialized 99 | struct gpio_desc *desc; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-devres.c:154:27: note: byref variable will be forcibly initialized 154 | struct gpio_desc *desc; | ^~~~ /kisskb/src/lib/mpi/mpi-mul.c: In function 'mpi_mul': /kisskb/src/lib/mpi/mpi-mul.c:20:20: note: byref variable will be forcibly initialized 20 | mpi_limb_t cy; | ^~ In file included from /kisskb/src/include/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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_pwm': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwmchip_add': /kisskb/src/drivers/pwm/core.c:187:21: note: byref variable will be forcibly initialized 187 | u32 pwm_cells; | ^~~~~~~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_adjust_config': /kisskb/src/drivers/pwm/core.c:708:26: note: byref variable will be forcibly initialized 708 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'acpi_pwm_get': /kisskb/src/drivers/pwm/core.c:902:38: note: byref variable will be forcibly initialized 902 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwm_get': /kisskb/src/drivers/pwm/core.c:821:32: note: byref variable will be forcibly initialized 821 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/sound/hda/trace.h:90, from /kisskb/src/sound/hda/trace.c:6: /kisskb/src/sound/hda/trace.c: In function 'perf_trace_hda_send_cmd': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function 'perf_trace_hda_get_response': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function 'perf_trace_hda_unsol_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function 'perf_trace_hdac_stream': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/sound/hda/./trace.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/sound/hda/./trace.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/sound/hda/trace.h:90, from /kisskb/src/sound/hda/trace.c:6: /kisskb/src/sound/hda/trace.c: In function 'trace_event_raw_event_hda_send_cmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function 'trace_event_raw_event_hda_get_response': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function 'trace_event_raw_event_hda_unsol_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function 'trace_event_raw_event_hdac_stream': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/sound/hda/./trace.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/sound/hda/trace.h:90, from /kisskb/src/sound/hda/trace.c:6: /kisskb/src/sound/hda/trace.c: In function '__bpf_trace_hda_send_cmd': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function '__bpf_trace_hdac_stream': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function '__bpf_trace_hda_get_response': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/sound/hda/trace.c: In function '__bpf_trace_hda_unsol_event': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/hda/./trace.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/lib/bug.c:43: /kisskb/src/lib/bug.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/ca0106/ca0106_proc.c: In function 'snd_ca0106_proc_i2c_write': /kisskb/src/sound/pci/ca0106/ca0106_proc.c:401:27: note: byref variable will be forcibly initialized 401 | unsigned int reg, val; | ^~~ /kisskb/src/sound/pci/ca0106/ca0106_proc.c:401:22: note: byref variable will be forcibly initialized 401 | unsigned int reg, val; | ^~~ /kisskb/src/sound/pci/ca0106/ca0106_proc.c:400:14: note: byref variable will be forcibly initialized 400 | char line[64]; | ^~~~ /kisskb/src/sound/pci/ca0106/ca0106_proc.c: In function 'snd_ca0106_proc_reg_write': /kisskb/src/sound/pci/ca0106/ca0106_proc.c:387:40: note: byref variable will be forcibly initialized 387 | unsigned int reg, channel_id , val; | ^~~ /kisskb/src/sound/pci/ca0106/ca0106_proc.c:387:27: note: byref variable will be forcibly initialized 387 | unsigned int reg, channel_id , val; | ^~~~~~~~~~ /kisskb/src/sound/pci/ca0106/ca0106_proc.c:387:22: note: byref variable will be forcibly initialized 387 | unsigned int reg, channel_id , val; | ^~~ /kisskb/src/sound/pci/ca0106/ca0106_proc.c:386:14: note: byref variable will be forcibly initialized 386 | char line[64]; | ^~~~ /kisskb/src/sound/pci/ca0106/ca0106_proc.c: In function 'snd_ca0106_proc_reg_write32': /kisskb/src/sound/pci/ca0106/ca0106_proc.c:286:18: note: byref variable will be forcibly initialized 286 | u32 reg, val; | ^~~ /kisskb/src/sound/pci/ca0106/ca0106_proc.c:286:13: note: byref variable will be forcibly initialized 286 | u32 reg, val; | ^~~ /kisskb/src/sound/pci/ca0106/ca0106_proc.c:285:14: note: byref variable will be forcibly initialized 285 | char line[64]; | ^~~~ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul': /kisskb/src/lib/mpi/mpih-mul.c:457:30: note: byref variable will be forcibly initialized 457 | struct karatsuba_ctx ctx; | ^~~ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul_karatsuba_case': /kisskb/src/lib/mpi/mpih-mul.c:394:36: note: byref variable will be forcibly initialized 394 | mpi_limb_t tmp; | ^~~ /kisskb/src/lib/mpi/mpi-pow.c: In function 'mpi_powm': /kisskb/src/lib/mpi/mpi-pow.c:218:60: note: byref variable will be forcibly initialized 218 | mpi_limb_t tmp; | ^~~ /kisskb/src/sound/hda/hdac_component.c: In function 'snd_hdac_acomp_init': /kisskb/src/sound/hda/hdac_component.c:288:33: note: byref variable will be forcibly initialized 288 | struct component_match *match = NULL; | ^~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/include/sound/pcm.h:14, from /kisskb/src/include/sound/pcm_params.h:10, from /kisskb/src/sound/virtio/virtio_pcm_ops.c:6: /kisskb/src/sound/virtio/virtio_pcm_ops.c: In function 'virtsnd_pcm_sync_stop': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/virtio/virtio_pcm_ops.c:415:14: note: in expansion of macro 'wait_event_interruptible_timeout' 415 | rc = wait_event_interruptible_timeout(vss->msg_empty, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/mpi/mpi-internal.h:20, from /kisskb/src/lib/mpi/mpiutil.c:21: /kisskb/src/lib/mpi/mpiutil.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/syscall.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:34:20: note: userspace variable will be forcibly initialized 34 | static inline bool bpfptr_is_null(bpfptr_t bpfptr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/cmdline.c: In function 'memparse': /kisskb/src/lib/cmdline.c:152:15: note: byref variable will be forcibly initialized 152 | char *endptr; /* local pointer to end of parsed string */ | ^~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function '____bpf_sys_bpf': /kisskb/src/kernel/bpf/syscall.c:5039:49: note: byref variable will be forcibly initialized 5039 | struct bpf_tramp_run_ctx __maybe_unused run_ctx; | ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:5082:16: note: userspace variable will be forcibly initialized 5082 | return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_sys_bpf': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/syscall.c:5082:16: note: userspace variable will be forcibly initialized 5082 | return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:147:29: note: byref variable will be forcibly initialized 147 | struct config_item *target_item = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/configfs/symlink.c:144:21: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'kvmemdup_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized /kisskb/src/include/linux/bpfptr.h:66:21: note: userspace variable will be forcibly initialized 66 | static inline void *kvmemdup_bpfptr(bpfptr_t src, size_t len) | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function '___bpf_copy_key': /kisskb/src/kernel/bpf/syscall.c:1270:14: note: userspace variable will be forcibly initialized 1270 | static void *___bpf_copy_key(bpfptr_t ukey, u64 key_size) | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_link_show_fdinfo': /kisskb/src/kernel/bpf/syscall.c:2748:14: note: byref variable will be forcibly initialized 2748 | char prog_tag[sizeof(prog->tag) * 2 + 1] = { }; | ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_show_fdinfo': /kisskb/src/kernel/bpf/syscall.c:2109:32: note: byref variable will be forcibly initialized 2109 | struct bpf_prog_kstats stats; | ^~~~~ /kisskb/src/kernel/bpf/syscall.c:2108:14: note: byref variable will be forcibly initialized 2108 | char prog_tag[sizeof(prog->tag) * 2 + 1] = { }; | ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_obj_get_next_id': /kisskb/src/kernel/bpf/syscall.c:3604:13: note: byref variable will be forcibly initialized 3604 | u32 next_id = attr->start_id; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'strncpy_from_sockptr': /kisskb/src/include/linux/sockptr.h:94:20: note: userspace variable will be forcibly initialized 94 | static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/reed_solomon/test_rslib.c:10: /kisskb/src/lib/reed_solomon/test_rslib.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_insn_prepare_dump': /kisskb/src/kernel/bpf/syscall.c:3776:18: note: byref variable will be forcibly initialized 3776 | u32 off, type; | ^~~~ /kisskb/src/lib/reed_solomon/test_rslib.c: In function 'ex_rs_helper': /kisskb/src/lib/reed_solomon/test_rslib.c:322:22: note: byref variable will be forcibly initialized 322 | struct estat stat = {0, 0, 0, 0}; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:3776:13: note: byref variable will be forcibly initialized 3776 | u32 off, type; | ^~~ /kisskb/src/lib/reed_solomon/test_rslib.c: In function 'exercise_rs_bc': /kisskb/src/lib/reed_solomon/test_rslib.c:410:23: note: byref variable will be forcibly initialized 410 | struct bcstat stat = {0, 0, 0, 0}; | ^~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_task_fd_query': /kisskb/src/kernel/bpf/syscall.c:4395:29: note: byref variable will be forcibly initialized 4395 | const char *buf; | ^~~ /kisskb/src/kernel/bpf/syscall.c:4394:30: note: byref variable will be forcibly initialized 4394 | u32 prog_id, fd_type; | ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4394:21: note: byref variable will be forcibly initialized 4394 | u32 prog_id, fd_type; | ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4393:35: note: byref variable will be forcibly initialized 4393 | u64 probe_offset, probe_addr; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4393:21: note: byref variable will be forcibly initialized 4393 | u64 probe_offset, probe_addr; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:3862:32: note: byref variable will be forcibly initialized 3862 | struct bpf_prog_kstats stats; | ^~~~~ /kisskb/src/kernel/bpf/syscall.c:3860:30: note: byref variable will be forcibly initialized 3860 | struct bpf_prog_info info; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:3867:15: note: userspace variable will be forcibly initialized 3867 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_map_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:4144:29: note: byref variable will be forcibly initialized 4144 | struct bpf_map_info info; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:4148:15: note: userspace variable will be forcibly initialized 4148 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_btf_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:4192:15: note: userspace variable will be forcibly initialized 4192 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(*uinfo), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_link_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:4205:30: note: byref variable will be forcibly initialized 4205 | struct bpf_link_info info; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:4209:15: note: userspace variable will be forcibly initialized 4209 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/configfs/item.c: In function 'config_item_set_name': /kisskb/src/fs/configfs/item.c:53:17: note: byref variable will be forcibly initialized 53 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/fs/configfs/item.c:15: /kisskb/src/fs/configfs/item.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'map_check_btf': /kisskb/src/kernel/bpf/syscall.c:968:23: note: byref variable will be forcibly initialized 968 | u32 key_size, value_size; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:968:13: note: byref variable will be forcibly initialized 968 | u32 key_size, value_size; | ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_map_free_kptrs': /kisskb/src/kernel/bpf/syscall.c:579:30: note: byref variable will be forcibly initialized 579 | u64 *p = (u64 *)btf_id_ptr; | ^ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'map_update_elem': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:1359:12: note: userspace variable will be forcibly initialized 1359 | static int map_update_elem(union bpf_attr *attr, bpfptr_t uattr) | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:1362:18: note: userspace variable will be forcibly initialized 1362 | bpfptr_t uvalue = make_bpfptr(attr->value, uattr.is_kernel); | ^~~~~~ /kisskb/src/kernel/bpf/syscall.c:1361:18: note: userspace variable will be forcibly initialized 1361 | bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); | ^~~~ /kisskb/src/fs/configfs/dir.c: In function 'configfs_rmdir': /kisskb/src/fs/configfs/dir.c:1469:32: note: byref variable will be forcibly initialized 1469 | struct dentry *wait; | ^~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_delete_batch': /kisskb/src/kernel/bpf/syscall.c:1544:13: note: byref variable will be forcibly initialized 1544 | u32 cp, max_count; | ^~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_update_batch': /kisskb/src/kernel/bpf/syscall.c:1599:25: note: byref variable will be forcibly initialized 1599 | u32 value_size, cp, max_count; | ^~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_lookup_batch': /kisskb/src/kernel/bpf/syscall.c:1666:25: note: byref variable will be forcibly initialized 1666 | u32 value_size, cp, max_count; | ^~ In file included from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_get_type': /kisskb/src/include/linux/bpf.h:2042:32: note: byref variable will be forcibly initialized 2042 | static inline struct bpf_prog *bpf_prog_get_type(u32 ufd, | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_attach': /kisskb/src/include/linux/bpf.h:2042:32: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_load': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2433:12: note: userspace variable will be forcibly initialized 2433 | static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr) | ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2433:12: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/syscall.c:2439:14: note: byref variable will be forcibly initialized 2439 | char license[128]; | ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2438:13: note: byref variable will be forcibly initialized 2438 | int err; | ^~~ /kisskb/src/kernel/bpf/syscall.c:2436:26: note: byref variable will be forcibly initialized 2436 | struct bpf_prog *prog, *dst_prog = NULL; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:2546:13: note: userspace variable will be forcibly initialized 2546 | if (copy_from_bpfptr(prog->insns, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2547 | make_bpfptr(attr->insns, uattr.is_kernel), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2548 | bpf_prog_insn_size(prog)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2459:13: note: userspace variable will be forcibly initialized 2459 | if (strncpy_from_bpfptr(license, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2460 | make_bpfptr(attr->license, uattr.is_kernel), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2461 | sizeof(license) - 1) < 0) | ~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_tracing_prog_attach': /kisskb/src/kernel/bpf/syscall.c:3034:47: note: byref variable will be forcibly initialized 3034 | struct bpf_attach_target_info tgt_info = {}; | ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2927:32: note: byref variable will be forcibly initialized 2927 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_raw_tp_link_attach': /kisskb/src/kernel/bpf/syscall.c:3259:14: note: byref variable will be forcibly initialized 3259 | char buf[128]; | ^~~ /kisskb/src/kernel/bpf/syscall.c:3255:32: note: byref variable will be forcibly initialized 3255 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_perf_link_attach': /kisskb/src/kernel/bpf/syscall.c:3203:32: note: byref variable will be forcibly initialized 3203 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function '__sys_bpf': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4863:12: note: userspace variable will be forcibly initialized 4863 | static int __sys_bpf(int cmd, bpfptr_t uattr, unsigned int size) | ^~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4865:24: note: byref variable will be forcibly initialized 4865 | union bpf_attr attr; | ^~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function '__do_sys_bpf': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:5021:16: note: userspace variable will be forcibly initialized 5021 | return __sys_bpf(cmd, USER_BPFPTR(uattr), size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpio_flags_quirks': /kisskb/src/drivers/gpio/gpiolib-of.c:183:21: note: byref variable will be forcibly initialized 183 | u32 cs; | ^~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_get_named_gpiod_flags': /kisskb/src/drivers/gpio/gpiolib-of.c:242:32: note: byref variable will be forcibly initialized 242 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_spi_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:375:14: note: byref variable will be forcibly initialized 375 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-of.c:313:28: note: byref variable will be forcibly initialized 313 | enum of_gpio_flags flags; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_regulator_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:438:21: note: byref variable will be forcibly initialized 438 | const char *whitelist[] = { | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_init_valid_mask': /kisskb/src/drivers/gpio/gpiolib-of.c:900:20: note: byref variable will be forcibly initialized 900 | u32 start, count; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:900:13: note: byref variable will be forcibly initialized 900 | u32 start, count; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:587:13: note: byref variable will be forcibly initialized 587 | u32 tmp; | ^~~ /kisskb/src/drivers/gpio/gpiolib-of.c:584:32: note: byref variable will be forcibly initialized 584 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:583:28: note: byref variable will be forcibly initialized 583 | enum of_gpio_flags xlate_flags; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_hog': /kisskb/src/drivers/gpio/gpiolib-of.c:655:21: note: byref variable will be forcibly initialized 655 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:654:23: note: byref variable will be forcibly initialized 654 | unsigned long lflags; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:652:26: note: byref variable will be forcibly initialized 652 | 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:926:21: note: byref variable will be forcibly initialized 926 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:923:32: note: byref variable will be forcibly initialized 923 | struct of_phandle_args pinspec; | ^~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpio_get_count': /kisskb/src/drivers/gpio/gpiolib-of.c:62:14: note: byref variable will be forcibly initialized 62 | char propname[32]; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:496:28: note: byref variable will be forcibly initialized 496 | enum of_gpio_flags of_flags; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:495:14: note: byref variable will be forcibly initialized 495 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:427:31: note: byref variable will be forcibly initialized 427 | unsigned long config, value; | ^~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_parse_subnode': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:161:13: note: byref variable will be forcibly initialized 161 | u32 value; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:158:21: note: byref variable will be forcibly initialized 158 | const char *function, *group; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:157:32: note: byref variable will be forcibly initialized 157 | unsigned long config, *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:156:38: note: byref variable will be forcibly initialized 156 | unsigned int i, reserve = 0, num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_dt_node_to_map': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:237:22: note: byref variable will be forcibly initialized 237 | unsigned int reserved_maps = 0; | ^~~~~~~~~~~~~ In file included from /kisskb/src/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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/sound/pci/lx6464es/lx6464es.c: In function 'lx_init_get_version_features': /kisskb/src/sound/pci/lx6464es/lx6464es.c:658:21: note: byref variable will be forcibly initialized 658 | u32 freq; | ^~~~ /kisskb/src/sound/pci/lx6464es/lx6464es.c:649:13: note: byref variable will be forcibly initialized 649 | u32 dsp_version; | ^~~~~~~~~~~ /kisskb/src/sound/pci/lx6464es/lx6464es.c: In function 'lx_pcm_create': /kisskb/src/sound/pci/lx6464es/lx6464es.c:794:25: note: byref variable will be forcibly initialized 794 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/lx6464es/lx6464es.c: In function 'lx_trigger_start': /kisskb/src/sound/pci/lx6464es/lx6464es.c:426:21: note: byref variable will be forcibly initialized 426 | u32 buffer_index = 0; | ^~~~~~~~~~~~ /kisskb/src/sound/pci/lx6464es/lx6464es.c:423:13: note: byref variable will be forcibly initialized 423 | u32 size_array[5]; | ^~~~~~~~~~ /kisskb/src/sound/pci/lx6464es/lx6464es.c:422:21: note: byref variable will be forcibly initialized 422 | u32 needed, freed; | ^~~~~ /kisskb/src/sound/pci/lx6464es/lx6464es.c:422:13: note: byref variable will be forcibly initialized 422 | u32 needed, freed; | ^~~~~~ /kisskb/src/sound/pci/lx6464es/lx6464es.c: In function 'lx_proc_levels_read': /kisskb/src/sound/pci/lx6464es/lx6464es.c:877:13: note: byref variable will be forcibly initialized 877 | u32 levels[64]; | ^~~~~~ /kisskb/src/sound/pci/lx6464es/lx6464es.c: In function 'snd_lx6464es_probe': /kisskb/src/sound/pci/lx6464es/lx6464es.c:1000:26: note: byref variable will be forcibly initialized 1000 | struct snd_card *card; | ^~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c: In function 'lx_dsp_get_mac': /kisskb/src/sound/pci/lx6464es/lx_core.c:365:21: note: byref variable will be forcibly initialized 365 | u32 macmsb, maclsb; | ^~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c:365:13: note: byref variable will be forcibly initialized 365 | u32 macmsb, maclsb; | ^~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c: In function 'lx_interrupt_handle_async_events': /kisskb/src/sound/pci/lx6464es/lx_core.c:970:13: note: byref variable will be forcibly initialized 970 | u32 stat[9]; /* answer from CMD_04_GET_EVENT */ | ^~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c: In function 'lx_pipe_wait_for_state': /kisskb/src/sound/pci/lx6464es/lx_core.c:626:21: note: byref variable will be forcibly initialized 626 | u16 current_state; | ^~~~~~~~~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c: In function 'lx_interrupt_request_new_buffer': /kisskb/src/sound/pci/lx6464es/lx_core.c:1033:13: note: byref variable will be forcibly initialized 1033 | u32 size_array[MAX_STREAM_BUFFER]; | ^~~~~~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c:1032:21: note: byref variable will be forcibly initialized 1032 | u32 needed, freed; | ^~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c:1032:13: note: byref variable will be forcibly initialized 1032 | u32 needed, freed; | ^~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c:1030:13: note: byref variable will be forcibly initialized 1030 | u32 buffer_index = 0; | ^~~~~~~~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c: In function 'lx_interrupt': /kisskb/src/sound/pci/lx6464es/lx_core.c:1060:13: note: byref variable will be forcibly initialized 1060 | u32 irqsrc; | ^~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c:1059:28: note: byref variable will be forcibly initialized 1059 | int async_pending, async_escmd; | ^~~~~~~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c:1059:13: note: byref variable will be forcibly initialized 1059 | int async_pending, async_escmd; | ^~~~~~~~~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c: In function 'lx_threaded_irq': /kisskb/src/sound/pci/lx6464es/lx_core.c:1109:13: note: byref variable will be forcibly initialized 1109 | int freq_changed; | ^~~~~~~~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c:1108:13: note: byref variable will be forcibly initialized 1108 | u64 notified_out_pipe_mask = 0; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/lx6464es/lx_core.c:1107:13: note: byref variable will be forcibly initialized 1107 | u64 notified_in_pipe_mask = 0; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c: In function 'snd_emu10k1x_pcm': /kisskb/src/sound/pci/emu10k1/emu10k1x.c:815:25: note: byref variable will be forcibly initialized 815 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c: In function 'snd_emu10k1x_ac97': /kisskb/src/sound/pci/emu10k1/emu10k1x.c:721:34: note: byref variable will be forcibly initialized 721 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c:720:30: note: byref variable will be forcibly initialized 720 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c: In function 'do_emu10k1x_midi_interrupt': /kisskb/src/sound/pci/emu10k1/emu10k1x.c:1201:23: note: byref variable will be forcibly initialized 1201 | unsigned char byte; | ^~~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c: In function 'emu10k1x_midi_init': /kisskb/src/sound/pci/emu10k1/emu10k1x.c:1454:29: note: byref variable will be forcibly initialized 1454 | struct snd_rawmidi *rmidi; | ^~~~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c: In function 'snd_emu10k1x_midi_output_trigger': /kisskb/src/sound/pci/emu10k1/emu10k1x.c:1400:31: note: byref variable will be forcibly initialized 1400 | unsigned char byte; | ^~~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c: In function '__snd_emu10k1x_probe': /kisskb/src/sound/pci/emu10k1/emu10k1x.c:1498:26: note: byref variable will be forcibly initialized 1498 | struct snd_card *card; | ^~~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c: In function 'snd_emu10k1x_proc_reg_write': /kisskb/src/sound/pci/emu10k1/emu10k1x.c:996:40: note: byref variable will be forcibly initialized 996 | unsigned int reg, channel_id , val; | ^~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c:996:27: note: byref variable will be forcibly initialized 996 | unsigned int reg, channel_id , val; | ^~~~~~~~~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c:996:22: note: byref variable will be forcibly initialized 996 | unsigned int reg, channel_id , val; | ^~~ /kisskb/src/sound/pci/emu10k1/emu10k1x.c:995:14: note: byref variable will be forcibly initialized 995 | char line[64]; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/darla24.c:44: /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/pwm/pwm-mediatek.c:17: /kisskb/src/drivers/pwm/pwm-mediatek.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pwm/pwm-mediatek.c: In function 'pwm_mediatek_probe': /kisskb/src/drivers/pwm/pwm-mediatek.c:263:22: note: byref variable will be forcibly initialized 263 | char name[8]; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/gina20.c:44: /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ 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/sound/pci/hda/hda_bind.c:8: /kisskb/src/sound/pci/hda/hda_bind.c: In function 'snd_power_sync_ref': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/include/sound/core.h:190:9: note: in expansion of macro 'wait_event' 190 | wait_event(card->power_ref_sleep, !atomic_read(&card->power_ref)); | ^~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_bind.c: In function 'hda_codec_driver_remove': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_bind.c:163:9: note: in expansion of macro 'wait_event' 163 | wait_event(codec->remove_sleep, !refcount_read(&codec->pcm_ref)); | ^~~~~~~~~~ /kisskb/src/lib/decompress_unlzo.c: In function 'unlzo': /kisskb/src/lib/decompress_unlzo.c:106:16: note: byref variable will be forcibly initialized 106 | size_t tmp; | ^~~ /kisskb/src/lib/decompress_unlzo.c:104:14: note: byref variable will be forcibly initialized 104 | long skip = 0; | ^~~~ /kisskb/src/sound/pci/hda/hda_bind.c: In function 'request_codec_module': /kisskb/src/sound/pci/hda/hda_bind.c:210:14: note: byref variable will be forcibly initialized 210 | char modalias[32]; | ^~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/darla24.c:96: /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/gina20.c:93: /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/mia.c:50: /kisskb/src/sound/pci/echoaudio/mia.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'get_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio.c:35:14: note: byref variable will be forcibly initialized 35 | char name[30]; | ^~~~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/darla24.c:95: /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'read_sn': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:148:13: note: byref variable will be forcibly initialized 148 | u32 sn[6]; | ^~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'get_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio.c:35:14: note: byref variable will be forcibly initialized 35 | char name[30]; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/indigodj.c:42: /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/gina20.c:92: /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'read_sn': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:148:13: note: byref variable will be forcibly initialized 148 | u32 sn[6]; | ^~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'load_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:491:32: note: byref variable will be forcibly initialized 491 | const struct firmware *fw; | ^~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'load_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:491:32: note: byref variable will be forcibly initialized 491 | const struct firmware *fw; | ^~ In file included from /kisskb/src/sound/pci/echoaudio/darla24.c:96: /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ In file included from /kisskb/src/sound/pci/echoaudio/mia.c:108: /kisskb/src/sound/pci/echoaudio/mia.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/gina20.c:93: /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function 'snd_echo_new_pcm': /kisskb/src/sound/pci/echoaudio/echoaudio.c:913:25: note: byref variable will be forcibly initialized 913 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/echoaudio/darla24.c: In function '__snd_echo_probe': /kisskb/src/sound/pci/echoaudio/echoaudio.c:1977:26: note: byref variable will be forcibly initialized 1977 | struct snd_card *card; | ^~~~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function 'snd_echo_new_pcm': /kisskb/src/sound/pci/echoaudio/echoaudio.c:913:25: note: byref variable will be forcibly initialized 913 | struct snd_pcm *pcm; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/echo3g.c:51: /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/sound/pci/echoaudio/gina20.c: In function '__snd_echo_probe': /kisskb/src/sound/pci/echoaudio/echoaudio.c:1977:26: note: byref variable will be forcibly initialized 1977 | struct snd_card *card; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/indigodj.c:94: /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/indigoiox.c:43: /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:25: note: byref variable will be forcibly initialized 156 | struct snd_mask old; | ^~~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'get_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio.c:35:14: note: byref variable will be forcibly initialized 35 | char name[30]; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/indigodj.c:93: /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'install_resident_loader': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:233:32: note: byref variable will be forcibly initialized 233 | const struct firmware *fw; | ^~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'read_sn': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:148:13: note: byref variable will be forcibly initialized 148 | u32 sn[6]; | ^~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'load_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:491:32: note: byref variable will be forcibly initialized 491 | const struct firmware *fw; | ^~ /kisskb/src/sound/pci/ice1712/ice1712.c: In function 'snd_ice1712_build_controls': /kisskb/src/sound/pci/ice1712/ice1712.c:2417:41: note: byref variable will be forcibly initialized 2417 | struct snd_kcontrol_new tmp = snd_ice1712_mixer_pro_analog_route; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/echo3g.c:109: /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/mia.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/mia.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/mia.c: In function 'get_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio.c:35:14: note: byref variable will be forcibly initialized 35 | char name[30]; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/mia.c:107: /kisskb/src/sound/pci/echoaudio/mia.c: In function 'install_resident_loader': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:233:32: note: byref variable will be forcibly initialized 233 | const struct firmware *fw; | ^~ /kisskb/src/sound/pci/ice1712/ice1712.c: In function 'snd_ice1712_build_pro_mixer': /kisskb/src/sound/pci/ice1712/ice1712.c:1423:41: note: byref variable will be forcibly initialized 1423 | struct snd_kcontrol_new tmp = snd_ice1712_multi_capture_analog_volume; | ^~~ /kisskb/src/sound/pci/ice1712/ice1712.c:1411:41: note: byref variable will be forcibly initialized 1411 | struct snd_kcontrol_new tmp = snd_ice1712_multi_capture_analog_switch; | ^~~ /kisskb/src/sound/pci/echoaudio/mia.c: In function 'read_sn': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:148:13: note: byref variable will be forcibly initialized 148 | u32 sn[6]; | ^~ In file included from /kisskb/src/sound/pci/echoaudio/indigodj.c:94: /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'hw_rule_playback_channels_by_format': In file included from /kisskb/src/sound/pci/echoaudio/indigoiox.c:97: /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'pcm_prepare': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/echoaudio.c:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/mia.c: In function 'load_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:491:32: note: byref variable will be forcibly initialized 491 | const struct firmware *fw; | ^~ In file included from /kisskb/src/sound/pci/echoaudio/mia.c:109: /kisskb/src/sound/pci/echoaudio/mia.c: In function 'snd_echo_midi_output_write': /kisskb/src/sound/pci/echoaudio/midi.c:206:23: note: byref variable will be forcibly initialized 206 | unsigned char buf[MIDI_OUT_BUFFER_SIZE - 1]; | ^~~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function 'snd_echo_new_pcm': /kisskb/src/sound/pci/echoaudio/echoaudio.c:913:25: note: byref variable will be forcibly initialized 913 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ice1712/ice1712.c: In function 'snd_ice1712_cs8427_set_input_clock': /kisskb/src/sound/pci/ice1712/ice1712.c:320:23: note: byref variable will be forcibly initialized 320 | unsigned char val, nval; | ^~~ /kisskb/src/sound/pci/ice1712/ice1712.c:319:23: note: byref variable will be forcibly initialized 319 | unsigned char reg[2] = { 0x80 | 4, 0 }; /* CS8427 auto increment | register number 4 + data */ | ^~~ /kisskb/src/sound/pci/echoaudio/indigodj.c: In function '__snd_echo_probe': /kisskb/src/sound/pci/echoaudio/echoaudio.c:1977:26: note: byref variable will be forcibly initialized 1977 | struct snd_card *card; | ^~~~ /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'get_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio.c:35:14: note: byref variable will be forcibly initialized 35 | char name[30]; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/indigoiox.c:96: /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'install_resident_loader': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:233:32: note: byref variable will be forcibly initialized 233 | const struct firmware *fw; | ^~ /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'read_sn': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:148:13: note: byref variable will be forcibly initialized 148 | u32 sn[6]; | ^~ In file included from /kisskb/src/sound/pci/echoaudio/mia.c:108: /kisskb/src/sound/pci/echoaudio/mia.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/mia.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/mia.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'load_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:491:32: note: byref variable will be forcibly initialized 491 | const struct firmware *fw; | ^~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'hw_rule_capture_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:112:25: note: byref variable will be forcibly initialized 112 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'hw_rule_playback_format_by_channels': /kisskb/src/sound/pci/echoaudio/echoaudio.c:174:25: note: byref variable will be forcibly initialized 174 | struct snd_mask fmt; | ^~~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'get_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio.c:35:14: note: byref variable will be forcibly initialized 35 | char name[30]; | ^~~~ /kisskb/src/sound/pci/echoaudio/mia.c: In function 'snd_echo_new_pcm': /kisskb/src/sound/pci/echoaudio/echoaudio.c:913:25: note: byref variable will be forcibly initialized 913 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/echoaudio/mia.c: In function '__snd_echo_probe': /kisskb/src/sound/pci/ice1712/ice1712.c: In function 'snd_ice1712_read_eeprom': /kisskb/src/sound/pci/echoaudio/echoaudio.c:1977:26: note: byref variable will be forcibly initialized 1977 | struct snd_card *card; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/indigoiox.c:97: /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/ice1712/ice1712.c:2251:37: note: byref variable will be forcibly initialized 2251 | u16 vendor, device; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/ice1712/ice1712.c:2251:29: note: byref variable will be forcibly initialized 2251 | u16 vendor, device; | ^~~~~~ /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/ice1712/ice1712.c: In function 'snd_ice1712_pcm': /kisskb/src/sound/pci/ice1712/ice1712.c:841:25: note: byref variable will be forcibly initialized 841 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function 'snd_echo_new_pcm': /kisskb/src/sound/pci/echoaudio/echoaudio.c:913:25: note: byref variable will be forcibly initialized 913 | struct snd_pcm *pcm; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/echo3g.c:107: /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'install_resident_loader': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:233:32: note: byref variable will be forcibly initialized 233 | const struct firmware *fw; | ^~ /kisskb/src/sound/pci/ice1712/ice1712.c: In function 'snd_ice1712_pcm_ds': /kisskb/src/sound/pci/ice1712/ice1712.c:867:25: note: byref variable will be forcibly initialized 867 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ice1712/ice1712.c: In function 'snd_ice1712_pcm_profi': /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'load_asic_generic': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:182:32: note: byref variable will be forcibly initialized 182 | const struct firmware *fw; | ^~ /kisskb/src/sound/pci/echoaudio/indigoiox.c: In function '__snd_echo_probe': /kisskb/src/sound/pci/ice1712/ice1712.c:1207:25: note: byref variable will be forcibly initialized 1207 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/echoaudio/echoaudio.c:1977:26: note: byref variable will be forcibly initialized 1977 | struct snd_card *card; | ^~~~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'read_sn': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:148:13: note: byref variable will be forcibly initialized 148 | u32 sn[6]; | ^~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'load_firmware': /kisskb/src/sound/pci/echoaudio/echoaudio_dsp.c:491:32: note: byref variable will be forcibly initialized 491 | const struct firmware *fw; | ^~ In file included from /kisskb/src/sound/pci/echoaudio/echo3g.c:110: /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'snd_echo_midi_output_write': /kisskb/src/sound/pci/echoaudio/midi.c:206:23: note: byref variable will be forcibly initialized 206 | unsigned char buf[MIDI_OUT_BUFFER_SIZE - 1]; | ^~~ /kisskb/src/sound/pci/ice1712/ice1712.c: In function 'snd_ice1712_ac97_mixer': /kisskb/src/sound/pci/ice1712/ice1712.c:1460:30: note: byref variable will be forcibly initialized 1460 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/sound/pci/ice1712/ice1712.c:1459:34: note: byref variable will be forcibly initialized 1459 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/ice1712/ice1712.c: In function 'snd_ice1712_probe': /kisskb/src/sound/pci/ice1712/ice1712.c:2540:26: note: byref variable will be forcibly initialized 2540 | struct snd_card *card; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/echo3g.c:109: /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'hw_rule_capture_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:140:29: note: byref variable will be forcibly initialized 140 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'hw_rule_sample_rate': /kisskb/src/sound/pci/echoaudio/echoaudio.c:247:29: note: byref variable will be forcibly initialized 247 | struct snd_interval fixed; | ^~~~~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'hw_rule_playback_channels_by_format': /kisskb/src/sound/pci/echoaudio/echoaudio.c:209:29: note: byref variable will be forcibly initialized 209 | struct snd_interval ch; | ^~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function 'snd_echo_new_pcm': /kisskb/src/sound/pci/echoaudio/echoaudio.c:913:25: note: byref variable will be forcibly initialized 913 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/echoaudio/echo3g.c: In function '__snd_echo_probe': /kisskb/src/sound/pci/echoaudio/echoaudio.c:1977:26: note: byref variable will be forcibly initialized 1977 | struct snd_card *card; | ^~~~ /kisskb/src/lib/earlycpio.c: In function 'find_cpio_data': /kisskb/src/lib/earlycpio.c:65:22: note: byref variable will be forcibly initialized 65 | unsigned int ch[C_NFIELDS], *chp, v; | ^~ /kisskb/src/lib/earlycpio.c:63:26: note: byref variable will be forcibly initialized 63 | struct cpio_data cd = { NULL, 0, "" }; | ^~ /kisskb/src/lib/decompress_unxz.c: In function 'unxz': /kisskb/src/lib/decompress_unxz.c:257:23: note: byref variable will be forcibly initialized 257 | struct xz_buf b; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fscache/cache.c:10: /kisskb/src/fs/fscache/cache.c: In function 'fscache_cache_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/internal.h:33:16: note: in expansion of macro 'smp_load_acquire' 33 | return smp_load_acquire(&cache->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c: In function 'fscache_set_cache_state': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/internal.h:44:9: note: in expansion of macro 'smp_store_release' 44 | smp_store_release(&cache->state, new_state); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fscache/cache.c:10: /kisskb/src/fs/fscache/cache.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/fs/netfs/buffered_read.c: In function 'netfs_write_begin': /kisskb/src/fs/netfs/buffered_read.c:337:23: note: byref variable will be forcibly initialized 337 | struct folio *folio; | ^~~~~ /kisskb/src/fs/fscache/cache.c: In function 'fscache_get_cache_maybe': /kisskb/src/fs/fscache/cache.c:48:13: note: byref variable will be forcibly initialized 48 | int ref; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/netfs.h:18, from /kisskb/src/fs/netfs/internal.h:8, from /kisskb/src/fs/netfs/buffered_read.c:10: /kisskb/src/fs/netfs/buffered_read.c: In function 'netfs_rreq_unlock_folios': /kisskb/src/fs/netfs/buffered_read.c:25:18: note: byref variable will be forcibly initialized 25 | XA_STATE(xas, &rreq->mapping->i_pages, start_page); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/internal.h:15, from /kisskb/src/fs/fscache/cache.c:11: /kisskb/src/fs/fscache/cache.c: In function 'fscache_withdraw_cache': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:368:9: note: in expansion of macro 'wait_var_event' 368 | wait_var_event(&cache->n_accesses, | ^~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c: In function 'fscache_put_cache': /kisskb/src/fs/fscache/cache.c:184:13: note: byref variable will be forcibly initialized 184 | int ref; | ^~~ In file included from /kisskb/src/lib/fdt.c:2: /kisskb/src/lib/fdt.c: In function 'fdt_next_node': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:245:13: note: byref variable will be forcibly initialized 245 | int nextoffset = 0; | ^~~~~~~~~~ /kisskb/src/lib/fdt.c: In function 'fdt_first_subnode': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:285:13: note: byref variable will be forcibly initialized 285 | int depth = 0; | ^~~~~ /kisskb/src/lib/fdt.c: In function 'fdt_next_subnode': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:296:13: note: byref variable will be forcibly initialized 296 | int depth = 1; | ^~~~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl6030_pwm_disable': /kisskb/src/drivers/pwm/pwm-twl.c:244:13: note: byref variable will be forcibly initialized 244 | static void twl6030_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl.c:244:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/pwm/pwm-twl.c:244:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl6030_pwm_enable': /kisskb/src/drivers/pwm/pwm-twl.c:221:12: note: byref variable will be forcibly initialized 221 | static int twl6030_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl_pwm_config': /kisskb/src/drivers/pwm/pwm-twl.c:64:12: note: byref variable will be forcibly initialized 64 | u8 pwm_config[2] = { 1, 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:13: note: byref variable will be forcibly initialized 18 | int len; | ^~~ /kisskb/src/lib/fdt_addresses.c: In function 'fdt_appendprop_addrrange': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_addresses.c:61:17: note: byref variable will be forcibly initialized 61 | uint8_t data[sizeof(fdt64_t) * 2], *prop; | ^~~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl4030_pwm_disable': /kisskb/src/drivers/pwm/pwm-twl.c:124:13: note: byref variable will be forcibly initialized 124 | static void twl4030_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl.c:124:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/pwm/pwm-twl.c:128:12: note: byref variable will be forcibly initialized 128 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl4030_pwm_enable': /kisskb/src/drivers/pwm/pwm-twl.c:94:12: note: byref variable will be forcibly initialized 94 | static int twl4030_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl.c:94:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/pwm/pwm-twl.c:98:12: note: byref variable will be forcibly initialized 98 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl4030_pwm_free': /kisskb/src/drivers/pwm/pwm-twl.c:191:13: note: byref variable will be forcibly initialized 191 | static void twl4030_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl.c:195:12: note: byref variable will be forcibly initialized 195 | u8 val, mask; | ^~~ /kisskb/src/drivers/pwm/pwm-twl.c: In function 'twl4030_pwm_request': /kisskb/src/drivers/pwm/pwm-twl.c:153:12: note: byref variable will be forcibly initialized 153 | static int twl4030_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl.c:157:12: note: byref variable will be forcibly initialized 157 | u8 val, mask, bits; | ^~~ /kisskb/src/lib/decompress_unzstd.c: In function '__unzstd': /kisskb/src/lib/decompress_unzstd.c:172:27: note: byref variable will be forcibly initialized 172 | zstd_frame_header header; | ^~~~~~ /kisskb/src/lib/decompress_unzstd.c:171:25: note: byref variable will be forcibly initialized 171 | zstd_out_buffer out; | ^~~ /kisskb/src/lib/decompress_unzstd.c:170:24: note: byref variable will be forcibly initialized 170 | zstd_in_buffer in; | ^~ 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/sound/pci/korg1212/korg1212.c:8: /kisskb/src/sound/pci/korg1212/korg1212.c: In function 'snd_korg1212_SendStopAndWait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/korg1212/korg1212.c:583:9: note: in expansion of macro 'wait_event_timeout' 583 | wait_event_timeout(korg1212->wait, korg1212->dsp_stop_is_processed, (HZ * 3) / 2); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/korg1212/korg1212.c: In function 'snd_korg1212_downloadDSPCode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/korg1212/korg1212.c:1210:9: note: in expansion of macro 'wait_event_timeout' 1210 | wait_event_timeout(korg1212->wait, korg1212->dsp_is_loaded, HZ * CARD_BOOT_TIMEOUT); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/korg1212/korg1212.c: In function 'snd_korg1212_create': /kisskb/src/sound/pci/korg1212/korg1212.c:2101:32: note: byref variable will be forcibly initialized 2101 | const struct firmware *dsp_code; | ^~~~~~~~ /kisskb/src/sound/pci/korg1212/korg1212.c: In function 'snd_korg1212_probe': /kisskb/src/sound/pci/korg1212/korg1212.c:2340:26: note: byref variable will be forcibly initialized 2340 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_unwatch': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2277:15: note: byref variable will be forcibly initialized 2277 | __u32 offset; | ^~~~~~ /kisskb/src/lib/dump_stack.c: In function 'dump_stack_set_arch_desc': /kisskb/src/lib/dump_stack.c:32:17: note: byref variable will be forcibly initialized 32 | va_list args; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'chipinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2177:30: note: byref variable will be forcibly initialized 2177 | struct gpiochip_info chipinfo; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_changed_notify': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2349:42: note: byref variable will be forcibly initialized 2349 | struct gpio_v2_line_info_changed chg; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2244:34: note: byref variable will be forcibly initialized 2244 | struct gpio_v2_line_info lineinfo; | ^~~~~~~~ In file included from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_get_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1178:24: note: byref variable will be forcibly initialized 1178 | DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); | ^~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1177:36: note: byref variable will be forcibly initialized 1177 | 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:1239:24: note: byref variable will be forcibly initialized 1239 | DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); | ^~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1280:36: note: byref variable will be forcibly initialized 1280 | struct gpio_v2_line_values lv; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_read': /kisskb/src/include/linux/wait.h:776:21: note: byref variable will be forcibly initialized 776 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:776:9: note: in expansion of macro 'DEFINE_WAIT' 776 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:815:16: note: in expansion of macro '__wait_event_interruptible_locked' 815 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1432:31: note: in expansion of macro 'wait_event_interruptible_locked' 1432 | ret = wait_event_interruptible_locked(lr->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1412:35: note: byref variable will be forcibly initialized 1412 | struct gpio_v2_line_event le; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_watch_read': /kisskb/src/include/linux/wait.h:776:21: note: byref variable will be forcibly initialized 776 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:776:9: note: in expansion of macro 'DEFINE_WAIT' 776 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:815:16: note: in expansion of macro '__wait_event_interruptible_locked' 815 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2413:31: note: in expansion of macro 'wait_event_interruptible_locked' 2413 | ret = wait_event_interruptible_locked(cdev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2389:42: note: byref variable will be forcibly initialized 2389 | struct gpio_v2_line_info_changed event; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'debounce_work_func': /kisskb/src/drivers/gpio/gpiolib-cdev.c:760:35: note: byref variable will be forcibly initialized 760 | 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:662:35: note: byref variable will be forcibly initialized 662 | struct gpio_v2_line_event le; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'process_hw_ts_thread': /kisskb/src/drivers/gpio/gpiolib-cdev.c:576:35: note: byref variable will be forcibly initialized 576 | 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:1346:36: note: byref variable will be forcibly initialized 1346 | struct gpio_v2_line_config lc; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1501:37: note: byref variable will be forcibly initialized 1501 | struct gpio_v2_line_request ulr; | ^~~ In file included from /kisskb/src/lib/fdt_ro.c:2: /kisskb/src/lib/fdt_ro.c: In function 'nextprop_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:204:13: note: byref variable will be forcibly initialized 204 | int nextoffset; | ^~~~~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_string_eq_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:108:13: note: byref variable will be forcibly initialized 108 | int slen; | ^~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_nodename_eq_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:16:13: note: byref variable will be forcibly initialized 16 | int olen; | ^~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_subnode_offset_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:228:13: note: byref variable will be forcibly initialized 228 | int depth; | ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_getprop_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:454:13: note: byref variable will be forcibly initialized 454 | int poffset; | ^~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_getprop_by_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:479:21: note: byref variable will be forcibly initialized 479 | int namelen; | ^~~~~~~ /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c: In function 'atmel_hlcdc_pwm_apply': /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c:46:22: note: byref variable will be forcibly initialized 46 | unsigned int status; | ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_phandle': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:511:13: note: byref variable will be forcibly initialized 511 | int len; | ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_generate_phandle': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:144:18: note: byref variable will be forcibly initialized 144 | uint32_t max; | ^~~ /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c: In function 'atmel_hlcdc_pwm_resume': /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c:198:26: note: byref variable will be forcibly initialized 198 | struct pwm_state state; | ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_path': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:545:28: note: byref variable will be forcibly initialized 545 | int offset, depth, namelen; | ^~~~~~~ /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:545:21: note: byref variable will be forcibly initialized 545 | int offset, depth, namelen; | ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_supernode_atdepth_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:597:21: note: byref variable will be forcibly initialized 597 | int offset, depth; | ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_depth': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:634:13: note: byref variable will be forcibly initialized 634 | int nodedepth; | ^~~~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_offset_by_prop_value': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:660:13: note: byref variable will be forcibly initialized 660 | int len; | ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_count': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:726:13: note: byref variable will be forcibly initialized 726 | int length, count = 0; | ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_search': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:751:13: note: byref variable will be forcibly initialized 751 | int length, len, idx = 0; | ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_get': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:783:13: note: byref variable will be forcibly initialized 783 | int length; | ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_check_compatible': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:827:13: note: byref variable will be forcibly initialized 827 | int len; | ^~~ In file included from /kisskb/src/lib/fdt_rw.c:2: /kisskb/src/lib/fdt_rw.c: In function 'fdt_resize_property_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:187:13: note: byref variable will be forcibly initialized 187 | int oldlen; | ^~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_add_property_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:209:13: note: byref variable will be forcibly initialized 209 | int allocated; | ^~~~~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_set_name': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:238:13: note: byref variable will be forcibly initialized 238 | int oldlen, newlen; | ^~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_setprop_placeholder': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:261:30: note: byref variable will be forcibly initialized 261 | struct fdt_property *prop; | ^~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_setprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:279:15: note: byref variable will be forcibly initialized 279 | void *prop_data; | ^~~~~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_appendprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:295:18: note: byref variable will be forcibly initialized 295 | int err, oldlen, newlen; | ^~~~~~ /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:294:30: note: byref variable will be forcibly initialized 294 | struct fdt_property *prop; | ^~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_delprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:321:13: note: byref variable will be forcibly initialized 321 | int len, proplen; | ^~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_add_subnode_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:337:21: note: byref variable will be forcibly initialized 337 | int offset, nextoffset; | ^~~~~~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_open_into': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:422:27: note: byref variable will be forcibly initialized 422 | int mem_rsv_size, struct_size; | ^~~~~~~~~~~ In file included from /kisskb/src/lib/fdt_sw.c:2: /kisskb/src/lib/fdt_sw.c: In function 'fdt_property_placeholder': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:297:13: note: byref variable will be forcibly initialized 297 | int allocated; | ^~~~~~~~~ /kisskb/src/lib/fdt_sw.c: In function 'fdt_property': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:327:15: note: byref variable will be forcibly initialized 327 | void *ptr; | ^~~ /kisskb/src/lib/fdt_sw.c: In function 'fdt_finish': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:343:21: note: byref variable will be forcibly initialized 343 | int offset, nextoffset; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_event_printf': /kisskb/src/kernel/trace/trace_output.c:318:17: note: byref variable will be forcibly initialized 318 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_output_call': /kisskb/src/kernel/trace/trace_output.c:339:17: note: byref variable will be forcibly initialized 339 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_print': /kisskb/src/kernel/trace/trace_output.c:937:14: note: byref variable will be forcibly initialized 937 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_hex': /kisskb/src/kernel/trace/trace_output.c:1010:13: note: byref variable will be forcibly initialized 1010 | int T; | ^ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_seq_print_sym': /kisskb/src/kernel/trace/trace_output.c:361:14: note: byref variable will be forcibly initialized 361 | char str[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_output.c: In function 'lat_print_generic': /kisskb/src/kernel/trace/trace_output.c:506:14: note: byref variable will be forcibly initialized 506 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_context': /kisskb/src/kernel/trace/trace_output.c:610:14: note: byref variable will be forcibly initialized 610 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_lat_context': /kisskb/src/kernel/trace/trace_output.c:652:22: note: byref variable will be forcibly initialized 652 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c:642:13: note: byref variable will be forcibly initialized 642 | u64 next_ts; | ^~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'register_trace_event': /kisskb/src/kernel/trace/trace_output.c:767:35: note: byref variable will be forcibly initialized 767 | struct list_head *list = NULL; | ^~~~ In file included from /kisskb/src/lib/fdt_wip.c:2: /kisskb/src/lib/fdt_wip.c: In function 'fdt_setprop_inplace_namelen_partial': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:19:13: note: byref variable will be forcibly initialized 19 | int proplen; | ^~~~~~~ /kisskb/src/lib/fdt_wip.c: In function 'fdt_setprop_inplace': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:37:13: note: byref variable will be forcibly initialized 37 | int proplen; | ^~~~~~~ /kisskb/src/lib/fdt_wip.c: In function 'fdt_nop_property': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:62:13: note: byref variable will be forcibly initialized 62 | int len; | ^~~ /kisskb/src/lib/fdt_wip.c: In function 'fdt_node_end_offset_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:75:13: note: byref variable will be forcibly initialized 75 | int depth = 0; | ^~~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_disable': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:153:18: note: byref variable will be forcibly initialized 153 | unsigned cmr; | ^~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_enable': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:210:13: note: byref variable will be forcibly initialized 210 | u32 cmr; | ^~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_probe': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:430:13: note: byref variable will be forcibly initialized 430 | int channel; | ^~~~~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:428:14: note: byref variable will be forcibly initialized 428 | char clk_name[] = "t0_clk"; | ^~~~~~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_request': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:88:18: note: byref variable will be forcibly initialized 88 | unsigned cmr; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/visconti/pinctrl-common.c:11: /kisskb/src/drivers/pinctrl/visconti/pinctrl-common.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/lib/flex_proportions.c: In function '__fprop_add_percpu_max': /kisskb/src/lib/flex_proportions.c:264:42: note: byref variable will be forcibly initialized 264 | unsigned long numerator, denominator; | ^~~~~~~~~~~ /kisskb/src/lib/flex_proportions.c:264:31: note: byref variable will be forcibly initialized 264 | unsigned long numerator, denominator; | ^~~~~~~~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_is_any_pwm_enabled': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:207:13: note: byref variable will be forcibly initialized 207 | u32 val; | ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_is_other_pwm_enabled': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:219:13: note: byref variable will be forcibly initialized 219 | u32 val; | ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'ftm_clear_write_protection': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:64:13: note: byref variable will be forcibly initialized 64 | u32 val; | ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_apply_config': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:235:34: note: byref variable will be forcibly initialized 235 | struct fsl_pwm_periodcfg periodcfg; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'active_low_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:325:33: note: byref variable will be forcibly initialized 325 | long value; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'value_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:126:14: note: byref variable will be forcibly initialized 126 | long value; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'unexport_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:485:33: note: byref variable will be forcibly initialized 485 | long gpio; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'export_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:433:33: note: byref variable will be forcibly initialized 433 | long gpio; | ^~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'mixart_set_clock': /kisskb/src/sound/pci/mixart/mixart.c:162:45: note: byref variable will be forcibly initialized 162 | struct mixart_clock_properties_resp clock_prop_resp; | ^~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:161:40: note: byref variable will be forcibly initialized 161 | struct mixart_clock_properties clock_properties; | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:160:27: note: byref variable will be forcibly initialized 160 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'mixart_set_format': /kisskb/src/sound/pci/mixart/mixart.c:509:34: note: byref variable will be forcibly initialized 509 | struct mixart_return_uid resp; | ^~~~ /kisskb/src/sound/pci/mixart/mixart.c:508:41: note: byref variable will be forcibly initialized 508 | struct mixart_stream_param_desc stream_param; | ^~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:507:27: note: byref variable will be forcibly initialized 507 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'mixart_set_pipe_state': /kisskb/src/sound/pci/mixart/mixart.c:121:21: note: byref variable will be forcibly initialized 121 | u32 stat = 0; | ^~~~ /kisskb/src/sound/pci/mixart/mixart.c:65:13: note: byref variable will be forcibly initialized 65 | u32 system_msg_uid; | ^~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:63:27: note: byref variable will be forcibly initialized 63 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:62:40: note: byref variable will be forcibly initialized 62 | struct mixart_group_state_resp group_state_resp; | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:61:39: note: byref variable will be forcibly initialized 61 | struct mixart_group_state_req group_state; | ^~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'mixart_set_stream_state': /kisskb/src/sound/pci/mixart/mixart.c:384:27: note: byref variable will be forcibly initialized 384 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:383:40: note: byref variable will be forcibly initialized 383 | struct mixart_stream_state_req stream_state_req; | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'snd_mixart_pcm_analog': /kisskb/src/sound/pci/mixart/mixart.c:954:14: note: byref variable will be forcibly initialized 954 | char name[32]; | ^~~~ /kisskb/src/sound/pci/mixart/mixart.c:953:25: note: byref variable will be forcibly initialized 953 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'snd_mixart_pcm_digital': /kisskb/src/sound/pci/mixart/mixart.c:988:14: note: byref variable will be forcibly initialized 988 | char name[32]; | ^~~~ /kisskb/src/sound/pci/mixart/mixart.c:987:25: note: byref variable will be forcibly initialized 987 | struct snd_pcm *pcm; | ^~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_can_use_line': /kisskb/src/drivers/pinctrl/core.c:744:36: note: byref variable will be forcibly initialized 744 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:743:29: note: byref variable will be forcibly initialized 743 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'snd_mixart_probe': /kisskb/src/sound/pci/mixart/mixart.c:1316:22: note: byref variable will be forcibly initialized 1316 | char tmpid[16]; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_request': /kisskb/src/drivers/pinctrl/core.c:780:36: note: byref variable will be forcibly initialized 780 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/sound/pci/mixart/mixart.c:1315:34: note: byref variable will be forcibly initialized 1315 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/pinctrl/core.c:779:29: note: byref variable will be forcibly initialized 779 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_free': /kisskb/src/drivers/pinctrl/core.c:815:36: note: byref variable will be forcibly initialized 815 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:814:29: note: byref variable will be forcibly initialized 814 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_direction': /kisskb/src/drivers/pinctrl/core.c:837:36: note: byref variable will be forcibly initialized 837 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:836:29: note: byref variable will be forcibly initialized 836 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_set_config': /kisskb/src/drivers/pinctrl/core.c:898:29: note: byref variable will be forcibly initialized 898 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c:897:36: note: byref variable will be forcibly initialized 897 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:896:23: note: byref variable will be forcibly initialized 896 | unsigned long configs[] = { config }; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'snd_mixart_add_ref_pipe': /kisskb/src/sound/pci/mixart/mixart.c:221:27: note: byref variable will be forcibly initialized 221 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c: In function 'snd_mixart_kill_ref_pipe': /kisskb/src/sound/pci/mixart/mixart.c:344:49: note: byref variable will be forcibly initialized 344 | struct mixart_delete_group_resp delete_resp; | ^~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart.c:343:35: note: byref variable will be forcibly initialized 343 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc_u32': /kisskb/src/lib/idr.c:36:32: note: byref variable will be forcibly initialized 36 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc': /kisskb/src/lib/idr.c:81:13: note: byref variable will be forcibly initialized 81 | u32 id = start; | ^~ /kisskb/src/lib/idr.c: In function 'idr_alloc_cyclic': /kisskb/src/lib/idr.c:119:13: note: byref variable will be forcibly initialized 119 | u32 id = idr->idr_next; | ^~ /kisskb/src/lib/idr.c: In function 'idr_for_each': /kisskb/src/lib/idr.c:198:32: note: byref variable will be forcibly initialized 198 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next_ul': /kisskb/src/lib/idr.c:229:32: note: byref variable will be forcibly initialized 229 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next': /kisskb/src/lib/idr.c:266:23: note: byref variable will be forcibly initialized 266 | unsigned long id = *nextid; | ^~ /kisskb/src/lib/idr.c: In function 'idr_replace': /kisskb/src/lib/idr.c:293:22: note: byref variable will be forcibly initialized 293 | void __rcu **slot = NULL; | ^~~~ /kisskb/src/lib/idr.c:292:33: note: byref variable will be forcibly initialized 292 | struct radix_tree_node *node; | ^~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_groups_show': /kisskb/src/lib/idr.c: In function 'ida_alloc_range': /kisskb/src/lib/idr.c:404:31: note: byref variable will be forcibly initialized 404 | unsigned long tmp = xa_to_value(bitmap); | ^~~ /kisskb/src/drivers/pinctrl/core.c:1695:26: note: byref variable will be forcibly initialized 1695 | unsigned num_pins = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/lib/idr.c:5: /kisskb/src/lib/idr.c:383:18: note: byref variable will be forcibly initialized 383 | XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/pinctrl/core.c:1694:33: note: byref variable will be forcibly initialized 1694 | const unsigned *pins = NULL; | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_free': /kisskb/src/lib/idr.c:489:18: note: byref variable will be forcibly initialized 489 | XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/sound/pci/hda/hda_codec.c:10: /kisskb/src/sound/pci/hda/hda_codec.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_generic_free_groups': /kisskb/src/drivers/pinctrl/core.c:694:32: note: byref variable will be forcibly initialized 694 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_destroy': /kisskb/src/lib/idr.c:543:18: note: byref variable will be forcibly initialized 543 | XA_STATE(xas, &ida->xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/sound/pci/hda/hda_codec.c:10: /kisskb/src/sound/pci/hda/hda_codec.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'read_and_add_raw_conns': /kisskb/src/sound/pci/hda/hda_codec.c:134:19: note: byref variable will be forcibly initialized 134 | hda_nid_t list[32]; | ^~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_get_conn_index': /kisskb/src/sound/pci/hda/hda_codec.c:267:26: note: byref variable will be forcibly initialized 267 | const hda_nid_t *conn; | ^~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_get_connections': /kisskb/src/sound/pci/hda/hda_codec.c:210:26: note: byref variable will be forcibly initialized 210 | const hda_nid_t *list; | ^~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_codec_pcm_new': /kisskb/src/sound/pci/hda/hda_codec.c:717:17: note: byref variable will be forcibly initialized 717 | va_list args; | ^~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_codec_device_init': /kisskb/src/sound/pci/hda/hda_codec.c:910:14: note: byref variable will be forcibly initialized 910 | char name[DEV_NAME_LEN]; | ^~~~ /kisskb/src/sound/pci/hda/hda_codec.c:909:17: note: byref variable will be forcibly initialized 909 | va_list vargs; | ^~~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_codec_device_new': /kisskb/src/sound/pci/hda/hda_codec.c:968:14: note: byref variable will be forcibly initialized 968 | char component[31]; | ^~~~~~~~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/hda_codec.c:16: /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_mixer_amp_tlv': /kisskb/src/sound/pci/hda/hda_codec.c:1607:22: note: byref variable will be forcibly initialized 1607 | unsigned int tlv[4]; | ^~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'init_follower_0dB': /kisskb/src/sound/pci/hda/hda_codec.c:1926:13: note: byref variable will be forcibly initialized 1926 | int _tlv[4]; | ^~~~ In file included from /kisskb/src/include/sound/hda_codec.h:19, from /kisskb/src/sound/pci/hda/hda_codec.c:16: /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hdac_regmap_get_amp': /kisskb/src/include/sound/hda_regmap.h:140:18: note: byref variable will be forcibly initialized 140 | int err, val; | ^~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_spdif_in_status_get': /kisskb/src/sound/pci/hda/hda_codec.c:2655:22: note: byref variable will be forcibly initialized 2655 | unsigned int val; | ^~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'find_mixer_ctl': /kisskb/src/sound/pci/hda/hda_codec.c:1650:32: note: byref variable will be forcibly initialized 1650 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'map_followers': /kisskb/src/sound/pci/hda/hda_codec.c:1877:30: note: byref variable will be forcibly initialized 1877 | char tmpname[sizeof(sctl->id.name)]; | ^~~~~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function '__snd_hda_add_vmaster': /kisskb/src/sound/pci/hda/hda_codec.c:2032:42: note: byref variable will be forcibly initialized 2032 | struct follower_init_arg arg = { | ^~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_create_dig_out_ctls': /kisskb/src/sound/pci/hda/hda_codec.c:2452:13: note: byref variable will be forcibly initialized 2452 | int val = 0; | ^~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'add_std_chmaps': /kisskb/src/sound/pci/hda/hda_codec.c:3068:47: note: byref variable will be forcibly initialized 3068 | struct snd_pcm_chmap *chmap; | ^~~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_get_devices': /kisskb/src/sound/pci/hda/hda_codec.c:329:22: note: byref variable will be forcibly initialized 329 | unsigned int parm; | ^~~~ /kisskb/src/drivers/pwm/pwm-iqs620a.c: In function 'iqs620_pwm_probe': /kisskb/src/drivers/pwm/pwm-iqs620a.c:185:22: note: byref variable will be forcibly initialized 185 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/klist.h:14, from /kisskb/src/lib/klist.c:36: /kisskb/src/lib/klist.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/lib/klist.c: In function 'klist_remove': /kisskb/src/lib/klist.c:240:29: note: byref variable will be forcibly initialized 240 | struct klist_waiter waiter; | ^~~~~~ /kisskb/src/fs/ramfs/inode.c: In function 'ramfs_parse_param': /kisskb/src/fs/ramfs/inode.c:202:32: note: byref variable will be forcibly initialized 202 | struct fs_parse_result result; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:22: /kisskb/src/drivers/pinctrl/pinctrl-utils.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/sound/pci/oxygen/oxygen_io.c:8: /kisskb/src/sound/pci/oxygen/oxygen_io.c: In function 'oxygen_ac97_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/oxygen/oxygen_io.c:96:9: note: in expansion of macro 'wait_event_timeout' 96 | wait_event_timeout(chip->ac97_waitqueue, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/lib/kobject.c:13: /kisskb/src/lib/kobject.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/lib/kobject.c: In function 'kobject_set_name': /kisskb/src/lib/kobject.c:294:17: note: byref variable will be forcibly initialized 294 | va_list vargs; | ^~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_add': /kisskb/src/lib/kobject.c:397:17: note: byref variable will be forcibly initialized 397 | va_list args; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_init_and_add': /kisskb/src/lib/kobject.c:435:17: note: byref variable will be forcibly initialized 435 | va_list args; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_rename': /kisskb/src/lib/kobject.c:464:15: note: byref variable will be forcibly initialized 464 | char *envp[2]; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_move': /kisskb/src/lib/kobject.c:528:15: note: byref variable will be forcibly initialized 528 | char *envp[2]; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fscache/cookie.c:12: /kisskb/src/fs/fscache/cookie.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/io.c: In function 'netfs_read_from_cache': /kisskb/src/fs/netfs/io.c:49:25: note: byref variable will be forcibly initialized 49 | struct iov_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/netfs/io.c:8: /kisskb/src/fs/netfs/io.c: In function 'netfs_rreq_unmark_after_write': /kisskb/src/fs/netfs/io.c:121:26: note: byref variable will be forcibly initialized 121 | XA_STATE(xas, &rreq->mapping->i_pages, subreq->start / PAGE_SIZE); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/netfs/io.c: In function 'netfs_rreq_do_write_to_cache': /kisskb/src/fs/netfs/io.c:170:25: note: byref variable will be forcibly initialized 170 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_cookie_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscache-cache.h:126:16: note: in expansion of macro 'smp_load_acquire' 126 | return smp_load_acquire(&cookie->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_cache_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/internal.h:33:16: note: in expansion of macro 'smp_load_acquire' 33 | return smp_load_acquire(&cache->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/io.c: In function 'netfs_clear_unread': /kisskb/src/fs/netfs/io.c:24:25: note: byref variable will be forcibly initialized 24 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/fscache/cookie.c: In function '__fscache_set_cookie_state': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:211:9: note: in expansion of macro 'smp_store_release' 211 | smp_store_release(&cookie->state, state); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/netfs/io.c:8: /kisskb/src/fs/netfs/io.c: In function 'netfs_begin_read': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/io.c:636:25: note: in expansion of macro 'wait_var_event' 636 | wait_var_event(&rreq->nr_outstanding, | ^~~~~~~~~~~~~~ /kisskb/src/fs/netfs/io.c:603:22: note: byref variable will be forcibly initialized 603 | unsigned int debug_index = 0; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/fscache/cookie.c:12: /kisskb/src/fs/fscache/cookie.c: In function 'fscache_wait_on_collision': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:390:17: note: in expansion of macro 'wait_var_event' 390 | wait_var_event(statep, fscache_cookie_is_dropped(wait_for)); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:385:9: note: in expansion of macro 'wait_var_event_timeout' 385 | wait_var_event_timeout(statep, fscache_cookie_is_dropped(wait_for), | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_get_cookie': /kisskb/src/fs/fscache/cookie.c:1013:13: note: byref variable will be forcibly initialized 1013 | int ref; | ^~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_put_cookie': /kisskb/src/fs/fscache/cookie.c:996:13: note: byref variable will be forcibly initialized 996 | int ref; | ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/fscache/cookie.c:12: /kisskb/src/fs/fscache/cookie.c: In function '__fscache_use_cookie': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:614:17: note: in expansion of macro 'wait_var_event' 614 | wait_var_event(&cookie->state, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_disable': /kisskb/src/drivers/pwm/pwm-twl-led.c:222:13: note: byref variable will be forcibly initialized 222 | static void twl6030_pwmled_disable(struct pwm_chip *chip, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl-led.c:227:12: note: byref variable will be forcibly initialized 227 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_config': /kisskb/src/drivers/pwm/pwm-twl-led.c:179:12: note: byref variable will be forcibly initialized 179 | static int twl6030_pwmled_config(struct pwm_chip *chip, struct pwm_device *pwm, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_enable': /kisskb/src/drivers/pwm/pwm-twl-led.c:196:12: note: byref variable will be forcibly initialized 196 | static int twl6030_pwmled_enable(struct pwm_chip *chip, struct pwm_device *pwm) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl-led.c:200:12: note: byref variable will be forcibly initialized 200 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_free': /kisskb/src/drivers/pwm/pwm-twl-led.c:300:13: note: byref variable will be forcibly initialized 300 | static void twl6030_pwmled_free(struct pwm_chip *chip, struct pwm_device *pwm) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl-led.c:304:12: note: byref variable will be forcibly initialized 304 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_request': /kisskb/src/drivers/pwm/pwm-twl-led.c:274:12: note: byref variable will be forcibly initialized 274 | static int twl6030_pwmled_request(struct pwm_chip *chip, struct pwm_device *pwm) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl-led.c:278:12: note: byref variable will be forcibly initialized 278 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl4030_pwmled_disable': /kisskb/src/drivers/pwm/pwm-twl-led.c:116:13: note: byref variable will be forcibly initialized 116 | static void twl4030_pwmled_disable(struct pwm_chip *chip, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl-led.c:121:12: note: byref variable will be forcibly initialized 121 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl4030_pwmled_enable': /kisskb/src/drivers/pwm/pwm-twl-led.c:92:12: note: byref variable will be forcibly initialized 92 | static int twl4030_pwmled_enable(struct pwm_chip *chip, struct pwm_device *pwm) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-twl-led.c:96:12: note: byref variable will be forcibly initialized 96 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl4030_pwmled_config': /kisskb/src/drivers/pwm/pwm-twl-led.c:62:12: note: byref variable will be forcibly initialized 62 | u8 pwm_config[2] = { 1, 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:25, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_seq.c: In function 'trace_seq_printf': /kisskb/src/kernel/trace/trace_seq.c:84:17: note: byref variable will be forcibly initialized 84 | va_list ap; | ^~ In file included from /kisskb/src/lib/memcat_p.c:3: /kisskb/src/lib/memcat_p.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/kobject_uevent.c: In function 'add_uevent_var': /kisskb/src/lib/kobject_uevent.c:656:17: note: byref variable will be forcibly initialized 656 | va_list args; | ^~~~ /kisskb/src/lib/kobject_uevent.c: In function 'kobject_synth_uevent': /kisskb/src/lib/kobject_uevent.c:197:33: note: byref variable will be forcibly initialized 197 | struct kobj_uevent_env *env; | ^~~ /kisskb/src/lib/kobject_uevent.c:196:21: note: byref variable will be forcibly initialized 196 | const char *action_args; | ^~~~~~~~~~~ /kisskb/src/lib/kobject_uevent.c:195:29: note: byref variable will be forcibly initialized 195 | enum kobject_action action; | ^~~~~~ /kisskb/src/lib/kobject_uevent.c:194:15: note: byref variable will be forcibly initialized 194 | char *no_uuid_envp[] = { "SYNTH_UUID=0", NULL }; | ^~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c: In function 'xilinx_pwm_probe': /kisskb/src/drivers/pwm/pwm-xilinx.c:217:35: note: byref variable will be forcibly initialized 217 | u32 pwm_cells, one_timer, width; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:217:24: note: byref variable will be forcibly initialized 217 | u32 pwm_cells, one_timer, width; | ^~~~~~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:217:13: note: byref variable will be forcibly initialized 217 | u32 pwm_cells, one_timer, width; | ^~~~~~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c: In function 'xilinx_pwm_apply': /kisskb/src/drivers/pwm/pwm-xilinx.c:104:32: note: byref variable will be forcibly initialized 104 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:104:25: note: byref variable will be forcibly initialized 104 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c: In function 'xilinx_pwm_get_state': /kisskb/src/drivers/pwm/pwm-xilinx.c:177:32: note: byref variable will be forcibly initialized 177 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:177:25: note: byref variable will be forcibly initialized 177 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:177:19: note: byref variable will be forcibly initialized 177 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:177:13: note: byref variable will be forcibly initialized 177 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_get_multiple_be': /kisskb/src/drivers/gpio/gpio-mmio.c:191:23: note: byref variable will be forcibly initialized 191 | unsigned long val; | ^~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_select': /kisskb/src/drivers/pinctrl/pinmux.c:686:22: note: byref variable will be forcibly initialized 686 | unsigned int num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:684:28: note: byref variable will be forcibly initialized 684 | const char *const *groups; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_single_reg': /kisskb/src/drivers/gpio/gpio-mmio.c:287:33: note: byref variable will be forcibly initialized 287 | unsigned long set_mask, clear_mask; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:287:23: note: byref variable will be forcibly initialized 287 | unsigned long set_mask, clear_mask; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_with_clear': /kisskb/src/drivers/gpio/gpio-mmio.c:317:33: note: byref variable will be forcibly initialized 317 | unsigned long set_mask, clear_mask; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:317:23: note: byref variable will be forcibly initialized 317 | unsigned long set_mask, clear_mask; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_functions_show': /kisskb/src/drivers/pinctrl/pinmux.c:555:26: note: byref variable will be forcibly initialized 555 | unsigned num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:554:37: note: byref variable will be forcibly initialized 554 | const char * const *groups; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_map_to_setting': /kisskb/src/drivers/pinctrl/pinmux.c:346:18: note: byref variable will be forcibly initialized 346 | unsigned num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:345:29: note: byref variable will be forcibly initialized 345 | char const * const *groups; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_enable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:412:18: note: byref variable will be forcibly initialized 412 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:411:25: note: byref variable will be forcibly initialized 411 | const unsigned *pins = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_disable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:492:18: note: byref variable will be forcibly initialized 492 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:491:25: note: byref variable will be forcibly initialized 491 | const unsigned *pins = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_generic_free_functions': /kisskb/src/drivers/pinctrl/pinmux.c:947:32: note: byref variable will be forcibly initialized 947 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/sound/pci/riptide/riptide.c: In function 'getpaths': /kisskb/src/sound/pci/riptide/riptide.c:942:23: note: byref variable will be forcibly initialized 942 | unsigned char sink[E2SINK_MAX]; | ^~~~ /kisskb/src/sound/pci/riptide/riptide.c:941:23: note: byref variable will be forcibly initialized 941 | unsigned char src[E2SINK_MAX]; | ^~~ /kisskb/src/sound/pci/riptide/riptide.c: In function 'snd_riptide_pcm': /kisskb/src/sound/pci/riptide/riptide.c:1683:25: note: byref variable will be forcibly initialized 1683 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/riptide/riptide.c: In function 'snd_riptide_mixer': /kisskb/src/sound/pci/riptide/riptide.c:1946:34: note: byref variable will be forcibly initialized 1946 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/riptide/riptide.c:1945:30: note: byref variable will be forcibly initialized 1945 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/sound/pci/riptide/riptide.c: In function 'snd_riptide_proc_read': /kisskb/src/sound/pci/riptide/riptide.c:1873:22: note: byref variable will be forcibly initialized 1873 | unsigned int rate; | ^~~~ /kisskb/src/sound/pci/riptide/riptide.c:1872:34: note: byref variable will be forcibly initialized 1872 | unsigned short rval = 0, lval = 0; | ^~~~ /kisskb/src/sound/pci/riptide/riptide.c:1872:24: note: byref variable will be forcibly initialized 1872 | unsigned short rval = 0, lval = 0; | ^~~~ /kisskb/src/sound/pci/riptide/riptide.c:1871:23: note: byref variable will be forcibly initialized 1871 | unsigned char p[256]; | ^ /kisskb/src/sound/pci/riptide/riptide.c: In function '__snd_card_riptide_probe': /kisskb/src/sound/pci/riptide/riptide.c:2029:26: note: byref variable will be forcibly initialized 2029 | struct snd_card *card; | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:191:17: note: in expansion of macro 'rcu_assign_pointer' 191 | rcu_assign_pointer(root->rb_node, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:189:25: note: in expansion of macro 'rcu_assign_pointer' 189 | rcu_assign_pointer(parent->rb_right, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:187:25: note: in expansion of macro 'rcu_assign_pointer' 187 | rcu_assign_pointer(parent->rb_left, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_clear': /kisskb/src/lib/radix-tree.c:1031:23: note: byref variable will be forcibly initialized 1031 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1030:33: note: byref variable will be forcibly initialized 1030 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_get': /kisskb/src/lib/radix-tree.c:1083:23: note: byref variable will be forcibly initialized 1083 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1082:33: note: byref variable will be forcibly initialized 1082 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/sound/pci/oxygen/oxygen_lib.c: In function 'configure_pcie_bridge': /kisskb/src/sound/pci/oxygen/oxygen_lib.c:313:13: note: byref variable will be forcibly initialized 313 | u32 tmp; | ^~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_next_chunk': /kisskb/src/lib/radix-tree.c:1158:38: note: byref variable will be forcibly initialized 1158 | unsigned long index, offset, maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1157:40: note: byref variable will be forcibly initialized 1157 | struct radix_tree_node *node, *child; | ^~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c: In function 'mixart_update_monitoring': /kisskb/src/sound/pci/mixart/mixart_mixer.c:955:13: note: byref variable will be forcibly initialized 955 | u32 resp = 0; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:954:43: note: byref variable will be forcibly initialized 954 | struct mixart_set_out_audio_level audio_level; | ^~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:953:27: note: byref variable will be forcibly initialized 953 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c: In function 'mixart_update_analog_audio_level': /kisskb/src/sound/pci/mixart/mixart_mixer.c:295:34: note: byref variable will be forcibly initialized 295 | struct mixart_return_uid resp; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:294:32: note: byref variable will be forcibly initialized 294 | struct mixart_io_level io_level; | ^~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:293:27: note: byref variable will be forcibly initialized 293 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1264:32: note: byref variable will be forcibly initialized 1264 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag': /kisskb/src/lib/radix-tree.c:1305:32: note: byref variable will be forcibly initialized 1305 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag_slot': /kisskb/src/sound/pci/oxygen/oxygen_lib.c: In function '__oxygen_pci_probe': /kisskb/src/sound/pci/oxygen/oxygen_lib.c:587:26: note: byref variable will be forcibly initialized 587 | struct snd_card *card; | ^~~~ /kisskb/src/lib/radix-tree.c:1346:32: note: byref variable will be forcibly initialized 1346 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c: In function 'mixart_update_playback_stream_level': /kisskb/src/sound/pci/mixart/mixart_mixer.c:716:13: note: byref variable will be forcibly initialized 716 | u32 status = 0; | ^~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:715:48: note: byref variable will be forcibly initialized 715 | struct mixart_set_out_stream_level_req set_level; | ^~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:714:27: note: byref variable will be forcibly initialized 714 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c: In function 'mixart_update_capture_stream_level': /kisskb/src/sound/pci/mixart/mixart_mixer.c:768:13: note: byref variable will be forcibly initialized 768 | u32 status = 0; | ^~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:767:46: note: byref variable will be forcibly initialized 767 | struct mixart_set_in_audio_level_req set_level; | ^~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:766:27: note: byref variable will be forcibly initialized 766 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_core.c: In function 'snd_mixart_process_msg': /kisskb/src/sound/pci/mixart/mixart_core.c:331:27: note: byref variable will be forcibly initialized 331 | struct mixart_msg resp; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_core.c: In function 'snd_mixart_send_msg': /kisskb/src/sound/pci/mixart/mixart_core.c:224:28: note: byref variable will be forcibly initialized 224 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_core.c:222:13: note: byref variable will be forcibly initialized 222 | u32 msg_frame = 0; /* set to 0, so it's no notification to wait for, but the answer */ | ^~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_core.c:221:27: note: byref variable will be forcibly initialized 221 | struct mixart_msg resp; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_set': /kisskb/src/sound/pci/mixart/mixart_mixer.c: In function 'snd_mixart_create_mixer': /kisskb/src/lib/radix-tree.c:969:23: note: byref variable will be forcibly initialized 969 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_mixer.c:1110:41: note: byref variable will be forcibly initialized 1110 | struct snd_kcontrol_new temp; | ^~~~ /kisskb/src/lib/radix-tree.c:968:33: note: byref variable will be forcibly initialized 968 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_core.c: In function 'snd_mixart_send_msg_wait_notif': /kisskb/src/sound/pci/mixart/mixart_core.c:271:28: note: byref variable will be forcibly initialized 271 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_core.c: In function 'snd_mixart_send_msg_nonblock': 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:25, 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 'radix_tree_extend': /kisskb/src/sound/pci/mixart/mixart_core.c:310:13: note: byref variable will be forcibly initialized 310 | u32 message_frame; | ^~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:455:17: note: in expansion of macro 'rcu_assign_pointer' 455 | rcu_assign_pointer(root->xa_head, entry); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_core.c: In function 'snd_mixart_threaded_irq': /kisskb/src/sound/pci/mixart/mixart_core.c:421:13: note: byref variable will be forcibly initialized 421 | u32 msg; | ^~~ /kisskb/src/sound/pci/mixart/mixart_core.c:420:27: note: byref variable will be forcibly initialized 420 | struct mixart_msg resp; | ^~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_create': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:626:25: note: in expansion of macro 'rcu_assign_pointer' 626 | rcu_assign_pointer(*slot, node_to_entry(child)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'insert_entries': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:684:9: note: in expansion of macro 'rcu_assign_pointer' 684 | rcu_assign_pointer(*slot, item); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_insert': /kisskb/src/lib/radix-tree.c:705:22: note: byref variable will be forcibly initialized 705 | void __rcu **slot; | ^~~~ /kisskb/src/lib/radix-tree.c:704:33: note: byref variable will be forcibly initialized 704 | struct radix_tree_node *node; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c: In function 'mixart_load_elf': /kisskb/src/sound/pci/mixart/mixart_hwdep.c:102:50: note: byref variable will be forcibly initialized 102 | struct snd_mixart_elf32_phdr elf_programheader; | ^~~~~~~~~~~~~~~~~ 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:25, 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 'replace_slot': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:829:9: note: in expansion of macro 'rcu_assign_pointer' 829 | rcu_assign_pointer(*slot, item); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c: In function 'mixart_enum_physio': /kisskb/src/sound/pci/mixart/mixart_hwdep.c:254:39: note: byref variable will be forcibly initialized 254 | struct mixart_uid_enumeration phys_io; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c:253:34: note: byref variable will be forcibly initialized 253 | struct mixart_return_uid console_mgr; | ^~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c:252:27: note: byref variable will be forcibly initialized 252 | struct mixart_uid get_console_mgr; | ^~~~~~~~~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c:251:27: note: byref variable will be forcibly initialized 251 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c: In function 'mixart_enum_connectors': /kisskb/src/sound/pci/mixart/mixart_hwdep.c:133:27: note: byref variable will be forcibly initialized 133 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c: In function 'mixart_first_init': /kisskb/src/sound/pci/mixart/mixart_hwdep.c:307:27: note: byref variable will be forcibly initialized 307 | struct mixart_msg request; | ^~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c:305:13: note: byref variable will be forcibly initialized 305 | u32 k; | ^ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_lookup': /kisskb/src/lib/radix-tree.c:750:23: note: byref variable will be forcibly initialized 750 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:749:33: note: byref variable will be forcibly initialized 749 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_lookup_slot': /kisskb/src/lib/radix-tree.c:795:22: note: byref variable will be forcibly initialized 795 | void __rcu **slot; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_delete_item': /kisskb/src/sound/pci/mixart/mixart_hwdep.c: In function 'snd_mixart_setup_firmware': /kisskb/src/lib/radix-tree.c:1416:22: note: byref variable will be forcibly initialized 1416 | void __rcu **slot = NULL; | ^~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c:564:32: note: byref variable will be forcibly initialized 564 | const struct firmware *fw_entry; | ^~~~~~~~ /kisskb/src/sound/pci/mixart/mixart_hwdep.c:562:14: note: byref variable will be forcibly initialized 562 | char path[32]; | ^~~~ /kisskb/src/lib/radix-tree.c:1415:33: note: byref variable will be forcibly initialized 1415 | struct radix_tree_node *node = NULL; | ^~~~ In file included from /kisskb/src/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:25, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1510:25: note: in expansion of macro 'rcu_assign_pointer' 1510 | rcu_assign_pointer(*slot, node_to_entry(child)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_printf': /kisskb/src/lib/seq_buf.c:85:17: note: byref variable will be forcibly initialized 85 | va_list ap; | ^~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_putmem_hex': /kisskb/src/lib/seq_buf.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned char hex[HEX_CHARS]; | ^~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_path': /kisskb/src/lib/seq_buf.c:272:15: note: byref variable will be forcibly initialized 272 | char *buf; | ^~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_hex_dump': /kisskb/src/lib/seq_buf.c:367:23: note: byref variable will be forcibly initialized 367 | unsigned char linebuf[32 * 3 + 2 + 32 + 1]; | ^~~~~~~ /kisskb/src/drivers/pci/msi/pcidev_msi.c: In function 'pci_msi_init': /kisskb/src/drivers/pci/msi/pcidev_msi.c:14:13: note: byref variable will be forcibly initialized 14 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/msi/pcidev_msi.c: In function 'pci_msix_init': /kisskb/src/drivers/pci/msi/pcidev_msi.c:32:13: note: byref variable will be forcibly initialized 32 | u16 ctrl; | ^~~~ /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_bprintk': /kisskb/src/kernel/trace/trace_printk.c:203:17: note: byref variable will be forcibly initialized 203 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_printk': /kisskb/src/kernel/trace/trace_printk.c:233:17: note: byref variable will be forcibly initialized 233 | va_list ap; | ^~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_irq_edge_handler': /kisskb/src/drivers/gpio/gpio-altera.c:190:23: note: byref variable will be forcibly initialized 190 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_irq_leveL_high_handler': /kisskb/src/drivers/gpio/gpio-altera.c:217:23: note: byref variable will be forcibly initialized 217 | unsigned long status; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-altera.c:9: /kisskb/src/drivers/gpio/gpio-altera.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_probe': /kisskb/src/drivers/gpio/gpio-altera.c:239:13: note: byref variable will be forcibly initialized 239 | int reg, ret; | ^~~ /kisskb/src/kernel/trace/pid_list.c: In function 'pid_list_refill_irq': /kisskb/src/kernel/trace/pid_list.c:337:28: note: byref variable will be forcibly initialized 337 | union lower_chunk *lower = NULL; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:336:28: note: byref variable will be forcibly initialized 336 | union upper_chunk *upper = NULL; | ^~~~~ /kisskb/src/sound/pci/ice1712/delta.c: In function 'snd_ice1712_delta1010lt_wordclock_status_get': /kisskb/src/sound/pci/ice1712/delta.c:410:14: note: byref variable will be forcibly initialized 410 | char reg = 0x10; /* CS8427 receiver error register */ | ^~~ /kisskb/src/sound/pci/ice1712/delta.c: In function 'snd_ice1712_delta_resume': /kisskb/src/sound/pci/ice1712/delta.c:569:23: note: byref variable will be forcibly initialized 569 | unsigned char akm_vol_bak[AK4XXX_IMAGE_SIZE]; | ^~~~~~~~~~~ /kisskb/src/sound/pci/ice1712/delta.c:568:23: note: byref variable will be forcibly initialized 568 | unsigned char akm_img_bak[AK4XXX_IMAGE_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/file.c: In function 'ecryptfs_filldir': /kisskb/src/fs/ecryptfs/file.c:63:15: note: byref variable will be forcibly initialized 63 | char *name; | ^~~~ /kisskb/src/fs/ecryptfs/file.c:62:16: note: byref variable will be forcibly initialized 62 | size_t name_size; | ^~~~~~~~~ /kisskb/src/sound/pci/rme9652/rme9652.c: In function 'snd_rme9652_create_pcm': /kisskb/src/sound/pci/rme9652/rme9652.c:2393:25: note: byref variable will be forcibly initialized 2393 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/rme9652/rme9652.c: In function 'snd_rme9652_hw_rule_rate_channels': /kisskb/src/sound/pci/rme9652/rme9652.c:2247:37: note: byref variable will be forcibly initialized 2247 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/rme9652.c:2240:37: note: byref variable will be forcibly initialized 2240 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/rme9652.c: In function 'snd_rme9652_hw_rule_channels_rate': /kisskb/src/sound/pci/rme9652/rme9652.c:2223:37: note: byref variable will be forcibly initialized 2223 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/rme9652.c:2216:37: note: byref variable will be forcibly initialized 2216 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/rme9652.c: In function 'snd_rme9652_hw_rule_channels': /kisskb/src/sound/pci/rme9652/rme9652.c:2205:22: note: byref variable will be forcibly initialized 2205 | unsigned int list[2] = { rme9652->ds_channels, rme9652->ss_channels }; | ^~~~ /kisskb/src/sound/pci/rme9652/rme9652.c: In function 'snd_rme9652_create': /kisskb/src/sound/pci/rme9652/rme9652.c:2419:24: note: byref variable will be forcibly initialized 2419 | unsigned short rev; | ^~~ /kisskb/src/sound/pci/rme9652/rme9652.c: In function 'snd_rme9652_probe': /kisskb/src/sound/pci/rme9652/rme9652.c:2553:26: note: byref variable will be forcibly initialized 2553 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'pci_msi_vec_count': /kisskb/src/drivers/pci/msi/msi.c:730:13: note: byref variable will be forcibly initialized 730 | u16 msgctl; | ^~~~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'pci_msix_vec_count': /kisskb/src/drivers/pci/msi/msi.c:785:13: note: byref variable will be forcibly initialized 785 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'pci_msi_set_enable': /kisskb/src/drivers/pci/msi/msi.c:243:13: note: byref variable will be forcibly initialized 243 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'pci_msix_clear_and_set_ctrl': /kisskb/src/drivers/pci/msi/msi.c:285:13: note: byref variable will be forcibly initialized 285 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'msi_setup_msi_desc': /kisskb/src/drivers/pci/msi/msi.c:368:13: note: byref variable will be forcibly initialized 368 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/msi/msi.c:367:25: note: byref variable will be forcibly initialized 367 | struct msi_desc desc; | ^~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'msix_setup_msi_descs': /kisskb/src/drivers/pci/msi/msi.c:511:25: note: byref variable will be forcibly initialized 511 | struct msi_desc desc; | ^~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'msix_map_region': /kisskb/src/drivers/pci/msi/msi.c:488:13: note: byref variable will be forcibly initialized 488 | u32 table_offset; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/msi/msi.c: In function 'msix_capability_init': /kisskb/src/drivers/pci/msi/msi.c:616:13: note: byref variable will be forcibly initialized 616 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/msi/msi.c: In function '__pci_read_msi_msg': /kisskb/src/drivers/pci/msi/msi.c:135:21: note: byref variable will be forcibly initialized 135 | u16 data; | ^~~~ /kisskb/src/drivers/pci/msi/msi.c: In function '__pci_write_msi_msg': /kisskb/src/drivers/pci/msi/msi.c:187:21: note: byref variable will be forcibly initialized 187 | u16 msgctl; | ^~~~~~ /kisskb/src/drivers/pci/msi/msi.c: In function '__pci_restore_msi_state': /kisskb/src/drivers/pci/msi/msi.c:264:13: note: byref variable will be forcibly initialized 264 | u16 control; | ^~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/kernel/trace/tracing_map.c:14: /kisskb/src/kernel/trace/tracing_map.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/trace/tracing_map.c:16: /kisskb/src/kernel/trace/tracing_map.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_one': /kisskb/src/drivers/pinctrl/pinconf-generic.c:65:31: note: byref variable will be forcibly initialized 65 | unsigned long config; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/pinctrl/pinconf-generic.c:14: /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'parse_dt_cfg': /kisskb/src/drivers/pinctrl/pinconf-generic.c:212:21: note: byref variable will be forcibly initialized 212 | u32 val; | ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'get_port_device_capability': /kisskb/src/drivers/pci/pcie/portdrv_core.c:261:21: note: byref variable will be forcibly initialized 261 | u32 linkcap; | ^~~~~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_message_numbers': /kisskb/src/drivers/pci/pcie/portdrv_core.c:49:13: note: byref variable will be forcibly initialized 49 | u16 reg16; | ^~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_parse_dt_config': /kisskb/src/drivers/pinctrl/pinconf-generic.c:247:31: note: byref variable will be forcibly initialized 247 | unsigned int max_cfg, ncfg = 0; | ^~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_enable_irq_vec': /kisskb/src/drivers/pci/pcie/portdrv_core.c:104:31: note: byref variable will be forcibly initialized 104 | u32 pme = 0, aer = 0, dpc = 0; | ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c:104:22: note: byref variable will be forcibly initialized 104 | u32 pme = 0, aer = 0, dpc = 0; | ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c:104:13: note: byref variable will be forcibly initialized 104 | u32 pme = 0, aer = 0, dpc = 0; | ^~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:303:18: note: byref variable will be forcibly initialized 303 | unsigned num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:302:24: note: byref variable will be forcibly initialized 302 | unsigned long *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:300:21: note: byref variable will be forcibly initialized 300 | const char *function; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_node_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:382:18: note: byref variable will be forcibly initialized 382 | unsigned reserved_maps; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_pins': /kisskb/src/drivers/pinctrl/pinconf-generic.c:114:13: note: byref variable will be forcibly initialized 114 | int print_sep = 0; | ^~~~~~~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_find_device': /kisskb/src/drivers/pci/pcie/portdrv_core.c:474:37: note: byref variable will be forcibly initialized 474 | struct portdrv_service_data pdrvs; | ^~~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_register': /kisskb/src/drivers/pci/pcie/portdrv_core.c:321:13: note: byref variable will be forcibly initialized 321 | int irqs[PCIE_PORT_DEVICE_MAXSERVICES]; | ^~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_suspend': /kisskb/src/drivers/pci/pcie/portdrv_core.c:394:16: note: byref variable will be forcibly initialized 394 | size_t off = offsetof(struct pcie_port_service_driver, suspend); | ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_resume_noirq': /kisskb/src/drivers/pci/pcie/portdrv_core.c:400:16: note: byref variable will be forcibly initialized 400 | size_t off = offsetof(struct pcie_port_service_driver, resume_noirq); | ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_resume': /kisskb/src/drivers/pci/pcie/portdrv_core.c:410:16: note: byref variable will be forcibly initialized 410 | size_t off = offsetof(struct pcie_port_service_driver, resume); | ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_runtime_suspend': /kisskb/src/drivers/pci/pcie/portdrv_core.c:420:16: note: byref variable will be forcibly initialized 420 | size_t off = offsetof(struct pcie_port_service_driver, runtime_suspend); | ^~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_port_device_runtime_resume': /kisskb/src/drivers/pci/pcie/portdrv_core.c:430:16: note: byref variable will be forcibly initialized 430 | size_t off = offsetof(struct pcie_port_service_driver, runtime_resume); | ^~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.h:10, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c:8: /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/netfs.h:322, from /kisskb/src/fs/netfs/main.c:12: /kisskb/src/fs/netfs/main.c: In function 'perf_trace_netfs_read': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'perf_trace_netfs_rreq': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'perf_trace_netfs_sreq': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:187:1: note: in expansion of macro 'TRACE_EVENT' 187 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:187:1: note: in expansion of macro 'TRACE_EVENT' 187 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'perf_trace_netfs_failure': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'perf_trace_netfs_rreq_ref': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'perf_trace_netfs_sreq_ref': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c: In function 'cdns_pcie_init_phy': /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c:195:21: note: byref variable will be forcibly initialized 195 | const char *name; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/netfs.h:322, from /kisskb/src/fs/netfs/main.c:12: /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_rreq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_sreq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:187:1: note: in expansion of macro 'TRACE_EVENT' 187 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_failure': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_rreq_ref': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_sreq_ref': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/netfs.h:322, from /kisskb/src/fs/netfs/main.c:12: /kisskb/src/fs/netfs/main.c: In function '__bpf_trace_netfs_read': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function '__bpf_trace_netfs_failure': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function '__bpf_trace_netfs_sreq_ref': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function '__bpf_trace_netfs_rreq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function '__bpf_trace_netfs_sreq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:187:1: note: in expansion of macro 'TRACE_EVENT' 187 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:187:1: note: in expansion of macro 'TRACE_EVENT' 187 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:187:1: note: in expansion of macro 'TRACE_EVENT' 187 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:187:1: note: in expansion of macro 'TRACE_EVENT' 187 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function '__bpf_trace_netfs_rreq_ref': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_pff_to_port': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c:1123:41: note: byref variable will be forcibly initialized 1123 | struct switchtec_ioctl_pff_port p; | ^ /kisskb/src/drivers/pci/controller/cadence/pcie-cadence-host.c: In function 'cdns_pcie_host_map_dma_ranges': /kisskb/src/drivers/pci/controller/cadence/pcie-cadence-host.c:374:13: note: byref variable will be forcibly initialized 374 | u32 no_bar_nbits = 32; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_port_to_pff': /kisskb/src/drivers/pci/switch/switchtec.c:1167:41: note: byref variable will be forcibly initialized 1167 | struct switchtec_ioctl_pff_port p; | ^ /kisskb/src/drivers/pci/access.c: In function 'pci_bus_read_config_byte': /kisskb/src/drivers/pci/access.c:41:13: note: byref variable will be forcibly initialized 41 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/pci/access.c:66:1: note: in expansion of macro 'PCI_OP_READ' 66 | PCI_OP_READ(byte, u8, 1) | ^~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_bus_read_config_word': /kisskb/src/drivers/pci/access.c:41:13: note: byref variable will be forcibly initialized 41 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/pci/access.c:67:1: note: in expansion of macro 'PCI_OP_READ' 67 | PCI_OP_READ(word, u16, 2) | ^~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_bus_read_config_dword': /kisskb/src/drivers/pci/access.c:41:13: note: byref variable will be forcibly initialized 41 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/pci/access.c:68:1: note: in expansion of macro 'PCI_OP_READ' 68 | PCI_OP_READ(dword, u32, 4) | ^~~~~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_event_ctl': /kisskb/src/drivers/pci/switch/switchtec.c:1077:42: note: byref variable will be forcibly initialized 1077 | struct switchtec_ioctl_event_ctl ctl; | ^~~ /kisskb/src/drivers/gpio/gpio-xgs-iproc.c: In function 'iproc_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-xgs-iproc.c:169:23: note: byref variable will be forcibly initialized 169 | unsigned long int_bits = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/pci/access.c:2: /kisskb/src/drivers/pci/access.c: In function 'pci_wait_cfg': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c:213:17: note: in expansion of macro 'wait_event' 213 | wait_event(pci_cfg_wait, !dev->block_cfg_access); | ^~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_user_read_config_byte': /kisskb/src/drivers/pci/access.c:224:13: note: byref variable will be forcibly initialized 224 | u32 data = -1; \ | ^~~~ /kisskb/src/drivers/pci/access.c:259:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' 259 | PCI_USER_READ_CONFIG(byte, u8) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_user_read_config_word': /kisskb/src/drivers/pci/access.c:224:13: note: byref variable will be forcibly initialized 224 | u32 data = -1; \ | ^~~~ /kisskb/src/drivers/pci/access.c:260:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' 260 | PCI_USER_READ_CONFIG(word, u16) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_user_read_config_dword': /kisskb/src/drivers/pci/access.c:224:13: note: byref variable will be forcibly initialized 224 | u32 data = -1; \ | ^~~~ /kisskb/src/drivers/pci/access.c:261:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' 261 | PCI_USER_READ_CONFIG(dword, u32) | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/include/linux/switchtec.h:10, from /kisskb/src/drivers/pci/switch/switchtec.c:7: /kisskb/src/drivers/pci/switch/switchtec.c: In function 'switchtec_dev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c:586:22: note: in expansion of macro 'wait_event_interruptible' 586 | rc = wait_event_interruptible(stuser->cmd_comp, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pcie_capability_clear_and_set_word': /kisskb/src/drivers/pci/access.c:498:13: note: byref variable will be forcibly initialized 498 | u16 val; | ^~~ /kisskb/src/drivers/gpio/gpio-xgs-iproc.c: In function 'iproc_gpio_probe': /kisskb/src/drivers/gpio/gpio-xgs-iproc.c:199:13: note: byref variable will be forcibly initialized 199 | u32 num_gpios; | ^~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pcie_capability_clear_and_set_dword': /kisskb/src/drivers/pci/access.c:515:13: note: byref variable will be forcibly initialized 515 | u32 val; | ^~~ /kisskb/src/sound/pci/trident/trident.c: In function 'snd_trident_probe': /kisskb/src/sound/pci/trident/trident.c:53:26: note: byref variable will be forcibly initialized 53 | struct snd_card *card; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/kernel/kcsan/debugfs.c:13: /kisskb/src/kernel/kcsan/debugfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/kcsan/debugfs.c: In function 'debugfs_write': /kisskb/src/kernel/kcsan/debugfs.c:240:31: note: byref variable will be forcibly initialized 240 | unsigned long iters; | ^~~~~ /kisskb/src/kernel/kcsan/debugfs.c:226:14: note: byref variable will be forcibly initialized 226 | char kbuf[KSYM_NAME_LEN]; | ^~~~ /kisskb/src/kernel/kcsan/debugfs.c: In function 'kcsan_skip_report_debugfs': /kisskb/src/kernel/kcsan/debugfs.c:105:35: note: byref variable will be forcibly initialized 105 | unsigned long symbolsize, offset; | ^~~~~~ /kisskb/src/kernel/kcsan/debugfs.c:105:23: note: byref variable will be forcibly initialized 105 | unsigned long symbolsize, offset; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-bd71815.c: In function 'bd71815gpo_get': /kisskb/src/drivers/gpio/gpio-bd71815.c:31:18: note: byref variable will be forcibly initialized 31 | int ret, val; | ^~~ /kisskb/src/drivers/video/backlight/lcd.c: In function 'contrast_store': /kisskb/src/drivers/video/backlight/lcd.c:133:23: note: byref variable will be forcibly initialized 133 | unsigned long contrast; | ^~~~~~~~ /kisskb/src/drivers/video/backlight/lcd.c: In function 'lcd_power_store': /kisskb/src/drivers/video/backlight/lcd.c:94:23: note: byref variable will be forcibly initialized 94 | unsigned long power; | ^~~~~ In file included from /kisskb/src/include/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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'trace_event_raw_event_preemptirq_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_preemptirq_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'truncate_upper': /kisskb/src/fs/ecryptfs/inode.c:744:22: note: byref variable will be forcibly initialized 744 | char zero[] = { 0x00 }; | ^~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_readlink_lower': /kisskb/src/fs/ecryptfs/inode.c:643:15: note: byref variable will be forcibly initialized 643 | char *buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/ecryptfs/inode.c:14: /kisskb/src/fs/ecryptfs/inode.c:640:29: note: byref variable will be forcibly initialized 640 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_getattr_link': /kisskb/src/fs/ecryptfs/inode.c:986:24: note: byref variable will be forcibly initialized 986 | size_t targetsiz; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_get_link': /kisskb/src/fs/ecryptfs/inode.c:663:16: note: byref variable will be forcibly initialized 663 | size_t len; | ^~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_setattr': /kisskb/src/fs/ecryptfs/inode.c:890:22: note: byref variable will be forcibly initialized 890 | struct iattr lower_ia; | ^~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_rmdir': /kisskb/src/fs/ecryptfs/inode.c:525:23: note: byref variable will be forcibly initialized 525 | struct inode *lower_dir; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c:524:24: note: byref variable will be forcibly initialized 524 | struct dentry *lower_dentry; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_do_unlink': /kisskb/src/fs/ecryptfs/inode.c:131:23: note: byref variable will be forcibly initialized 131 | struct inode *lower_dir; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c:130:24: note: byref variable will be forcibly initialized 130 | struct dentry *lower_dentry; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_do_create': /kisskb/src/fs/ecryptfs/inode.c:176:23: note: byref variable will be forcibly initialized 176 | struct inode *lower_dir; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c:175:24: note: byref variable will be forcibly initialized 175 | struct dentry *lower_dentry; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_lookup': /kisskb/src/fs/ecryptfs/inode.c:388:16: note: byref variable will be forcibly initialized 388 | size_t len = ecryptfs_dentry->d_name.len; | ^~~ /kisskb/src/fs/ecryptfs/inode.c:384:15: note: byref variable will be forcibly initialized 384 | char *encrypted_and_encoded_name = NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_getattr': /kisskb/src/fs/ecryptfs/inode.c:1004:22: note: byref variable will be forcibly initialized 1004 | struct kstat lower_stat; | ^~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_mknod': /kisskb/src/fs/ecryptfs/inode.c:554:23: note: byref variable will be forcibly initialized 554 | struct inode *lower_dir; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c:553:24: note: byref variable will be forcibly initialized 553 | struct dentry *lower_dentry; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_mkdir': /kisskb/src/fs/ecryptfs/inode.c:501:23: note: byref variable will be forcibly initialized 501 | struct inode *lower_dir; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c:500:24: note: byref variable will be forcibly initialized 500 | struct dentry *lower_dentry; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_symlink': /kisskb/src/fs/ecryptfs/inode.c:465:16: note: byref variable will be forcibly initialized 465 | size_t encoded_symlen; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c:464:15: note: byref variable will be forcibly initialized 464 | char *encoded_symname; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c:463:23: note: byref variable will be forcibly initialized 463 | struct inode *lower_dir; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c:462:24: note: byref variable will be forcibly initialized 462 | struct dentry *lower_dentry; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_link': /kisskb/src/fs/ecryptfs/inode.c:427:23: note: byref variable will be forcibly initialized 427 | struct inode *lower_dir; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/inode.c:426:24: note: byref variable will be forcibly initialized 426 | struct dentry *lower_new_dentry; | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/oxygen/oxygen_mixer.c: In function 'add_controls': /kisskb/src/sound/pci/oxygen/oxygen_mixer.c:1044:33: note: byref variable will be forcibly initialized 1044 | struct snd_kcontrol_new template; | ^~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/gpio/gpio-dwapb.c:7: /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/gpio/gpio-dwapb.c:7: /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'dwapb_do_irq': /kisskb/src/drivers/gpio/gpio-dwapb.c:206:23: note: byref variable will be forcibly initialized 206 | unsigned long irq_status; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'dt_to_map_one_config': /kisskb/src/drivers/pinctrl/devicetree.c:119:18: note: byref variable will be forcibly initialized 119 | unsigned num_maps; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:118:29: note: byref variable will be forcibly initialized 118 | struct pinctrl_map *map; | ^~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_find_cells_size': /kisskb/src/drivers/pinctrl/devicetree.c:290:13: note: byref variable will be forcibly initialized 290 | int cells_size, error; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_get_list_and_count': /kisskb/src/drivers/pinctrl/devicetree.c:319:13: note: byref variable will be forcibly initialized 319 | int size; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_count_index_with_args': /kisskb/src/drivers/pinctrl/devicetree.c:351:19: note: byref variable will be forcibly initialized 351 | int size, nr_cells, error; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:351:13: note: byref variable will be forcibly initialized 351 | int size, nr_cells, error; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c:350:23: note: byref variable will be forcibly initialized 350 | const __be32 *list; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_parse_index_with_args': /kisskb/src/drivers/pinctrl/devicetree.c:411:22: note: byref variable will be forcibly initialized 411 | int nr_elem, nr_cells, error; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:411:13: note: byref variable will be forcibly initialized 411 | int nr_elem, nr_cells, error; | ^~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:410:23: note: byref variable will be forcibly initialized 410 | const __be32 *list; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_dt_to_map': /kisskb/src/drivers/pinctrl/devicetree.c:204:13: note: byref variable will be forcibly initialized 204 | int size, config; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c:202:21: note: byref variable will be forcibly initialized 202 | const char *statename; | ^~~~~~~~~ /kisskb/src/sound/pci/vx222/vx222.c: In function 'snd_vx222_probe': /kisskb/src/sound/pci/vx222/vx222.c:152:27: note: byref variable will be forcibly initialized 152 | struct snd_vx222 *vx; | ^~ /kisskb/src/sound/pci/vx222/vx222.c:150:26: note: byref variable will be forcibly initialized 150 | struct snd_card *card; | ^~~~ /kisskb/src/kernel/kcsan/report.c: In function 'get_stack_skipnr': /kisskb/src/kernel/kcsan/report.c:279:14: note: byref variable will be forcibly initialized 279 | char buf[64]; | ^~~ /kisskb/src/kernel/kcsan/report.c: In function 'replace_stack_entry': /kisskb/src/kernel/kcsan/report.c:318:35: note: byref variable will be forcibly initialized 318 | unsigned long symbolsize, offset; | ^~~~~~ /kisskb/src/kernel/kcsan/report.c:318:23: note: byref variable will be forcibly initialized 318 | unsigned long symbolsize, offset; | ^~~~~~~~~~ /kisskb/src/kernel/kcsan/report.c: In function 'sym_strcmp': /kisskb/src/kernel/kcsan/report.c:359:14: note: byref variable will be forcibly initialized 359 | char buf2[64]; | ^~~~ /kisskb/src/kernel/kcsan/report.c:358:14: note: byref variable will be forcibly initialized 358 | char buf1[64]; | ^~~~ /kisskb/src/kernel/kcsan/report.c: In function 'print_report': /kisskb/src/kernel/kcsan/report.c:398:23: note: byref variable will be forcibly initialized 398 | unsigned long other_reordered_to = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kcsan/report.c:393:23: note: byref variable will be forcibly initialized 393 | unsigned long reordered_to = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/kcsan/report.c: In function 'kcsan_report_set_info': /kisskb/src/kernel/kcsan/report.c:656:23: note: byref variable will be forcibly initialized 656 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/kcsan/report.c:655:34: note: byref variable will be forcibly initialized 655 | const struct access_info ai = prepare_access_info(ptr, size, access_type, ip); | ^~ /kisskb/src/kernel/kcsan/report.c: In function 'kcsan_report_known_origin': /kisskb/src/kernel/kcsan/report.c:673:23: note: byref variable will be forcibly initialized 673 | unsigned long flags = 0; | ^~~~~ /kisskb/src/kernel/kcsan/report.c:671:34: note: byref variable will be forcibly initialized 671 | const struct access_info ai = prepare_access_info(ptr, size, access_type, ip); | ^~ /kisskb/src/kernel/kcsan/report.c: In function 'kcsan_report_unknown_origin': /kisskb/src/kernel/kcsan/report.c:704:34: note: byref variable will be forcibly initialized 704 | const struct access_info ai = prepare_access_info(ptr, size, access_type, ip); | ^~ /kisskb/src/sound/pci/trident/trident_main.c: In function 'snd_trident_notify_pcm_change1': /kisskb/src/sound/pci/trident/trident_main.c:2847:32: note: byref variable will be forcibly initialized 2847 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/pci/trident/trident_main.c: In function 'snd_trident_mixer': /kisskb/src/sound/pci/trident/trident_main.c:2913:34: note: byref variable will be forcibly initialized 2913 | struct snd_ac97_template _ac97; | ^~~~~ /kisskb/src/sound/pci/trident/trident_main.c: In function 'snd_trident_pcm': /kisskb/src/sound/pci/trident/trident_main.c:2119:25: note: byref variable will be forcibly initialized 2119 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/trident/trident_main.c: In function 'snd_trident_foldback_pcm': /kisskb/src/sound/pci/trident/trident_main.c:2175:25: note: byref variable will be forcibly initialized 2175 | struct snd_pcm *foldback; | ^~~~~~~~ /kisskb/src/sound/pci/trident/trident_main.c: In function 'snd_trident_spdif_pcm': /kisskb/src/sound/pci/trident/trident_main.c:2230:25: note: byref variable will be forcibly initialized 2230 | struct snd_pcm *spdif; | ^~~~~ /kisskb/src/drivers/pci/pcie/portdrv_pci.c: In function 'pcie_portdrv_slot_reset': /kisskb/src/drivers/pci/pcie/portdrv_pci.c:163:16: note: byref variable will be forcibly initialized 163 | size_t off = offsetof(struct pcie_port_service_driver, slot_reset); | ^~~ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_write': /kisskb/src/drivers/video/backlight/ili922x.c:251:23: note: byref variable will be forcibly initialized 251 | unsigned char rbuf[CMD_BUFSIZE]; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:250:23: note: byref variable will be forcibly initialized 250 | unsigned char tbuf[CMD_BUFSIZE]; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:249:44: note: byref variable will be forcibly initialized 249 | struct spi_transfer xfer_regindex, xfer_regvalue; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/ili922x.c:249:29: note: byref variable will be forcibly initialized 249 | struct spi_transfer xfer_regindex, xfer_regvalue; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/ili922x.c:248:28: note: byref variable will be forcibly initialized 248 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_read': /kisskb/src/drivers/video/backlight/ili922x.c:197:23: note: byref variable will be forcibly initialized 197 | unsigned char rbuf[CMD_BUFSIZE]; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:196:23: note: byref variable will be forcibly initialized 196 | unsigned char tbuf[CMD_BUFSIZE]; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:195:44: note: byref variable will be forcibly initialized 195 | struct spi_transfer xfer_regindex, xfer_regvalue; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/ili922x.c:195:29: note: byref variable will be forcibly initialized 195 | struct spi_transfer xfer_regindex, xfer_regvalue; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/ili922x.c:194:28: note: byref variable will be forcibly initialized 194 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_read_status': /kisskb/src/drivers/video/backlight/ili922x.c:154:23: note: byref variable will be forcibly initialized 154 | unsigned char rbuf[CMD_BUFSIZE]; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:153:23: note: byref variable will be forcibly initialized 153 | unsigned char tbuf[CMD_BUFSIZE]; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:152:29: note: byref variable will be forcibly initialized 152 | struct spi_transfer xfer; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:151:28: note: byref variable will be forcibly initialized 151 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'set_write_to_gram_reg': /kisskb/src/drivers/video/backlight/ili922x.c:325:23: note: byref variable will be forcibly initialized 325 | unsigned char tbuf[CMD_BUFSIZE]; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:324:29: note: byref variable will be forcibly initialized 324 | struct spi_transfer xfer; | ^~~~ /kisskb/src/drivers/video/backlight/ili922x.c:323:28: note: byref variable will be forcibly initialized 323 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_probe': /kisskb/src/drivers/video/backlight/ili922x.c:481:13: note: byref variable will be forcibly initialized 481 | u16 reg = 0; | ^~~ /kisskb/src/kernel/trace/trace_irqsoff.c: In function 'irqsoff_tracer_call': /kisskb/src/kernel/trace/trace_irqsoff.c:145:23: note: byref variable will be forcibly initialized 145 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/trace/trace_irqsoff.c:144:33: note: byref variable will be forcibly initialized 144 | struct trace_array_cpu *data; | ^~~~ /kisskb/src/kernel/trace/trace_irqsoff.c: In function 'irqsoff_graph_return': /kisskb/src/kernel/trace/trace_irqsoff.c:212:23: note: byref variable will be forcibly initialized 212 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/trace/trace_irqsoff.c:211:33: note: byref variable will be forcibly initialized 211 | struct trace_array_cpu *data; | ^~~~ /kisskb/src/kernel/trace/trace_irqsoff.c: In function 'irqsoff_graph_entry': /kisskb/src/kernel/trace/trace_irqsoff.c:182:23: note: byref variable will be forcibly initialized 182 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/trace/trace_irqsoff.c:181:33: note: byref variable will be forcibly initialized 181 | struct trace_array_cpu *data; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-palmas.c: In function 'palmas_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-palmas.c:756:22: note: byref variable will be forcibly initialized 756 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-palmas.c: In function 'palmas_pinctrl_get_pin_mux': /kisskb/src/drivers/pinctrl/pinctrl-palmas.c:576:22: note: byref variable will be forcibly initialized 576 | unsigned int val; | ^~~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_midi_output_write': /kisskb/src/sound/pci/rme9652/hdspm.c:1851:23: note: byref variable will be forcibly initialized 1851 | unsigned char buf[128]; | ^~~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_midi_input_read': /kisskb/src/sound/pci/rme9652/hdspm.c:1880:23: note: byref variable will be forcibly initialized 1880 | unsigned char buf[128]; /* this buffer is designed to match the MIDI | ^~~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hwdep_ioctl': /kisskb/src/sound/pci/rme9652/hdspm.c:6165:26: note: byref variable will be forcibly initialized 6165 | struct hdspm_ltc ltc; | ^~~ /kisskb/src/sound/pci/rme9652/hdspm.c:6163:30: note: byref variable will be forcibly initialized 6163 | struct hdspm_version hdspm_version; | ^~~~~~~~~~~~~ /kisskb/src/sound/pci/rme9652/hdspm.c:6162:29: note: byref variable will be forcibly initialized 6162 | struct hdspm_status status; | ^~~~~~ /kisskb/src/sound/pci/rme9652/hdspm.c:6161:29: note: byref variable will be forcibly initialized 6161 | struct hdspm_config info; | ^~~~ /kisskb/src/sound/pci/rme9652/hdspm.c:6160:34: note: byref variable will be forcibly initialized 6160 | struct hdspm_mixer_ioctl mixer; | ^~~~~ /kisskb/src/drivers/pci/pcie/rcec.c: In function 'rcec_assoc_rciep': /kisskb/src/drivers/pci/pcie/rcec.c:26:23: note: byref variable will be forcibly initialized 26 | unsigned long bitmap = rcec->rcec_ea->bitmap; | ^~~~~~ /kisskb/src/drivers/pci/pcie/rcec.c: In function 'pcie_link_rcec': /kisskb/src/drivers/pci/pcie/rcec.c:112:31: note: byref variable will be forcibly initialized 112 | struct walk_rcec_data rcec_data; | ^~~~~~~~~ /kisskb/src/drivers/pci/pcie/rcec.c: In function 'pcie_walk_rcec': /kisskb/src/drivers/pci/pcie/rcec.c:137:31: note: byref variable will be forcibly initialized 137 | struct walk_rcec_data rcec_data; | ^~~~~~~~~ /kisskb/src/drivers/pci/pcie/rcec.c: In function 'pci_rcec_init': /kisskb/src/drivers/pci/pcie/rcec.c:152:24: note: byref variable will be forcibly initialized 152 | u32 rcec, hdr, busn; | ^~~~ /kisskb/src/drivers/pci/pcie/rcec.c:152:19: note: byref variable will be forcibly initialized 152 | u32 rcec, hdr, busn; | ^~~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hw_rule_in_channels_rate': /kisskb/src/sound/pci/rme9652/hdspm.c:5892:37: note: byref variable will be forcibly initialized 5892 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5885:37: note: byref variable will be forcibly initialized 5885 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5878:37: note: byref variable will be forcibly initialized 5878 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hw_rule_out_channels_rate': /kisskb/src/sound/pci/rme9652/hdspm.c:5927:37: note: byref variable will be forcibly initialized 5927 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5920:37: note: byref variable will be forcibly initialized 5920 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5913:37: note: byref variable will be forcibly initialized 5913 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hw_rule_rate_in_channels': /kisskb/src/sound/pci/rme9652/hdspm.c:5962:37: note: byref variable will be forcibly initialized 5962 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5955:37: note: byref variable will be forcibly initialized 5955 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5948:37: note: byref variable will be forcibly initialized 5948 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hw_rule_rate_out_channels': /kisskb/src/sound/pci/rme9652/hdspm.c:5996:37: note: byref variable will be forcibly initialized 5996 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5989:37: note: byref variable will be forcibly initialized 5989 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c:5982:37: note: byref variable will be forcibly initialized 5982 | struct snd_interval t = { | ^ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hw_rule_in_channels': /kisskb/src/sound/pci/rme9652/hdspm.c:6010:22: note: byref variable will be forcibly initialized 6010 | unsigned int list[3]; | ^~~~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_hw_rule_out_channels': /kisskb/src/sound/pci/rme9652/hdspm.c:6024:22: note: byref variable will be forcibly initialized 6024 | unsigned int list[3]; | ^~~~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_create_pcm': /kisskb/src/sound/pci/rme9652/hdspm.c:6429:25: note: byref variable will be forcibly initialized 6429 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_create_midi': /kisskb/src/sound/pci/rme9652/hdspm.c:2057:14: note: byref variable will be forcibly initialized 2057 | char buf[64]; | ^~~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_create_hwdep': /kisskb/src/sound/pci/rme9652/hdspm.c:6372:27: note: byref variable will be forcibly initialized 6372 | struct snd_hwdep *hw; | ^~ /kisskb/src/sound/pci/rme9652/hdspm.c: In function 'snd_hdspm_probe': /kisskb/src/sound/pci/rme9652/hdspm.c:6876:26: note: byref variable will be forcibly initialized 6876 | struct snd_card *card; | ^~~~ 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/kernel/trace/trace_osnoise.c:19: /kisskb/src/kernel/trace/trace_osnoise.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/osnoise.h:142, from /kisskb/src/kernel/trace/trace_osnoise.c:39: /kisskb/src/kernel/trace/trace_osnoise.c: In function 'perf_trace_thread_noise': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(thread_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(thread_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'perf_trace_softirq_noise': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(softirq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(softirq_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'perf_trace_irq_noise': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'perf_trace_nmi_noise': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(nmi_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(nmi_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'perf_trace_sample_threshold': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' 114 | TRACE_EVENT(sample_threshold, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' 114 | TRACE_EVENT(sample_threshold, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/osnoise.h:142, from /kisskb/src/kernel/trace/trace_osnoise.c:39: /kisskb/src/kernel/trace/trace_osnoise.c: In function 'trace_event_raw_event_thread_noise': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(thread_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'trace_event_raw_event_softirq_noise': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(softirq_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'trace_event_raw_event_irq_noise': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'trace_event_raw_event_nmi_noise': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(nmi_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'trace_event_raw_event_sample_threshold': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' 114 | TRACE_EVENT(sample_threshold, | ^~~~~~~~~~~ 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_stack.h:9, from /kisskb/src/kernel/trace/trace_stack.c:6: /kisskb/src/kernel/trace/trace_stack.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/osnoise.h:142, from /kisskb/src/kernel/trace/trace_osnoise.c:39: /kisskb/src/kernel/trace/trace_osnoise.c: In function '__bpf_trace_thread_noise': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(thread_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(thread_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(thread_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(thread_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(thread_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(thread_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function '__bpf_trace_softirq_noise': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(softirq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(softirq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(softirq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(softirq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(softirq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(softirq_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function '__bpf_trace_sample_threshold': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' 114 | TRACE_EVENT(sample_threshold, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' 114 | TRACE_EVENT(sample_threshold, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' 114 | TRACE_EVENT(sample_threshold, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' 114 | TRACE_EVENT(sample_threshold, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' 114 | TRACE_EVENT(sample_threshold, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:114:1: note: in expansion of macro 'TRACE_EVENT' 114 | TRACE_EVENT(sample_threshold, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function '__bpf_trace_irq_noise': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(irq_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function '__bpf_trace_nmi_noise': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(nmi_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(nmi_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(nmi_noise, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/osnoise.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(nmi_noise, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_stack.c: In function 'stack_trace_call': /kisskb/src/kernel/trace/trace_stack.c:295:23: note: byref variable will be forcibly initialized 295 | unsigned long stack; | ^~~~~ /kisskb/src/kernel/trace/trace_stack.c: In function 'stack_max_size_write': /kisskb/src/kernel/trace/trace_stack.c:342:23: note: byref variable will be forcibly initialized 342 | unsigned long val, flags; | ^~~ /kisskb/src/kernel/trace/trace_stack.c: In function 'stack_max_size_read': /kisskb/src/kernel/trace/trace_stack.c:328:14: note: byref variable will be forcibly initialized 328 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'run_osnoise': /kisskb/src/kernel/trace/trace_osnoise.c:1297:31: note: byref variable will be forcibly initialized 1297 | struct osnoise_sample s; | ^ /kisskb/src/kernel/trace/trace_osnoise.c:1293:28: note: byref variable will be forcibly initialized 1293 | u64 start, sample, last_sample; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c:1293:20: note: byref variable will be forcibly initialized 1293 | u64 start, sample, last_sample; | ^~~~~~ 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/kernel/trace/trace_osnoise.c:19: /kisskb/src/kernel/trace/trace_osnoise.c: In function 'osnoise_sleep': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c:1479:17: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 1479 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c:1467:17: note: byref variable will be forcibly initialized 1467 | ktime_t wake_time; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'start_kthread': /kisskb/src/kernel/trace/trace_osnoise.c:1743:14: note: byref variable will be forcibly initialized 1743 | char comm[24]; | ^~~~ /kisskb/src/kernel/trace/trace_osnoise.c: In function 'osnoise_cpus_write': /kisskb/src/kernel/trace/trace_osnoise.c:1925:14: note: byref variable will be forcibly initialized 1925 | char buf[256]; | ^~~ /kisskb/src/kernel/trace/trace_osnoise.c:1923:23: note: byref variable will be forcibly initialized 1923 | cpumask_var_t osnoise_cpumask_new; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/objects.c: In function 'netfs_get_request': /kisskb/src/fs/netfs/objects.c:54:13: note: byref variable will be forcibly initialized 54 | int r; | ^ /kisskb/src/fs/netfs/objects.c: In function 'netfs_get_subrequest': /kisskb/src/fs/netfs/objects.c:130:13: note: byref variable will be forcibly initialized 130 | int r; | ^ /kisskb/src/fs/netfs/objects.c: In function 'netfs_put_subrequest': /kisskb/src/fs/netfs/objects.c:154:13: note: byref variable will be forcibly initialized 154 | int r; | ^ /kisskb/src/fs/netfs/objects.c: In function 'netfs_put_request': /kisskb/src/fs/netfs/objects.c:93:13: note: byref variable will be forcibly initialized 93 | int r; | ^ /kisskb/src/drivers/pci/controller/cadence/pci-j721e.c: In function 'j721e_pcie_ctrl_init': /kisskb/src/drivers/pci/controller/cadence/pci-j721e.c:225:32: note: byref variable will be forcibly initialized 225 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/pci/controller/cadence/pci-j721e.c: In function 'j721e_pcie_probe': /kisskb/src/drivers/pci/controller/cadence/pci-j721e.c:366:13: note: byref variable will be forcibly initialized 366 | u32 num_lanes; | ^~~~~~~~~ /kisskb/src/drivers/pci/msi/irqdomain.c: In function 'pci_msi_domain_get_msi_rid': /kisskb/src/drivers/pci/msi/irqdomain.c:228:13: note: byref variable will be forcibly initialized 228 | u32 rid = pci_dev_id(pdev); | ^~~ /kisskb/src/drivers/pci/msi/irqdomain.c: In function 'pci_msi_get_device_domain': /kisskb/src/drivers/pci/msi/irqdomain.c:251:13: note: byref variable will be forcibly initialized 251 | u32 rid = pci_dev_id(pdev); | ^~~ /kisskb/src/drivers/pci/bus.c: In function 'pci_clip_resource_to_region': /kisskb/src/drivers/pci/bus.c:140:31: note: byref variable will be forcibly initialized 140 | struct pci_bus_region r; | ^ /kisskb/src/drivers/pci/bus.c: In function 'pci_bus_alloc_from_region': /kisskb/src/drivers/pci/bus.c:165:29: note: byref variable will be forcibly initialized 165 | struct resource *r, avail; | ^~~~~ /kisskb/src/drivers/pci/bus.c: In function 'pci_bus_clip_resource': /kisskb/src/drivers/pci/bus.c:265:25: note: byref variable will be forcibly initialized 265 | struct resource orig_res = *res; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/io.c:8: /kisskb/src/fs/fscache/io.c: In function 'fscache_cookie_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscache-cache.h:126:16: note: in expansion of macro 'smp_load_acquire' 126 | return smp_load_acquire(&cookie->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c: In function 'fscache_cache_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/internal.h:33:16: note: in expansion of macro 'smp_load_acquire' 33 | return smp_load_acquire(&cache->state); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/io.c:8: /kisskb/src/fs/fscache/io.c: In function 'fscache_wait_for_operation': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c:46:17: note: in expansion of macro 'wait_var_event' 46 | wait_var_event(&cookie->state, | ^~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c: In function 'fscache_begin_operation': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c:125:17: note: in expansion of macro 'wait_var_event_timeout' 125 | timeo = wait_var_event_timeout(&cookie->state, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/io.c:8: /kisskb/src/fs/fscache/io.c: In function '__fscache_clear_page_bits': /kisskb/src/fs/fscache/io.c:219:26: note: byref variable will be forcibly initialized 219 | XA_STATE(xas, &mapping->i_pages, first); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/fscache/io.c: In function '__fscache_write_to_cache': /kisskb/src/fs/fscache/io.c:257:25: note: byref variable will be forcibly initialized 257 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/fscache/io.c: In function '__fscache_resize_cookie': /kisskb/src/fs/fscache/io.c:309:38: note: byref variable will be forcibly initialized 309 | struct netfs_cache_resources cres; | ^~~~ /kisskb/src/drivers/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_gpio_irq_cascade': /kisskb/src/drivers/gpio/gpio-mpc8xxx.c:117:23: note: byref variable will be forcibly initialized 117 | unsigned long mask; | ^~~~ /kisskb/src/drivers/pci/pcie/pme.c: In function 'pcie_pme_irq': /kisskb/src/drivers/pci/pcie/pme.c:268:13: note: byref variable will be forcibly initialized 268 | u32 rtsta; | ^~~~~ /kisskb/src/drivers/pci/pcie/pme.c: In function 'pcie_pme_work_fn': /kisskb/src/drivers/pci/pcie/pme.c:218:13: note: byref variable will be forcibly initialized 218 | u32 rtsta; | ^~~~~ /kisskb/src/drivers/gpio/gpio-max732x.c: In function 'max732x_gpio_get_value': /kisskb/src/drivers/gpio/gpio-max732x.c:197:17: note: byref variable will be forcibly initialized 197 | uint8_t reg_val; | ^~~~~~~ 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/kcsan/selftest.c:10: /kisskb/src/kernel/kcsan/selftest.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kcsan/selftest.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kcsan/selftest.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kcsan/selftest.c: In function 'test_encode_decode': /kisskb/src/kernel/kcsan/selftest.c:46:31: note: byref variable will be forcibly initialized 46 | unsigned long addr; | ^~~~ /kisskb/src/kernel/kcsan/selftest.c: In function 'test_barrier': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/kernel/kcsan/selftest.c:136:17: note: in definition of macro '__KCSAN_CHECK_BARRIER' 136 | barrier; \ | ^~~~~~~ /kisskb/src/kernel/kcsan/selftest.c:218:9: note: in expansion of macro 'KCSAN_CHECK_RW_BARRIER' 218 | KCSAN_CHECK_RW_BARRIER(smp_store_release(&test_var, 0)); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kcsan/selftest.c:218:32: note: in expansion of macro 'smp_store_release' 218 | KCSAN_CHECK_RW_BARRIER(smp_store_release(&test_var, 0)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/kernel/kcsan/selftest.c:136:17: note: in definition of macro '__KCSAN_CHECK_BARRIER' 136 | barrier; \ | ^~~~~~~ /kisskb/src/kernel/kcsan/selftest.c:186:9: note: in expansion of macro 'KCSAN_CHECK_WRITE_BARRIER' 186 | KCSAN_CHECK_WRITE_BARRIER(smp_store_release(&test_var, 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kcsan/selftest.c:186:35: note: in expansion of macro 'smp_store_release' 186 | KCSAN_CHECK_WRITE_BARRIER(smp_store_release(&test_var, 0)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/kernel/kcsan/selftest.c:136:17: note: in definition of macro '__KCSAN_CHECK_BARRIER' 136 | barrier; \ | ^~~~~~~ /kisskb/src/kernel/kcsan/selftest.c:157:9: note: in expansion of macro 'KCSAN_CHECK_READ_BARRIER' 157 | KCSAN_CHECK_READ_BARRIER(smp_store_release(&test_var, 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kcsan/selftest.c:157:34: note: in expansion of macro 'smp_store_release' 157 | KCSAN_CHECK_READ_BARRIER(smp_store_release(&test_var, 0)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kcsan/selftest.c:127:14: note: byref variable will be forcibly initialized 127 | long test_var; | ^~~~~~~~ /kisskb/src/kernel/kcsan/selftest.c:126:18: note: byref variable will be forcibly initialized 126 | atomic_t dummy; | ^~~~~ /kisskb/src/kernel/kcsan/selftest.c:125:25: note: byref variable will be forcibly initialized 125 | arch_spinlock_t arch_spinlock = __ARCH_SPIN_LOCK_UNLOCKED; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c: In function 'apple_gpio_dt_node_to_map': /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c:106:13: note: byref variable will be forcibly initialized 106 | u32 pinfunc, pin, func; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c:104:18: note: byref variable will be forcibly initialized 104 | unsigned reserved_maps; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c:15: /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c:15: /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c: In function 'apple_gpio_irq_handler': /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c:335:23: note: byref variable will be forcibly initialized 335 | unsigned long pending; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c: In function 'apple_gpio_get_reg': /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c:88:13: note: byref variable will be forcibly initialized 88 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c:15: /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_functions_graph.c: In function 'print_graph_proc': /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c: In function 'apple_gpio_pinctrl_probe': /kisskb/src/kernel/trace/trace_functions_graph.c:347:14: note: byref variable will be forcibly initialized 347 | char pid_str[11]; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c:426:22: note: byref variable will be forcibly initialized 426 | unsigned int npins; | ^~~~~ /kisskb/src/kernel/trace/trace_functions_graph.c:345:14: note: byref variable will be forcibly initialized 345 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_functions_graph.c: In function 'graph_depth_write': /kisskb/src/kernel/trace/trace_functions_graph.c:1302:23: note: byref variable will be forcibly initialized 1302 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace_functions_graph.c: In function 'graph_depth_read': /kisskb/src/kernel/trace/trace_functions_graph.c:1320:14: note: byref variable will be forcibly initialized 1320 | char buf[15]; /* More than enough to hold UINT_MAX + "\n"*/ | ^~~ /kisskb/src/kernel/trace/trace_functions_graph.c: In function '__trace_graph_function': /kisskb/src/kernel/trace/trace_functions_graph.c:193:33: note: byref variable will be forcibly initialized 193 | struct ftrace_graph_ent ent = { | ^~~ /kisskb/src/kernel/trace/trace_functions_graph.c: In function 'trace_print_graph_duration': /kisskb/src/kernel/trace/trace_functions_graph.c:564:14: note: byref variable will be forcibly initialized 564 | char nsecs_str[5]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_functions_graph.c:563:14: note: byref variable will be forcibly initialized 563 | char usecs_str[21]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_functions_graph.c: In function 'print_graph_function_flags': /kisskb/src/kernel/trace/trace_functions_graph.c:1075:47: note: byref variable will be forcibly initialized 1075 | struct ftrace_graph_ent_entry saved; | ^~~~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/hda_jack.c:14: /kisskb/src/sound/pci/hda/hda_jack.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ /kisskb/src/sound/pci/ice1712/ews.c: In function 'snd_ice1712_6fire_read_pca': /kisskb/src/sound/pci/ice1712/ews.c:814:23: note: byref variable will be forcibly initialized 814 | unsigned char byte; | ^~~~ /kisskb/src/sound/pci/ice1712/ews.c: In function 'snd_ice1712_6fire_write_pca': /kisskb/src/sound/pci/ice1712/ews.c:837:23: note: byref variable will be forcibly initialized 837 | unsigned char bytes[2]; | ^~~~~ /kisskb/src/sound/pci/ice1712/ews.c: In function 'snd_ice1712_ews88d_control_put': /kisskb/src/sound/pci/ice1712/ews.c:763:23: note: byref variable will be forcibly initialized 763 | unsigned char data[2], ndata[2]; | ^~~~ /kisskb/src/sound/pci/ice1712/ews.c: In function 'snd_ice1712_ews88d_control_get': /kisskb/src/sound/pci/ice1712/ews.c:742:23: note: byref variable will be forcibly initialized 742 | unsigned char data[2]; | ^~~~ /kisskb/src/sound/pci/ice1712/ews.c: In function 'snd_ice1712_ews88mt_output_sense_put': /kisskb/src/sound/pci/ice1712/ews.c:649:29: note: byref variable will be forcibly initialized 649 | unsigned char data, ndata; | ^~~~~ /kisskb/src/sound/pci/ice1712/ews.c:649:23: note: byref variable will be forcibly initialized 649 | unsigned char data, ndata; | ^~~~ /kisskb/src/sound/pci/ice1712/ews.c: In function 'snd_ice1712_ews88mt_output_sense_get': /kisskb/src/sound/pci/ice1712/ews.c:632:23: note: byref variable will be forcibly initialized 632 | unsigned char data; | ^~~~ /kisskb/src/sound/pci/ice1712/ews.c: In function 'snd_ice1712_ews_cs8404_spdif_write': /kisskb/src/sound/pci/ice1712/ews.c:221:23: note: byref variable will be forcibly initialized 221 | unsigned char bytes[2]; | ^~~~~ /kisskb/src/sound/pci/hda/hda_jack.c: In function 'add_jack_kctl': /kisskb/src/sound/pci/hda/hda_jack.c:591:14: note: byref variable will be forcibly initialized 591 | char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~ /kisskb/src/sound/pci/ice1712/ews.c: In function 'snd_ice1712_ews88mt_input_sense_put': /kisskb/src/sound/pci/ice1712/ews.c:693:29: note: byref variable will be forcibly initialized 693 | unsigned char data, ndata; | ^~~~~ /kisskb/src/sound/pci/ice1712/ews.c:693:23: note: byref variable will be forcibly initialized 693 | unsigned char data, ndata; | ^~~~ /kisskb/src/sound/pci/ice1712/ews.c: In function 'snd_ice1712_ews88mt_input_sense_get': /kisskb/src/sound/pci/ice1712/ews.c:672:23: note: byref variable will be forcibly initialized 672 | unsigned char data; | ^~~~ /kisskb/src/sound/pci/ice1712/ews.c: In function 'snd_ice1712_ews88mt_chip_select': /kisskb/src/sound/pci/ice1712/ews.c:135:29: note: byref variable will be forcibly initialized 135 | unsigned char data, ndata; | ^~~~~ /kisskb/src/sound/pci/ice1712/ews.c:135:23: note: byref variable will be forcibly initialized 135 | unsigned char data, ndata; | ^~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_pwm_get_state': /kisskb/src/drivers/gpio/gpio-mvebu.c:671:13: note: byref variable will be forcibly initialized 671 | u32 u; | ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_level_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:268:13: note: byref variable will be forcibly initialized 268 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:267:22: note: byref variable will be forcibly initialized 267 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:266:24: note: byref variable will be forcibly initialized 266 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_level_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:280:22: note: byref variable will be forcibly initialized 280 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:279:24: note: byref variable will be forcibly initialized 279 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_edge_cause': /kisskb/src/drivers/gpio/gpio-mvebu.c:168:13: note: byref variable will be forcibly initialized 168 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:167:22: note: byref variable will be forcibly initialized 167 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:166:24: note: byref variable will be forcibly initialized 166 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_edge_cause': /kisskb/src/drivers/gpio/gpio-mvebu.c:180:22: note: byref variable will be forcibly initialized 180 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:179:24: note: byref variable will be forcibly initialized 179 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_edge_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:218:13: note: byref variable will be forcibly initialized 218 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:217:22: note: byref variable will be forcibly initialized 217 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:216:24: note: byref variable will be forcibly initialized 216 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_edge_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:230:22: note: byref variable will be forcibly initialized 230 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:229:24: note: byref variable will be forcibly initialized 229 | struct regmap *map; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-mvebu.c:39: /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-mvebu.c:591:29: note: byref variable will be forcibly initialized 591 | u32 polarity; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:565:26: note: byref variable will be forcibly initialized 565 | u32 cause, type, data_in, level_mask, edge_cause, edge_mask; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_irq_set_type': /kisskb/src/drivers/gpio/gpio-mvebu.c:537:30: note: byref variable will be forcibly initialized 537 | u32 data_in, in_pol, val; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:537:21: note: byref variable will be forcibly initialized 537 | u32 data_in, in_pol, val; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:503:13: note: byref variable will be forcibly initialized 503 | u32 u; | ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_get': /kisskb/src/drivers/gpio/gpio-mvebu.c:319:30: note: byref variable will be forcibly initialized 319 | u32 data_in, in_pol; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:319:21: note: byref variable will be forcibly initialized 319 | u32 data_in, in_pol; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:314:13: note: byref variable will be forcibly initialized 314 | u32 u; | ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-mvebu.c:387:13: note: byref variable will be forcibly initialized 387 | u32 u; | ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_dbg_show': /kisskb/src/drivers/gpio/gpio-mvebu.c:889:42: note: byref variable will be forcibly initialized 889 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:889:34: note: byref variable will be forcibly initialized 889 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:889:27: note: byref variable will be forcibly initialized 889 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:889:18: note: byref variable will be forcibly initialized 889 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:889:13: note: byref variable will be forcibly initialized 889 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_pwm_probe': /kisskb/src/drivers/gpio/gpio-mvebu.c:793:13: note: byref variable will be forcibly initialized 793 | u32 offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_probe': /kisskb/src/drivers/gpio/gpio-mvebu.c:1125:22: note: byref variable will be forcibly initialized 1125 | unsigned int ngpios; | ^~~~~~ /kisskb/src/sound/pci/oxygen/oxygen_pcm.c: In function 'oxygen_pcm_init': /kisskb/src/sound/pci/oxygen/oxygen_pcm.c:678:25: note: byref variable will be forcibly initialized 678 | struct snd_pcm *pcm; | ^~~ /kisskb/src/drivers/video/backlight/lms501kf03.c: In function 'lms501kf03_spi_write_byte': /kisskb/src/drivers/video/backlight/lms501kf03.c:106:28: note: byref variable will be forcibly initialized 106 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/lms501kf03.c:105:13: note: byref variable will be forcibly initialized 105 | u16 buf[1]; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-axp209.c: In function 'axp20x_gpio_get_direction': /kisskb/src/drivers/pinctrl/pinctrl-axp209.c:135:22: note: byref variable will be forcibly initialized 135 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-axp209.c: In function 'axp20x_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-axp209.c:121:22: note: byref variable will be forcibly initialized 121 | unsigned int val; | ^~~ In file included from /kisskb/src/drivers/pinctrl/pinctrl-axp209.c:10: /kisskb/src/drivers/pinctrl/pinctrl-axp209.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-axp209.c: In function 'axp20x_funcs_groups_from_mask': /kisskb/src/drivers/pinctrl/pinctrl-axp209.c:323:27: note: byref variable will be forcibly initialized 323 | unsigned long int mask_cpy = 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/linux/dcache.h:5, from /kisskb/src/fs/ecryptfs/main.c:13: /kisskb/src/fs/ecryptfs/main.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/main.c: In function 'ecryptfs_init_global_auth_toks': /kisskb/src/fs/ecryptfs/main.c:188:35: note: byref variable will be forcibly initialized 188 | struct ecryptfs_auth_tok *auth_tok; | ^~~~~~~~ /kisskb/src/fs/ecryptfs/main.c: In function '__ecryptfs_printk': /kisskb/src/fs/ecryptfs/main.c:73:17: note: byref variable will be forcibly initialized 73 | va_list args; | ^~~~ /kisskb/src/fs/ecryptfs/main.c: In function 'ecryptfs_parse_options': /kisskb/src/fs/ecryptfs/main.c:266:15: note: byref variable will be forcibly initialized 266 | char *fn_cipher_key_bytes_src; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/main.c:265:15: note: byref variable will be forcibly initialized 265 | char *cipher_key_bytes_src; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/main.c:256:21: note: byref variable will be forcibly initialized 256 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/ecryptfs/main.c: In function 'ecryptfs_mount': /kisskb/src/fs/ecryptfs/main.c:486:15: note: byref variable will be forcibly initialized 486 | uid_t check_ruid; | ^~~~~~~~~~ /kisskb/src/fs/ecryptfs/main.c:485:21: note: byref variable will be forcibly initialized 485 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/cgroup.h:17, 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/kernel/trace/fgraph.c:11: /kisskb/src/kernel/trace/fgraph.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/fgraph.c: In function 'function_graph_enter': /kisskb/src/kernel/trace/fgraph.c:125:33: note: byref variable will be forcibly initialized 125 | struct ftrace_graph_ent trace; | ^~~~~ /kisskb/src/kernel/trace/fgraph.c: In function 'ftrace_return_to_handler': /kisskb/src/kernel/trace/fgraph.c:246:23: note: byref variable will be forcibly initialized 246 | unsigned long ret; | ^~~ /kisskb/src/kernel/trace/fgraph.c:245:33: note: byref variable will be forcibly initialized 245 | struct ftrace_graph_ret trace; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/exportfs/expfs.c:13: /kisskb/src/fs/exportfs/expfs.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /kisskb/src/fs/exportfs/expfs.c:284:21: note: byref variable will be forcibly initialized 284 | struct path child_path = { | ^~~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c:283:22: note: byref variable will be forcibly initialized 283 | struct kstat stat; | ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_get_name': /kisskb/src/fs/exportfs/expfs.c:31:21: note: byref variable will be forcibly initialized 31 | struct path path = {.mnt = mnt, .dentry = dir}; | ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_decode_fh_raw': /kisskb/src/fs/exportfs/expfs.c:428:14: note: byref variable will be forcibly initialized 428 | char nbuf[NAME_MAX+1]; | ^~~~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_max': /kisskb/src/lib/win_minmax.c:69:30: note: byref variable will be forcibly initialized 69 | struct minmax_sample val = { .t = t, .v = meas }; | ^~~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_min': /kisskb/src/lib/win_minmax.c:87:30: note: byref variable will be forcibly initialized 87 | struct minmax_sample val = { .t = t, .v = meas }; | ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c: In function 'dw_pcie_read_dbi': /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c:142:13: note: byref variable will be forcibly initialized 142 | u32 val; | ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c: In function 'dw_pcie_readl_atu': /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c:187:13: note: byref variable will be forcibly initialized 187 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c: In function 'idio_24_irq_handler': /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c:453:23: note: byref variable will be forcibly initialized 453 | unsigned long irq_mask; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c: In function 'idio_24_gpio_set_multiple': /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c:325:23: note: byref variable will be forcibly initialized 325 | unsigned long gpio_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c: In function 'idio_24_gpio_get_multiple': /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c:247:23: note: byref variable will be forcibly initialized 247 | unsigned long gpio_mask; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'f_start': /kisskb/src/kernel/trace/trace_events.c:1603:16: note: byref variable will be forcibly initialized 1603 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 't_start': /kisskb/src/kernel/trace/trace_events.c:1225:16: note: byref variable will be forcibly initialized 1225 | loff_t l; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 'trace_create_new_event': /kisskb/src/kernel/trace/trace_events.c:2773:22: note: byref variable will be forcibly initialized 2773 | unsigned int first; | ^~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_read': /kisskb/src/kernel/trace/trace_events.c:1365:14: note: byref variable will be forcibly initialized 1365 | char buf[4] = "0"; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_read': /kisskb/src/kernel/trace/trace_events.c:1435:14: note: byref variable will be forcibly initialized 1435 | char buf[2]; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_id_read': /kisskb/src/kernel/trace/trace_events.c:1649:14: note: byref variable will be forcibly initialized 1649 | char buf[32]; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_write': /kisskb/src/kernel/trace/trace_events.c:1394:23: note: byref variable will be forcibly initialized 1394 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_write': /kisskb/src/kernel/trace/trace_events.c:1479:23: note: byref variable will be forcibly initialized 1479 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/trace/trace_events.c:14: /kisskb/src/kernel/trace/trace_events.c: In function '__ftrace_clear_event_pids': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:901:17: note: in expansion of macro 'rcu_assign_pointer' 901 | rcu_assign_pointer(tr->filtered_no_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:898:17: note: in expansion of macro 'rcu_assign_pointer' 898 | rcu_assign_pointer(tr->filtered_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_pid_write': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1980:17: note: in expansion of macro 'rcu_assign_pointer' 1980 | rcu_assign_pointer(tr->filtered_no_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1978:17: note: in expansion of macro 'rcu_assign_pointer' 1978 | rcu_assign_pointer(tr->filtered_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1948:32: note: byref variable will be forcibly initialized 1948 | struct trace_pid_list *pid_list; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-pl061.c: In function 'pl061_irq_handler': /kisskb/src/drivers/gpio/gpio-pl061.c:214:23: note: byref variable will be forcibly initialized 214 | unsigned long pending; | ^~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-pl061.c:21: /kisskb/src/drivers/gpio/gpio-pl061.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'ftrace_event_write': /kisskb/src/kernel/trace/trace_events.c:1162:29: note: byref variable will be forcibly initialized 1162 | struct trace_parser parser; | ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'early_enable_events': /kisskb/src/kernel/trace/trace_events.c:3685:15: note: byref variable will be forcibly initialized 3685 | char *buf = bootup_event_buf; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'number': /kisskb/src/lib/vsprintf.c:458:14: note: byref variable will be forcibly initialized 458 | char tmp[3 * sizeof(num)] __aligned(2); | ^~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_string': /kisskb/src/lib/vsprintf.c:1336:22: note: byref variable will be forcibly initialized 1336 | char temp[4] __aligned(2); /* hold each IP quad in reverse order */ | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'simple_strntoull': /kisskb/src/lib/vsprintf.c:64:28: note: byref variable will be forcibly initialized 64 | unsigned long long result = 0ULL; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_intx_mask_broken': /kisskb/src/drivers/pci/probe.c:1774:27: note: byref variable will be forcibly initialized 1774 | u16 orig, toggle, new; | ^~~ /kisskb/src/drivers/pci/probe.c:1774:13: note: byref variable will be forcibly initialized 1774 | u16 orig, toggle, new; | ^~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_configure_serr': /kisskb/src/drivers/pci/probe.c:2236:13: note: byref variable will be forcibly initialized 2236 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_cfg_space_size_ext': /kisskb/src/drivers/pci/probe.c:1673:13: note: byref variable will be forcibly initialized 1673 | u32 status; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_class': /kisskb/src/drivers/pci/probe.c:1728:13: note: byref variable will be forcibly initialized 1728 | u32 class; | ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_windows': /kisskb/src/lib/vsprintf.c:1367:25: note: byref variable will be forcibly initialized 1367 | struct in6_addr in6; | ^~~ /kisskb/src/drivers/pci/probe.c:351:19: note: byref variable will be forcibly initialized 351 | u32 pmem, tmp; | ^~~ /kisskb/src/drivers/pci/probe.c:351:13: note: byref variable will be forcibly initialized 351 | u32 pmem, tmp; | ^~~~ /kisskb/src/drivers/pci/probe.c:350:13: note: byref variable will be forcibly initialized 350 | u16 io; | ^~ /kisskb/src/lib/vsprintf.c:1360:23: note: byref variable will be forcibly initialized 1360 | unsigned char zerolength[8]; | ^~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio': /kisskb/src/drivers/pci/probe.c:444:31: note: byref variable will be forcibly initialized 444 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:442:26: note: byref variable will be forcibly initialized 442 | u16 mem_base_lo, mem_limit_lo; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:442:13: note: byref variable will be forcibly initialized 442 | u16 mem_base_lo, mem_limit_lo; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_io': /kisskb/src/drivers/pci/probe.c:422:33: note: byref variable will be forcibly initialized 422 | u16 io_base_hi, io_limit_hi; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:422:21: note: byref variable will be forcibly initialized 422 | u16 io_base_hi, io_limit_hi; | ^~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:404:31: note: byref variable will be forcibly initialized 404 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:402:24: note: byref variable will be forcibly initialized 402 | u8 io_base_lo, io_limit_lo; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:402:12: note: byref variable will be forcibly initialized 402 | u8 io_base_lo, io_limit_lo; | ^~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_hdr_type': /kisskb/src/drivers/pci/probe.c:1753:12: note: byref variable will be forcibly initialized 1753 | u8 hdr_type; | ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_irq': /kisskb/src/drivers/pci/probe.c:1503:23: note: byref variable will be forcibly initialized 1503 | unsigned char irq; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio_pref': /kisskb/src/drivers/pci/probe.c:477:34: note: byref variable will be forcibly initialized 477 | u32 mem_base_hi, mem_limit_hi; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:477:21: note: byref variable will be forcibly initialized 477 | u32 mem_base_hi, mem_limit_hi; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:467:31: note: byref variable will be forcibly initialized 467 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:464:26: note: byref variable will be forcibly initialized 464 | u16 mem_base_lo, mem_limit_lo; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:464:13: note: byref variable will be forcibly initialized 464 | u16 mem_base_lo, mem_limit_lo; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_bridge_child_ext_cfg_accessible': /kisskb/src/drivers/pci/probe.c:1040:13: note: byref variable will be forcibly initialized 1040 | u32 status; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_ea_fixed_busnrs': /kisskb/src/drivers/pci/probe.c:1200:13: note: byref variable will be forcibly initialized 1200 | u32 dw; | ^~ /kisskb/src/drivers/pci/probe.c: In function 'pci_set_bus_speed': /kisskb/src/drivers/pci/probe.c:818:21: note: byref variable will be forcibly initialized 818 | u16 linksta; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c:817:21: note: byref variable will be forcibly initialized 817 | u32 linkcap; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c:790:21: note: byref variable will be forcibly initialized 790 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:779:30: note: byref variable will be forcibly initialized 779 | u32 agpstat, agpcmd; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:779:21: note: byref variable will be forcibly initialized 779 | u32 agpstat, agpcmd; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pcie_relaxed_ordering_enabled': /kisskb/src/drivers/pci/probe.c:2113:13: note: byref variable will be forcibly initialized 2113 | u16 v; | ^ /kisskb/src/drivers/pci/probe.c: In function 'pci_enable_crs': /kisskb/src/drivers/pci/probe.c:1175:13: note: byref variable will be forcibly initialized 1175 | u16 root_cap = 0; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ptr_to_id': /kisskb/src/lib/vsprintf.c:808:23: note: byref variable will be forcibly initialized 808 | unsigned long hashval; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'early_dump_pci_device': /kisskb/src/drivers/pci/probe.c:1795:13: note: byref variable will be forcibly initialized 1795 | u32 value[256 / 4]; | ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'fourcc_string': /kisskb/src/lib/vsprintf.c:1757:14: note: byref variable will be forcibly initialized 1757 | char output[sizeof("0123 little-endian (0x01234567)")]; | ^~~~~~ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/kernel/bpf/inode.c:14: /kisskb/src/kernel/bpf/inode.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'next_fn': /kisskb/src/lib/vsprintf.c: In function 'resource_string': /kisskb/src/lib/vsprintf.c:1080:14: note: byref variable will be forcibly initialized 1080 | char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, | ^~~ /kisskb/src/drivers/pci/probe.c:2586:13: note: byref variable will be forcibly initialized 2586 | u16 cap = 0; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'mac_address_string': /kisskb/src/drivers/pci/probe.c: In function 'pcie_bus_configure_settings': /kisskb/src/lib/vsprintf.c:1269:14: note: byref variable will be forcibly initialized 1269 | char mac_addr[sizeof("xx:xx:xx:xx:xx:xx")]; | ^~~~~~~~ /kisskb/src/drivers/pci/probe.c:2807:12: note: byref variable will be forcibly initialized 2807 | u8 smpss = 0; | ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string': /kisskb/src/lib/vsprintf.c:1459:14: note: byref variable will be forcibly initialized 1459 | char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; | ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function '__pci_read_base': /kisskb/src/drivers/pci/probe.c:183:39: note: byref variable will be forcibly initialized 183 | struct pci_bus_region region, inverted_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:183:31: note: byref variable will be forcibly initialized 183 | struct pci_bus_region region, inverted_region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:182:13: note: byref variable will be forcibly initialized 182 | u16 orig_cmd; | ^~~~~~~~ /kisskb/src/drivers/pci/probe.c:180:20: note: byref variable will be forcibly initialized 180 | u32 l = 0, sz = 0, mask; | ^~ /kisskb/src/drivers/pci/probe.c:180:13: note: byref variable will be forcibly initialized 180 | u32 l = 0, sz = 0, mask; | ^ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string': /kisskb/src/lib/vsprintf.c:1473:14: note: byref variable will be forcibly initialized 1473 | char ip4_addr[sizeof("255.255.255.255")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string_sa': /kisskb/src/lib/vsprintf.c:1550:14: note: byref variable will be forcibly initialized 1550 | char fmt4[3] = { fmt[0], '4', 0 }; | ^~~~ /kisskb/src/lib/vsprintf.c:1547:18: note: byref variable will be forcibly initialized 1547 | char *p, ip4_addr[sizeof("255.255.255.255") + sizeof(":12345")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string_sa': /kisskb/src/lib/vsprintf.c:1490:14: note: byref variable will be forcibly initialized 1490 | char fmt6[2] = { fmt[0], '6' }; | ^~~~ /kisskb/src/lib/vsprintf.c:1485:14: note: byref variable will be forcibly initialized 1485 | char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + | ^~~~~~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_do_pin': /kisskb/src/kernel/bpf/inode.c:443:21: note: byref variable will be forcibly initialized 443 | struct path path; | ^~~~ /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_port_type': /kisskb/src/drivers/pci/probe.c:1522:13: note: byref variable will be forcibly initialized 1522 | u16 reg16; | ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'uuid_string': /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_hotplug_bridge': /kisskb/src/lib/vsprintf.c:1690:14: note: byref variable will be forcibly initialized 1690 | char uuid[UUID_STRING_LEN + 1]; | ^~~~ /kisskb/src/drivers/pci/probe.c:1573:13: note: byref variable will be forcibly initialized 1573 | u32 reg32; | ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_cfg_space_size': /kisskb/src/drivers/pci/probe.c:1687:13: note: byref variable will be forcibly initialized 1687 | u32 status; | ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'symbol_string': /kisskb/src/lib/vsprintf.c:984:14: note: byref variable will be forcibly initialized 984 | char sym[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_setup_device': /kisskb/src/drivers/pci/probe.c:1909:28: note: byref variable will be forcibly initialized 1909 | u8 progif; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:1823:31: note: byref variable will be forcibly initialized 1823 | struct pci_bus_region region; | ^~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'KERNEL_BPFPTR': /kisskb/src/drivers/pci/probe.c:1820:13: note: byref variable will be forcibly initialized 1820 | u16 cmd; | ^~~ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/verifier.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:34:20: note: userspace variable will be forcibly initialized 34 | static inline bool bpfptr_is_null(bpfptr_t bpfptr) | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpfptr_add': /kisskb/src/include/linux/bpfptr.h:41:20: note: userspace variable will be forcibly initialized 41 | static inline void bpfptr_add(bpfptr_t *bpfptr, size_t val) | ^~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_configure_extended_tags': /kisskb/src/drivers/pci/probe.c:2063:13: note: byref variable will be forcibly initialized 2063 | u16 ctl; | ^~~ /kisskb/src/drivers/pci/probe.c:2062:13: note: byref variable will be forcibly initialized 2062 | u32 cap; | ^~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_do_get': /kisskb/src/kernel/bpf/inode.c:502:21: note: byref variable will be forcibly initialized 502 | struct path path; | ^~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_device': /kisskb/src/kernel/bpf/inode.c: In function 'bpf_prog_get_type_path': /kisskb/src/kernel/bpf/inode.c:589:21: note: byref variable will be forcibly initialized 589 | struct path path; | ^~~~ /kisskb/src/drivers/pci/probe.c:2405:13: note: byref variable will be forcibly initialized 2405 | u32 l; | ^ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1906:19: note: byref variable will be forcibly initialized 1906 | struct tm tm; | ^~ /kisskb/src/lib/vsprintf.c:1905:25: note: byref variable will be forcibly initialized 1905 | struct rtc_time rtc_time; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'device_node_string': /kisskb/src/lib/vsprintf.c:2109:21: note: byref variable will be forcibly initialized 2109 | const char *p; | ^ /kisskb/src/lib/vsprintf.c:2108:14: note: byref variable will be forcibly initialized 2108 | char tbuf[sizeof("xxxx") + 1]; | ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_parse_param': /kisskb/src/kernel/bpf/inode.c:647:32: note: byref variable will be forcibly initialized 647 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_pin_user': /kisskb/src/kernel/bpf/inode.c:483:23: note: byref variable will be forcibly initialized 483 | enum bpf_type type; | ^~~~ /kisskb/src/kernel/bpf/inode.c: In function 'bpf_obj_get_user': /kisskb/src/kernel/bpf/inode.c:532:23: note: byref variable will be forcibly initialized 532 | enum bpf_type type = BPF_TYPE_UNSPEC; | ^~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_register_host_bridge': /kisskb/src/drivers/pci/probe.c:891:14: note: byref variable will be forcibly initialized 891 | char addr[64], *fmt; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/pci/probe.c:7: /kisskb/src/drivers/pci/probe.c:889:19: note: byref variable will be forcibly initialized 889 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_bus_update_busn_res_end': /kisskb/src/drivers/pci/probe.c:3115:25: note: byref variable will be forcibly initialized 3115 | struct resource old_res = *res; | ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'va_format': /kisskb/src/lib/vsprintf.c:1674:17: note: byref variable will be forcibly initialized 1674 | va_list va; | ^~ /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_bridge_extend': /kisskb/src/drivers/pci/probe.c:1257:23: note: byref variable will be forcibly initialized 1257 | u8 fixed_sec, fixed_sub; | ^~~~~~~~~ /kisskb/src/drivers/pci/probe.c:1257:12: note: byref variable will be forcibly initialized 1257 | u8 fixed_sec, fixed_sub; | ^~~~~~~~~ /kisskb/src/drivers/pci/probe.c:1253:13: note: byref variable will be forcibly initialized 1253 | u16 bctl; | ^~~~ /kisskb/src/drivers/pci/probe.c:1252:13: note: byref variable will be forcibly initialized 1252 | u32 buses, i, j = 0; | ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'vbin_printf': /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3132:33: note: in expansion of macro 'save_arg' 3132 | save_arg(ptrdiff_t); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3129:33: note: in expansion of macro 'save_arg' 3129 | save_arg(size_t); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3126:33: note: in expansion of macro 'save_arg' 3126 | save_arg(unsigned long); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3122:33: note: in expansion of macro 'save_arg' 3122 | save_arg(long long); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3103:41: note: in expansion of macro 'save_arg' 3103 | save_arg(void *); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3099:33: note: in expansion of macro 'save_arg' 3099 | save_arg(void *); | ^~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/pci/probe.c:7: /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_bus': /kisskb/src/drivers/pci/probe.c:3223:19: note: byref variable will be forcibly initialized 3223 | LIST_HEAD(resources); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'bstr_printf': /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3324:39: note: in expansion of macro 'get_arg' 3324 | num = get_arg(ptrdiff_t); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3321:39: note: in expansion of macro 'get_arg' 3321 | num = get_arg(size_t); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3318:39: note: in expansion of macro 'get_arg' 3318 | num = get_arg(unsigned long); | ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_map_direct_read': /kisskb/src/kernel/bpf/verifier.c:4442:13: note: byref variable will be forcibly initialized 4442 | u64 addr; | ^~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3314:39: note: in expansion of macro 'get_arg' 3314 | num = get_arg(long long); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3292:62: note: in expansion of macro 'get_arg' 3292 | str = pointer(fmt, str, end, get_arg(void *), spec); | ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'snprintf': /kisskb/src/lib/vsprintf.c:2913:17: note: byref variable will be forcibly initialized 2913 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'scnprintf': /kisskb/src/lib/vsprintf.c:2937:17: note: byref variable will be forcibly initialized 2937 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'sprintf': /kisskb/src/lib/vsprintf.c:2982:17: note: byref variable will be forcibly initialized 2982 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'bprintf': /kisskb/src/lib/vsprintf.c:3377:17: note: byref variable will be forcibly initialized 3377 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:248, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/lib/vsprintf.c:21: /kisskb/src/lib/vsprintf.c: In function 'vsscanf': /kisskb/src/lib/vsprintf.c:3534:40: note: byref variable will be forcibly initialized 3534 | DECLARE_BITMAP(set, 256) = {0}; | ^~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/lib/vsprintf.c:3399:15: note: byref variable will be forcibly initialized 3399 | char *next; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'sscanf': /kisskb/src/lib/vsprintf.c:3677:17: note: byref variable will be forcibly initialized 3677 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'num_to_str': /kisskb/src/lib/vsprintf.c:379:14: note: byref variable will be forcibly initialized 379 | char tmp[sizeof(num) * 3] __aligned(2); | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'reg_type_str': /kisskb/src/kernel/bpf/verifier.c:536:33: note: byref variable will be forcibly initialized 536 | char postfix[16] = {0}, prefix[32] = {0}; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:536:14: note: byref variable will be forcibly initialized 536 | char postfix[16] = {0}, prefix[32] = {0}; | ^~~~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_to_sockptr_offset': /kisskb/src/include/linux/sockptr.h:58:19: note: userspace variable will be forcibly initialized 58 | static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'sanitize_dead_code': /kisskb/src/drivers/pinctrl/pinctrl-da9062.c: In function 'da9062_pctl_get_pin_mode': /kisskb/src/drivers/pinctrl/pinctrl-da9062.c:49:18: note: byref variable will be forcibly initialized 49 | int ret, val; | ^~~ /kisskb/src/kernel/bpf/verifier.c:13065:25: note: byref variable will be forcibly initialized 13065 | struct bpf_insn trap = BPF_JMP_IMM(BPF_JA, 0, 0, -1); | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-da9062.c: In function 'da9062_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-da9062.c:85:24: note: byref variable will be forcibly initialized 85 | int gpio_mode, val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/ltv350qv.c: In function 'ltv350qv_write_reg': /kisskb/src/drivers/video/backlight/ltv350qv.c:39:28: note: byref variable will be forcibly initialized 39 | struct spi_message msg; | ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'copy_array': /kisskb/src/kernel/bpf/verifier.c:981:16: note: byref variable will be forcibly initialized 981 | size_t bytes; | ^~~~~ /kisskb/src/sound/pci/als300.c: In function 'snd_als300_ac97': /kisskb/src/sound/pci/als300.c:279:34: note: byref variable will be forcibly initialized 279 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/als300.c:278:30: note: byref variable will be forcibly initialized 278 | struct snd_ac97_bus *bus; | ^~~ /kisskb/src/sound/pci/als300.c: In function 'snd_als300_new_pcm': /kisskb/src/sound/pci/als300.c:542:25: note: byref variable will be forcibly initialized 542 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/als300.c: In function 'snd_als300_probe': /kisskb/src/sound/pci/als300.c:690:26: note: byref variable will be forcibly initialized 690 | struct snd_card *card; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_hard_wire_dead_code_branches': /kisskb/src/kernel/bpf/verifier.c:13095:25: note: byref variable will be forcibly initialized 13095 | struct bpf_insn ja = BPF_JMP_IMM(BPF_JA, 0, 0, 0); | ^~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_remove_nops': /kisskb/src/kernel/bpf/verifier.c:13144:31: note: byref variable will be forcibly initialized 13144 | const struct bpf_insn ja = BPF_JMP_IMM(BPF_JA, 0, 0, 0); | ^~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_verifier_log_write': /kisskb/src/kernel/bpf/verifier.c:337:17: note: byref variable will be forcibly initialized 337 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'verbose': /kisskb/src/kernel/bpf/verifier.c:351:17: note: byref variable will be forcibly initialized 351 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function '__check_ptr_off_reg': /kisskb/src/kernel/bpf/verifier.c:3636:22: note: byref variable will be forcibly initialized 3636 | char tn_buf[48]; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function '__check_buffer_access': /kisskb/src/kernel/bpf/verifier.c:4334:22: note: byref variable will be forcibly initialized 4334 | char tn_buf[48]; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_access_within_bounds': /kisskb/src/kernel/bpf/verifier.c:4672:30: note: byref variable will be forcibly initialized 4672 | char tn_buf[48]; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_range_initialized': /kisskb/src/kernel/bpf/verifier.c:5150:30: note: byref variable will be forcibly initialized 5150 | char tn_buf[48]; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:5086:30: note: byref variable will be forcibly initialized 5086 | char tn_buf[48]; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function '__find_kfunc_desc_btf': /kisskb/src/kernel/bpf/verifier.c:1898:20: note: userspace variable will be forcibly initialized 1898 | static struct btf *__find_kfunc_desc_btf(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:1898:20: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/verifier.c:1906:13: note: byref variable will be forcibly initialized 1906 | int btf_fd; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'print_verifier_state': /kisskb/src/kernel/bpf/verifier.c:910:22: note: byref variable will be forcibly initialized 910 | char types_buf[BPF_REG_SIZE + 1]; | ^~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:886:46: note: byref variable will be forcibly initialized 886 | char tn_buf[48]; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function '__mark_chain_precision': /kisskb/src/kernel/bpf/verifier.c:2739:12: note: byref variable will be forcibly initialized 2739 | static int __mark_chain_precision(struct bpf_verifier_env *env, int regno, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:2739:12: note: byref variable will be forcibly initialized /kisskb/src/kernel/bpf/verifier.c:2794:21: note: byref variable will be forcibly initialized 2794 | u32 history = st->jmp_history_cnt; | ^~~~~~~ In file included from /kisskb/src/include/uapi/linux/btf.h:6, from /kisskb/src/kernel/bpf/verifier.c:6: /kisskb/src/kernel/bpf/verifier.c:2793:32: note: byref variable will be forcibly initialized 2793 | DECLARE_BITMAP(mask, 64); | ^~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/kernel/bpf/verifier.c:2748:13: note: byref variable will be forcibly initialized 2748 | u64 stack_mask = spi >= 0 ? 1ull << spi : 0; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:2747:13: note: byref variable will be forcibly initialized 2747 | u32 reg_mask = regno >= 0 ? 1u << regno : 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_get_schmitt': /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2274:13: note: byref variable will be forcibly initialized 2274 | u32 data; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2273:12: note: byref variable will be forcibly initialized 2273 | u8 bit; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2272:13: note: byref variable will be forcibly initialized 2272 | int reg, ret; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2271:24: note: byref variable will be forcibly initialized 2271 | struct regmap *regmap; | ^~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_func': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:23: /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:20: /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c:10779:12: note: userspace variable will be forcibly initialized 10779 | static int check_btf_func(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10779:12: note: userspace variable will be forcibly initialized /kisskb/src/drivers/video/backlight/adp5520_bl.c: In function 'adp5520_store': /kisskb/src/drivers/video/backlight/adp5520_bl.c:155:23: note: byref variable will be forcibly initialized 155 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:19: /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/adp5520_bl.c: In function 'adp5520_bl_get_brightness': /kisskb/src/drivers/video/backlight/adp5520_bl.c:75:17: note: byref variable will be forcibly initialized 75 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10790:18: note: userspace variable will be forcibly initialized 10790 | bpfptr_t urecord; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp5520_bl.c: In function 'adp5520_show': /kisskb/src/drivers/video/backlight/adp5520_bl.c:139:17: note: byref variable will be forcibly initialized 139 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_get_pull': /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2101:13: note: byref variable will be forcibly initialized 2101 | u32 data; | ^~~~ /kisskb/src/kernel/bpf/verifier.c:10784:35: note: byref variable will be forcibly initialized 10784 | u32 i, nfuncs, urec_size, min_size; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2100:12: note: byref variable will be forcibly initialized 2100 | u8 bit; | ^~~ /kisskb/src/drivers/video/backlight/adp5520_bl.c: In function 'adp5520_bl_probe': /kisskb/src/drivers/video/backlight/adp5520_bl.c:282:37: note: byref variable will be forcibly initialized 282 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2099:13: note: byref variable will be forcibly initialized 2099 | int reg, ret, pull_type; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2098:24: note: byref variable will be forcibly initialized 2098 | struct regmap *regmap; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_get_mux': /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:867:12: note: byref variable will be forcibly initialized 867 | u8 bit; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:866:23: note: byref variable will be forcibly initialized 866 | int reg, ret, mask, mux_type; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:866:13: note: byref variable will be forcibly initialized 866 | int reg, ret, mask, mux_type; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:865:22: note: byref variable will be forcibly initialized 865 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_get_drive_perpin': /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:1903:12: note: byref variable will be forcibly initialized 1903 | u8 bit; | ^~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_line': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:1902:19: note: byref variable will be forcibly initialized 1902 | u32 data, temp, rmask_bits; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:1902:13: note: byref variable will be forcibly initialized 1902 | u32 data, temp, rmask_bits; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:1901:13: note: byref variable will be forcibly initialized 1901 | int reg, ret; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:1900:24: note: byref variable will be forcibly initialized 1900 | struct regmap *regmap; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:10925:12: note: userspace variable will be forcibly initialized 10925 | static int check_btf_line(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10925:12: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/verifier.c:10934:18: note: userspace variable will be forcibly initialized 10934 | bpfptr_t ulinfo; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_set_pull': /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2148:12: note: byref variable will be forcibly initialized 2148 | u8 bit; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2147:13: note: byref variable will be forcibly initialized 2147 | int reg, ret, i, pull_type; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2146:24: note: byref variable will be forcibly initialized 2146 | struct regmap *regmap; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:10929:36: note: byref variable will be forcibly initialized 10929 | u32 i, s, nr_linfo, ncopy, expected_size, rec_size, prev_offset = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_set_mux': /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:979:53: note: byref variable will be forcibly initialized 979 | u32 data, rmask, route_location, route_reg, route_val; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:979:42: note: byref variable will be forcibly initialized 979 | u32 data, rmask, route_location, route_reg, route_val; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:979:26: note: byref variable will be forcibly initialized 979 | u32 data, rmask, route_location, route_reg, route_val; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:978:12: note: byref variable will be forcibly initialized 978 | u8 bit; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:977:23: note: byref variable will be forcibly initialized 977 | int reg, ret, mask, mux_type; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:977:13: note: byref variable will be forcibly initialized 977 | int reg, ret, mask, mux_type; | ^~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'check_core_relo': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:11053:12: note: userspace variable will be forcibly initialized 11053 | static int check_core_relo(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:11053:12: note: userspace variable will be forcibly initialized /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_set_drive_perpin': /kisskb/src/kernel/bpf/verifier.c:11065:18: note: userspace variable will be forcibly initialized 11065 | bpfptr_t u_core_relo; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:1982:12: note: byref variable will be forcibly initialized 1982 | u8 bit; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:1980:13: note: byref variable will be forcibly initialized 1980 | int reg, ret, i; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:1979:24: note: byref variable will be forcibly initialized 1979 | struct regmap *regmap; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:11061:29: note: byref variable will be forcibly initialized 11061 | struct bpf_core_ctx ctx = { | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_set_schmitt': /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2303:12: note: byref variable will be forcibly initialized 2303 | u8 bit; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2302:13: note: byref variable will be forcibly initialized 2302 | int reg, ret; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2301:24: note: byref variable will be forcibly initialized 2301 | struct regmap *regmap; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:11057:37: note: byref variable will be forcibly initialized 11057 | u32 i, nr_core_relo, ncopy, expected_size, rec_size; | ^~~~~~~~~~~~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function '__xa_set_mark': /kisskb/src/lib/xarray.c:1902:18: note: byref variable will be forcibly initialized 1902 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_pseudo_btf_id': /kisskb/src/kernel/bpf/verifier.c:12402:21: note: byref variable will be forcibly initialized 12402 | u32 tsize; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_pinctrl_parse_groups': /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2666:13: note: byref variable will be forcibly initialized 2666 | int size; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'resolve_pseudo_ldimm64': /kisskb/src/kernel/bpf/verifier.c:12599:12: note: userspace variable will be forcibly initialized 12599 | static int resolve_pseudo_ldimm64(struct bpf_verifier_env *env) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12599:12: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/verifier.c:12621:29: note: byref variable will be forcibly initialized 12621 | u32 fd; | ^~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_pinctrl_probe': /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:3023:26: note: byref variable will be forcibly initialized 3023 | struct resource *res; | ^~~ 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:25, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:618:17: note: in expansion of macro 'rcu_assign_pointer' 618 | rcu_assign_pointer(xa->xa_head, head); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:615:25: note: in expansion of macro 'rcu_assign_pointer' 615 | rcu_assign_pointer(xa_to_node(head)->parent, node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12620:29: note: byref variable will be forcibly initialized 12620 | u64 addr; | ^~~~ /kisskb/src/lib/xarray.c: In function 'xas_create': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:684:25: note: in expansion of macro 'rcu_assign_pointer' 684 | rcu_assign_pointer(*slot, xa_mk_node(node)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_access_for_ptr_arithmetic': /kisskb/src/lib/xarray.c: In function 'xas_store': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:821:17: note: in expansion of macro 'rcu_assign_pointer' 821 | rcu_assign_pointer(*slot, entry); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:7935:22: note: byref variable will be forcibly initialized 7935 | char tn_buf[48]; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/pinctrl/pinctrl-single.c:13: /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function '__xa_erase': In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-single.c:23: /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/lib/xarray.c:1496:18: note: byref variable will be forcibly initialized 1496 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'sanitize_ptr_alu': /kisskb/src/lib/xarray.c: In function 'xa_destroy': /kisskb/src/kernel/bpf/verifier.c:7784:24: note: byref variable will be forcibly initialized 7784 | u32 alu_state, alu_limit; | ^~~~~~~~~ /kisskb/src/lib/xarray.c:2209:18: note: byref variable will be forcibly initialized 2209 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_clear_mark': /kisskb/src/lib/xarray.c:1920:18: note: byref variable will be forcibly initialized 1920 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_set': /kisskb/src/drivers/pinctrl/pinctrl-single.c:552:30: note: byref variable will be forcibly initialized 552 | struct pcs_function *func; | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_load': /kisskb/src/lib/xarray.c:1458:18: note: byref variable will be forcibly initialized 1458 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_group_set': /kisskb/src/lib/xarray.c: In function 'xa_get_mark': /kisskb/src/drivers/pinctrl/pinctrl-single.c:637:18: note: byref variable will be forcibly initialized 637 | unsigned npins; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:636:25: note: byref variable will be forcibly initialized 636 | const unsigned *pins; | ^~~~ /kisskb/src/lib/xarray.c:1942:18: note: byref variable will be forcibly initialized 1942 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_clear_bias': /kisskb/src/drivers/pinctrl/pinctrl-single.c:456:23: note: byref variable will be forcibly initialized 456 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-single.c:487:30: note: byref variable will be forcibly initialized 487 | struct pcs_function *func; | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find': /kisskb/src/lib/xarray.c:2016:18: note: byref variable will be forcibly initialized 2016 | XA_STATE(xas, xa, *indexp); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find_after': /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_group_get': /kisskb/src/drivers/pinctrl/pinctrl-single.c:615:18: note: byref variable will be forcibly initialized 615 | unsigned npins, old = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:614:25: note: byref variable will be forcibly initialized 614 | const unsigned *pins; | ^~~~ /kisskb/src/lib/xarray.c:2066:18: note: byref variable will be forcibly initialized 2066 | XA_STATE(xas, xa, *indexp + 1); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_bias_disable': /kisskb/src/drivers/pinctrl/pinctrl-single.c:470:23: note: byref variable will be forcibly initialized 470 | unsigned long config; | ^~~~~~ /kisskb/src/lib/xarray.c: In function 'xa_extract': /kisskb/src/lib/xarray.c:2163:18: note: byref variable will be forcibly initialized 2163 | XA_STATE(xas, xa, start); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_bits_in_pinctrl_entry': /kisskb/src/lib/xarray.c: In function '__xa_store': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1148:40: note: byref variable will be forcibly initialized 1148 | struct of_phandle_args pinctrl_spec; | ^~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:1120:30: note: byref variable will be forcibly initialized 1120 | struct pcs_function *function = NULL; | ^~~~~~~~ /kisskb/src/lib/xarray.c:1542:18: note: byref variable will be forcibly initialized 1542 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_cmpxchg': /kisskb/src/lib/xarray.c:1608:18: note: byref variable will be forcibly initialized 1608 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_insert': /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_conf2': /kisskb/src/lib/xarray.c:1645:18: note: byref variable will be forcibly initialized 1645 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:871:18: note: byref variable will be forcibly initialized 871 | unsigned value[2], shift; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_pkt_ptr_alignment': /kisskb/src/kernel/bpf/verifier.c:4089:22: note: byref variable will be forcibly initialized 4089 | char tn_buf[48]; | ^~~~~~ /kisskb/src/lib/xarray.c: In function '__xa_alloc': /kisskb/src/kernel/bpf/verifier.c: In function 'check_generic_ptr_alignment': /kisskb/src/lib/xarray.c:1815:18: note: byref variable will be forcibly initialized 1815 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/kernel/bpf/verifier.c:4114:22: note: byref variable will be forcibly initialized 4114 | char tn_buf[48]; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_conf4': /kisskb/src/drivers/pinctrl/pinctrl-single.c:890:18: note: byref variable will be forcibly initialized 890 | unsigned value[4]; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_pinconf': /kisskb/src/drivers/pinctrl/pinctrl-single.c:919:31: note: byref variable will be forcibly initialized 919 | struct pcs_conf_vals *conf = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:918:42: note: byref variable will be forcibly initialized 918 | unsigned long *settings = NULL, *s = NULL; | ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_one_pinctrl_entry': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1022:40: note: byref variable will be forcibly initialized 1022 | struct of_phandle_args pinctrl_spec; | ^~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:1005:30: note: byref variable will be forcibly initialized 1005 | struct pcs_function *function = NULL; | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_ptr_to_btf_access': /kisskb/src/kernel/bpf/verifier.c:4489:22: note: byref variable will be forcibly initialized 4489 | char tn_buf[48]; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:4479:13: note: byref variable will be forcibly initialized 4479 | u32 btf_id; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:4478:28: note: byref variable will be forcibly initialized 4478 | enum bpf_type_flag flag = 0; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_ptr_to_map_access': /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_quirk_missing_pinctrl_cells': /kisskb/src/kernel/bpf/verifier.c:4551:13: note: byref variable will be forcibly initialized 4551 | u32 btf_id; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:1744:13: note: byref variable will be forcibly initialized 1744 | u32 val; | ^~~ /kisskb/src/kernel/bpf/verifier.c:4548:28: note: byref variable will be forcibly initialized 4548 | enum bpf_type_flag flag = 0; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_gpio_func': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1341:32: note: byref variable will be forcibly initialized 1341 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_kfunc_call': /kisskb/src/kernel/bpf/verifier.c:7479:32: note: byref variable will be forcibly initialized 7479 | u32 i, nargs, func_id, ptr_type_id; | ^~~~~~~~~~~ /kisskb/src/fs/romfs/storage.c: In function 'romfs_mtd_read': /kisskb/src/fs/romfs/storage.c:26:16: note: byref variable will be forcibly initialized 26 | size_t rlen; | ^~~~ /kisskb/src/fs/romfs/storage.c: In function 'romfs_mtd_strnlen': /kisskb/src/fs/romfs/storage.c:42:16: note: byref variable will be forcibly initialized 42 | size_t len; | ^~~ /kisskb/src/fs/romfs/storage.c:41:16: note: byref variable will be forcibly initialized 41 | u_char buf[16], *p; | ^~~ /kisskb/src/fs/romfs/storage.c: In function 'romfs_mtd_strcmp': /kisskb/src/fs/romfs/storage.c:70:16: note: byref variable will be forcibly initialized 70 | size_t len, segment; | ^~~ /kisskb/src/fs/romfs/storage.c:69:16: note: byref variable will be forcibly initialized 69 | u_char buf[17]; | ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_bpf_snprintf_call': /kisskb/src/kernel/bpf/verifier.c:7052:13: note: byref variable will be forcibly initialized 7052 | u64 fmt_addr; | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'verbose_invalid_scalar': /kisskb/src/kernel/bpf/verifier.c:415:14: note: byref variable will be forcibly initialized 415 | char tn_buf[48]; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'prepare_func_exit': /kisskb/src/kernel/bpf/verifier.c:6894:29: note: byref variable will be forcibly initialized 6894 | struct tnum range = tnum_range(0, 1); | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_return_code': /kisskb/src/kernel/bpf/verifier.c:10356:21: note: byref variable will be forcibly initialized 10356 | struct tnum range = tnum_range(0, 1); | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'convert_ctx_accesses': /kisskb/src/kernel/bpf/verifier.c:13325:41: note: byref variable will be forcibly initialized 13325 | struct bpf_insn patch[] = { | ^~~~~ /kisskb/src/kernel/bpf/verifier.c:13269:13: note: byref variable will be forcibly initialized 13269 | u32 target_size, size_default, off; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:13268:25: note: byref variable will be forcibly initialized 13268 | struct bpf_insn insn_buf[16], *insn; | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_misc_fixups': /kisskb/src/kernel/bpf/verifier.c:13932:64: note: byref variable will be forcibly initialized 13932 | struct bpf_jit_poke_descriptor desc = { | ^~~~ /kisskb/src/kernel/bpf/verifier.c:13793:41: note: byref variable will be forcibly initialized 13793 | struct bpf_insn chk_and_mod[] = { | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:13784:41: note: byref variable will be forcibly initialized 13784 | struct bpf_insn chk_and_div[] = { | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:13770:25: note: byref variable will be forcibly initialized 13770 | struct bpf_insn insn_buf[16]; | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'opt_subreg_zext_lo32_rnd_hi32': /kisskb/src/kernel/bpf/verifier.c:13180:33: note: byref variable will be forcibly initialized 13180 | struct bpf_insn insn; | ^~~~ /kisskb/src/kernel/bpf/verifier.c:13166:48: note: byref variable will be forcibly initialized 13166 | struct bpf_insn *patch, zext_patch[2], rnd_hi32_patch[4]; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:13166:33: note: byref variable will be forcibly initialized 13166 | struct bpf_insn *patch, zext_patch[2], rnd_hi32_patch[4]; | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/fscache.h:499, from /kisskb/src/fs/fscache/internal.h:16, from /kisskb/src/fs/fscache/main.c:12: /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_cache': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:203:1: note: in expansion of macro 'TRACE_EVENT' 203 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:203:1: note: in expansion of macro 'TRACE_EVENT' 203 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_volume': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_cookie': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:253:1: note: in expansion of macro 'TRACE_EVENT' 253 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:253:1: note: in expansion of macro 'TRACE_EVENT' 253 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'verbose_linfo': /kisskb/src/kernel/bpf/verifier.c:396:25: note: byref variable will be forcibly initialized 396 | va_list args; | ^~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_active': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_access_cache': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_access_volume': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_access': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_acquire': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:402:1: note: in expansion of macro 'TRACE_EVENT' 402 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:402:1: note: in expansion of macro 'TRACE_EVENT' 402 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_relinquish': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_invalidate': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:454:1: note: in expansion of macro 'TRACE_EVENT' 454 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:454:1: note: in expansion of macro 'TRACE_EVENT' 454 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'perf_trace_fscache_resize': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:473:1: note: in expansion of macro 'TRACE_EVENT' 473 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:473:1: note: in expansion of macro 'TRACE_EVENT' 473 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fscache.h:499, from /kisskb/src/fs/fscache/internal.h:16, from /kisskb/src/fs/fscache/main.c:12: /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_cache': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:203:1: note: in expansion of macro 'TRACE_EVENT' 203 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_volume': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_cookie': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:253:1: note: in expansion of macro 'TRACE_EVENT' 253 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_active': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_access_cache': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_access_volume': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_access': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_acquire': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:402:1: note: in expansion of macro 'TRACE_EVENT' 402 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_relinquish': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_stack_read': /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_invalidate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:454:1: note: in expansion of macro 'TRACE_EVENT' 454 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:3444:22: note: byref variable will be forcibly initialized 3444 | char tn_buf[48]; | ^~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_resize': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:473:1: note: in expansion of macro 'TRACE_EVENT' 473 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:3432:22: note: byref variable will be forcibly initialized 3432 | char tn_buf[48]; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/fscache.h:499, from /kisskb/src/fs/fscache/internal.h:16, from /kisskb/src/fs/fscache/main.c:12: /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_cache': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:203:1: note: in expansion of macro 'TRACE_EVENT' 203 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:203:1: note: in expansion of macro 'TRACE_EVENT' 203 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:203:1: note: in expansion of macro 'TRACE_EVENT' 203 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:203:1: note: in expansion of macro 'TRACE_EVENT' 203 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:203:1: note: in expansion of macro 'TRACE_EVENT' 203 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:203:1: note: in expansion of macro 'TRACE_EVENT' 203 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_log': /kisskb/src/kernel/bpf/verifier.c:364:17: note: byref variable will be forcibly initialized 364 | va_list args; | ^~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_volume': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_cookie': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:253:1: note: in expansion of macro 'TRACE_EVENT' 253 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_mem_access': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:253:1: note: in expansion of macro 'TRACE_EVENT' 253 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:253:1: note: in expansion of macro 'TRACE_EVENT' 253 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:253:1: note: in expansion of macro 'TRACE_EVENT' 253 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:253:1: note: in expansion of macro 'TRACE_EVENT' 253 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:253:1: note: in expansion of macro 'TRACE_EVENT' 253 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:4790:21: note: byref variable will be forcibly initialized 4790 | u32 btf_id = 0; | ^~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_active': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:4789:29: note: byref variable will be forcibly initialized 4789 | struct btf *btf = NULL; | ^~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:278:1: note: in expansion of macro 'TRACE_EVENT' 278 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:4788:35: note: byref variable will be forcibly initialized 4788 | enum bpf_reg_type reg_type = SCALAR_VALUE; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/include/trace/syscall.h:5, from /kisskb/src/kernel/trace/trace_syscalls.c:2: /kisskb/src/kernel/trace/trace_syscalls.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c:4749:37: note: byref variable will be forcibly initialized 4749 | u64 val = 0; | ^~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_access_volume': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_access_cache': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:311:1: note: in expansion of macro 'TRACE_EVENT' 311 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_access': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_syscalls.c: In function 'ftrace_syscall_enter': /kisskb/src/kernel/trace/trace_syscalls.c:300:23: note: byref variable will be forcibly initialized 300 | unsigned long args[6]; | ^~~~ /kisskb/src/kernel/trace/trace_syscalls.c:299:35: note: byref variable will be forcibly initialized 299 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_acquire': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:402:1: note: in expansion of macro 'TRACE_EVENT' 402 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:402:1: note: in expansion of macro 'TRACE_EVENT' 402 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_relinquish': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_invalidate': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:454:1: note: in expansion of macro 'TRACE_EVENT' 454 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:454:1: note: in expansion of macro 'TRACE_EVENT' 454 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:454:1: note: in expansion of macro 'TRACE_EVENT' 454 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_syscalls.c: In function 'ftrace_syscall_exit': /kisskb/src/kernel/trace/trace_syscalls.c:340:35: note: byref variable will be forcibly initialized 340 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:454:1: note: in expansion of macro 'TRACE_EVENT' 454 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function '__bpf_trace_fscache_resize': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:473:1: note: in expansion of macro 'TRACE_EVENT' 473 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:473:1: note: in expansion of macro 'TRACE_EVENT' 473 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:473:1: note: in expansion of macro 'TRACE_EVENT' 473 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:473:1: note: in expansion of macro 'TRACE_EVENT' 473 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/tracepoint.h:15, from /kisskb/src/include/trace/syscall.h:5, from /kisskb/src/kernel/trace/trace_syscalls.c:2: /kisskb/src/kernel/trace/trace_syscalls.c: In function 'reg_event_syscall_enter': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_syscalls.c:384:17: note: in expansion of macro 'rcu_assign_pointer' 384 | rcu_assign_pointer(tr->enter_syscall_files[num], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_syscalls.c: In function 'reg_event_syscall_exit': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_syscalls.c:422:17: note: in expansion of macro 'rcu_assign_pointer' 422 | rcu_assign_pointer(tr->exit_syscall_files[num], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_mem_reg': /kisskb/src/kernel/bpf/verifier.c:5299:34: note: byref variable will be forcibly initialized 5299 | struct bpf_call_arg_meta meta; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_kfunc_mem_size_reg': /kisskb/src/kernel/bpf/verifier.c:5332:34: note: byref variable will be forcibly initialized 5332 | struct bpf_call_arg_meta meta; | ^~~~ /kisskb/src/kernel/trace/trace_syscalls.c: In function 'perf_call_bpf_enter': /kisskb/src/kernel/trace/trace_syscalls.c:563:11: note: byref variable will be forcibly initialized 563 | } param; | ^~~~~ /kisskb/src/kernel/trace/trace_syscalls.c: In function 'perf_call_bpf_exit': /kisskb/src/kernel/bpf/verifier.c: In function 'check_func_arg': /kisskb/src/kernel/trace/trace_syscalls.c:665:11: note: byref variable will be forcibly initialized 665 | } param; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c:6068:21: note: byref variable will be forcibly initialized 6068 | u64 map_addr; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_syscalls.c: In function 'perf_syscall_enter': /kisskb/src/kernel/trace/trace_syscalls.c:581:13: note: byref variable will be forcibly initialized 581 | int rctx; | ^~~~ /kisskb/src/kernel/trace/trace_syscalls.c:578:23: note: byref variable will be forcibly initialized 578 | unsigned long args[6]; | ^~~~ /kisskb/src/kernel/bpf/verifier.c:5848:27: note: byref variable will be forcibly initialized 5848 | enum bpf_arg_type arg_type = fn->arg_type[arg]; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_syscalls.c: In function 'perf_syscall_exit': /kisskb/src/kernel/trace/trace_syscalls.c:665:11: note: byref variable will be forcibly initialized 665 | } param; | ^~~~~ /kisskb/src/kernel/trace/trace_syscalls.c:680:13: note: byref variable will be forcibly initialized 680 | int rctx; | ^~~~ /kisskb/src/kernel/trace/trace_syscalls.c: In function 'find_syscall_meta': /kisskb/src/kernel/trace/trace_syscalls.c:87:14: note: byref variable will be forcibly initialized 87 | char str[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_helper_call': /kisskb/src/kernel/bpf/verifier.c:7324:29: note: byref variable will be forcibly initialized 7324 | u32 tsize; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c:7110:34: note: byref variable will be forcibly initialized 7110 | struct bpf_call_arg_meta meta; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_check': /kisskb/src/kernel/bpf/verifier.c:12024:51: note: byref variable will be forcibly initialized 12024 | const struct bpf_insn_cbs cbs = { | ^~~ /kisskb/src/kernel/bpf/verifier.c:11967:13: note: byref variable will be forcibly initialized 11967 | int prev_insn_idx = -1; | ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_check_attach_target': /kisskb/src/kernel/bpf/verifier.c:14556:20: note: byref variable will be forcibly initialized 14556 | const char prefix[] = "btf_trace_"; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-tegra186.c: In function 'tegra186_gpio_irq': /kisskb/src/drivers/gpio/gpio-tegra186.c:567:31: note: byref variable will be forcibly initialized 567 | unsigned long value; | ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-tegra186.c:9: /kisskb/src/drivers/gpio/gpio-tegra186.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/hda_auto_parser.c:12: /kisskb/src/sound/pci/hda/hda_auto_parser.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ /kisskb/src/sound/pci/hda/hda_auto_parser.c: In function 'snd_hda_parse_pin_defcfg': /kisskb/src/sound/pci/hda/hda_auto_parser.c:178:13: note: byref variable will be forcibly initialized 178 | int i; | ^ /kisskb/src/sound/pci/hda/hda_auto_parser.c:177:29: note: byref variable will be forcibly initialized 177 | struct auto_out_pin hp_out[ARRAY_SIZE(cfg->hp_pins)]; | ^~~~~~ /kisskb/src/sound/pci/hda/hda_auto_parser.c:176:29: note: byref variable will be forcibly initialized 176 | struct auto_out_pin speaker_out[ARRAY_SIZE(cfg->speaker_pins)]; | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_auto_parser.c:175:29: note: byref variable will be forcibly initialized 175 | struct auto_out_pin line_out[ARRAY_SIZE(cfg->line_out_pins)]; | ^~~~~~~~ /kisskb/src/sound/pci/hda/hda_auto_parser.c: In function 'snd_hda_pick_fixup': /kisskb/src/sound/pci/hda/hda_auto_parser.c:985:30: note: byref variable will be forcibly initialized 985 | unsigned int vendor, device; | ^~~~~~ /kisskb/src/sound/pci/hda/hda_auto_parser.c:985:22: note: byref variable will be forcibly initialized 985 | unsigned int vendor, device; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-tps65086.c: In function 'tps65086_gpio_get': /kisskb/src/drivers/gpio/gpio-tps65086.c:49:18: note: byref variable will be forcibly initialized 49 | int ret, val; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:8: /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'stmfx_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:108:13: note: byref variable will be forcibly initialized 108 | u32 value; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'stmfx_pinctrl_irq_thread_fn': /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:568:26: note: byref variable will be forcibly initialized 568 | unsigned long n, status; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:567:12: note: byref variable will be forcibly initialized 567 | u8 src[NR_GPIO_REGS] = {0, 0, 0}; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:566:12: note: byref variable will be forcibly initialized 566 | u8 pending[NR_GPIO_REGS]; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'stmfx_gpio_get_direction': /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:131:13: note: byref variable will be forcibly initialized 131 | u32 val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'stmfx_pinconf_get_type': /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:195:13: note: byref variable will be forcibly initialized 195 | u32 type, mask = get_mask(offset); | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'stmfx_pinconf_get_pupd': /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:172:13: note: byref variable will be forcibly initialized 172 | u32 pupd, mask = get_mask(offset); | ^~~~ 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-tps65910.c: In function 'tps65910_gpio_get': /kisskb/src/drivers/gpio/gpio-tps65910.c:29:22: note: byref variable will be forcibly initialized 29 | unsigned int val; | ^~~ /kisskb/src/drivers/gpio/gpio-tps65910.c: In function 'tps65910_parse_dt_for_gpio': /kisskb/src/drivers/gpio/gpio-tps65910.c:80:22: note: byref variable will be forcibly initialized 80 | unsigned int prop_array[TPS6591X_MAX_NUM_GPIO]; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_event_perf.c: In function 'perf_ftrace_function_call': /kisskb/src/kernel/trace/trace_event_perf.c:439:13: note: byref variable will be forcibly initialized 439 | int rctx; | ^~~~ /kisskb/src/kernel/trace/trace_event_perf.c:438:24: note: byref variable will be forcibly initialized 438 | struct pt_regs regs; | ^~~~ /kisskb/src/kernel/trace/trace_event_perf.c:437:27: note: byref variable will be forcibly initialized 437 | struct hlist_head head; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_check_and_set_intx_mask': /kisskb/src/drivers/pci/pci.c:4658:13: note: byref variable will be forcibly initialized 4658 | u32 cmd_status_dword; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_acs_flags_enabled': /kisskb/src/drivers/pci/search.c: In function 'pci_get_device': /kisskb/src/drivers/pci/search.c:305:30: note: byref variable will be forcibly initialized 305 | struct pci_device_id id = { | ^~ /kisskb/src/drivers/pci/pci.c:3541:18: note: byref variable will be forcibly initialized 3541 | u16 cap, ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c:3541:13: note: byref variable will be forcibly initialized 3541 | u16 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_status_get_and_clear_errors': /kisskb/src/drivers/pci/pci.c:199:13: note: byref variable will be forcibly initialized 199 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_std_enable_acs': /kisskb/src/drivers/pci/pci.c:939:13: note: byref variable will be forcibly initialized 939 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c:938:13: note: byref variable will be forcibly initialized 938 | u16 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_pme_active': /kisskb/src/drivers/pci/pci.c:2422:13: note: byref variable will be forcibly initialized 2422 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_set_master': /kisskb/src/drivers/pci/pci.c:4398:13: note: byref variable will be forcibly initialized 4398 | u16 old_cmd, cmd; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_clear_mwi': /kisskb/src/drivers/pci/pci.c:4594:13: note: byref variable will be forcibly initialized 4594 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_cap_ttl': /kisskb/src/drivers/pci/pci.c:416:13: note: byref variable will be forcibly initialized 416 | u16 ent; | ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_cap': /kisskb/src/drivers/pci/pci.c:439:13: note: byref variable will be forcibly initialized 439 | int ttl = PCI_FIND_CAP_TTL; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_next_capability': /kisskb/src/drivers/pci/pci.c:439:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/pci/pci.c: In function '__pci_bus_find_cap_start': /kisskb/src/drivers/pci/pci.c:454:13: note: byref variable will be forcibly initialized 454 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_capability': /kisskb/src/drivers/pci/pci.c:439:13: note: byref variable will be forcibly initialized 439 | int ttl = PCI_FIND_CAP_TTL; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_get_mmrbc': /kisskb/src/drivers/pci/pci.c:5967:13: note: byref variable will be forcibly initialized 5967 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bus_find_capability': /kisskb/src/drivers/pci/pci.c:439:13: note: byref variable will be forcibly initialized 439 | int ttl = PCI_FIND_CAP_TTL; | ^~~ /kisskb/src/drivers/pci/pci.c:517:12: note: byref variable will be forcibly initialized 517 | u8 hdr_type, pos; | ^~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_next_ext_capability': /kisskb/src/drivers/pci/pci.c:542:13: note: byref variable will be forcibly initialized 542 | u32 header; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_dvsec_capability': /kisskb/src/drivers/pci/pci.c:753:24: note: byref variable will be forcibly initialized 753 | u16 v, id; | ^~ /kisskb/src/drivers/pci/pci.c:753:21: note: byref variable will be forcibly initialized 753 | u16 v, id; | ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_get_dsn': /kisskb/src/drivers/pci/pci.c:612:13: note: byref variable will be forcibly initialized 612 | u32 dword; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_vsec_capability': /kisskb/src/drivers/pci/pci.c:718:13: note: byref variable will be forcibly initialized 718 | u32 header; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_find_pos': /kisskb/src/drivers/pci/pci.c:3697:13: note: byref variable will be forcibly initialized 3697 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_get_possible_sizes': /kisskb/src/drivers/pci/pci.c:3730:13: note: byref variable will be forcibly initialized 3730 | u32 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_get_max_mmrbc': /kisskb/src/drivers/pci/pci.c:5944:13: note: byref variable will be forcibly initialized 5944 | u32 stat; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_ht_cap': /kisskb/src/drivers/pci/pci.c:638:12: note: byref variable will be forcibly initialized 638 | u8 cap, mask; | ^~~ /kisskb/src/drivers/pci/pci.c:637:17: note: byref variable will be forcibly initialized 637 | int rc, ttl = PCI_FIND_CAP_TTL; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_low_power_state': /kisskb/src/drivers/pci/pci.c:1342:13: note: byref variable will be forcibly initialized 1342 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_ea_read': /kisskb/src/drivers/pci/pci.c:3343:21: note: byref variable will be forcibly initialized 3343 | u32 max_offset_upper; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3324:21: note: byref variable will be forcibly initialized 3324 | u32 base_upper; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3276:29: note: byref variable will be forcibly initialized 3276 | u32 dw0, bei, base, max_offset; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3276:23: note: byref variable will be forcibly initialized 3276 | u32 dw0, bei, base, max_offset; | ^~~~ /kisskb/src/drivers/pci/pci.c:3276:13: note: byref variable will be forcibly initialized 3276 | u32 dw0, bei, base, max_offset; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_wait_for_link_delay': /kisskb/src/drivers/pci/pci.c:4894:13: note: byref variable will be forcibly initialized 4894 | u16 lnk_status; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_readrq': /kisskb/src/drivers/pci/pci.c:6035:13: note: byref variable will be forcibly initialized 6035 | u16 ctl; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_mps': /kisskb/src/drivers/pci/pci.c:6088:13: note: byref variable will be forcibly initialized 6088 | u16 ctl; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_bandwidth_available': /kisskb/src/drivers/pci/pci.c:6142:13: note: byref variable will be forcibly initialized 6142 | u16 lnksta; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_restore_config_dword': /kisskb/src/drivers/pci/pci.c:1680:13: note: byref variable will be forcibly initialized 1680 | u32 val; | ^~~ /kisskb/src/drivers/video/backlight/bd6107.c: In function 'bd6107_probe': /kisskb/src/drivers/video/backlight/bd6107.c:121:37: note: byref variable will be forcibly initialized 121 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_restore_rebar_state': /kisskb/src/drivers/pci/pci.c:1738:13: note: byref variable will be forcibly initialized 1738 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_wait': /kisskb/src/drivers/pci/pci.c:1151:13: note: byref variable will be forcibly initialized 1151 | u32 id; | ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pm_reset': /kisskb/src/drivers/pci/pci.c:4853:13: note: byref variable will be forcibly initialized 4853 | u16 csr; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_str_match_path': /kisskb/src/drivers/pci/pci.c:274:14: note: byref variable will be forcibly initialized 274 | char end; | ^~~ /kisskb/src/drivers/pci/pci.c:272:38: note: byref variable will be forcibly initialized 272 | unsigned int seg, bus, slot, func; | ^~~~ /kisskb/src/drivers/pci/pci.c:272:32: note: byref variable will be forcibly initialized 272 | unsigned int seg, bus, slot, func; | ^~~~ /kisskb/src/drivers/pci/pci.c:272:27: note: byref variable will be forcibly initialized 272 | unsigned int seg, bus, slot, func; | ^~~ /kisskb/src/drivers/pci/pci.c:272:22: note: byref variable will be forcibly initialized 272 | unsigned int seg, bus, slot, func; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_str_match': /kisskb/src/drivers/pci/pci.c:367:58: note: byref variable will be forcibly initialized 367 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:367:40: note: byref variable will be forcibly initialized 367 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:367:32: note: byref variable will be forcibly initialized 367 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:367:24: note: byref variable will be forcibly initialized 367 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:366:13: note: byref variable will be forcibly initialized 366 | int count; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_disable_acs_redir': /kisskb/src/drivers/pci/pci.c:884:13: note: byref variable will be forcibly initialized 884 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c:882:21: note: byref variable will be forcibly initialized 882 | const char *p; | ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_intx': /kisskb/src/drivers/pci/pci.c:4631:13: note: byref variable will be forcibly initialized 4631 | u16 pci_command, new; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_speed_cap': /kisskb/src/drivers/pci/pci.c:6191:22: note: byref variable will be forcibly initialized 6191 | u32 lnkcap2, lnkcap; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:6191:13: note: byref variable will be forcibly initialized 6191 | u32 lnkcap2, lnkcap; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_width_cap': /kisskb/src/drivers/pci/pci.c:6227:13: note: byref variable will be forcibly initialized 6227 | u32 lnkcap; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_enable_atomic_ops_to_root': /kisskb/src/drivers/pci/pci.c:3811:18: note: byref variable will be forcibly initialized 3811 | u32 cap, ctl2; | ^~~~ /kisskb/src/drivers/pci/pci.c:3811:13: note: byref variable will be forcibly initialized 3811 | u32 cap, ctl2; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_cacheline_size': /kisskb/src/drivers/pci/pci.c:4488:12: note: byref variable will be forcibly initialized 4488 | u8 cacheline_size; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_mwi': /kisskb/src/drivers/pci/pci.c:4528:13: note: byref variable will be forcibly initialized 4528 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_set_mmrbc': /kisskb/src/drivers/pci/pci.c:5993:13: note: byref variable will be forcibly initialized 5993 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c:5992:13: note: byref variable will be forcibly initialized 5992 | u32 stat, v, o; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_device_is_present': /kisskb/src/drivers/pci/pci.c:6467:13: note: byref variable will be forcibly initialized 6467 | u32 v; | ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_wait_for_pending': /kisskb/src/drivers/pci/pci.c:849:21: note: byref variable will be forcibly initialized 849 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_af_flr': /kisskb/src/drivers/pci/pci.c:4795:12: note: byref variable will be forcibly initialized 4795 | u8 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_update_current_state': /kisskb/src/drivers/pci/pci.c:1087:21: note: byref variable will be forcibly initialized 1087 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_power_up': /kisskb/src/drivers/pci/pci.c:1200:13: note: byref variable will be forcibly initialized 1200 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_full_power_state': /kisskb/src/drivers/pci/pci.c:1267:13: note: byref variable will be forcibly initialized 1267 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_power_state': /kisskb/src/drivers/pci/pci.c:1416:5: note: byref variable will be forcibly initialized 1416 | int pci_set_power_state(struct pci_dev *dev, pci_power_t state) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'do_pci_enable_device': /kisskb/src/drivers/pci/pci.c:1910:12: note: byref variable will be forcibly initialized 1910 | u8 pin; | ^~~ /kisskb/src/drivers/pci/pci.c:1909:13: note: byref variable will be forcibly initialized 1909 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'do_pci_disable_device': /kisskb/src/drivers/pci/pci.c:2204:13: note: byref variable will be forcibly initialized 2204 | u16 pci_command; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_check_pme_status': /kisskb/src/drivers/pci/pci.c:2315:13: note: byref variable will be forcibly initialized 2315 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pme_restore': /kisskb/src/drivers/pci/pci.c:2442:13: note: byref variable will be forcibly initialized 2442 | u16 pmcsr; | ^~~~~ /kisskb/src/fs/romfs/super.c: In function 'romfs_readdir': /kisskb/src/fs/romfs/super.c:158:14: note: byref variable will be forcibly initialized 158 | char fsname[ROMFS_MAXFN]; /* XXX dynamic? */ | ^~~~~~ /kisskb/src/fs/romfs/super.c:155:28: note: byref variable will be forcibly initialized 155 | struct romfs_inode ri; | ^~ /kisskb/src/fs/romfs/super.c: In function 'romfs_iget': /kisskb/src/fs/romfs/super.c:282:28: note: byref variable will be forcibly initialized 282 | struct romfs_inode ri; | ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bridge_d3_update': /kisskb/src/drivers/pci/pci.c:3078:14: note: byref variable will be forcibly initialized 3078 | bool d3cold_ok = true; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pm_init': /kisskb/src/drivers/pci/pci.c:3161:13: note: byref variable will be forcibly initialized 3161 | u16 pmc; | ^~~ /kisskb/src/drivers/pci/pci.c:3160:13: note: byref variable will be forcibly initialized 3160 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_ea_init': /kisskb/src/drivers/pci/pci.c:3395:12: note: byref variable will be forcibly initialized 3395 | u8 num_ent; | ^~~~~~~ /kisskb/src/fs/romfs/super.c: In function 'romfs_lookup': /kisskb/src/fs/romfs/super.c:218:28: note: byref variable will be forcibly initialized 218 | struct romfs_inode ri; | ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_configure_ari': /kisskb/src/drivers/pci/pci.c:3513:13: note: byref variable will be forcibly initialized 3513 | u32 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_get_current_size': /kisskb/src/drivers/pci/pci.c:3759:13: note: byref variable will be forcibly initialized 3759 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_set_size': /kisskb/src/drivers/pci/pci.c:3781:13: note: byref variable will be forcibly initialized 3781 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcibios_set_master': /kisskb/src/drivers/pci/pci.c:4435:12: note: byref variable will be forcibly initialized 4435 | u8 lat; | ^~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'pci_call_probe': /kisskb/src/drivers/pci/pci-driver.c:374:31: note: byref variable will be forcibly initialized 374 | cpumask_var_t wq_domain_mask; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:354:31: note: byref variable will be forcibly initialized 354 | struct drv_dev_and_id ddi = { drv, dev, id }; | ^~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'remove_id_store': /kisskb/src/drivers/pci/pci-driver.c:262:52: note: byref variable will be forcibly initialized 262 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:262:41: note: byref variable will be forcibly initialized 262 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~ /kisskb/src/drivers/pci/pci-driver.c:262:17: note: byref variable will be forcibly initialized 262 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:261:29: note: byref variable will be forcibly initialized 261 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:261:21: note: byref variable will be forcibly initialized 261 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c:261:13: note: byref variable will be forcibly initialized 261 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_disable_parity': /kisskb/src/drivers/pci/pci-driver.c: In function 'new_id_store': /kisskb/src/drivers/pci/pci-driver.c:195:23: note: byref variable will be forcibly initialized 195 | unsigned long driver_data = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:194:52: note: byref variable will be forcibly initialized 194 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:194:41: note: byref variable will be forcibly initialized 194 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~ /kisskb/src/drivers/pci/pci-driver.c:194:17: note: byref variable will be forcibly initialized 194 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:29: note: byref variable will be forcibly initialized 193 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:21: note: byref variable will be forcibly initialized 193 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:13: note: byref variable will be forcibly initialized 193 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci.c:4613:13: note: byref variable will be forcibly initialized 4613 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_reset_secondary_bus': /kisskb/src/drivers/pci/pci.c:5066:13: note: byref variable will be forcibly initialized 5066 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'reset_method_store': /kisskb/src/drivers/pci/pci.c:5290:12: note: byref variable will be forcibly initialized 5290 | u8 reset_methods[PCI_NUM_RESET_METHODS] = { 0 }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:5288:15: note: byref variable will be forcibly initialized 5288 | char *options, *name; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function '__pcie_print_link_status': /kisskb/src/drivers/pci/pci.c:6273:25: note: byref variable will be forcibly initialized 6273 | struct pci_dev *limiting_dev = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6272:35: note: byref variable will be forcibly initialized 6272 | enum pci_bus_speed speed, speed_cap; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6272:28: note: byref variable will be forcibly initialized 6272 | enum pci_bus_speed speed, speed_cap; | ^~~~~ /kisskb/src/drivers/pci/pci.c:6271:37: note: byref variable will be forcibly initialized 6271 | enum pcie_link_width width, width_cap; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6271:30: note: byref variable will be forcibly initialized 6271 | enum pcie_link_width width, width_cap; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_vga_state': /kisskb/src/drivers/pci/pci.c:6351:13: note: byref variable will be forcibly initialized 6351 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_specified_resource_alignment': /kisskb/src/drivers/pci/pci.c:6534:21: note: byref variable will be forcibly initialized 6534 | const char *p; | ^ /kisskb/src/drivers/pci/pci.c:6532:26: note: byref variable will be forcibly initialized 6532 | int align_order, count; | ^~~~~ /kisskb/src/drivers/pci/pci.c:6532:13: note: byref variable will be forcibly initialized 6532 | int align_order, count; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_reassigndev_resource_alignment': /kisskb/src/drivers/pci/pci.c:6658:14: note: byref variable will be forcibly initialized 6658 | bool resize = false; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:6657:13: note: byref variable will be forcibly initialized 6657 | u16 command; | ^~~~~~~ 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/inode.c: In function 'parse_options': /kisskb/src/fs/autofs/inode.c:138:13: note: byref variable will be forcibly initialized 138 | int pipefd = -1; | ^~~~~~ /kisskb/src/fs/autofs/inode.c:137:13: note: byref variable will be forcibly initialized 137 | int option; | ^~~~~~ /kisskb/src/fs/autofs/inode.c:136:21: note: byref variable will be forcibly initialized 136 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/autofs/inode.c: In function 'autofs_fill_super': /kisskb/src/fs/autofs/inode.c:228:14: note: byref variable will be forcibly initialized 228 | bool pgrp_set = false; | ^~~~~~~~ /kisskb/src/fs/autofs/inode.c:227:13: note: byref variable will be forcibly initialized 227 | int pgrp = 0; | ^~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'backlight_generate_event': /kisskb/src/drivers/video/backlight/backlight.c:163:15: note: byref variable will be forcibly initialized 163 | char *envp[2]; | ^~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/uapi/linux/fb.h:6, from /kisskb/src/include/linux/fb.h:7, from /kisskb/src/include/linux/backlight.h:13, from /kisskb/src/drivers/video/backlight/backlight.c:14: /kisskb/src/drivers/video/backlight/backlight.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'brightness_store': /kisskb/src/drivers/video/backlight/backlight.c:258:23: note: byref variable will be forcibly initialized 258 | unsigned long brightness; | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'bl_power_store': /kisskb/src/drivers/video/backlight/backlight.c:194:23: note: byref variable will be forcibly initialized 194 | unsigned long power, old_power; | ^~~~~ /kisskb/src/fs/ecryptfs/mmap.c: In function 'strip_xattr_flag': /kisskb/src/fs/ecryptfs/mmap.c:73:24: note: byref variable will be forcibly initialized 73 | size_t written; | ^~~~~~~ /kisskb/src/fs/ecryptfs/mmap.c: In function 'ecryptfs_copy_up_encrypted_with_header': /kisskb/src/fs/ecryptfs/mmap.c:132:40: note: byref variable will be forcibly initialized 132 | size_t written; | ^~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_get_pgtable_size': /kisskb/src/kernel/events/core.c:7187:22: note: byref variable will be forcibly initialized 7187 | p4d_t *p4dp, p4d; | ^~~ /kisskb/src/kernel/events/core.c:7186:22: note: byref variable will be forcibly initialized 7186 | pgd_t *pgdp, pgd; | ^~~ /kisskb/src/kernel/events/core.c: In function '__perf_event_output': /kisskb/src/kernel/events/core.c:7470:34: note: byref variable will be forcibly initialized 7470 | struct perf_event_header header; | ^~~~~~ /kisskb/src/kernel/events/core.c:7469:35: note: byref variable will be forcibly initialized 7469 | struct perf_output_handle handle; | ^~~~~~ 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_iterate_sb_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:7587:22: note: in expansion of macro 'smp_load_acquire' 7587 | if (!smp_load_acquire(&event->ctx)) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware-host.c: In function 'dw_handle_msi_irq': /kisskb/src/drivers/pci/controller/dwc/pcie-designware-host.c:59:23: note: byref variable will be forcibly initialized 59 | unsigned long val; | ^~~ /kisskb/src/kernel/events/core.c: In function 'visit_groups_merge': /kisskb/src/kernel/events/core.c:3630:28: note: byref variable will be forcibly initialized 3630 | struct perf_event *itrs[2]; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'ctx_pinned_sched_in': /kisskb/src/kernel/events/core.c:3748:13: note: byref variable will be forcibly initialized 3748 | int can_add_hw = 1; | ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'ctx_flexible_sched_in': /kisskb/src/kernel/events/core.c:3762:13: note: byref variable will be forcibly initialized 3762 | int can_add_hw = 1; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/fs.h:10, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_pin_task_context': /kisskb/src/kernel/events/core.c:1445:23: note: byref variable will be forcibly initialized 1445 | unsigned long flags; | ^~~~~ 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_swevent_init_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:13277:17: note: in expansion of macro 'rcu_assign_pointer' 13277 | rcu_assign_pointer(swhash->swevent_hlist, hlist); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'swevent_hlist_get_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:9559:17: note: in expansion of macro 'rcu_assign_pointer' 9559 | rcu_assign_pointer(swhash->swevent_hlist, hlist); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_remove_from_owner': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:5044:25: note: in expansion of macro 'smp_store_release' 5044 | smp_store_release(&event->owner, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'cpu_function_call': /kisskb/src/kernel/events/core.c:145:37: note: byref variable will be forcibly initialized 145 | struct remote_function_call data = { | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_stop': /kisskb/src/kernel/events/core.c:3040:32: note: byref variable will be forcibly initialized 3040 | struct stop_event_data sd = { | ^~ /kisskb/src/kernel/events/core.c: In function 'task_function_call': /kisskb/src/kernel/events/core.c:110:37: note: byref variable will be forcibly initialized 110 | struct remote_function_call data = { | ^~~~ /kisskb/src/kernel/events/core.c: In function 'event_function_call': /kisskb/src/kernel/events/core.c:264:38: note: byref variable will be forcibly initialized 264 | struct event_function_struct efs = { | ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_group': /kisskb/src/kernel/events/core.c:6885:13: note: byref variable will be forcibly initialized 6885 | u64 values[5]; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_one': /kisskb/src/kernel/events/core.c:6861:13: note: byref variable will be forcibly initialized 6861 | u64 values[4]; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read': /kisskb/src/kernel/events/core.c:6934:39: note: byref variable will be forcibly initialized 6934 | u64 enabled = 0, running = 0, now; | ^~~ /kisskb/src/kernel/events/core.c:6934:26: note: byref variable will be forcibly initialized 6934 | u64 enabled = 0, running = 0, now; | ^~~~~~~ /kisskb/src/kernel/events/core.c:6934:13: note: byref variable will be forcibly initialized 6934 | u64 enabled = 0, running = 0, now; | ^~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch': /kisskb/src/kernel/events/core.c:8699:34: note: byref variable will be forcibly initialized 8699 | struct perf_switch_event switch_event; | ^~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_task': /kisskb/src/kernel/events/core.c:7846:32: note: byref variable will be forcibly initialized 7846 | struct perf_task_event task_event; | ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read': /kisskb/src/kernel/events/core.c:4482:39: note: byref variable will be forcibly initialized 4482 | struct perf_read_data data; | ^~~~ /kisskb/src/sound/pci/atiixp.c: In function 'snd_atiixp_mixer_new': /kisskb/src/sound/pci/atiixp.c:1403:34: note: byref variable will be forcibly initialized 1403 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/atiixp.c:1402:30: note: byref variable will be forcibly initialized 1402 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_read_one': /kisskb/src/kernel/events/core.c:5324:13: note: byref variable will be forcibly initialized 5324 | u64 values[4]; | ^~~~~~ /kisskb/src/kernel/events/core.c:5323:22: note: byref variable will be forcibly initialized 5323 | u64 enabled, running; | ^~~~~~~ /kisskb/src/kernel/events/core.c:5323:13: note: byref variable will be forcibly initialized 5323 | u64 enabled, running; | ^~~~~~~ /kisskb/src/sound/pci/atiixp.c: In function 'snd_atiixp_pcm_new': /kisskb/src/sound/pci/atiixp.c:1239:31: note: byref variable will be forcibly initialized 1239 | struct snd_pcm_chmap *chmap; | ^~~~~ /kisskb/src/sound/pci/atiixp.c:1238:25: note: byref variable will be forcibly initialized 1238 | struct snd_pcm *pcm; | ^~~ /kisskb/src/drivers/gpio/gpio-xgene-sb.c: In function 'xgene_gpio_sb_domain_alloc': /kisskb/src/drivers/gpio/gpio-xgene-sb.c:181:27: note: byref variable will be forcibly initialized 181 | 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:27: note: byref variable will be forcibly initialized 116 | 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:13: note: byref variable will be forcibly initialized 223 | u32 val32; | ^~~~~ 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/sound/pci/atiixp.c: In function '__snd_atiixp_probe': /kisskb/src/kernel/events/core.c:10183:19: note: byref variable will be forcibly initialized 10183 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/pci/atiixp.c:1578:26: note: byref variable will be forcibly initialized 1578 | struct snd_card *card; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample_ustack': /kisskb/src/kernel/events/core.c:6642:21: note: byref variable will be forcibly initialized 6642 | u64 dyn_size; | ^~~~~~~~ /kisskb/src/kernel/events/core.c:6637:21: note: byref variable will be forcibly initialized 6637 | u64 size = 0; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample_regs': /kisskb/src/kernel/events/core.c:6538:1: note: byref variable will be forcibly initialized 6538 | perf_output_sample_regs(struct perf_output_handle *handle, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:6546:21: note: byref variable will be forcibly initialized 6546 | 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:248, from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c:6542:24: note: byref variable will be forcibly initialized 6542 | DECLARE_BITMAP(_mask, 64); | ^~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_virt_to_phys': /kisskb/src/kernel/events/core.c:7164:38: note: byref variable will be forcibly initialized 7164 | struct page *p; | ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm_event': /kisskb/src/kernel/events/core.c:7938:14: note: byref variable will be forcibly initialized 7938 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_fill_ns_link_info': /kisskb/src/kernel/events/core.c:8039:21: note: byref variable will be forcibly initialized 8039 | struct path ns_path; | ^~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap_event': /kisskb/src/kernel/events/core.c:8322:14: note: byref variable will be forcibly initialized 8322 | char tmp[16]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mux_interval_ms_store': /kisskb/src/kernel/events/core.c:10950:13: note: byref variable will be forcibly initialized 10950 | int timer, cpu, ret; | ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_parse_addr_filter': /kisskb/src/kernel/events/core.c:10339:21: note: byref variable will be forcibly initialized 10339 | 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:10493:19: note: byref variable will be forcibly initialized 10493 | LIST_HEAD(filters); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'find_get_context': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:4682:25: note: in expansion of macro 'rcu_assign_pointer' 4682 | rcu_assign_pointer(task->perf_event_ctxp[ctxn], ctx); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:4611:23: note: byref variable will be forcibly initialized 4611 | unsigned long flags; | ^~~~~ 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:2803:9: note: in expansion of macro 'smp_store_release' 2803 | smp_store_release(&event->ctx, ctx); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read_local': /kisskb/src/kernel/events/core.c:4457:43: note: byref variable will be forcibly initialized 4457 | u64 __enabled, __running, __now;; | ^~~~~ /kisskb/src/kernel/events/core.c:4457:32: note: byref variable will be forcibly initialized 4457 | u64 __enabled, __running, __now;; | ^~~~~~~~~ /kisskb/src/kernel/events/core.c:4457:21: note: byref variable will be forcibly initialized 4457 | u64 __enabled, __running, __now;; | ^~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_update_userpage': /kisskb/src/kernel/events/core.c:5817:31: note: byref variable will be forcibly initialized 5817 | u64 enabled, running, now; | ^~~ /kisskb/src/kernel/events/core.c:5817:22: note: byref variable will be forcibly initialized 5817 | u64 enabled, running, now; | ^~~~~~~ /kisskb/src/kernel/events/core.c:5817:13: note: byref variable will be forcibly initialized 5817 | u64 enabled, running, now; | ^~~~~~~ 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:5947:9: note: in expansion of macro 'rcu_assign_pointer' 5947 | rcu_assign_pointer(event->rb, rb); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'event_set_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1677:9: note: in expansion of macro 'rcu_assign_pointer' 1677 | rcu_assign_pointer(file->filter, filter); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_aux_sample_output': /kisskb/src/kernel/events/core.c:6778:21: note: byref variable will be forcibly initialized 6778 | u64 zero = 0; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/trace/trace_events_filter.c:9: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_throttle': /kisskb/src/kernel/events/core.c:8740:11: note: byref variable will be forcibly initialized 8740 | } throttle_event = { | ^~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:8732:33: note: byref variable will be forcibly initialized 8732 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8731:35: note: byref variable will be forcibly initialized 8731 | struct perf_output_handle handle; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_preds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1660:9: note: in expansion of macro 'rcu_assign_pointer' 1660 | rcu_assign_pointer(filter->prog, prog); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1634:13: note: byref variable will be forcibly initialized 1634 | int index; | ^~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1633:13: note: byref variable will be forcibly initialized 1633 | int nr_preds; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1632:13: note: byref variable will be forcibly initialized 1632 | int nr_parens; | ^~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_swevent_hrtimer': /kisskb/src/kernel/events/core.c:10573:33: note: byref variable will be forcibly initialized 10573 | struct perf_sample_data data; | ^~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1838:36: note: byref variable will be forcibly initialized 1838 | struct filter_parse_error *pe = NULL; | ^~ /kisskb/src/kernel/events/core.c: In function 'perf_log_itrace_start': /kisskb/src/kernel/events/core.c:9063:11: note: byref variable will be forcibly initialized 9063 | } rec; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_system_preds': /kisskb/src/kernel/trace/trace_events_filter.c:1699:19: note: byref variable will be forcibly initialized 1699 | LIST_HEAD(filter_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/events/core.c:9058:33: note: byref variable will be forcibly initialized 9058 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:9057:35: note: byref variable will be forcibly initialized 9057 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_system_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1877:36: note: byref variable will be forcibly initialized 1877 | struct filter_parse_error *pe = NULL; | ^~ /kisskb/src/kernel/trace/trace_events_filter.c: In function '__ftrace_function_set_filter': /kisskb/src/kernel/trace/trace_events_filter.c:2044:16: note: byref variable will be forcibly initialized 2044 | int i, re_cnt, ret = -EINVAL; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'ftrace_function_set_filter': /kisskb/src/kernel/trace/trace_events_filter.c:2130:37: note: byref variable will be forcibly initialized 2130 | struct function_filter_data data = { | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch_output': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/kernel/trace/trace_events_filter_test.h:51, from /kisskb/src/kernel/trace/trace_events_filter.c:2202: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'perf_trace_ftrace_test_filter': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/kernel/trace/trace_events_filter_test.h:51, from /kisskb/src/kernel/trace/trace_events_filter.c:2202: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'trace_event_raw_event_ftrace_test_filter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/kernel/events/core.c:8661:33: note: byref variable will be forcibly initialized 8661 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8660:35: note: byref variable will be forcibly initialized 8660 | struct perf_output_handle handle; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/kernel/trace/trace_events_filter_test.h:51, from /kisskb/src/kernel/trace/trace_events_filter.c:2202: /kisskb/src/kernel/trace/trace_events_filter.c: In function '__bpf_trace_ftrace_test_filter': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read_event': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/kernel/events/core.c:7532:32: note: byref variable will be forcibly initialized 7532 | struct perf_read_event read_event = { | ^~~~~~~~~~ /kisskb/src/kernel/events/core.c:7531:33: note: byref variable will be forcibly initialized 7531 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'ftrace_test_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:2320:38: note: byref variable will be forcibly initialized 2320 | struct event_filter *filter = NULL; | ^~~~~~ /kisskb/src/kernel/events/core.c:7530:35: note: byref variable will be forcibly initialized 7530 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'filter_build_regex': /kisskb/src/kernel/trace/trace_events_filter.c:959:15: note: byref variable will be forcibly initialized 959 | char *search; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_task_output': /kisskb/src/kernel/events/core.c:7804:33: note: byref variable will be forcibly initialized 7804 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'parse_pred': /kisskb/src/kernel/trace/trace_events_filter.c:1260:13: note: byref variable will be forcibly initialized 1260 | u64 val; | ^~~ /kisskb/src/kernel/trace/trace_events_filter.c:1256:14: note: byref variable will be forcibly initialized 1256 | char num_buf[24]; /* Big enough to hold an address */ | ^~~~~~~ /kisskb/src/kernel/events/core.c:7803:35: note: byref variable will be forcibly initialized 7803 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm_output': /kisskb/src/kernel/events/core.c:7908:33: note: byref variable will be forcibly initialized 7908 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:7907:35: note: byref variable will be forcibly initialized 7907 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces_output': /kisskb/src/kernel/events/core.c:8007:33: note: byref variable will be forcibly initialized 8007 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8006:35: note: byref variable will be forcibly initialized 8006 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap_output': /kisskb/src/kernel/events/core.c:8289:28: note: byref variable will be forcibly initialized 8289 | u8 size[4] = { (u8) mmap_event->build_id_size, 0, 0, 0 }; | ^~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'apply_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1900:30: note: byref variable will be forcibly initialized 1900 | struct event_filter *filter = NULL; | ^~~~~~ /kisskb/src/kernel/events/core.c:8252:33: note: byref variable will be forcibly initialized 8252 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'apply_subsystem_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1953:30: note: byref variable will be forcibly initialized 1953 | struct event_filter *filter = NULL; | ^~~~~~ /kisskb/src/kernel/events/core.c:8251:35: note: byref variable will be forcibly initialized 8251 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'ftrace_profile_set_filter': /kisskb/src/kernel/trace/trace_events_filter.c:2160:30: note: byref variable will be forcibly initialized 2160 | struct event_filter *filter = NULL; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol_output': /kisskb/src/kernel/events/core.c:8791:33: note: byref variable will be forcibly initialized 8791 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8790:35: note: byref variable will be forcibly initialized 8790 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_output': /kisskb/src/kernel/events/core.c:8881:33: note: byref variable will be forcibly initialized 8881 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8880:35: note: byref variable will be forcibly initialized 8880 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_text_poke_output': /kisskb/src/kernel/events/core.c:8990:13: note: byref variable will be forcibly initialized 8990 | u64 padding = 0; | ^~~~~~~ /kisskb/src/kernel/events/core.c:8989:33: note: byref variable will be forcibly initialized 8989 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-regmap.c: In function 'gpio_regmap_set_direction': /kisskb/src/drivers/gpio/gpio-regmap.c:142:38: note: byref variable will be forcibly initialized 142 | unsigned int base, val, reg, mask; | ^~~~ /kisskb/src/drivers/gpio/gpio-regmap.c:142:33: note: byref variable will be forcibly initialized 142 | unsigned int base, val, reg, mask; | ^~~ /kisskb/src/drivers/gpio/gpio-regmap.c: In function 'gpio_regmap_set': /kisskb/src/drivers/gpio/gpio-regmap.c:83:27: note: byref variable will be forcibly initialized 83 | unsigned int reg, mask; | ^~~~ /kisskb/src/drivers/gpio/gpio-regmap.c:83:22: note: byref variable will be forcibly initialized 83 | unsigned int reg, mask; | ^~~ /kisskb/src/kernel/events/core.c:8988:35: note: byref variable will be forcibly initialized 8988 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-regmap.c: In function 'gpio_regmap_get_direction': /kisskb/src/drivers/gpio/gpio-regmap.c:111:38: note: byref variable will be forcibly initialized 111 | unsigned int base, val, reg, mask; | ^~~~ /kisskb/src/drivers/gpio/gpio-regmap.c:111:33: note: byref variable will be forcibly initialized 111 | unsigned int base, val, reg, mask; | ^~~ /kisskb/src/drivers/gpio/gpio-regmap.c:111:28: note: byref variable will be forcibly initialized 111 | unsigned int base, val, reg, mask; | ^~~ /kisskb/src/drivers/gpio/gpio-regmap.c: In function 'gpio_regmap_get': /kisskb/src/drivers/gpio/gpio-regmap.c:58:38: note: byref variable will be forcibly initialized 58 | unsigned int base, val, reg, mask; | ^~~~ /kisskb/src/drivers/gpio/gpio-regmap.c:58:33: note: byref variable will be forcibly initialized 58 | unsigned int base, val, reg, mask; | ^~~ /kisskb/src/drivers/gpio/gpio-regmap.c:58:28: note: byref variable will be forcibly initialized 58 | unsigned int base, val, reg, mask; | ^~~ /kisskb/src/drivers/gpio/gpio-regmap.c: In function 'gpio_regmap_set_with_clear': /kisskb/src/drivers/gpio/gpio-regmap.c:96:33: note: byref variable will be forcibly initialized 96 | unsigned int base, reg, mask; | ^~~~ /kisskb/src/drivers/gpio/gpio-regmap.c:96:28: note: byref variable will be forcibly initialized 96 | unsigned int base, reg, mask; | ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample': /kisskb/src/kernel/events/core.c:7093:21: note: byref variable will be forcibly initialized 7093 | u64 abi = data->regs_intr.abi; | ^~~ /kisskb/src/kernel/events/core.c:7061:21: note: byref variable will be forcibly initialized 7061 | u64 abi = data->regs_user.abi; | ^~~ /kisskb/src/kernel/events/core.c:7055:29: note: byref variable will be forcibly initialized 7055 | u64 nr = 0; | ^~ /kisskb/src/kernel/events/core.c:7032:27: note: byref variable will be forcibly initialized 7032 | } raw = { | ^~~ 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:248, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/gpio/gpio-xilinx.c:8: /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_irqhandler': /kisskb/src/drivers/gpio/gpio-xilinx.c:506:24: note: byref variable will be forcibly initialized 506 | DECLARE_BITMAP(all, 64); | ^~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:505:24: note: byref variable will be forcibly initialized 505 | DECLARE_BITMAP(falling, 64); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:504:24: note: byref variable will be forcibly initialized 504 | DECLARE_BITMAP(rising, 64); | ^~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_get': /kisskb/src/drivers/gpio/gpio-xilinx.c:160:24: note: byref variable will be forcibly initialized 160 | DECLARE_BITMAP(state, 64); | ^~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_set_multiple': /kisskb/src/drivers/gpio/gpio-xilinx.c:206:24: note: byref variable will be forcibly initialized 206 | DECLARE_BITMAP(state, 64); | ^~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:205:24: note: byref variable will be forcibly initialized 205 | DECLARE_BITMAP(hw_bits, 64); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:204:24: note: byref variable will be forcibly initialized 204 | DECLARE_BITMAP(hw_mask, 64); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-xilinx.c:12: /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_probe': /kisskb/src/drivers/gpio/gpio-xilinx.c:562:13: note: byref variable will be forcibly initialized 562 | u32 dir[2]; | ^~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:561:13: note: byref variable will be forcibly initialized 561 | u32 state[2]; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:560:13: note: byref variable will be forcibly initialized 560 | u32 width[2]; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:559:13: note: byref variable will be forcibly initialized 559 | u32 cells = 2; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:558:13: note: byref variable will be forcibly initialized 558 | u32 is_dual = 0; | ^~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm': /kisskb/src/kernel/events/core.c:7957:32: note: byref variable will be forcibly initialized 7957 | struct perf_comm_event comm_event; | ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces': /kisskb/src/kernel/events/core.c:8054:38: note: byref variable will be forcibly initialized 8054 | struct perf_namespaces_event namespaces_event; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap': /kisskb/src/kernel/events/core.c:8537:32: note: byref variable will be forcibly initialized 8537 | struct perf_mmap_event mmap_event; | ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_aux_event': /kisskb/src/kernel/events/core.c:8580:11: note: byref variable will be forcibly initialized 8580 | } rec = { | ^~~ /kisskb/src/kernel/events/core.c:8574:33: note: byref variable will be forcibly initialized 8574 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8573:35: note: byref variable will be forcibly initialized 8573 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_lost_samples': /kisskb/src/kernel/events/core.c:8616:11: note: byref variable will be forcibly initialized 8616 | } lost_samples_event = { | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:8610:33: note: byref variable will be forcibly initialized 8610 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8609:35: note: byref variable will be forcibly initialized 8609 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol': /kisskb/src/kernel/events/core.c:8815:14: note: byref variable will be forcibly initialized 8815 | char name[KSYM_NAME_LEN]; | ^~~~ /kisskb/src/kernel/events/core.c:8814:35: note: byref variable will be forcibly initialized 8814 | struct perf_ksymbol_event ksymbol_event; | ^~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_event': /kisskb/src/kernel/events/core.c:8928:31: note: byref variable will be forcibly initialized 8928 | struct perf_bpf_event bpf_event; | ^~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_text_poke': /kisskb/src/kernel/events/core.c:9021:37: note: byref variable will be forcibly initialized 9021 | 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:9098:11: note: byref variable will be forcibly initialized 9098 | } rec; | ^~~ /kisskb/src/kernel/events/core.c:9094:33: note: byref variable will be forcibly initialized 9094 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:9093:35: note: byref variable will be forcibly initialized 9093 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_tp_event': /kisskb/src/kernel/events/core.c:9711:33: note: byref variable will be forcibly initialized 9711 | struct perf_sample_data data; | ^~~~ /kisskb/src/kernel/events/core.c: In function '___perf_sw_event': /kisskb/src/kernel/events/core.c:9438:33: note: byref variable will be forcibly initialized 9438 | struct perf_sample_data data; | ^~~~ /kisskb/src/kernel/events/core.c: In function '_perf_ioctl': /kisskb/src/kernel/events/core.c:5677:40: note: byref variable will be forcibly initialized 5677 | struct perf_event_attr new_attr; | ^~~~~~~~ /kisskb/src/kernel/events/core.c:5625:35: note: byref variable will be forcibly initialized 5625 | struct fd output; | ^~~~~~ /kisskb/src/kernel/events/core.c:5613:21: note: byref variable will be forcibly initialized 5613 | u64 id = primary_event_id(event); | ^~ /kisskb/src/kernel/events/core.c:5604:21: note: byref variable will be forcibly initialized 5604 | u64 value; | ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_init_context': /kisskb/src/kernel/events/core.c:13132:13: note: byref variable will be forcibly initialized 13132 | int inherited_all = 1; | ^~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function '__do_sys_perf_event_open': /kisskb/src/kernel/events/core.c:12022:19: note: byref variable will be forcibly initialized 12022 | struct fd group = {NULL, 0}; | ^~~~~ /kisskb/src/kernel/events/core.c:12019:32: note: byref variable will be forcibly initialized 12019 | struct perf_event_attr attr; | ^~~~ 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:12568:19: note: byref variable will be forcibly initialized 12568 | LIST_HEAD(events); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_release_kernel': /kisskb/src/kernel/events/core.c:5068:19: note: byref variable will be forcibly initialized 5068 | LIST_HEAD(free_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_bp_event': /kisskb/src/kernel/events/core.c:10136:33: note: byref variable will be forcibly initialized 10136 | struct perf_sample_data sample; | ^~~~~~ 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:12784:17: note: in expansion of macro 'smp_store_release' 12784 | 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/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:12871:17: note: in expansion of macro 'wait_var_event' 12871 | wait_var_event(&ctx->refcount, refcount_read(&ctx->refcount) == 1); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/da9052_bl.c: In function 'da9052_backlight_probe': /kisskb/src/drivers/video/backlight/da9052_bl.c:108:37: note: byref variable will be forcibly initialized 108 | struct backlight_properties props; | ^~~~~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/debugobjects.h:6, from /kisskb/src/include/linux/timer.h:8, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function 'queued_spin_lock': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 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/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/helpers.c: In function '____bpf_snprintf': /kisskb/src/kernel/bpf/helpers.c:1047:14: note: byref variable will be forcibly initialized 1047 | u32 *bin_args; | ^~~~~~~~ /kisskb/src/kernel/bpf/helpers.c: In function 'bpf_snprintf': /kisskb/src/kernel/bpf/helpers.c:1047:14: note: byref variable will be forcibly initialized 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/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function '____bpf_timer_init': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/helpers.c:1196:9: note: in expansion of macro 'rcu_assign_pointer' 1196 | rcu_assign_pointer(t->callback_fn, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/helpers.c: In function '____bpf_timer_set_callback': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/helpers.c:1253:9: note: in expansion of macro 'rcu_assign_pointer' 1253 | rcu_assign_pointer(t->callback_fn, callback_fn); | ^~~~~~~~~~~~~~~~~~ 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/bpf.h:9, from /kisskb/src/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function 'ktime_get_coarse': /kisskb/src/include/linux/timekeeping.h:118:27: note: byref variable will be forcibly initialized 118 | struct timespec64 ts; | ^~ In file included from ./arch/arm64/include/generated/asm/qspinlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:8, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/debugobjects.h:6, from /kisskb/src/include/linux/timer.h:8, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:9, from /kisskb/src/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function '__bpf_spin_lock': /kisskb/src/include/asm-generic/qspinlock.h:109:13: note: byref variable will be forcibly initialized 109 | int val = 0; | ^~~ /kisskb/src/kernel/bpf/helpers.c: In function 'bpf_timer_cb': /kisskb/src/kernel/bpf/helpers.c:1122:13: note: byref variable will be forcibly initialized 1122 | u32 idx; | ^~~ 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/kernel/bpf/helpers.c:4: /kisskb/src/kernel/bpf/helpers.c: In function 'drop_prog_refcnt': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/helpers.c:1304:17: note: in expansion of macro 'rcu_assign_pointer' 1304 | rcu_assign_pointer(t->callback_fn, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/helpers.c: In function 'bpf_bprintf_prepare': /kisskb/src/kernel/bpf/helpers.c:831:37: note: byref variable will be forcibly initialized 831 | char fmt_ptype, cur_ip[16], ip_spec[] = "%pXX"; | ^~~~~~~ /kisskb/src/kernel/bpf/helpers.c:831:25: note: byref variable will be forcibly initialized 831 | char fmt_ptype, cur_ip[16], ip_spec[] = "%pXX"; | ^~~~~~ /kisskb/src/kernel/bpf/helpers.c:830:13: note: byref variable will be forcibly initialized 830 | u64 cur_arg; | ^~~~~~~ /kisskb/src/kernel/bpf/helpers.c:827:35: note: byref variable will be forcibly initialized 827 | char *unsafe_ptr = NULL, *tmp_buf = NULL, *tmp_buf_end, *fmt_end; | ^~~~~~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function 'vt1724_midi_read': /kisskb/src/sound/pci/ice1712/ice1724.c:263:12: note: byref variable will be forcibly initialized 263 | u8 buffer[32]; | ^~~~~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function 'vt1724_midi_write': /kisskb/src/sound/pci/ice1712/ice1724.c:243:12: note: byref variable will be forcibly initialized 243 | u8 buffer[32]; | ^~~~~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function 'snd_vt1724_pcm_profi': /kisskb/src/sound/pci/ice1712/ice1724.c:1102:25: note: byref variable will be forcibly initialized 1102 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function 'snd_vt1724_pcm_spdif': /kisskb/src/sound/pci/ice1712/ice1724.c:1280:25: note: byref variable will be forcibly initialized 1280 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function 'snd_vt1724_pcm_indep': /kisskb/src/sound/pci/ice1712/ice1724.c:1411:25: note: byref variable will be forcibly initialized 1411 | struct snd_pcm *pcm; | ^~~ /kisskb/src/fs/autofs/root.c: In function 'do_expire_wait': /kisskb/src/fs/autofs/root.c:273:35: note: byref variable will be forcibly initialized 273 | const struct path this = { .mnt = path->mnt, .dentry = expiring }; | ^~~~ /kisskb/src/fs/tracefs/inode.c: In function 'tracefs_parse_options': /kisskb/src/fs/tracefs/inode.c:238:13: note: byref variable will be forcibly initialized 238 | int option; | ^~~~~~ /kisskb/src/fs/tracefs/inode.c:237:21: note: byref variable will be forcibly initialized 237 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function 'snd_vt1724_ac97_mixer': /kisskb/src/sound/pci/ice1712/ice1724.c:1449:42: note: byref variable will be forcibly initialized 1449 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/ice1712/ice1724.c:1448:38: note: byref variable will be forcibly initialized 1448 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function 'snd_vt1724_build_controls': /kisskb/src/sound/pci/ice1712/ice1724.c:2437:41: note: byref variable will be forcibly initialized 2437 | struct snd_kcontrol_new tmp = snd_vt1724_mixer_pro_analog_route; | ^~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function 'snd_vt1724_read_eeprom': /kisskb/src/sound/pci/ice1712/ice1724.c:2271:37: note: byref variable will be forcibly initialized 2271 | u16 vendor, device; | ^~~~~~ /kisskb/src/sound/pci/ice1712/ice1724.c:2271:29: note: byref variable will be forcibly initialized 2271 | u16 vendor, device; | ^~~~~~ /kisskb/src/sound/pci/ice1712/ice1724.c: In function '__snd_vt1724_probe': /kisskb/src/sound/pci/ice1712/ice1724.c:2629:45: note: byref variable will be forcibly initialized 2629 | struct snd_rawmidi *rmidi; | ^~~~~ /kisskb/src/sound/pci/ice1712/ice1724.c:2526:26: note: byref variable will be forcibly initialized 2526 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'rescan_store': /kisskb/src/drivers/pci/pci-sysfs.c:432:23: note: byref variable will be forcibly initialized 432 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'broken_parity_status_store': /kisskb/src/drivers/pci/pci-sysfs.c:86:23: note: byref variable will be forcibly initialized 86 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'dev_rescan_store': /kisskb/src/drivers/pci/pci-sysfs.c:466:23: note: byref variable will be forcibly initialized 466 | unsigned long val; | ^~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_parse_options': /kisskb/src/fs/debugfs/inode.c:108:13: note: byref variable will be forcibly initialized 108 | int option; | ^~~~~~ /kisskb/src/fs/debugfs/inode.c:107:21: note: byref variable will be forcibly initialized 107 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'bus_rescan_store': /kisskb/src/drivers/pci/pci-sysfs.c:501:23: note: byref variable will be forcibly initialized 501 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'reset_store': /kisskb/src/drivers/pci/pci-sysfs.c:1336:23: note: byref variable will be forcibly initialized 1336 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'pci_read_rom': /kisskb/src/drivers/pci/pci-sysfs.c:1283:16: note: byref variable will be forcibly initialized 1283 | size_t size; | ^~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'pci_read_config': /kisskb/src/drivers/pci/pci-sysfs.c:734:20: note: byref variable will be forcibly initialized 734 | u8 val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:725:21: note: byref variable will be forcibly initialized 725 | u16 val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:713:21: note: byref variable will be forcibly initialized 713 | u32 val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:704:21: note: byref variable will be forcibly initialized 704 | u16 val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:696:20: note: byref variable will be forcibly initialized 696 | u8 val; | ^~~ In file included from /kisskb/src/drivers/gpio/gpio-74x164.c:16: /kisskb/src/drivers/gpio/gpio-74x164.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpio/gpio-74x164.c: In function 'gen_74x164_probe': /kisskb/src/drivers/gpio/gpio-74x164.c:103:13: note: byref variable will be forcibly initialized 103 | u32 nregs; | ^~~~~ /kisskb/src/drivers/gpio/gpio-74x164.c: In function 'gen_74x164_set_multiple': /kisskb/src/drivers/gpio/gpio-74x164.c:77:23: note: byref variable will be forcibly initialized 77 | unsigned long bankmask; | ^~~~~~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_rename': /kisskb/src/fs/debugfs/inode.c:771:30: note: byref variable will be forcibly initialized 771 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'msi_bus_store': /kisskb/src/drivers/pci/pci-sysfs.c:399:23: note: byref variable will be forcibly initialized 399 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'enable_store': /kisskb/src/drivers/pci/pci-sysfs.c:296:23: note: byref variable will be forcibly initialized 296 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'numa_node_store': /kisskb/src/drivers/pci/pci-sysfs.c:336:13: note: byref variable will be forcibly initialized 336 | int node; | ^~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'resource_show': /kisskb/src/drivers/pci/pci-sysfs.c:164:32: note: byref variable will be forcibly initialized 164 | resource_size_t start, end; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:164:25: note: byref variable will be forcibly initialized 164 | resource_size_t start, end; | ^~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'current_link_width_show': /kisskb/src/drivers/pci/pci-sysfs.c:225:13: note: byref variable will be forcibly initialized 225 | u16 linkstat; | ^~~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'current_link_speed_show': /kisskb/src/drivers/pci/pci-sysfs.c:207:13: note: byref variable will be forcibly initialized 207 | u16 linkstat; | ^~~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'secondary_bus_number_show': /kisskb/src/drivers/pci/pci-sysfs.c:242:12: note: byref variable will be forcibly initialized 242 | u8 sec_bus; | ^~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'subordinate_bus_number_show': /kisskb/src/drivers/pci/pci-sysfs.c:258:12: note: byref variable will be forcibly initialized 258 | u8 sub_bus; | ^~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'remove_store': /kisskb/src/drivers/pci/pci-sysfs.c:485:23: note: byref variable will be forcibly initialized 485 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'pci_mmap_fits': /kisskb/src/drivers/pci/pci-sysfs.c:1009:40: note: byref variable will be forcibly initialized 1009 | resource_size_t pci_start = 0, pci_end; | ^~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c:1009:25: note: byref variable will be forcibly initialized 1009 | resource_size_t pci_start = 0, pci_end; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/security.h:27, from /kisskb/src/kernel/trace/trace_events_trigger.c:8: /kisskb/src/kernel/trace/trace_events_trigger.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'set_trigger_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1077:9: note: in expansion of macro 'rcu_assign_pointer' 1077 | rcu_assign_pointer(data->filter, filter); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1052:30: note: byref variable will be forcibly initialized 1052 | struct event_filter *filter = NULL, *tmp; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'trigger_process_regex': /kisskb/src/kernel/trace/trace_events_trigger.c:246:25: note: byref variable will be forcibly initialized 246 | char *command, *next; | ^~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_enable_trigger_parse': /kisskb/src/kernel/trace/trace_events_trigger.c:1726:23: note: byref variable will be forcibly initialized 1726 | char *param, *filter; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1726:15: note: byref variable will be forcibly initialized 1726 | char *param, *filter; | ^~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_trigger_parse': /kisskb/src/kernel/trace/trace_events_trigger.c:983:23: note: byref variable will be forcibly initialized 983 | char *param, *filter; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:983:15: note: byref variable will be forcibly initialized 983 | char *param, *filter; | ^~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_dbg_show': /kisskb/src/drivers/gpio/gpio-adnp.c:189:35: note: byref variable will be forcibly initialized 189 | u8 ddr, plr, ier, isr; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:189:30: note: byref variable will be forcibly initialized 189 | u8 ddr, plr, ier, isr; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:189:25: note: byref variable will be forcibly initialized 189 | u8 ddr, plr, ier, isr; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:189:20: note: byref variable will be forcibly initialized 189 | 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:12: note: byref variable will be forcibly initialized 85 | u8 val; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_get': /kisskb/src/drivers/gpio/gpio-adnp.c:70:12: note: byref variable will be forcibly initialized 70 | u8 value; | ^~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_direction_output': /kisskb/src/drivers/gpio/gpio-adnp.c:151:12: note: byref variable will be forcibly initialized 151 | u8 val; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_direction_input': /kisskb/src/drivers/gpio/gpio-adnp.c:113:12: note: byref variable will be forcibly initialized 113 | u8 value; | ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-adnp.c:6: /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_i2c_probe': /kisskb/src/drivers/gpio/gpio-adnp.c:493:13: note: byref variable will be forcibly initialized 493 | u32 num_gpios; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_irq': /kisskb/src/drivers/gpio/gpio-adnp.c:251:31: note: byref variable will be forcibly initialized 251 | unsigned long pending; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c:250:41: note: byref variable will be forcibly initialized 250 | u8 changed, level, isr, ier; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:250:36: note: byref variable will be forcibly initialized 250 | u8 changed, level, isr, ier; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:250:29: note: byref variable will be forcibly initialized 250 | u8 changed, level, isr, ier; | ^~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'snd_hda_get_int_hint': /kisskb/src/sound/pci/hda/hda_sysfs.c:476:23: note: byref variable will be forcibly initialized 476 | unsigned long val; | ^~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'parse_revision_id_mode': /kisskb/src/sound/pci/hda/hda_sysfs.c:598:23: note: byref variable will be forcibly initialized 598 | unsigned long val; \ | ^~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:605:1: note: in expansion of macro 'DEFINE_PARSE_ID_MODE' 605 | DEFINE_PARSE_ID_MODE(revision_id); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'parse_subsystem_id_mode': /kisskb/src/sound/pci/hda/hda_sysfs.c:598:23: note: byref variable will be forcibly initialized 598 | unsigned long val; \ | ^~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:604:1: note: in expansion of macro 'DEFINE_PARSE_ID_MODE' 604 | DEFINE_PARSE_ID_MODE(subsystem_id); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'parse_vendor_id_mode': /kisskb/src/sound/pci/hda/hda_sysfs.c:598:23: note: byref variable will be forcibly initialized 598 | unsigned long val; \ | ^~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:603:1: note: in expansion of macro 'DEFINE_PARSE_ID_MODE' 603 | DEFINE_PARSE_ID_MODE(vendor_id); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'revision_id_store': /kisskb/src/sound/pci/hda/hda_sysfs.c:172:23: note: byref variable will be forcibly initialized 172 | unsigned long val; \ | ^~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:196:1: note: in expansion of macro 'CODEC_INFO_STORE' 196 | CODEC_INFO_STORE(revision_id, core.revision_id); | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'subsystem_id_store': /kisskb/src/sound/pci/hda/hda_sysfs.c:172:23: note: byref variable will be forcibly initialized 172 | unsigned long val; \ | ^~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:195:1: note: in expansion of macro 'CODEC_INFO_STORE' 195 | CODEC_INFO_STORE(subsystem_id, core.subsystem_id); | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'vendor_id_store': /kisskb/src/sound/pci/hda/hda_sysfs.c:172:23: note: byref variable will be forcibly initialized 172 | unsigned long val; \ | ^~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:194:1: note: in expansion of macro 'CODEC_INFO_STORE' 194 | CODEC_INFO_STORE(vendor_id, core.vendor_id); | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'parse_init_verbs': /kisskb/src/sound/pci/hda/hda_sysfs.c:236:24: note: byref variable will be forcibly initialized 236 | int nid, verb, param; | ^~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:236:18: note: byref variable will be forcibly initialized 236 | int nid, verb, param; | ^~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:236:13: note: byref variable will be forcibly initialized 236 | int nid, verb, param; | ^~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'parse_codec_mode': /kisskb/src/sound/pci/hda/hda_sysfs.c:543:30: note: byref variable will be forcibly initialized 543 | int vendorid, subid, caddr; | ^~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:543:23: note: byref variable will be forcibly initialized 543 | int vendorid, subid, caddr; | ^~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:543:13: note: byref variable will be forcibly initialized 543 | int vendorid, subid, caddr; | ^~~~~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'parse_user_pin_configs': /kisskb/src/sound/pci/hda/hda_sysfs.c:383:18: note: byref variable will be forcibly initialized 383 | int nid, cfg, err; | ^~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:383:13: note: byref variable will be forcibly initialized 383 | int nid, cfg, err; | ^~~ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'snd_hda_load_patch': /kisskb/src/sound/pci/hda/hda_sysfs.c:718:27: note: byref variable will be forcibly initialized 718 | struct hda_codec *codec; | ^~~~~ /kisskb/src/sound/pci/hda/hda_sysfs.c:717:14: note: byref variable will be forcibly initialized 717 | char buf[128]; | ^~~ /kisskb/src/sound/pci/atiixp_modem.c: In function 'snd_atiixp_mixer_new': /kisskb/src/sound/pci/atiixp_modem.c:1045:34: note: byref variable will be forcibly initialized 1045 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/atiixp_modem.c:1044:30: note: byref variable will be forcibly initialized 1044 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/sound/pci/atiixp_modem.c: In function 'snd_atiixp_pcm_new': /kisskb/src/sound/pci/atiixp_modem.c:972:25: note: byref variable will be forcibly initialized 972 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/atiixp_modem.c: In function '__snd_atiixp_probe': /kisskb/src/sound/pci/atiixp_modem.c:1207:26: note: byref variable will be forcibly initialized 1207 | struct snd_card *card; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fscache/volume.c:10: /kisskb/src/fs/fscache/volume.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c: In function 'fscache_cache_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/internal.h:33:16: note: in expansion of macro 'smp_load_acquire' 33 | return smp_load_acquire(&cache->state); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/fscache/volume.c:10: /kisskb/src/fs/fscache/volume.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/gpio_backlight.c: In function 'gpio_backlight_probe': /kisskb/src/drivers/video/backlight/gpio_backlight.c:52:37: note: byref variable will be forcibly initialized 52 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/fscache/volume.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/internal.h:15, from /kisskb/src/fs/fscache/volume.c:11: /kisskb/src/fs/fscache/volume.c: In function 'fscache_wait_on_volume_collision': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c:150:17: note: in expansion of macro 'wait_var_event' 150 | wait_var_event(&candidate->flags, !fscache_is_acquire_pending(candidate)); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c:144:9: note: in expansion of macro 'wait_var_event_timeout' 144 | wait_var_event_timeout(&candidate->flags, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c: In function 'fscache_withdraw_volume': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c:460:9: note: in expansion of macro 'wait_var_event' 460 | wait_var_event(&volume->n_accesses, | ^~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c: In function 'fscache_get_volume': /kisskb/src/fs/fscache/volume.c:23:13: note: byref variable will be forcibly initialized 23 | int ref; | ^~~ /kisskb/src/fs/fscache/volume.c: In function 'fscache_put_volume': /kisskb/src/fs/fscache/volume.c:412:21: note: byref variable will be forcibly initialized 412 | int ref; | ^~~ /kisskb/src/fs/ecryptfs/read_write.c: In function 'ecryptfs_read_lower_page_segment': /kisskb/src/fs/ecryptfs/read_write.c:246:5: note: byref variable will be forcibly initialized 246 | int ecryptfs_read_lower_page_segment(struct page *page_for_ecryptfs, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/sort.c: In function 'sort': /kisskb/src/lib/sort.c:285:24: note: byref variable will be forcibly initialized 285 | struct wrapper w = { | ^ /kisskb/src/drivers/video/backlight/pandora_bl.c: In function 'pandora_backlight_probe': /kisskb/src/drivers/video/backlight/pandora_bl.c:109:12: note: byref variable will be forcibly initialized 109 | static int pandora_backlight_probe(struct platform_device *pdev) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/pandora_bl.c:109:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:114:12: note: byref variable will be forcibly initialized 114 | u8 r; | ^ /kisskb/src/drivers/video/backlight/pandora_bl.c:111:37: note: byref variable will be forcibly initialized 111 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/pandora_bl.c: In function 'pandora_backlight_update_status': /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized 40 | static int pandora_backlight_update_status(struct backlight_device *bl) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:44:12: note: byref variable will be forcibly initialized 44 | u8 r; | ^ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'delete_device_store': /kisskb/src/drivers/gpio/gpio-aggregator.c:193:22: note: byref variable will be forcibly initialized 193 | unsigned int id; | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpio-aggregator.c:13: /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'aggr_parse': /kisskb/src/drivers/gpio/gpio-aggregator.c:65:13: note: byref variable will be forcibly initialized 65 | int error = 0; | ^~~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c:64:25: note: byref variable will be forcibly initialized 64 | unsigned int i, n = 0; | ^ /kisskb/src/drivers/gpio/gpio-aggregator.c:62:32: note: byref variable will be forcibly initialized 62 | char *name, *offsets, *p; | ^ /kisskb/src/drivers/gpio/gpio-aggregator.c:62:22: note: byref variable will be forcibly initialized 62 | char *name, *offsets, *p; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c:62:15: note: byref variable will be forcibly initialized 62 | char *name, *offsets, *p; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpio-aggregator.c:13: /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'panic_op_write_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:77:14: note: byref variable will be forcibly initialized 77 | char valcp[16]; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__list_splice_init_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:262:9: note: in expansion of macro 'rcu_assign_pointer' 262 | rcu_assign_pointer(list_next_rcu(prev), first); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'i_ipmi_req_ipmb': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1993:14: note: byref variable will be forcibly initialized 1993 | long seqid; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1992:23: note: byref variable will be forcibly initialized 1992 | unsigned char ipmb_seq; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'i_ipmi_req_lan': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2185:14: note: byref variable will be forcibly initialized 2185 | long seqid; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2184:23: note: byref variable will be forcibly initialized 2184 | unsigned char ipmb_seq; | ^~~~~~~~ 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:111: /kisskb/src/kernel/fork.c: In function 'perf_trace_task_newtask': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'perf_trace_task_rename': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/task.h:62, from /kisskb/src/kernel/fork.c:111: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_newtask': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_rename': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_guid_cmd': /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3273:43: note: byref variable will be forcibly initialized 3273 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/kernel/fork.c:2800:27: note: byref variable will be forcibly initialized 2800 | struct clone_args args; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3272:43: note: byref variable will be forcibly initialized 3272 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_get_device_id_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2535:32: note: byref variable will be forcibly initialized 2535 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2534:43: note: byref variable will be forcibly initialized 2534 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_channel_info_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3357:43: note: byref variable will be forcibly initialized 3357 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3356:43: note: byref variable will be forcibly initialized 3356 | unsigned char data[1]; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3355:43: note: byref variable will be forcibly initialized 3355 | struct kernel_ipmi_msg msg; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/task.h:62, from /kisskb/src/kernel/fork.c:111: /kisskb/src/kernel/fork.c: In function '__bpf_trace_task_newtask': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function '__bpf_trace_task_rename': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'clean_up_interface_data': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:705:26: note: byref variable will be forcibly initialized 705 | struct list_head list; | ^~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'deliver_response': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:950:21: note: byref variable will be forcibly initialized 950 | int index; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_timeout_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5016:30: note: byref variable will be forcibly initialized 5016 | bool need_timer = false; | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5014:30: note: byref variable will be forcibly initialized 5014 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5012:30: note: byref variable will be forcibly initialized 5012 | struct list_head timeouts; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_ipmb_get_msg_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3816:32: note: byref variable will be forcibly initialized 3816 | struct ipmi_recv_msg *recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3815:31: note: byref variable will be forcibly initialized 3815 | struct ipmi_ipmb_addr ipmb_addr; | ^~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'copy_files': /kisskb/src/kernel/fork.c:1609:13: note: byref variable will be forcibly initialized 1609 | int error = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_lan_get_msg_rsp': 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_eprobe.c:12: /kisskb/src/kernel/trace/trace_eprobe.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4112:32: note: byref variable will be forcibly initialized 4112 | struct ipmi_recv_msg *recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4111:31: note: byref variable will be forcibly initialized 4111 | struct ipmi_lan_addr lan_addr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_my_address': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1441:13: note: byref variable will be forcibly initialized 1441 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_my_address': /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'cdns_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-cadence.c:127:23: note: byref variable will be forcibly initialized 127 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1463:13: note: byref variable will be forcibly initialized 1463 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_my_LUN': In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-cadence.c:11: /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1485:13: note: byref variable will be forcibly initialized 1485 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_my_LUN': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1507:13: note: byref variable will be forcibly initialized 1507 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_maintenance_mode': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1527:19: note: byref variable will be forcibly initialized 1527 | int mode, index; | ^~~~~ /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'cdns_gpio_probe': /kisskb/src/drivers/gpio/gpio-cadence.c:153:13: note: byref variable will be forcibly initialized 153 | u32 num_gpios = 32; | ^~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_maintenance_mode': In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/trace/trace_eprobe.c:12: /kisskb/src/kernel/trace/trace_eprobe.c: In function 'size_mul': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1552:21: note: byref variable will be forcibly initialized 1552 | int rv = 0, index; | ^~~~~ /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_gets_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1598:13: note: byref variable will be forcibly initialized 1598 | int index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1597:30: note: byref variable will be forcibly initialized 1597 | struct list_head msgs; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_register_for_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1696:21: note: byref variable will be forcibly initialized 1696 | int rv = 0, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_unregister_for_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1742:30: note: byref variable will be forcibly initialized 1742 | int i, rv = -ENOENT, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_request_settime': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2423:17: note: byref variable will be forcibly initialized 2423 | int rv, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2422:34: note: byref variable will be forcibly initialized 2422 | unsigned char saddr = 0, lun = 0; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2422:23: note: byref variable will be forcibly initialized 2422 | unsigned char saddr = 0, lun = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_request_supply_msgs': In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'set_mm_exe_file': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2462:17: note: byref variable will be forcibly initialized 2462 | int rv, index; | ^~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c:1261:9: note: in expansion of macro 'rcu_assign_pointer' 1261 | rcu_assign_pointer(mm->exe_file, new_exe_file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2461:34: note: byref variable will be forcibly initialized 2461 | unsigned char saddr = 0, lun = 0; | ^~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function '__trace_eprobe_create': /kisskb/src/kernel/trace/trace_eprobe.c:860:14: note: byref variable will be forcibly initialized 860 | char buf2[MAX_EVENT_NAME_LEN]; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2461:23: note: byref variable will be forcibly initialized 2461 | unsigned char saddr = 0, lun = 0; | ^~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:859:14: note: byref variable will be forcibly initialized 859 | char buf1[MAX_EVENT_NAME_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_eprobe.c:856:40: note: byref variable will be forcibly initialized 856 | const char *sys_event = NULL, *sys_name = NULL; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:856:21: note: byref variable will be forcibly initialized 856 | const char *sys_event = NULL, *sys_name = NULL; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:855:36: note: byref variable will be forcibly initialized 855 | const char *event = NULL, *group = EPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:855:21: note: byref variable will be forcibly initialized 855 | const char *event = NULL, *group = EPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_read_event_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4397:30: note: byref variable will be forcibly initialized 4397 | struct list_head msgs; | ^~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'fetch_store_strlen': /kisskb/src/kernel/trace/trace_eprobe.c:390:12: note: byref variable will be forcibly initialized 390 | u8 c; | ^ 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:587:19: note: byref variable will be forcibly initialized 587 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_panic_request_and_wait': /kisskb/src/kernel/trace/trace_eprobe.c: In function '__eprobe_trace_func': /kisskb/src/kernel/trace/trace_eprobe.c:485:35: note: byref variable will be forcibly initialized 485 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5199:30: note: byref variable will be forcibly initialized 5199 | struct ipmi_recv_msg recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5198:30: note: byref variable will be forcibly initialized 5198 | struct ipmi_smi_msg smi_msg; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_panic_events': /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5259:26: note: byref variable will be forcibly initialized 5259 | struct ipmi_addr addr; | ^~~~ /kisskb/src/kernel/fork.c:1983:37: note: byref variable will be forcibly initialized 1983 | struct multiprocess_signals delayed; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5257:23: note: byref variable will be forcibly initialized 5257 | unsigned char data[16]; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5256:32: note: byref variable will be forcibly initialized 5256 | struct kernel_ipmi_msg msg; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_create_user': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1279:9: note: in expansion of macro 'rcu_assign_pointer' 1279 | rcu_assign_pointer(new_user->self, new_user); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/fork.c:2617:27: note: byref variable will be forcibly initialized 2617 | struct completion vfork; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '_ipmi_destroy_user': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1349:9: note: in expansion of macro 'rcu_assign_pointer' 1349 | rcu_assign_pointer(user->self, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1335:26: note: byref variable will be forcibly initialized 1335 | int i; | ^ /kisskb/src/kernel/fork.c:2936:15: note: byref variable will be forcibly initialized 2936 | pid_t set_tid[MAX_PID_NS_LEVEL]; | ^~~~~~~ /kisskb/src/kernel/fork.c:2935:34: note: byref variable will be forcibly initialized 2935 | struct kernel_clone_args kargs; | ^~~~~ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_get': /kisskb/src/drivers/gpio/gpio-arizona.c:54:27: note: byref variable will be forcibly initialized 54 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_direction_in': /kisskb/src/drivers/gpio/gpio-arizona.c:32:14: note: byref variable will be forcibly initialized 32 | bool change; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_guid': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3344:17: note: in expansion of macro 'wait_event' 3344 | wait_event(intf->waitq, bmc->dyn_guid_set != 2); | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_direction_out': /kisskb/src/drivers/gpio/gpio-arizona.c:102:22: note: byref variable will be forcibly initialized 102 | unsigned int val; | ^~~ /kisskb/src/kernel/fork.c: In function 'unshare_fd': /kisskb/src/kernel/fork.c:3095:13: note: byref variable will be forcibly initialized 3095 | int error = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_device_id': /kisskb/src/kernel/fork.c: In function 'ksys_unshare': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2575:9: note: in expansion of macro 'wait_event' 2575 | wait_event(intf->waitq, bmc->dyn_id_set != 2); | ^~~~~~~~~~ /kisskb/src/kernel/fork.c:3120:25: note: byref variable will be forcibly initialized 3120 | struct nsproxy *new_nsproxy = NULL; | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c:3118:30: note: byref variable will be forcibly initialized 3118 | struct files_struct *new_fd = NULL; | ^~~~~~ /kisskb/src/kernel/fork.c:3117:32: note: byref variable will be forcibly initialized 3117 | struct fs_struct *fs, *new_fs = NULL; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_find_bmc_prod_dev_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3030:28: note: byref variable will be forcibly initialized 3030 | struct prod_dev_id id = { | ^~ /kisskb/src/kernel/fork.c: In function 'unshare_files': /kisskb/src/kernel/fork.c:3248:36: note: byref variable will be forcibly initialized 3248 | struct files_struct *old, *copy = NULL; | ^~~~ /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/kernel/fork.c:3270:13: note: byref variable will be forcibly initialized 3270 | int max = MAX_THREADS; | ^~~ /kisskb/src/kernel/fork.c:3269:13: note: byref variable will be forcibly initialized 3269 | int min = 1; | ^~~ /kisskb/src/kernel/fork.c:3268:13: note: byref variable will be forcibly initialized 3268 | int threads = max_threads; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__scan_channels': /kisskb/src/kernel/fork.c:3266:26: note: byref variable will be forcibly initialized 3266 | struct ctl_table t; | ^ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3484:17: note: in expansion of macro 'wait_event' 3484 | wait_event(intf->waitq, intf->channels_ready); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__bmc_get_device_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2669:24: note: byref variable will be forcibly initialized 2669 | guid_t guid; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2667:39: note: byref variable will be forcibly initialized 2667 | struct ipmi_device_id id = bmc->fetch_id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_version': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1420:17: note: byref variable will be forcibly initialized 1420 | int rv, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1419:31: note: byref variable will be forcibly initialized 1419 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'guid_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2904:16: note: byref variable will be forcibly initialized 2904 | guid_t guid; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2903:14: note: byref variable will be forcibly initialized 2903 | bool guid_set; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'aux_firmware_rev_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2884:31: note: byref variable will be forcibly initialized 2884 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'product_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2868:31: note: byref variable will be forcibly initialized 2868 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'manufacturer_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2852:31: note: byref variable will be forcibly initialized 2852 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'add_dev_support_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2835:31: note: byref variable will be forcibly initialized 2835 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_version_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2817:31: note: byref variable will be forcibly initialized 2817 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'firmware_revision_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2800:31: note: byref variable will be forcibly initialized 2800 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'revision_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2784:31: note: byref variable will be forcibly initialized 2784 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'provides_device_sdrs_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2769:31: note: byref variable will be forcibly initialized 2769 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'device_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2753:31: note: byref variable will be forcibly initialized 2753 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'bmc_dev_attr_is_visible': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2946:22: note: byref variable will be forcibly initialized 2946 | bool guid_set; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2940:39: note: byref variable will be forcibly initialized 2940 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_add_smi': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3564:31: note: byref variable will be forcibly initialized 3564 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'cleanup_smi_msgs': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3727:26: note: byref variable will be forcibly initialized 3727 | struct list_head tmplist; | ^~~~~~~ /kisskb/src/fs/nls/nls_base.c: In function 'utf8s_to_utf16s': /kisskb/src/fs/nls/nls_base.c:137:19: note: byref variable will be forcibly initialized 137 | unicode_t u; | ^ /kisskb/src/drivers/pci/rom.c: In function 'pci_enable_rom': /kisskb/src/drivers/pci/rom.c:28:13: note: byref variable will be forcibly initialized 28 | u32 rom_addr; | ^~~~~~~~ /kisskb/src/drivers/pci/rom.c:27:31: note: byref variable will be forcibly initialized 27 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/rom.c: In function 'pci_disable_rom': /kisskb/src/drivers/pci/rom.c:61:13: note: byref variable will be forcibly initialized 61 | u32 rom_addr; | ^~~~~~~~ /kisskb/src/lib/parser.c: In function 'match_number': /kisskb/src/lib/parser.c:131:15: note: byref variable will be forcibly initialized 131 | char *endp; | ^~~~ /kisskb/src/lib/parser.c: In function 'match_u64int': /kisskb/src/lib/parser.c:168:13: note: byref variable will be forcibly initialized 168 | u64 val; | ^~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_std_update_resource': /kisskb/src/drivers/pci/setup-res.c:30:18: note: byref variable will be forcibly initialized 30 | u32 new, check, mask; | ^~~~~ /kisskb/src/drivers/pci/setup-res.c:29:13: note: byref variable will be forcibly initialized 29 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/setup-res.c:27:31: note: byref variable will be forcibly initialized 27 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_resize_resource': /kisskb/src/drivers/pci/setup-res.c:420:13: note: byref variable will be forcibly initialized 420 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_enable_resources': /kisskb/src/drivers/pci/setup-res.c:469:13: note: byref variable will be forcibly initialized 469 | u16 cmd, old_cmd; | ^~~ /kisskb/src/sound/pci/azt3328.c: In function 'snd_azf3328_mixer_new': /kisskb/src/sound/pci/azt3328.c:758:34: note: byref variable will be forcibly initialized 758 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/azt3328.c:757:30: note: byref variable will be forcibly initialized 757 | struct snd_ac97_bus *bus; | ^~~ /kisskb/src/sound/pci/azt3328.c: In function 'snd_azf3328_timer': /kisskb/src/sound/pci/azt3328.c:2215:29: note: byref variable will be forcibly initialized 2215 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/pci/azt3328.c:2214:27: note: byref variable will be forcibly initialized 2214 | struct snd_timer *timer = NULL; | ^~~~~ /kisskb/src/sound/pci/azt3328.c: In function 'snd_azf3328_pcm': /kisskb/src/sound/pci/azt3328.c:2095:25: note: byref variable will be forcibly initialized 2095 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/azt3328.c: In function 'snd_azf3328_codec_setdmaa': /kisskb/src/sound/pci/azt3328.c:1395:43: note: byref variable will be forcibly initialized 1395 | } __attribute__((packed)) setup_io; | ^~~~~~~~ /kisskb/src/sound/pci/azt3328.c: In function '__snd_azf3328_probe': /kisskb/src/sound/pci/azt3328.c:2435:26: note: byref variable will be forcibly initialized 2435 | struct snd_opl3 *opl3; | ^~~~ /kisskb/src/sound/pci/azt3328.c:2433:26: note: byref variable will be forcibly initialized 2433 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/gpio/gpio-grgpio.c: In function 'grgpio_probe': /kisskb/src/drivers/gpio/gpio-grgpio.c:337:13: note: byref variable will be forcibly initialized 337 | int size; | ^~~~ /kisskb/src/drivers/gpio/gpio-grgpio.c:335:13: note: byref variable will be forcibly initialized 335 | u32 prop; | ^~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_power_off': /kisskb/src/drivers/video/backlight/pwm_bl.c:69:26: note: byref variable will be forcibly initialized 69 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_power_on': /kisskb/src/drivers/video/backlight/pwm_bl.c:44:26: note: byref variable will be forcibly initialized 44 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_update_status': /kisskb/src/drivers/video/backlight/pwm_bl.c:112:26: note: byref variable will be forcibly initialized 112 | struct pwm_state state; | ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/pwm_bl.c:13: /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_parse_dt': /kisskb/src/drivers/video/backlight/pwm_bl.c:238:13: note: byref variable will be forcibly initialized 238 | u32 value; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:237:13: note: byref variable will be forcibly initialized 237 | int length; | ^~~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:234:22: note: byref variable will be forcibly initialized 234 | unsigned int num_steps = 0; | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_probe': /kisskb/src/drivers/video/backlight/pwm_bl.c:460:26: note: byref variable will be forcibly initialized 460 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:456:37: note: byref variable will be forcibly initialized 456 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:455:44: note: byref variable will be forcibly initialized 455 | struct platform_pwm_backlight_data defdata; | ^~~~~~~ /kisskb/src/drivers/video/backlight/wm831x_bl.c: In function 'wm831x_backlight_probe': /kisskb/src/drivers/video/backlight/wm831x_bl.c:117:37: note: byref variable will be forcibly initialized 117 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/pci/irq.c: In function 'pci_request_irq': /kisskb/src/drivers/pci/irq.c:36:17: note: byref variable will be forcibly initialized 36 | va_list ap; | ^~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_encode_for_filename': /kisskb/src/fs/ecryptfs/crypto.c:1759:23: note: byref variable will be forcibly initialized 1759 | unsigned char last_block[3]; | ^~~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'crypt_scatterlist': /kisskb/src/fs/ecryptfs/crypto.c:296:36: note: byref variable will be forcibly initialized 296 | struct extent_crypt_result ecr; | ^~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'write_ecryptfs_marker': /kisskb/src/fs/ecryptfs/crypto.c:873:13: note: byref variable will be forcibly initialized 873 | u32 m_1, m_2; | ^~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_process_key_cipher': /kisskb/src/fs/ecryptfs/crypto.c:1548:15: note: byref variable will be forcibly initialized 1548 | char *full_alg_name = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c:1547:14: note: byref variable will be forcibly initialized 1547 | char dummy_key[ECRYPTFS_MAX_KEY_BYTES]; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_encrypt_filename': /kisskb/src/fs/ecryptfs/crypto.c:1466:24: note: byref variable will be forcibly initialized 1466 | size_t remaining_bytes; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c:1465:24: note: byref variable will be forcibly initialized 1465 | size_t packet_size; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_from_hex': /kisskb/src/fs/ecryptfs/crypto.c:42:14: note: byref variable will be forcibly initialized 42 | char tmp[3] = { 0, }; | ^~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_derive_iv': /kisskb/src/fs/ecryptfs/crypto.c:115:14: note: byref variable will be forcibly initialized 115 | char src[ECRYPTFS_MAX_IV_BYTES + 16]; | ^~~ /kisskb/src/fs/ecryptfs/crypto.c:114:14: note: byref variable will be forcibly initialized 114 | char dst[MD5_DIGEST_SIZE]; | ^~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'crypt_extent': /kisskb/src/fs/ecryptfs/crypto.c:382:36: note: byref variable will be forcibly initialized 382 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/fs/ecryptfs/crypto.c:382:28: note: byref variable will be forcibly initialized 382 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/fs/ecryptfs/crypto.c:381:14: note: byref variable will be forcibly initialized 381 | char extent_iv[ECRYPTFS_MAX_IV_BYTES]; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_init_crypt_ctx': /kisskb/src/fs/ecryptfs/crypto.c:556:15: note: byref variable will be forcibly initialized 556 | char *full_alg_name; | ^~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_compute_root_iv': /kisskb/src/fs/ecryptfs/crypto.c:634:14: note: byref variable will be forcibly initialized 634 | char dst[MD5_DIGEST_SIZE]; | ^~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_write_headers_virt': /kisskb/src/fs/ecryptfs/crypto.c:1052:16: note: byref variable will be forcibly initialized 1052 | size_t written; | ^~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_write_metadata': /kisskb/src/fs/ecryptfs/crypto.c:1149:16: note: byref variable will be forcibly initialized 1149 | size_t size = 0; | ^~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_read_and_validate_header_region': /kisskb/src/fs/ecryptfs/crypto.c:980:12: note: byref variable will be forcibly initialized 980 | u8 file_size[ECRYPTFS_SIZE_AND_MARKER_BYTES]; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_read_headers_virt': /kisskb/src/fs/ecryptfs/crypto.c:1275:13: note: byref variable will be forcibly initialized 1275 | int bytes_read; | ^~~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_read_and_validate_xattr_region': /kisskb/src/fs/ecryptfs/crypto.c:1350:12: note: byref variable will be forcibly initialized 1350 | u8 file_size[ECRYPTFS_SIZE_AND_MARKER_BYTES]; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_get_tfm_and_mutex_for_cipher_name': /kisskb/src/fs/ecryptfs/crypto.c:1697:34: note: byref variable will be forcibly initialized 1697 | struct ecryptfs_key_tfm *key_tfm; | ^~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_encrypt_and_encode_filename': /kisskb/src/fs/ecryptfs/crypto.c:1894:16: note: byref variable will be forcibly initialized 1894 | size_t encoded_name_no_prefix_size; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_decode_and_decrypt_filename': /kisskb/src/fs/ecryptfs/crypto.c:2007:16: note: byref variable will be forcibly initialized 2007 | size_t packet_size; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c:2006:16: note: byref variable will be forcibly initialized 2006 | size_t decoded_name_size; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_set_f_namelen': /kisskb/src/fs/ecryptfs/crypto.c:2067:23: note: byref variable will be forcibly initialized 2067 | struct mutex *tfm_mutex; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/crypto.c:2066:33: note: byref variable will be forcibly initialized 2066 | struct crypto_skcipher *tfm; | ^~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_find_ro_info_keyword': /kisskb/src/drivers/pci/vpd.c:467:22: note: byref variable will be forcibly initialized 467 | unsigned int ro_len, infokw_size; | ^~~~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_check_csum': /kisskb/src/drivers/pci/vpd.c:493:22: note: byref variable will be forcibly initialized 493 | unsigned int size; | ^~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_wait': /kisskb/src/drivers/pci/vpd.c:131:13: note: byref variable will be forcibly initialized 131 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_read': /kisskb/src/drivers/pci/vpd.c:184:21: note: byref variable will be forcibly initialized 184 | u32 val; | ^~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_size': /kisskb/src/drivers/pci/vpd.c:58:28: note: byref variable will be forcibly initialized 58 | unsigned char tag, header[1+2]; /* 1 byte tag, 2 bytes length */ | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/fs/debugfs/file.c:12: /kisskb/src/fs/debugfs/file.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/lib/random32.c: In function 'prandom_seed_full_state': /kisskb/src/lib/random32.c:116:21: note: byref variable will be forcibly initialized 116 | u32 seeds[4]; | ^~~~~ /kisskb/src/lib/random32.c: In function 'prandom_state_selftest': /kisskb/src/lib/random32.c:278:34: note: byref variable will be forcibly initialized 278 | struct rnd_state state; | ^~~~~ /kisskb/src/lib/random32.c:263:34: note: byref variable will be forcibly initialized 263 | struct rnd_state state; | ^~~~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_read_file_bool': /kisskb/src/fs/debugfs/file.c:770:14: note: byref variable will be forcibly initialized 770 | char buf[2]; | ^~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_write_file_bool': /kisskb/src/fs/debugfs/file.c:793:14: note: byref variable will be forcibly initialized 793 | bool bv; | ^~ /kisskb/src/drivers/gpio/gpio-hlwd.c: In function 'hlwd_gpio_irqhandler': /kisskb/src/drivers/gpio/gpio-hlwd.c:64:23: note: byref variable will be forcibly initialized 64 | 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-hlwd.c: In function 'hlwd_gpio_probe': /kisskb/src/drivers/gpio/gpio-hlwd.c:208:13: note: byref variable will be forcibly initialized 208 | u32 ngpios; | ^~~~~~ /kisskb/src/fs/autofs/waitq.c: In function 'validate_request': /kisskb/src/fs/autofs/waitq.c:269:29: note: byref variable will be forcibly initialized 269 | struct path this; | ^~~~ /kisskb/src/fs/autofs/waitq.c: In function 'autofs_notify_daemon': /kisskb/src/fs/autofs/waitq.c:86:11: note: byref variable will be forcibly initialized 86 | } pkt; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/fs/autofs/waitq.c:7: /kisskb/src/fs/autofs/waitq.c: In function 'autofs_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:439:9: note: in expansion of macro 'wait_event_killable' 439 | wait_event_killable(wq->queue, wq->name.name == NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:307:21: note: byref variable will be forcibly initialized 307 | struct qstr qstr; | ^~~~ /kisskb/src/fs/autofs/waitq.c:306:35: note: byref variable will be forcibly initialized 306 | struct autofs_wait_queue *wq; | ^~ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_get': /kisskb/src/drivers/gpio/gpio-logicvc.c:53:32: note: byref variable will be forcibly initialized 53 | unsigned int reg, bit, value; | ^~~~~ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_probe': /kisskb/src/drivers/gpio/gpio-logicvc.c:107:33: note: byref variable will be forcibly initialized 107 | struct resource res; | ^~~ /kisskb/src/lib/kasprintf.c: In function 'kvasprintf': /kisskb/src/lib/kasprintf.c:19:17: note: byref variable will be forcibly initialized 19 | va_list aq; | ^~ /kisskb/src/lib/kasprintf.c: In function 'kasprintf': /kisskb/src/lib/kasprintf.c:55:17: note: byref variable will be forcibly initialized 55 | va_list ap; | ^~ /kisskb/src/sound/pci/bt87x.c: In function 'snd_bt87x_pcm': /kisskb/src/sound/pci/bt87x.c:669:25: note: byref variable will be forcibly initialized 669 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/bt87x.c: In function '__snd_bt87x_probe': /kisskb/src/sound/pci/bt87x.c:812:26: note: byref variable will be forcibly initialized 812 | struct snd_card *card; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'check_command': /kisskb/src/kernel/trace/trace_events_synth.c:1440:13: note: byref variable will be forcibly initialized 1440 | int argc, ret = 0; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1439:30: note: byref variable will be forcibly initialized 1439 | char **argv = NULL, *cmd, *saved_cmd, *name_and_field; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_field_string_size': /kisskb/src/kernel/trace/trace_events_synth.c:178:13: note: byref variable will be forcibly initialized 178 | int size, err; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c:176:14: note: byref variable will be forcibly initialized 176 | char buf[4], *end, *start; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/trace/trace_events_synth.c:8: /kisskb/src/kernel/trace/trace_events_synth.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'parse_synth_field': /kisskb/src/kernel/trace/trace_events_synth.c:614:24: note: byref variable will be forcibly initialized 614 | struct seq_buf s; | ^ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'trace_event_raw_event_synth': /kisskb/src/kernel/trace/trace_events_synth.c:446:35: note: byref variable will be forcibly initialized 446 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:443:25: note: byref variable will be forcibly initialized 443 | unsigned int i, n_u64, val_idx, len, data_size = 0; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'print_synth_event': /kisskb/src/kernel/trace/trace_events_synth.c:373:50: note: byref variable will be forcibly initialized 373 | struct trace_print_flags __flags[] = { | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:329:14: note: byref variable will be forcibly initialized 329 | char print_fmt[32]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_add_field': /kisskb/src/kernel/trace/trace_events_synth.c:947:34: note: byref variable will be forcibly initialized 947 | struct dynevent_arg_pair arg_pair; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_add_field_str': /kisskb/src/kernel/trace/trace_events_synth.c:990:29: note: byref variable will be forcibly initialized 990 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_gen_cmd_array_start': /kisskb/src/kernel/trace/trace_events_synth.c:1155:29: note: byref variable will be forcibly initialized 1155 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function '__synth_event_gen_cmd_start': /kisskb/src/kernel/trace/trace_events_synth.c:1085:17: note: byref variable will be forcibly initialized 1085 | va_list args; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1084:29: note: byref variable will be forcibly initialized 1084 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_create': /kisskb/src/kernel/trace/trace_events_synth.c:1353:29: note: byref variable will be forcibly initialized 1353 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_trace': /kisskb/src/kernel/trace/trace_events_synth.c:1636:17: note: byref variable will be forcibly initialized 1636 | va_list args; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1635:40: note: byref variable will be forcibly initialized 1635 | struct synth_event_trace_state state; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1634:25: note: byref variable will be forcibly initialized 1634 | unsigned int i, n_u64, len, data_size = 0; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_trace_array': /kisskb/src/kernel/trace/trace_events_synth.c:1740:40: note: byref variable will be forcibly initialized 1740 | struct synth_event_trace_state state; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1739:25: note: byref variable will be forcibly initialized 1739 | unsigned int i, n_u64, field_pos, len, data_size = 0; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function '__create_synth_event': /kisskb/src/kernel/trace/trace_events_synth.c:1242:29: note: byref variable will be forcibly initialized 1242 | int field_version; | ^~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1192:16: note: byref variable will be forcibly initialized 1192 | int i, argc, n_fields = 0, ret = 0; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1191:13: note: byref variable will be forcibly initialized 1191 | int consumed, cmd_version = 1, n_fields_this_loop; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1190:37: note: byref variable will be forcibly initialized 1190 | struct synth_field *field, *fields[SYNTH_FIELDS_MAX]; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1189:35: note: byref variable will be forcibly initialized 1189 | char **argv, *field_str, *tmp_fields, *saved_fields = NULL; | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/sound/pci/hda/hda_controller_trace.h:99, from /kisskb/src/sound/pci/hda/hda_controller.c:31: /kisskb/src/sound/pci/hda/hda_controller.c: In function 'perf_trace_azx_pcm_trigger': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'perf_trace_azx_get_position': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'perf_trace_azx_pcm': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/sound/pci/hda/hda_controller_trace.h:99, from /kisskb/src/sound/pci/hda/hda_controller.c:31: /kisskb/src/sound/pci/hda/hda_controller.c: In function 'trace_event_raw_event_azx_pcm_trigger': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'trace_event_raw_event_azx_get_position': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'trace_event_raw_event_azx_pcm': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/sound/pci/hda/hda_controller_trace.h:99, from /kisskb/src/sound/pci/hda/hda_controller.c:31: /kisskb/src/sound/pci/hda/hda_controller.c: In function '__bpf_trace_azx_pcm_trigger': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function '__bpf_trace_azx_get_position': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function '__bpf_trace_azx_pcm': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'azx_get_time_info': /kisskb/src/sound/pci/hda/hda_controller.c:497:42: note: byref variable will be forcibly initialized 497 | struct system_device_crosststamp xtstamp; | ^~~~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'probe_codec': /kisskb/src/sound/pci/hda/hda_controller.c:1135:22: note: byref variable will be forcibly initialized 1135 | unsigned int res = -1; | ^~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'azx_probe_codecs': /kisskb/src/sound/pci/hda/hda_controller.c:1230:43: note: byref variable will be forcibly initialized 1230 | struct hda_codec *codec; | ^~~~~ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'snd_hda_attach_pcm_stream': /kisskb/src/sound/pci/hda/hda_controller.c:700:25: note: byref variable will be forcibly initialized 700 | struct snd_pcm *pcm; | ^~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'iov_resources_unassigned': /kisskb/src/drivers/pci/setup-bus.c:1705:39: note: byref variable will be forcibly initialized 1705 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_cardbus': /kisskb/src/drivers/pci/setup-bus.c:510:31: note: byref variable will be forcibly initialized 510 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_mmio': /kisskb/src/drivers/pci/setup-bus.c:614:31: note: byref variable will be forcibly initialized 614 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_mmio_pref': /kisskb/src/drivers/pci/setup-bus.c:633:31: note: byref variable will be forcibly initialized 633 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_io': /kisskb/src/drivers/pci/setup-bus.c:580:13: note: byref variable will be forcibly initialized 580 | u16 l; | ^ /kisskb/src/drivers/pci/setup-bus.c:577:31: note: byref variable will be forcibly initialized 577 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_bus_size_cardbus': /kisskb/src/drivers/pci/setup-bus.c:1116:13: note: byref variable will be forcibly initialized 1116 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_realloc_detect': /kisskb/src/drivers/pci/setup-bus.c:1724:14: note: byref variable will be forcibly initialized 1724 | bool unassigned = false; | ^~~~~~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pbus_size_mem': /kisskb/src/drivers/pci/setup-bus.c:997:25: note: byref variable will be forcibly initialized 997 | resource_size_t aligns[24]; /* Alignments from 1MB to 8TB */ | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function '__dev_sort_resources': /kisskb/src/drivers/pci/setup-bus.c:188:21: note: byref variable will be forcibly initialized 188 | u16 command; | ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/pci/setup-bus.c:19: /kisskb/src/drivers/pci/setup-bus.c: In function '__assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:371:19: note: byref variable will be forcibly initialized 371 | LIST_HEAD(local_fail_head); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:370:19: note: byref variable will be forcibly initialized 370 | LIST_HEAD(save_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pbus_assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:498:19: note: byref variable will be forcibly initialized 498 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pdev_assign_resources_sorted': /kisskb/src/drivers/pci/setup-bus.c:486:19: note: byref variable will be forcibly initialized 486 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_bridge_resources': /kisskb/src/drivers/pci/setup-bus.c:2057:19: note: byref variable will be forcibly initialized 2057 | LIST_HEAD(fail_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2054:19: note: byref variable will be forcibly initialized 2054 | LIST_HEAD(add_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:2232:19: note: byref variable will be forcibly initialized 2232 | LIST_HEAD(add_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_root_bus_resources': /kisskb/src/drivers/pci/setup-bus.c:1760:19: note: byref variable will be forcibly initialized 1760 | LIST_HEAD(fail_head); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:1755:19: note: byref variable will be forcibly initialized 1755 | LIST_HEAD(realloc_head); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_reassign_bridge_resources': /kisskb/src/drivers/pci/setup-bus.c:2130:19: note: byref variable will be forcibly initialized 2130 | LIST_HEAD(failed); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2129:19: note: byref variable will be forcibly initialized 2129 | LIST_HEAD(added); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/pci/setup-bus.c:2128:19: note: byref variable will be forcibly initialized 2128 | LIST_HEAD(saved); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpio/gpio-madera.c: In function 'madera_gpio_get': /kisskb/src/drivers/gpio/gpio-madera.c:59:22: note: byref variable will be forcibly initialized 59 | unsigned int val; | ^~~ /kisskb/src/drivers/gpio/gpio-madera.c: In function 'madera_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-madera.c:29:22: note: byref variable will be forcibly initialized 29 | unsigned int val; | ^~~ /kisskb/src/lib/list_sort.c: In function 'merge': /kisskb/src/lib/list_sort.c:19:27: note: byref variable will be forcibly initialized 19 | struct list_head *head, **tail = &head; | ^~~~ In file included from /kisskb/src/sound/pci/hda/hda_proc.c:11: /kisskb/src/sound/pci/hda/hda_proc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/hda_proc.c:14: /kisskb/src/sound/pci/hda/hda_proc.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ /kisskb/src/lib/list_sort.c: In function 'list_sort': /kisskb/src/lib/list_sort.c:187:47: note: byref variable will be forcibly initialized 187 | struct list_head *list = head->next, *pending = NULL; | ^~~~~~~ /kisskb/src/sound/pci/hda/hda_proc.c: In function 'is_stereo_amps': /kisskb/src/sound/pci/hda/hda_proc.c:115:19: note: byref variable will be forcibly initialized 115 | hda_nid_t conn; | ^~~~ /kisskb/src/sound/pci/hda/hda_proc.c: In function 'print_pcm_bits': /kisskb/src/sound/pci/hda/hda_proc.c:179:14: note: byref variable will be forcibly initialized 179 | char buf[SND_PRINT_BITS_ADVISED_BUFSIZE]; | ^~~ /kisskb/src/sound/pci/hda/hda_proc.c: In function 'print_device_list': /kisskb/src/sound/pci/hda/hda_proc.c:718:12: note: byref variable will be forcibly initialized 718 | u8 dev_list[AC_MAX_DEV_LIST_LEN]; | ^~~~~~~~ /kisskb/src/sound/pci/hda/hda_proc.c: In function 'print_conn_list': /kisskb/src/sound/pci/hda/hda_proc.c:604:26: note: byref variable will be forcibly initialized 604 | const hda_nid_t *list; | ^~~~ /kisskb/src/sound/pci/hda/hda_proc.c: In function 'print_codec_info': /kisskb/src/sound/pci/hda/hda_proc.c:889:29: note: byref variable will be forcibly initialized 889 | int supports_vref; | ^~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_proc.c:778:19: note: byref variable will be forcibly initialized 778 | hda_nid_t nid, fg; | ^~~ /kisskb/src/sound/pci/hda/hda_proc.c: In function 'snd_hda_codec_proc_new': /kisskb/src/sound/pci/hda/hda_proc.c:943:14: note: byref variable will be forcibly initialized 943 | char name[32]; | ^~~~ /kisskb/src/drivers/video/backlight/ams369fg06.c: In function 'ams369fg06_spi_write_byte': /kisskb/src/drivers/video/backlight/ams369fg06.c:161:28: note: byref variable will be forcibly initialized 161 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/ams369fg06.c:160:13: note: byref variable will be forcibly initialized 160 | u16 buf[1]; | ^~~ /kisskb/src/drivers/video/backlight/ams369fg06.c: In function 'ams369fg06_probe': /kisskb/src/drivers/video/backlight/ams369fg06.c:445:37: note: byref variable will be forcibly initialized 445 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-histb.c: In function 'histb_pcie_read_dbi': /kisskb/src/drivers/pci/controller/dwc/pcie-histb.c:108:13: note: byref variable will be forcibly initialized 108 | u32 val; | ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-histb.c: In function 'histb_pcie_probe': /kisskb/src/drivers/pci/controller/dwc/pcie-histb.c:303:28: note: byref variable will be forcibly initialized 303 | enum of_gpio_flags of_flags; | ^~~~~~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_load_arb_table': /kisskb/src/drivers/pci/vc.c:50:13: note: byref variable will be forcibly initialized 50 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_load_port_arb_table': /kisskb/src/drivers/pci/vc.c:75:13: note: byref variable will be forcibly initialized 75 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_enable': /kisskb/src/drivers/pci/vc.c:106:33: note: byref variable will be forcibly initialized 106 | u32 ctrl, header, cap1, ctrl2; | ^~~~~ /kisskb/src/drivers/pci/vc.c:106:27: note: byref variable will be forcibly initialized 106 | u32 ctrl, header, cap1, ctrl2; | ^~~~ /kisskb/src/drivers/pci/vc.c:106:19: note: byref variable will be forcibly initialized 106 | u32 ctrl, header, cap1, ctrl2; | ^~~~~~ /kisskb/src/drivers/pci/vc.c:106:13: note: byref variable will be forcibly initialized 106 | u32 ctrl, header, cap1, ctrl2; | ^~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_do_save_buffer': /kisskb/src/drivers/pci/vc.c:314:37: note: byref variable will be forcibly initialized 314 | u32 tmp, ctrl = *(u32 *)buf; | ^~~ /kisskb/src/drivers/pci/vc.c:275:21: note: byref variable will be forcibly initialized 275 | u32 cap; | ^~~ /kisskb/src/drivers/pci/vc.c:230:21: note: byref variable will be forcibly initialized 230 | u32 cap2; | ^~~~ /kisskb/src/drivers/pci/vc.c:188:13: note: byref variable will be forcibly initialized 188 | u32 cap1; | ^~~~ In file included from /kisskb/src/drivers/gpio/gpio-mc33880.c:13: /kisskb/src/drivers/gpio/gpio-mc33880.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_getnum': /kisskb/src/lib/bitmap.c:664:28: note: byref variable will be forcibly initialized 664 | unsigned long long n; | ^ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:798:23: note: byref variable will be forcibly initialized 798 | struct region r; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/lib/bitmap.c:11: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/bitmap.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/video/backlight/otm3225a.c:20: /kisskb/src/drivers/video/backlight/otm3225a.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/video/backlight/otm3225a.c: In function 'otm3225a_write': /kisskb/src/drivers/video/backlight/otm3225a.c:163:23: note: byref variable will be forcibly initialized 163 | unsigned char buf[3]; | ^~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:34:20: note: userspace variable will be forcibly initialized 34 | static inline bool bpfptr_is_null(bpfptr_t bpfptr) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/scatterlist.c:8: /kisskb/src/lib/scatterlist.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_copy_buffer': /kisskb/src/lib/scatterlist.c:952:32: note: byref variable will be forcibly initialized 952 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_zero_buffer': /kisskb/src/lib/scatterlist.c:1067:32: note: byref variable will be forcibly initialized 1067 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'bpf_iter_link_attach': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/bpf_iter.c:498:5: note: userspace variable will be forcibly initialized 498 | int bpf_iter_link_attach(const union bpf_attr *attr, bpfptr_t uattr, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:498:5: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/bpf_iter.c:498:5: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/bpf_iter.c:506:18: note: userspace variable will be forcibly initialized 506 | bpfptr_t ulinfo; | ^~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:503:34: note: byref variable will be forcibly initialized 503 | union bpf_iter_link_info linfo; | ^~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:502:32: note: byref variable will be forcibly initialized 502 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-pci-idio-16.c: In function 'idio_16_gpio_set_multiple': /kisskb/src/drivers/gpio/gpio-pci-idio-16.c:160:23: note: byref variable will be forcibly initialized 160 | unsigned long gpio_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-pci-idio-16.c: In function 'idio_16_gpio_get_multiple': /kisskb/src/drivers/gpio/gpio-pci-idio-16.c:104:23: note: byref variable will be forcibly initialized 104 | unsigned long gpio_mask; | ^~~~~~~~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_mount_busy': /kisskb/src/fs/autofs/expire.c:33:21: note: byref variable will be forcibly initialized 33 | struct path path = {.mnt = mnt, .dentry = dentry}; | ^~~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_expire_run': /kisskb/src/fs/autofs/expire.c:541:37: note: byref variable will be forcibly initialized 541 | struct autofs_packet_expire pkt; | ^~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_do_expire_multi': /kisskb/src/fs/autofs/expire.c:588:35: note: byref variable will be forcibly initialized 588 | const struct path path = { .mnt = mnt, .dentry = dentry }; | ^~~~ /kisskb/src/drivers/pci/setup-irq.c: In function 'pci_assign_irq': /kisskb/src/drivers/pci/setup-irq.c:20:12: note: byref variable will be forcibly initialized 20 | u8 pin; | ^~~ /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c: In function 'rpi_exp_gpio_set': /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c:181:35: note: byref variable will be forcibly initialized 181 | struct gpio_get_set_state set; | ^~~ /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c: In function 'rpi_exp_gpio_get': /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c:159:35: note: byref variable will be forcibly initialized 159 | struct gpio_get_set_state get; | ^~~ /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c: In function 'rpi_exp_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c:135:32: note: byref variable will be forcibly initialized 135 | struct gpio_get_config get; | ^~~ /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c: In function 'rpi_exp_gpio_get_polarity': /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c:57:32: note: byref variable will be forcibly initialized 57 | struct gpio_get_config get; | ^~~ /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c: In function 'rpi_exp_gpio_dir_out': /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c:106:32: note: byref variable will be forcibly initialized 106 | struct gpio_set_config set_out; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c: In function 'rpi_exp_gpio_dir_in': /kisskb/src/drivers/gpio/gpio-raspberrypi-exp.c:77:32: note: byref variable will be forcibly initialized 77 | struct gpio_set_config set_in; | ^~~~~~ /kisskb/src/drivers/pci/proc.c: In function 'proc_bus_pci_read': /kisskb/src/drivers/pci/proc.c:99:31: note: byref variable will be forcibly initialized 99 | unsigned char val; | ^~~ /kisskb/src/drivers/pci/proc.c:90:32: note: byref variable will be forcibly initialized 90 | unsigned short val; | ^~~ /kisskb/src/drivers/pci/proc.c:80:30: note: byref variable will be forcibly initialized 80 | unsigned int val; | ^~~ /kisskb/src/drivers/pci/proc.c:71:32: note: byref variable will be forcibly initialized 71 | unsigned short val; | ^~~ /kisskb/src/drivers/pci/proc.c:62:31: note: byref variable will be forcibly initialized 62 | unsigned char val; | ^~~ /kisskb/src/drivers/pci/proc.c: In function 'show_device': /kisskb/src/drivers/pci/proc.c:388:40: note: byref variable will be forcibly initialized 388 | resource_size_t start, end; | ^~~ /kisskb/src/drivers/pci/proc.c:388:33: note: byref variable will be forcibly initialized 388 | resource_size_t start, end; | ^~~~~ /kisskb/src/drivers/pci/proc.c:381:40: note: byref variable will be forcibly initialized 381 | resource_size_t start, end; | ^~~ /kisskb/src/drivers/pci/proc.c:381:33: note: byref variable will be forcibly initialized 381 | resource_size_t start, end; | ^~~~~ /kisskb/src/drivers/pci/proc.c: In function 'pci_proc_attach_device': /kisskb/src/drivers/pci/proc.c:414:14: note: byref variable will be forcibly initialized 414 | char name[16]; | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_npages': /kisskb/src/lib/iov_iter.c:1806:24: note: byref variable will be forcibly initialized 1806 | size_t off; | ^~~ /kisskb/src/lib/iov_iter.c:1804:30: note: byref variable will be forcibly initialized 1804 | unsigned int iter_head; | ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'push_pipe': /kisskb/src/lib/iov_iter.c:553:16: note: byref variable will be forcibly initialized 553 | size_t off; | ^~~ /kisskb/src/lib/iov_iter.c:552:22: note: byref variable will be forcibly initialized 552 | unsigned int iter_head; | ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages': /kisskb/src/lib/iov_iter.c:1390:22: note: byref variable will be forcibly initialized 1390 | 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:16: note: byref variable will be forcibly initialized 638 | size_t r; | ^ /kisskb/src/lib/iov_iter.c:637:22: note: byref variable will be forcibly initialized 637 | unsigned int i_head; | ^~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_pipe_to_iter': /kisskb/src/lib/iov_iter.c:601:19: note: byref variable will be forcibly initialized 601 | size_t n, off; | ^~~ /kisskb/src/lib/iov_iter.c:600:22: note: byref variable will be forcibly initialized 600 | unsigned int i_head; | ^~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:667:9: note: in expansion of macro 'iterate_and_advance' 667 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sama5d2-piobu.c: In function 'sama5d2_piobu_read_value': /kisskb/src/drivers/gpio/gpio-sama5d2-piobu.c:100:22: note: byref variable will be forcibly initialized 100 | unsigned int val, reg; | ^~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_nocache': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:782:9: note: in expansion of macro 'iterate_and_advance' 782 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sl28cpld.c: In function 'sl28cpld_gpio_irq_init': /kisskb/src/drivers/gpio/gpio-sl28cpld.c:52:38: note: byref variable will be forcibly initialized 52 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-sl28cpld.c: In function 'sl28cpld_gpio_probe': /kisskb/src/drivers/gpio/gpio-sl28cpld.c:94:13: note: byref variable will be forcibly initialized 94 | u32 base; | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1696:9: note: in expansion of macro 'iterate_and_advance' 1696 | iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1723:14: note: in expansion of macro 'iterate_and_advance' 1723 | else iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1713:16: note: byref variable will be forcibly initialized 1713 | __wsum sum, next; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:767:9: note: in expansion of macro 'iterate_and_advance' 767 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_zero': /kisskb/src/lib/iov_iter.c:919:19: note: byref variable will be forcibly initialized 919 | size_t n, off; | ^~~ /kisskb/src/lib/iov_iter.c:918:22: note: byref variable will be forcibly initialized 918 | unsigned int i_head; | ^~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'iov_iter_zero': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:947:9: note: in expansion of macro 'iterate_and_advance' 947 | iterate_and_advance(i, bytes, base, len, count, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_page_from_iter_atomic': /kisskb/src/lib/iov_iter.c:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:140:25: note: in expansion of macro 'iterate_xarray' 140 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:147:9: note: in expansion of macro '__iterate_and_advance' 147 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:969:9: note: in expansion of macro 'iterate_and_advance' 969 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_bvec_advance': /kisskb/src/lib/iov_iter.c:1032:26: note: byref variable will be forcibly initialized 1032 | struct bvec_iter bi; | ^~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'iter_xarray_populate_pages': /kisskb/src/lib/iov_iter.c:1407:18: note: byref variable will be forcibly initialized 1407 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages': /kisskb/src/lib/iov_iter.c:1516:16: note: byref variable will be forcibly initialized 1516 | size_t len; | ^~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/lib/iov_iter.c:2: /kisskb/src/lib/iov_iter.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1567:22: note: byref variable will be forcibly initialized 1567 | unsigned int iter_head, npages; | ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1636:16: note: byref variable will be forcibly initialized 1636 | size_t len; | ^~~ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1742:28: note: byref variable will be forcibly initialized 1742 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/lib/iov_iter.c:2: /kisskb/src/lib/iov_iter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_info_volume': /kisskb/src/sound/pci/cmipci.c:2011:30: note: byref variable will be forcibly initialized 2011 | struct cmipci_sb_reg reg; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_info_native_mixer': /kisskb/src/sound/pci/cmipci.c:2182:30: note: byref variable will be forcibly initialized 2182 | struct cmipci_sb_reg reg; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_put_input_sw': /kisskb/src/sound/pci/cmipci.c:2126:30: note: byref variable will be forcibly initialized 2126 | struct cmipci_sb_reg reg; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_get_input_sw': /kisskb/src/sound/pci/cmipci.c:2107:30: note: byref variable will be forcibly initialized 2107 | struct cmipci_sb_reg reg; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_put_volume': /kisskb/src/sound/pci/cmipci.c:2048:30: note: byref variable will be forcibly initialized 2048 | struct cmipci_sb_reg reg; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_get_volume': /kisskb/src/sound/pci/cmipci.c:2025:30: note: byref variable will be forcibly initialized 2025 | struct cmipci_sb_reg reg; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_put_native_mixer': /kisskb/src/sound/pci/cmipci.c:2221:30: note: byref variable will be forcibly initialized 2221 | struct cmipci_sb_reg reg; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_get_native_mixer': /kisskb/src/sound/pci/cmipci.c:2197:30: note: byref variable will be forcibly initialized 2197 | struct cmipci_sb_reg reg; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_create_fm': /kisskb/src/sound/pci/cmipci.c:2923:26: note: byref variable will be forcibly initialized 2923 | struct snd_opl3 *opl3; | ^~~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_pcm_new': /kisskb/src/sound/pci/cmipci.c:1875:25: note: byref variable will be forcibly initialized 1875 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_pcm2_new': /kisskb/src/sound/pci/cmipci.c:1898:25: note: byref variable will be forcibly initialized 1898 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_pcm_spdif_new': /kisskb/src/sound/pci/cmipci.c:1920:25: note: byref variable will be forcibly initialized 1920 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_mixer_new': /kisskb/src/sound/pci/cmipci.c:2737:40: note: byref variable will be forcibly initialized 2737 | struct snd_ctl_elem_id elem_id; | ^~~~~~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_create': /kisskb/src/sound/pci/cmipci.c:2982:14: note: byref variable will be forcibly initialized 2982 | char modelstr[16]; | ^~~~~~~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_probe': /kisskb/src/sound/pci/cmipci.c:3219:26: note: byref variable will be forcibly initialized 3219 | struct snd_card *card; | ^~~~ 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/sound/pci/ice1712/revo.c:11: /kisskb/src/sound/pci/ice1712/revo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_devfn': /kisskb/src/drivers/pci/of.c:162:13: note: byref variable will be forcibly initialized 162 | u32 reg[5]; | ^~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_parse_bus_range': /kisskb/src/drivers/pci/of.c:182:13: note: byref variable will be forcibly initialized 182 | u32 bus_range[2]; | ^~~~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_get_pci_domain_nr': /kisskb/src/drivers/pci/of.c:218:13: note: byref variable will be forcibly initialized 218 | u32 domain; | ^~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_max_link_speed': /kisskb/src/drivers/pci/of.c:621:13: note: byref variable will be forcibly initialized 621 | u32 max_link_speed; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_slot_power_limit': /kisskb/src/drivers/pci/of.c:651:13: note: byref variable will be forcibly initialized 651 | u32 slot_power_limit_mw; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_check_probe_only': /kisskb/src/drivers/pci/of.c:235:13: note: byref variable will be forcibly initialized 235 | u32 val; | ^~~ /kisskb/src/drivers/pci/of.c: In function 'of_irq_parse_pci': /kisskb/src/drivers/pci/of.c:423:12: note: byref variable will be forcibly initialized 423 | u8 pin; | ^~~ /kisskb/src/drivers/pci/of.c:422:16: note: byref variable will be forcibly initialized 422 | __be32 laddr[3]; | ^~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_irq_parse_and_map_pci': /kisskb/src/drivers/pci/of.c:531:32: note: byref variable will be forcibly initialized 531 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/pci/of.c: In function 'devm_of_pci_get_host_bridge_resources': /kisskb/src/drivers/pci/of.c:284:36: note: byref variable will be forcibly initialized 284 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/drivers/pci/of.c:283:29: note: byref variable will be forcibly initialized 283 | struct of_pci_range range; | ^~~~~ /kisskb/src/drivers/pci/of.c:281:31: note: byref variable will be forcibly initialized 281 | struct resource *res, tmp_res; | ^~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'pci_parse_request_of_pci_ranges': /kisskb/src/drivers/pci/of.c:547:25: note: byref variable will be forcibly initialized 547 | resource_size_t iobase; | ^~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'decrypt_passphrase_encrypted_session_key': /kisskb/src/fs/ecryptfs/keystore.c:1652:33: note: byref variable will be forcibly initialized 1652 | struct crypto_skcipher *tfm; | ^~~ /kisskb/src/fs/ecryptfs/keystore.c:1651:23: note: byref variable will be forcibly initialized 1651 | struct mutex *tfm_mutex; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1650:28: note: byref variable will be forcibly initialized 1650 | struct scatterlist src_sg[2]; | ^~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1649:28: note: byref variable will be forcibly initialized 1649 | struct scatterlist dst_sg[2]; | ^~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_3_packet': /kisskb/src/fs/ecryptfs/keystore.c:1363:16: note: byref variable will be forcibly initialized 1363 | size_t length_size; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1361:16: note: byref variable will be forcibly initialized 1361 | size_t body_size; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_11_packet': /kisskb/src/fs/ecryptfs/keystore.c:1535:16: note: byref variable will be forcibly initialized 1535 | size_t length_size; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1534:16: note: byref variable will be forcibly initialized 1534 | size_t body_size; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_1_packet': /kisskb/src/fs/ecryptfs/keystore.c:1231:16: note: byref variable will be forcibly initialized 1231 | size_t length_size; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1229:16: note: byref variable will be forcibly initialized 1229 | size_t body_size; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_65_packet': /kisskb/src/fs/ecryptfs/keystore.c:205:16: note: byref variable will be forcibly initialized 205 | size_t m_size; | ^~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:204:16: note: byref variable will be forcibly initialized 204 | size_t data_len; | ^~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_67_packet': /kisskb/src/fs/ecryptfs/keystore.c:351:16: note: byref variable will be forcibly initialized 351 | size_t data_len; | ^~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'write_tag_64_packet': /kisskb/src/fs/ecryptfs/keystore.c:149:16: note: byref variable will be forcibly initialized 149 | size_t packet_size_len; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'decrypt_pki_encrypted_session_key': /kisskb/src/fs/ecryptfs/keystore.c:1134:16: note: byref variable will be forcibly initialized 1134 | size_t payload_len = 0; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1133:15: note: byref variable will be forcibly initialized 1133 | char *payload = NULL; | ^~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1132:15: note: byref variable will be forcibly initialized 1132 | char *auth_tok_sig; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1131:34: note: byref variable will be forcibly initialized 1131 | struct ecryptfs_message *msg = NULL; | ^~~ /kisskb/src/fs/ecryptfs/keystore.c:1130:34: note: byref variable will be forcibly initialized 1130 | struct ecryptfs_msg_ctx *msg_ctx; | ^~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1129:12: note: byref variable will be forcibly initialized 1129 | u8 cipher_code = 0; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'write_tag_3_packet': /kisskb/src/fs/ecryptfs/keystore.c:2190:33: note: byref variable will be forcibly initialized 2190 | struct crypto_skcipher *tfm; | ^~~ /kisskb/src/fs/ecryptfs/keystore.c:2186:16: note: byref variable will be forcibly initialized 2186 | size_t packet_size_length; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:2184:23: note: byref variable will be forcibly initialized 2184 | struct mutex *tfm_mutex = NULL; | ^~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:2183:28: note: byref variable will be forcibly initialized 2183 | struct scatterlist src_sg[2]; | ^~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:2182:28: note: byref variable will be forcibly initialized 2182 | struct scatterlist dst_sg[2]; | ^~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:2181:14: note: byref variable will be forcibly initialized 2181 | char session_key_encryption_key[ECRYPTFS_MAX_KEY_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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/lib/llist.c:13: /kisskb/src/lib/llist.c: In function 'llist_del_first': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/llist.c:57:17: note: in expansion of macro 'smp_load_acquire' 57 | entry = smp_load_acquire(&head->first); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'write_tag_11_packet': /kisskb/src/fs/ecryptfs/keystore.c:2114:16: note: byref variable will be forcibly initialized 2114 | size_t packet_size_length; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'write_tag_66_packet': /kisskb/src/fs/ecryptfs/keystore.c:293:16: note: byref variable will be forcibly initialized 293 | size_t packet_size_len; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'pki_encrypt_session_key': /kisskb/src/fs/ecryptfs/keystore.c:1969:34: note: byref variable will be forcibly initialized 1969 | struct ecryptfs_message *msg; | ^~~ /kisskb/src/fs/ecryptfs/keystore.c:1968:16: note: byref variable will be forcibly initialized 1968 | size_t payload_len = 0; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1967:15: note: byref variable will be forcibly initialized 1967 | char *payload = NULL; | ^~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1966:34: note: byref variable will be forcibly initialized 1966 | struct ecryptfs_msg_ctx *msg_ctx = NULL; | ^~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'write_tag_1_packet': /kisskb/src/fs/ecryptfs/keystore.c:2026:16: note: byref variable will be forcibly initialized 2026 | size_t packet_size_length; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'ecryptfs_write_tag_70_packet': /kisskb/src/fs/ecryptfs/keystore.c:625:21: note: byref variable will be forcibly initialized 625 | struct key *auth_tok_key = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'ecryptfs_parse_tag_70_packet': /kisskb/src/fs/ecryptfs/keystore.c:898:21: note: byref variable will be forcibly initialized 898 | struct key *auth_tok_key = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'ecryptfs_parse_packet_set': /kisskb/src/fs/ecryptfs/keystore.c:1770:21: note: byref variable will be forcibly initialized 1770 | struct key *auth_tok_key = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1769:16: note: byref variable will be forcibly initialized 1769 | size_t tag_11_packet_size; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1768:16: note: byref variable will be forcibly initialized 1768 | size_t tag_11_contents_size; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1766:23: note: byref variable will be forcibly initialized 1766 | unsigned char sig_tmp_space[ECRYPTFS_SIG_SIZE]; | ^~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1765:35: note: byref variable will be forcibly initialized 1765 | struct ecryptfs_auth_tok *new_auth_tok; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1764:16: note: byref variable will be forcibly initialized 1764 | size_t packet_size; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1763:15: note: byref variable will be forcibly initialized 1763 | char *candidate_auth_tok_sig; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1761:35: note: byref variable will be forcibly initialized 1761 | struct ecryptfs_auth_tok *matching_auth_tok; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:1760:26: note: byref variable will be forcibly initialized 1760 | struct list_head auth_tok_list; | ^~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'ecryptfs_generate_key_packet_set': /kisskb/src/fs/ecryptfs/keystore.c:2409:16: note: byref variable will be forcibly initialized 2409 | size_t written; | ^~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:2405:21: note: byref variable will be forcibly initialized 2405 | struct key *auth_tok_key = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/keystore.c:2404:35: note: byref variable will be forcibly initialized 2404 | struct ecryptfs_auth_tok *auth_tok; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-syscon.c: In function 'syscon_gpio_get': /kisskb/src/drivers/gpio/gpio-syscon.c:60:22: note: byref variable will be forcibly initialized 60 | unsigned int val, offs; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'copy_dev_ioctl': /kisskb/src/fs/autofs/dev-ioctl.c:84:33: note: byref variable will be forcibly initialized 84 | struct autofs_dev_ioctl tmp, *res; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'find_autofs_mount': /kisskb/src/fs/autofs/dev-ioctl.c:188:21: note: byref variable will be forcibly initialized 188 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_ismountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:538:23: note: byref variable will be forcibly initialized 538 | dev_t dev = sbi->sb->s_dev; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c:510:22: note: byref variable will be forcibly initialized 510 | unsigned int type; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c:508:21: note: byref variable will be forcibly initialized 508 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_requester': /kisskb/src/fs/autofs/dev-ioctl.c:426:15: note: byref variable will be forcibly initialized 426 | dev_t devid; | ^~~~~ /kisskb/src/fs/autofs/dev-ioctl.c:425:21: note: byref variable will be forcibly initialized 425 | struct path path; | ^~~~ /kisskb/src/drivers/gpio/gpio-tegra.c: In function 'tegra_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-tegra.c:389:23: note: byref variable will be forcibly initialized 389 | unsigned long sta; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_open_mountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:234:29: note: byref variable will be forcibly initialized 234 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-tegra.c:17: /kisskb/src/drivers/gpio/gpio-tegra.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dequeue_forget': /kisskb/src/fs/fuse/dev.c:1080:34: note: byref variable will be forcibly initialized 1080 | struct fuse_forget_link *head = fiq->forget_list_head.next; | ^~~~ 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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:630:9: note: in expansion of macro '___wait_event' 630 | ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:638:25: note: in expansion of macro '__wait_event_killable_exclusive' 638 | __ret = __wait_event_killable_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:115:21: note: in expansion of macro 'wait_event_killable_exclusive' 115 | if (wait_event_killable_exclusive(fc->blocked_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'request_wait_answer': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:407:9: note: in expansion of macro 'wait_event' 407 | wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:386:23: note: in expansion of macro 'wait_event_killable' 386 | err = wait_event_killable(req->waitq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:372:23: note: in expansion of macro 'wait_event_interruptible' 372 | err = wait_event_interruptible(req->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_fill': /kisskb/src/fs/fuse/dev.c:732:24: note: byref variable will be forcibly initialized 732 | size_t off; | ^~~ /kisskb/src/fs/fuse/dev.c:689:22: note: byref variable will be forcibly initialized 689 | struct page *page; | ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_interrupt': /kisskb/src/fs/fuse/dev.c:1052:34: note: byref variable will be forcibly initialized 1052 | struct fuse_interrupt_in arg; | ^~~ /kisskb/src/fs/fuse/dev.c:1051:31: note: byref variable will be forcibly initialized 1051 | struct fuse_in_header ih; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_single_forget': /kisskb/src/fs/fuse/dev.c:1106:31: note: byref variable will be forcibly initialized 1106 | struct fuse_forget_in arg = { | ^~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_batch_forget': /kisskb/src/fs/fuse/dev.c:1138:18: note: byref variable will be forcibly initialized 1138 | unsigned count; | ^~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_page': /kisskb/src/fs/fuse/dev.c:961:31: note: byref variable will be forcibly initialized 961 | void *buf = mapaddr + offset; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:9: note: in expansion of macro '___wait_event' 617 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 625 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:1240:23: note: in expansion of macro 'wait_event_interruptible_exclusive' 1240 | err = wait_event_interruptible_exclusive(fiq->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/dir.c: In function 'jffs2_mknod': /kisskb/src/fs/jffs2/dir.c:630:18: note: byref variable will be forcibly initialized 630 | uint32_t alloclen; | ^~~~~~~~ /kisskb/src/fs/jffs2/dir.c:628:33: note: byref variable will be forcibly initialized 628 | union jffs2_device_node dev; | ^~~ /kisskb/src/fs/jffs2/dir.c: In function 'jffs2_symlink': /kisskb/src/fs/jffs2/dir.c:293:18: note: byref variable will be forcibly initialized 293 | uint32_t alloclen; | ^~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_read': /kisskb/src/fs/fuse/dev.c:1352:32: note: byref variable will be forcibly initialized 1352 | struct fuse_copy_state cs; | ^~ /kisskb/src/fs/jffs2/dir.c: In function 'jffs2_mkdir': /kisskb/src/fs/jffs2/dir.c:456:18: note: byref variable will be forcibly initialized 456 | uint32_t alloclen; | ^~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_read': /kisskb/src/fs/fuse/dev.c:1374:32: note: byref variable will be forcibly initialized 1374 | struct fuse_copy_state cs; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_poll': /kisskb/src/fs/fuse/dev.c:1421:44: note: byref variable will be forcibly initialized 1421 | 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:1442:44: note: byref variable will be forcibly initialized 1442 | 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:1470:21: note: byref variable will be forcibly initialized 1470 | struct qstr name; | ^~~~ /kisskb/src/fs/fuse/dev.c:1467:44: note: byref variable will be forcibly initialized 1467 | struct fuse_notify_inval_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_delete': /kisskb/src/fs/fuse/dev.c:1518:21: note: byref variable will be forcibly initialized 1518 | struct qstr name; | ^~~~ /kisskb/src/fs/fuse/dev.c:1515:39: note: byref variable will be forcibly initialized 1515 | struct fuse_notify_delete_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_store': /kisskb/src/fs/fuse/dev.c:1607:30: note: byref variable will be forcibly initialized 1607 | struct page *page; | ^~~~ /kisskb/src/fs/fuse/dev.c:1563:38: note: byref variable will be forcibly initialized 1563 | struct fuse_notify_store_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_retrieve': /kisskb/src/fs/fuse/dev.c:1742:28: note: byref variable will be forcibly initialized 1742 | struct fuse_mount *fm; | ^~ /kisskb/src/fs/fuse/dev.c:1741:41: note: byref variable will be forcibly initialized 1741 | struct fuse_notify_retrieve_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_write': /kisskb/src/fs/fuse/dev.c:1854:32: note: byref variable will be forcibly initialized 1854 | struct fuse_out_header oh; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_write': /kisskb/src/fs/fuse/dev.c:1968:32: note: byref variable will be forcibly initialized 1968 | struct fuse_copy_state cs; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_write': /kisskb/src/fs/fuse/dev.c:1946:32: note: byref variable will be forcibly initialized 1946 | struct fuse_copy_state cs; | ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_abort_conn': /kisskb/src/fs/fuse/dev.c:2130:27: note: byref variable will be forcibly initialized 2130 | LIST_HEAD(to_end); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_release': /kisskb/src/fs/fuse/dev.c:2201:27: note: byref variable will be forcibly initialized 2201 | LIST_HEAD(to_end); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_wait_aborted': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:2191:9: note: in expansion of macro 'wait_event' 2191 | wait_event(fc->blocked_waitq, atomic_read(&fc->num_waiting) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-tps65218.c: In function 'tps65218_gpio_get': /kisskb/src/drivers/gpio/gpio-tps65218.c:27:22: note: byref variable will be forcibly initialized 27 | unsigned int val; | ^~~ /kisskb/src/sound/pci/hda/hda_hwdep.c: In function 'snd_hda_create_hwdep': /kisskb/src/sound/pci/hda/hda_hwdep.c:97:27: note: byref variable will be forcibly initialized 97 | struct snd_hwdep *hwdep; | ^~~~~ /kisskb/src/sound/pci/hda/hda_hwdep.c:96:14: note: byref variable will be forcibly initialized 96 | char hwname[16]; | ^~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_set_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:141:17: note: byref variable will be forcibly initialized 141 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_clr_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:160:17: note: byref variable will be forcibly initialized 160 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_zone_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:601:17: note: byref variable will be forcibly initialized 601 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:600:23: note: byref variable will be forcibly initialized 600 | unsigned long val; | ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:441:23: note: byref variable will be forcibly initialized 441 | unsigned long val; | ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_zone_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:582:17: note: byref variable will be forcibly initialized 582 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_level_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:555:17: note: byref variable will be forcibly initialized 555 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:425:17: note: byref variable will be forcibly initialized 425 | uint8_t reg_val; | ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/adp8860_bl.c:12: /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_probe': /kisskb/src/drivers/video/backlight/adp8860_bl.c:659:17: note: byref variable will be forcibly initialized 659 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:658:37: note: byref variable will be forcibly initialized 658 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_disable_ats': /kisskb/src/drivers/pci/ats.c:96:13: note: byref variable will be forcibly initialized 96 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_ats_queue_depth': /kisskb/src/drivers/pci/ats.c:136:13: note: byref variable will be forcibly initialized 136 | u16 cap; | ^~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_ats_page_aligned': /kisskb/src/drivers/pci/ats.c:161:13: note: byref variable will be forcibly initialized 161 | u16 cap; | ^~~ 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_hist.c:8: /kisskb/src/kernel/trace/trace_events_hist.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_led_sources': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:379:13: note: byref variable will be forcibly initialized 379 | u32 sources[LM3630A_NUM_SINKS]; | ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_bank': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:408:19: note: byref variable will be forcibly initialized 408 | u32 bank, val; | ^~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c:408:13: note: byref variable will be forcibly initialized 408 | u32 bank, val; | ^~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c:407:21: note: byref variable will be forcibly initialized 407 | const char *label; | ^~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_node': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:480:28: note: byref variable will be forcibly initialized 480 | int ret = -ENODEV, seen_led_sources = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_read': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:62:22: note: byref variable will be forcibly initialized 62 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'print_entries': /kisskb/src/kernel/trace/trace_events_hist.c:5231:41: note: byref variable will be forcibly initialized 5231 | struct tracing_map_sort_entry **sort_entries = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_backlight_register': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:339:37: note: byref variable will be forcibly initialized 339 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_vf_msix_count_store': /kisskb/src/drivers/pci/iov.c:229:13: note: byref variable will be forcibly initialized 229 | int val, ret = 0; | ^~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_drivers_autoprobe_store': /kisskb/src/drivers/pci/iov.c:521:14: note: byref variable will be forcibly initialized 521 | bool drivers_autoprobe; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_numvfs_store': /kisskb/src/drivers/pci/iov.c:422:13: note: byref variable will be forcibly initialized 422 | u16 num_vfs; | ^~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_restore_state': /kisskb/src/drivers/pci/iov.c:866:13: note: byref variable will be forcibly initialized 866 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_init': /kisskb/src/drivers/pci/iov.c:746:19: note: byref variable will be forcibly initialized 746 | u16 ctrl, total; | ^~~~~ /kisskb/src/drivers/pci/iov.c:746:13: note: byref variable will be forcibly initialized 746 | u16 ctrl, total; | ^~~~ /kisskb/src/drivers/pci/iov.c:745:13: note: byref variable will be forcibly initialized 745 | u32 pgsz; | ^~~~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_sysfs_link': /kisskb/src/drivers/pci/iov.c:183:14: note: byref variable will be forcibly initialized 183 | char buf[VIRTFN_ID_LEN]; | ^~~ In file included from /kisskb/src/lib/kfifo.c:10: /kisskb/src/lib/kfifo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_remove_virtfn': /kisskb/src/drivers/pci/iov.c:358:14: note: byref variable will be forcibly initialized 358 | char buf[VIRTFN_ID_LEN]; | ^~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_enable': /kisskb/src/drivers/pci/iov.c:603:13: note: byref variable will be forcibly initialized 603 | u16 initial; | ^~~~~~~ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_peek_r': /kisskb/src/lib/kfifo.c:467:22: note: byref variable will be forcibly initialized 467 | unsigned int n; | ^ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_r': /kisskb/src/lib/kfifo.c:479:22: note: byref variable will be forcibly initialized 479 | unsigned int n; | ^ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_update_resource': /kisskb/src/drivers/pci/iov.c:950:13: note: byref variable will be forcibly initialized 950 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/iov.c:949:31: note: byref variable will be forcibly initialized 949 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'event_hist_trigger': /kisskb/src/kernel/trace/trace_events_hist.c:5051:13: note: byref variable will be forcibly initialized 5051 | u64 field_contents; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:5048:14: note: byref variable will be forcibly initialized 5048 | char compound_key[HIST_KEY_SIZE_MAX]; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:5047:13: note: byref variable will be forcibly initialized 5047 | u64 var_ref_vals[TRACING_MAP_VARS_MAX]; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:5046:23: note: byref variable will be forcibly initialized 5046 | unsigned long entries[HIST_STACKTRACE_DEPTH]; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'expr_field_str': /kisskb/src/kernel/trace/trace_events_hist.c:1694:22: note: byref variable will be forcibly initialized 1694 | char str[HIST_CONST_DIGITS_MAX]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/trace/trace_events_hist.c:8: /kisskb/src/kernel/trace/trace_events_hist.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'create_sort_keys': /kisskb/src/kernel/trace/trace_events_hist.c:4508:23: note: byref variable will be forcibly initialized 4508 | char *field_str, *field_name; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:4496:15: note: byref variable will be forcibly initialized 4496 | char *fields_str = hist_data->attrs->sort_key_str; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_var_defs': /kisskb/src/kernel/trace/trace_events_hist.c:4399:36: note: byref variable will be forcibly initialized 4399 | char *s, *str, *var_name, *field_str; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:4399:19: note: byref variable will be forcibly initialized 4399 | char *s, *str, *var_name, *field_str; | ^~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_map_size': /kisskb/src/kernel/trace/trace_events_hist.c:1373:23: note: byref variable will be forcibly initialized 1373 | unsigned long size, map_bits; | ^~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'onmatch_parse': /kisskb/src/kernel/bpf/map_iter.c: In function '__bpf_map_seq_show': /kisskb/src/kernel/bpf/map_iter.c:47:30: note: byref variable will be forcibly initialized 47 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/map_iter.c:46:34: note: byref variable will be forcibly initialized 46 | struct bpf_iter__bpf_map ctx; | ^~~ /kisskb/src/kernel/trace/trace_events_hist.c:4067:15: note: byref variable will be forcibly initialized 4067 | char *match_event, *match_event_system; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'save_track_data_snapshot': /kisskb/src/kernel/trace/trace_events_hist.c:3341:33: note: byref variable will be forcibly initialized 3341 | struct snapshot_context context; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_const': /kisskb/src/kernel/trace/trace_events_hist.c:2362:13: note: byref variable will be forcibly initialized 2362 | u64 constant; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_field': /kisskb/src/kernel/trace/trace_events_hist.c:2251:28: note: byref variable will be forcibly initialized 2251 | char *field_name, *modifier, *str; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_atom': /kisskb/src/kernel/trace/trace_events_hist.c:2386:23: note: byref variable will be forcibly initialized 2386 | unsigned long buckets = 0; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_expr': /kisskb/src/kernel/trace/trace_events_hist.c:2597:15: note: byref variable will be forcibly initialized 2597 | char *sep, *operand1_str; | ^~~ /kisskb/src/kernel/trace/trace_events_hist.c:2594:42: note: byref variable will be forcibly initialized 2594 | struct hist_field *var1 = NULL, *var2 = NULL; | ^~~~ /kisskb/src/kernel/trace/trace_events_hist.c:2594:28: note: byref variable will be forcibly initialized 2594 | struct hist_field *var1 = NULL, *var2 = NULL; | ^~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function '__create_val_field': /kisskb/src/kernel/trace/trace_events_hist.c:4138:22: note: byref variable will be forcibly initialized 4138 | int ret = 0, n_subexprs = 0; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'create_val_fields': /kisskb/src/kernel/trace/trace_events_hist.c:4239:15: note: byref variable will be forcibly initialized 4239 | char *fields_str, *field_str; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'create_key_field': /kisskb/src/kernel/trace/trace_events_hist.c:4281:22: note: byref variable will be forcibly initialized 4281 | int ret = 0, n_subexprs = 0; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'create_key_fields': /kisskb/src/kernel/trace/trace_events_hist.c:4338:15: note: byref variable will be forcibly initialized 4338 | char *fields_str, *field_str; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'create_field_var': /kisskb/src/kernel/trace/trace_events_hist.c:3151:23: note: byref variable will be forcibly initialized 3151 | unsigned long flags = HIST_FIELD_FL_VAR; | ^~~~~ /kisskb/src/drivers/gpio/gpio-tqmx86.c: In function 'tqmx86_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-tqmx86.c:185:23: note: byref variable will be forcibly initialized 185 | unsigned long irq_bits; | ^~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-tqmx86.c:11: /kisskb/src/drivers/gpio/gpio-tqmx86.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'trace_action_create': /kisskb/src/kernel/trace/trace_events_hist.c:3891:28: note: byref variable will be forcibly initialized 3891 | char *event_name, *param, *system = NULL; | ^~~~~ /kisskb/src/drivers/pci/syscall.c: In function '__do_sys_pciconfig_read': /kisskb/src/drivers/pci/syscall.c:21:13: note: byref variable will be forcibly initialized 21 | u32 dword; | ^~~~~ /kisskb/src/drivers/pci/syscall.c:20:13: note: byref variable will be forcibly initialized 20 | u16 word; | ^~~~ /kisskb/src/drivers/pci/syscall.c:19:12: note: byref variable will be forcibly initialized 19 | u8 byte; | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/lib/percpu-refcount.c:4: /kisskb/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_to_percpu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:260:9: note: in expansion of macro 'smp_store_release' 260 | smp_store_release(&ref->percpu_count_ptr, | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/lib/percpu-refcount.c:5: /kisskb/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_mode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:276:9: note: in expansion of macro 'wait_event_lock_irq' 276 | wait_event_lock_irq(percpu_ref_switch_waitq, !data->confirm_switch, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_switch_to_atomic_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:330:9: note: in expansion of macro 'wait_event' 330 | wait_event(percpu_ref_switch_waitq, !ref->data->confirm_switch); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/lib/rhashtable.c:20: /kisskb/src/lib/rhashtable.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/lib/rhashtable.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | 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_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:391:9: note: in expansion of macro 'rcu_assign_pointer' 391 | rcu_assign_pointer(*bkt, (void *)((unsigned long)obj | BIT(0))); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_lookup_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:524:25: note: in expansion of macro 'rcu_assign_pointer' 524 | rcu_assign_pointer(*pprev, obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:492:39: note: byref variable will be forcibly initialized 492 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:9: note: in expansion of macro 'rcu_assign_pointer' 401 | rcu_assign_pointer(*bkt, (void *)obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:265:17: note: in expansion of macro 'rcu_assign_pointer' 265 | rcu_assign_pointer(*pprev, next); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_table': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:332:9: note: in expansion of macro 'rcu_assign_pointer' 332 | rcu_assign_pointer(ht->tbl, new_tbl); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/ice1712/aureon.c: In function 'aureon_cs8415_get': /kisskb/src/sound/pci/ice1712/aureon.c:580:23: note: byref variable will be forcibly initialized 580 | unsigned char val; | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_alloc_vqs': /kisskb/src/drivers/gpio/gpio-virtio.c:465:27: note: byref variable will be forcibly initialized 465 | struct virtqueue *vqs[2] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c:461:24: note: byref variable will be forcibly initialized 461 | vq_callback_t *cbs[] = { | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c:460:28: note: byref variable will be forcibly initialized 460 | const char * const names[] = { "requestq", "eventq" }; | ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function '_virtio_gpio_req': /kisskb/src/drivers/gpio/gpio-virtio.c:64:45: note: byref variable will be forcibly initialized 64 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:64:37: note: byref variable will be forcibly initialized 64 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:64:29: note: byref variable will be forcibly initialized 64 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_get': /kisskb/src/drivers/gpio/gpio-virtio.c:190:12: note: byref variable will be forcibly initialized 190 | u8 value; | ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-virtio.c:147:12: note: byref variable will be forcibly initialized 147 | u8 direction; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_irq_prepare': /kisskb/src/drivers/gpio/gpio-virtio.c:210:45: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:210:37: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:210:29: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-virtio.c:14: /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_probe': /kisskb/src/drivers/gpio/gpio-virtio.c:542:35: note: byref variable will be forcibly initialized 542 | struct virtio_gpio_config config; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_event_vq': /kisskb/src/drivers/gpio/gpio-virtio.c:405:22: note: byref variable will be forcibly initialized 405 | unsigned int len; | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_request_vq': /kisskb/src/drivers/gpio/gpio-virtio.c:439:22: note: byref variable will be forcibly initialized 439 | unsigned int len; | ^~~ /kisskb/src/drivers/pci/pci-stub.c: In function 'pci_stub_init': /kisskb/src/drivers/pci/pci-stub.c:59:60: note: byref variable will be forcibly initialized 59 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci-stub.c:59:49: note: byref variable will be forcibly initialized 59 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~ /kisskb/src/drivers/pci/pci-stub.c:59:25: note: byref variable will be forcibly initialized 59 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-stub.c:58:46: note: byref variable will be forcibly initialized 58 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-stub.c:58:38: note: byref variable will be forcibly initialized 58 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci-stub.c:58:30: note: byref variable will be forcibly initialized 58 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci-stub.c:44:15: note: byref variable will be forcibly initialized 44 | char *p, *id; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/super.c:8: /kisskb/src/fs/overlayfs/super.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_posix_acl_xattr_set': /kisskb/src/fs/overlayfs/super.c:1056:30: note: byref variable will be forcibly initialized 1056 | struct iattr iattr = { .ia_valid = ATTR_KILL_SGID }; | ^~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_statfs': /kisskb/src/fs/overlayfs/super.c:314:21: note: byref variable will be forcibly initialized 314 | struct path path; | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_namelen': /kisskb/src/fs/overlayfs/super.c:912:24: note: byref variable will be forcibly initialized 912 | struct kstatfs statfs; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/overlayfs/super.c:8: /kisskb/src/fs/overlayfs/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_parse_opt': /kisskb/src/fs/overlayfs/super.c:525:29: note: byref variable will be forcibly initialized 525 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_workdir_create': /kisskb/src/fs/overlayfs/super.c:768:30: note: byref variable will be forcibly initialized 768 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/super.c:759:24: note: byref variable will be forcibly initialized 759 | struct dentry *work; | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_rename_whiteout': /kisskb/src/fs/overlayfs/super.c:1269:30: note: byref variable will be forcibly initialized 1269 | struct name_snapshot name; | ^~~~ In file included from /kisskb/src/fs/overlayfs/super.c:18: /kisskb/src/fs/overlayfs/super.c: In function 'ovl_lookup_or_create': /kisskb/src/fs/overlayfs/overlayfs.h:663:43: note: byref variable will be forcibly initialized 663 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/super.c:1330:41: note: in expansion of macro 'OVL_CATTR' 1330 | OVL_CATTR(mode)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_get_fsid': /kisskb/src/fs/overlayfs/super.c:1636:15: note: byref variable will be forcibly initialized 1636 | dev_t dev; | ^~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_get_layers': /kisskb/src/fs/overlayfs/super.c:1712:31: note: byref variable will be forcibly initialized 1712 | struct inode *trap; | ^~~~ In file included from /kisskb/src/fs/overlayfs/super.c:18: /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_origin_xattr': /kisskb/src/fs/overlayfs/overlayfs.h:424:21: note: byref variable will be forcibly initialized 424 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_is_impuredir': /kisskb/src/fs/overlayfs/overlayfs.h:466:21: note: byref variable will be forcibly initialized 466 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function '__parse_nid_path': /kisskb/src/sound/pci/hda/hda_generic.c:389:26: note: byref variable will be forcibly initialized 389 | const hda_nid_t *conn; | ^~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'is_stereo_amps': /kisskb/src/sound/pci/hda/hda_generic.c:690:19: note: byref variable will be forcibly initialized 690 | hda_nid_t conn; | ^~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'activate_amp_in': /kisskb/src/sound/pci/hda/hda_generic.c:786:26: note: byref variable will be forcibly initialized 786 | const hda_nid_t *conn; | ^~~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/hda_generic.c:23: /kisskb/src/sound/pci/hda/hda_generic.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ /kisskb/src/fs/jffs2/file.c: In function 'jffs2_write_end': /kisskb/src/fs/jffs2/file.c:260:18: note: byref variable will be forcibly initialized 260 | uint32_t writtenlen = 0; | ^~~~~~~~~~ /kisskb/src/fs/jffs2/file.c: In function 'jffs2_write_begin': /kisskb/src/fs/jffs2/file.c:149:26: note: byref variable will be forcibly initialized 149 | uint32_t alloc_len; | ^~~~~~~~~ /kisskb/src/fs/jffs2/file.c:147:40: note: byref variable will be forcibly initialized 147 | struct jffs2_raw_inode ri; | ^~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'parse_user_hints': /kisskb/src/sound/pci/hda/hda_generic.c:108:13: note: byref variable will be forcibly initialized 108 | int val; | ^~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'look_for_mix_leaf_ctls': /kisskb/src/sound/pci/hda/hda_generic.c:3057:26: note: byref variable will be forcibly initialized 3057 | const hda_nid_t *list; | ^~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'mute_all_mixer_nid': /kisskb/src/sound/pci/hda/hda_generic.c:4924:26: note: byref variable will be forcibly initialized 4924 | const hda_nid_t *conn; | ^~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'print_nid_path': /kisskb/src/sound/pci/hda/hda_generic.c:370:14: note: byref variable will be forcibly initialized 370 | char buf[40]; | ^~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'add_control_with_pfx': /kisskb/src/sound/pci/hda/hda_generic.c:1000:14: note: byref variable will be forcibly initialized 1000 | char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'create_multi_out_ctls': /kisskb/src/sound/pci/hda/hda_generic.c:2113:21: note: byref variable will be forcibly initialized 2113 | int index; | ^~~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'new_analog_input': /kisskb/src/sound/pci/hda/hda_generic.c:3094:31: note: byref variable will be forcibly initialized 3094 | unsigned int mix_val, mute_val; | ^~~~~~~~ /kisskb/src/sound/pci/hda/hda_generic.c:3094:22: note: byref variable will be forcibly initialized 3094 | unsigned int mix_val, mute_val; | ^~~~~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'create_extra_outs': /kisskb/src/sound/pci/hda/hda_generic.c:2178:22: note: byref variable will be forcibly initialized 2178 | char tmp[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'add_single_cap_ctl': /kisskb/src/sound/pci/hda/hda_generic.c:3621:14: note: byref variable will be forcibly initialized 3621 | char tmpname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'parse_mic_boost': /kisskb/src/sound/pci/hda/hda_generic.c:3891:22: note: byref variable will be forcibly initialized 3891 | char boost_label[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'get_jack_mode_name': /kisskb/src/sound/pci/hda/hda_generic.c:2719:13: note: byref variable will be forcibly initialized 2719 | int idx = 0; | ^~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'create_in_jack_mode': /kisskb/src/sound/pci/hda/hda_generic.c:2883:14: note: byref variable will be forcibly initialized 2883 | char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'create_out_jack_modes': /kisskb/src/sound/pci/hda/hda_generic.c:2751:30: note: byref variable will be forcibly initialized 2751 | char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~ /kisskb/src/lib/refcount.c: In function 'refcount_dec_if_one': /kisskb/src/lib/refcount.c:57:13: note: byref variable will be forcibly initialized 57 | int val = 1; | ^~~ /kisskb/src/lib/refcount.c: In function 'refcount_dec_not_one': /kisskb/src/lib/refcount.c:76:27: note: byref variable will be forcibly initialized 76 | unsigned int new, val = atomic_read(&r->refs); | ^~~ /kisskb/src/drivers/gpio/gpio-wcd934x.c: In function 'wcd_gpio_get': /kisskb/src/drivers/gpio/gpio-wcd934x.c:60:22: note: byref variable will be forcibly initialized 60 | unsigned int value; | ^~~~~ /kisskb/src/drivers/gpio/gpio-wcd934x.c: In function 'wcd_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-wcd934x.c:23:22: note: byref variable will be forcibly initialized 23 | unsigned int value; | ^~~~~ /kisskb/src/kernel/bpf/task_iter.c: In function '____bpf_find_vma': /kisskb/src/kernel/bpf/task_iter.c:588:38: note: byref variable will be forcibly initialized 588 | struct mmap_unlock_irq_work *work = NULL; | ^~~~ /kisskb/src/kernel/bpf/task_iter.c: In function 'bpf_find_vma': /kisskb/src/kernel/bpf/task_iter.c:588:38: note: byref variable will be forcibly initialized /kisskb/src/kernel/bpf/task_iter.c: In function '__task_vma_seq_show': /kisskb/src/kernel/bpf/task_iter.c:479:30: note: byref variable will be forcibly initialized 479 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/task_iter.c:478:35: note: byref variable will be forcibly initialized 478 | struct bpf_iter__task_vma ctx; | ^~~ /kisskb/src/kernel/bpf/task_iter.c: In function '__task_file_seq_show': /kisskb/src/kernel/bpf/task_iter.c:234:30: note: byref variable will be forcibly initialized 234 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/task_iter.c:233:36: note: byref variable will be forcibly initialized 233 | struct bpf_iter__task_file ctx; | ^~~ /kisskb/src/kernel/bpf/task_iter.c: In function '__task_seq_show': /kisskb/src/kernel/bpf/task_iter.c:94:31: note: byref variable will be forcibly initialized 94 | struct bpf_iter__task ctx; | ^~~ /kisskb/src/kernel/bpf/task_iter.c:93:30: note: byref variable will be forcibly initialized 93 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/task_iter.c: In function 'task_vma_seq_get_next': /kisskb/src/kernel/bpf/task_iter.c:314:13: note: byref variable will be forcibly initialized 314 | u32 curr_tid = info->tid; | ^~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c: In function 'task_file_seq_get_next': /kisskb/src/kernel/bpf/task_iter.c:143:22: note: byref variable will be forcibly initialized 143 | unsigned int curr_fd = info->fd; | ^~~~~~~ /kisskb/src/kernel/bpf/task_iter.c:141:13: note: byref variable will be forcibly initialized 141 | u32 curr_tid = info->tid; | ^~~~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'time_to_jiffies': /kisskb/src/fs/fuse/dir.c:92:35: note: byref variable will be forcibly initialized 92 | struct timespec64 ts = { | ^~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_access': /kisskb/src/fs/fuse/dir.c:1246:31: note: byref variable will be forcibly initialized 1246 | struct fuse_access_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'get_security_context': /kisskb/src/fs/fuse/dir.c:470:21: note: byref variable will be forcibly initialized 470 | const char *name; | ^~~~ /kisskb/src/fs/fuse/dir.c:468:13: note: byref variable will be forcibly initialized 468 | u32 ctxlen, total_len = sizeof(*header); | ^~~~~~ /kisskb/src/fs/fuse/dir.c:467:15: note: byref variable will be forcibly initialized 467 | void *ctx = NULL, *ptr; | ^~~ 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:213:27: note: byref variable will be forcibly initialized 213 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:276:42: note: in definition of macro 'FUSE_ARGS' 276 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ /kisskb/src/fs/fuse/dir.c:212:39: note: byref variable will be forcibly initialized 212 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_getattr': /kisskb/src/fs/fuse/dir.c:1067:30: note: byref variable will be forcibly initialized 1067 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1066:32: note: byref variable will be forcibly initialized 1066 | struct fuse_getattr_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_create_open': /kisskb/src/fs/fuse/dir.c:539:13: note: byref variable will be forcibly initialized 539 | u32 security_ctxlen; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:538:15: note: byref variable will be forcibly initialized 538 | void *security_ctx = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:535:31: note: byref variable will be forcibly initialized 535 | struct fuse_entry_out outentry; | ^~~~~~~~ /kisskb/src/fs/fuse/dir.c:534:30: note: byref variable will be forcibly initialized 534 | struct fuse_open_out outopen; | ^~~~~~~ /kisskb/src/fs/fuse/dir.c:533:31: note: byref variable will be forcibly initialized 533 | struct fuse_create_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'create_new_entry': /kisskb/src/fs/fuse/dir.c:698:13: note: byref variable will be forcibly initialized 698 | u32 security_ctxlen; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:697:15: note: byref variable will be forcibly initialized 697 | void *security_ctx = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:692:31: note: byref variable will be forcibly initialized 692 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mknod': /kisskb/src/fs/fuse/dir.c:768:30: note: byref variable will be forcibly initialized 768 | struct fuse_mknod_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mkdir': /kisskb/src/fs/fuse/dir.c:797:30: note: byref variable will be forcibly initialized 797 | struct fuse_mkdir_in inarg; | ^~~~~ 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:821:19: note: byref variable will be forcibly initialized 821 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:276:42: note: in definition of macro 'FUSE_ARGS' 276 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_lookup': /kisskb/src/fs/fuse/dir.c:418:23: note: byref variable will be forcibly initialized 418 | struct inode *inode; | ^~~~~ /kisskb/src/fs/fuse/dir.c:417:31: note: byref variable will be forcibly initialized 417 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_link': /kisskb/src/fs/fuse/dir.c:1010:29: note: byref variable will be forcibly initialized 1010 | struct fuse_link_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_rename_common': /kisskb/src/fs/fuse/dir.c:928:32: note: byref variable will be forcibly initialized 928 | struct fuse_rename2_in inarg; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_set_nowrite': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:1554:9: note: in expansion of macro 'wait_event' 1554 | 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:1604:30: note: byref variable will be forcibly initialized 1604 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1603:32: note: byref variable will be forcibly initialized 1603 | struct fuse_setattr_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_setattr': /kisskb/src/fs/fuse/dir.c:1644:30: note: byref variable will be forcibly initialized 1644 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1643:32: note: byref variable will be forcibly initialized 1643 | struct fuse_setattr_in inarg; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_send_open': /kisskb/src/fs/fuse/file.c:26:29: note: byref variable will be forcibly initialized 26 | struct fuse_open_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_bmap': /kisskb/src/fs/fuse/file.c:2597:30: note: byref variable will be forcibly initialized 2597 | struct fuse_bmap_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:2596:29: note: byref variable will be forcibly initialized 2596 | struct fuse_bmap_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_get_user_pages': /kisskb/src/fs/fuse/file.c:1403:24: note: byref variable will be forcibly initialized 1403 | size_t start; | ^~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_mode_store': /kisskb/src/drivers/video/backlight/lm3639_bl.c:186:22: note: byref variable will be forcibly initialized 186 | unsigned int state; | ^~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_get_brightness': /kisskb/src/drivers/video/backlight/lm3639_bl.c:143:22: note: byref variable will be forcibly initialized 143 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_poll': /kisskb/src/fs/fuse/file.c:2752:30: note: byref variable will be forcibly initialized 2752 | struct fuse_poll_out outarg; | ^~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_torch_brightness_set': /kisskb/src/drivers/video/backlight/lm3639_bl.c:223:22: note: byref variable will be forcibly initialized 223 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_flash_brightness_set': /kisskb/src/drivers/video/backlight/lm3639_bl.c:260:22: note: byref variable will be forcibly initialized 260 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_update_status': /kisskb/src/drivers/video/backlight/lm3639_bl.c:97:22: note: byref variable will be forcibly initialized 97 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_probe': /kisskb/src/drivers/video/backlight/lm3639_bl.c:305:37: note: byref variable will be forcibly initialized 305 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'fuse_wait_on_page_writeback': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/file.c:449:9: note: in expansion of macro 'wait_event' 449 | 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:2818:22: note: byref variable will be forcibly initialized 2818 | struct iattr attr; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function '__readahead_batch': /kisskb/src/include/linux/pagemap.h:1317:18: note: byref variable will be forcibly initialized 1317 | XA_STATE(xas, &rac->mapping->i_pages, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1354:25: note: in definition of macro 'XA_STATE' 1354 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_lseek': /kisskb/src/fs/fuse/file.c:2632:31: note: byref variable will be forcibly initialized 2632 | struct fuse_lseek_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_open': /kisskb/src/fs/fuse/file.c:142:38: note: byref variable will be forcibly initialized 142 | struct fuse_open_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_setlk': /kisskb/src/fs/fuse/file.c:2524:27: note: byref variable will be forcibly initialized 2524 | struct fuse_lk_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_getlk': /kisskb/src/fs/fuse/file.c:2505:28: note: byref variable will be forcibly initialized 2505 | struct fuse_lk_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:2504:27: note: byref variable will be forcibly initialized 2504 | struct fuse_lk_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_flush': /kisskb/src/fs/fuse/file.c:472:30: note: byref variable will be forcibly initialized 472 | struct fuse_flush_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_fsync_common': /kisskb/src/fs/fuse/file.c:531:30: note: byref variable will be forcibly initialized 531 | struct fuse_fsync_in inarg; | ^~~~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/patch_analog.c:14: /kisskb/src/sound/pci/hda/patch_analog.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_io': /kisskb/src/fs/fuse/file.c:1472:24: note: byref variable will be forcibly initialized 1472 | size_t nbytes = min(count, nmax); | ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_IO': /kisskb/src/fs/fuse/file.c:2841:16: note: byref variable will be forcibly initialized 2841 | loff_t pos = 0; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c:2837:36: note: byref variable will be forcibly initialized 2837 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_read_iter': /kisskb/src/fs/fuse/file.c:1546:37: note: byref variable will be forcibly initialized 1546 | struct fuse_io_priv io = FUSE_IO_PRIV_SYNC(iocb); | ^~ /kisskb/src/fs/fuse/file.c: In function '__fuse_copy_file_range': /kisskb/src/fs/fuse/file.c:3055:31: note: byref variable will be forcibly initialized 3055 | struct fuse_write_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:3046:40: note: byref variable will be forcibly initialized 3046 | struct fuse_copy_file_range_in inarg = { | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_perform_write': /kisskb/src/fs/fuse/file.c:1247:37: note: byref variable will be forcibly initialized 1247 | struct fuse_io_args ia = {}; | ^~ /kisskb/src/fs/fuse/file.c: In function 'fuse_writepages': /kisskb/src/fs/fuse/file.c:2237:34: note: byref variable will be forcibly initialized 2237 | struct fuse_fill_wb_data data; | ^~~~ /kisskb/src/kernel/panic.c: In function '__warn_printk': /kisskb/src/kernel/panic.c:660:17: note: byref variable will be forcibly initialized 660 | va_list args; | ^~~~ /kisskb/src/kernel/panic.c: In function 'panic': /kisskb/src/kernel/panic.c:213:17: note: byref variable will be forcibly initialized 213 | va_list args; | ^~~~ /kisskb/src/lib/hexdump.c: In function 'print_hex_dump': /kisskb/src/lib/hexdump.c:267:23: note: byref variable will be forcibly initialized 267 | unsigned char linebuf[32 * 3 + 2 + 32 + 1]; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/lib/bucket_locks.c:3: /kisskb/src/lib/bucket_locks.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pci/controller/pci-ftpci100.c: In function 'faraday_pci_unmask_irq': /kisskb/src/drivers/pci/controller/pci-ftpci100.c:295:22: note: byref variable will be forcibly initialized 295 | unsigned int reg; | ^~~ /kisskb/src/drivers/pci/controller/pci-ftpci100.c: In function 'faraday_pci_mask_irq': /kisskb/src/drivers/pci/controller/pci-ftpci100.c:284:22: note: byref variable will be forcibly initialized 284 | unsigned int reg; | ^~~ /kisskb/src/drivers/pci/controller/pci-ftpci100.c: In function 'faraday_pci_ack_irq': /kisskb/src/drivers/pci/controller/pci-ftpci100.c:273:22: note: byref variable will be forcibly initialized 273 | unsigned int reg; | ^~~ /kisskb/src/drivers/pci/controller/pci-ftpci100.c: In function 'faraday_pci_parse_map_dma_ranges': /kisskb/src/drivers/pci/controller/pci-ftpci100.c:389:13: note: byref variable will be forcibly initialized 389 | u32 val; | ^~~ /kisskb/src/drivers/pci/controller/pci-ftpci100.c: In function 'faraday_pci_irq_handler': /kisskb/src/drivers/pci/controller/pci-ftpci100.c:307:32: note: byref variable will be forcibly initialized 307 | unsigned int irq_stat, reg, i; | ^~~ /kisskb/src/drivers/pci/controller/pci-ftpci100.c: In function 'faraday_pci_probe': /kisskb/src/drivers/pci/controller/pci-ftpci100.c:498:21: note: byref variable will be forcibly initialized 498 | u32 val; | ^~~ /kisskb/src/drivers/pci/controller/pci-ftpci100.c:433:13: note: byref variable will be forcibly initialized 433 | 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/kthread.h:6, from /kisskb/src/fs/ecryptfs/kthread.c:9: /kisskb/src/fs/ecryptfs/kthread.c: In function 'ecryptfs_threadfn': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:9: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:25: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/kthread.c:48:17: note: in expansion of macro 'wait_event_freezable' 48 | wait_event_freezable( | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/kthread.c: In function 'ecryptfs_privileged_open': /kisskb/src/fs/ecryptfs/kthread.c:122:34: note: byref variable will be forcibly initialized 122 | struct ecryptfs_open_req req; | ^~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'perf_trace_irq_handler_exit': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'perf_trace_softirq': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_entry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_softirq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function '__bpf_trace_irq_handler_entry': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function '__bpf_trace_irq_handler_exit': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function '__bpf_trace_softirq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtobool_from_user': /kisskb/src/lib/kstrtox.c:398:14: note: byref variable will be forcibly initialized 398 | char buf[4]; | ^~~ 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:42: /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_enter': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_multi_enter': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'perf_trace_cpuhp_exit': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ 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:700, from /kisskb/src/kernel/softirq.c:17: /kisskb/src/kernel/softirq.c: In function 'tasklet_unlock_wait': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:901:9: note: in expansion of macro 'wait_var_event' 901 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cpuhp.h:95, from /kisskb/src/kernel/cpu.c:42: /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_multi_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoull': /kisskb/src/lib/kstrtox.c:98:28: note: byref variable will be forcibly initialized 98 | unsigned long long _res; | ^~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoul': /kisskb/src/lib/kstrtox.c:183:28: note: byref variable will be forcibly initialized 183 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint': /kisskb/src/lib/kstrtox.c:230:28: note: byref variable will be forcibly initialized 230 | unsigned long long tmp; | ^~~ /kisskb/src/kernel/softirq.c: In function 'tasklet_kill': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:882:17: note: in expansion of macro 'wait_var_event' 882 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:426:1: note: in expansion of macro 'kstrto_from_user' 426 | kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16': /kisskb/src/lib/kstrtox.c:277:28: note: byref variable will be forcibly initialized 277 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:428:1: note: in expansion of macro 'kstrto_from_user' 428 | kstrto_from_user(kstrtou16_from_user, kstrtou16, u16); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/cpuhp.h:95, from /kisskb/src/kernel/cpu.c:42: /kisskb/src/kernel/cpu.c: In function '__bpf_trace_cpuhp_enter': /kisskb/src/lib/kstrtox.c: In function 'kstrtou8': /kisskb/src/lib/kstrtox.c:309:28: note: byref variable will be forcibly initialized 309 | unsigned long long tmp; | ^~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8_from_user': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:430:1: note: in expansion of macro 'kstrto_from_user' 430 | kstrto_from_user(kstrtou8_from_user, kstrtou8, u8); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoull_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:422:1: note: in expansion of macro 'kstrto_from_user' 422 | kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function '__bpf_trace_cpuhp_exit': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoul_from_user': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:424:1: note: in expansion of macro 'kstrto_from_user' 424 | kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll': /kisskb/src/lib/kstrtox.c:158:28: note: byref variable will be forcibly initialized 158 | unsigned long long tmp; | ^~~ /kisskb/src/kernel/cpu.c: In function '__bpf_trace_cpuhp_multi_enter': /kisskb/src/lib/kstrtox.c: In function '_kstrtol': /kisskb/src/lib/kstrtox.c:199:19: note: byref variable will be forcibly initialized 199 | long long tmp; | ^~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c:261:19: note: byref variable will be forcibly initialized 261 | long long tmp; | ^~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint_from_user': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:427:1: note: in expansion of macro 'kstrto_from_user' 427 | kstrto_from_user(kstrtoint_from_user, kstrtoint, int); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16': /kisskb/src/lib/kstrtox.c:293:19: note: byref variable will be forcibly initialized 293 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:429:1: note: in expansion of macro 'kstrto_from_user' 429 | kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8': /kisskb/src/lib/kstrtox.c:325:19: note: byref variable will be forcibly initialized 325 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:431:1: note: in expansion of macro 'kstrto_from_user' 431 | kstrto_from_user(kstrtos8_from_user, kstrtos8, s8); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:423:1: note: in expansion of macro 'kstrto_from_user' 423 | kstrto_from_user(kstrtoll_from_user, kstrtoll, long long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtol_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:425:1: note: in expansion of macro 'kstrto_from_user' 425 | kstrto_from_user(kstrtol_from_user, kstrtol, long); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_invoke_callback_range': /kisskb/src/kernel/cpu.c:671:26: note: byref variable will be forcibly initialized 671 | enum cpuhp_state state; | ^~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_thread_fun': /kisskb/src/kernel/cpu.c:745:26: note: byref variable will be forcibly initialized 745 | enum cpuhp_state state; | ^~~~~ /kisskb/src/lib/string_helpers.c: In function 'string_get_size': /kisskb/src/lib/string_helpers.c:55:14: note: byref variable will be forcibly initialized 55 | char tmp[8]; | ^~~ /kisskb/src/lib/string_helpers.c: In function 'string_unescape': /kisskb/src/lib/string_helpers.c:271:15: note: byref variable will be forcibly initialized 271 | char *out = dst; | ^~~ /kisskb/src/lib/string_helpers.c: In function 'string_escape_mem': /kisskb/src/lib/string_helpers.c:523:15: note: byref variable will be forcibly initialized 523 | char *p = dst; | ^ /kisskb/src/lib/string_helpers.c: In function 'kstrdup_quotable': /kisskb/src/lib/string_helpers.c:599:20: note: byref variable will be forcibly initialized 599 | const char esc[] = "\f\n\r\t\v\a\e\\\""; | ^~~ /kisskb/src/kernel/cpu.c: In function 'fail_store': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/lib/string_helpers.c:13: /kisskb/src/lib/string_helpers.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/cpu.c:2350:13: note: byref variable will be forcibly initialized 2350 | int fail, ret; | ^~~~ /kisskb/src/kernel/cpu.c: In function 'target_store': /kisskb/src/kernel/cpu.c:2302:13: note: byref variable will be forcibly initialized 2302 | int target, ret; | ^~~~~~ /kisskb/src/lib/test_hexdump.c: In function 'test_hexdump': /kisskb/src/lib/test_hexdump.c:129:14: note: byref variable will be forcibly initialized 129 | char real[TEST_HEXDUMP_BUF_SIZE]; | ^~~~ /kisskb/src/lib/test_hexdump.c:128:14: note: byref variable will be forcibly initialized 128 | char test[TEST_HEXDUMP_BUF_SIZE]; | ^~~~ /kisskb/src/lib/test_hexdump.c: In function 'test_hexdump_overflow': /kisskb/src/lib/test_hexdump.c:165:14: note: byref variable will be forcibly initialized 165 | char buf[TEST_HEXDUMP_BUF_SIZE]; | ^~~ /kisskb/src/lib/test_hexdump.c:164:14: note: byref variable will be forcibly initialized 164 | char test[TEST_HEXDUMP_BUF_SIZE]; | ^~~~ /kisskb/src/kernel/exit.c: In function '__exit_signal': /kisskb/src/kernel/exit.c:100:20: note: byref variable will be forcibly initialized 100 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/exit.c:100:13: note: byref variable will be forcibly initialized 100 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/exit.c: In function 'coredump_task_exit': /kisskb/src/kernel/exit.c:362:36: note: byref variable will be forcibly initialized 362 | struct core_thread self; | ^~~~ In file included from /kisskb/src/include/linux/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:7, from /kisskb/src/kernel/exit.c:8: /kisskb/src/kernel/exit.c: In function 'exit_notify': /kisskb/src/kernel/exit.c:674:19: note: byref variable will be forcibly initialized 674 | LIST_HEAD(dead); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/exit.c: In function 'wait_task_zombie': /kisskb/src/kernel/exit.c:1041:30: note: byref variable will be forcibly initialized 1041 | u64 tgutime, tgstime; | ^~~~~~~ /kisskb/src/kernel/exit.c:1041:21: note: byref variable will be forcibly initialized 1041 | u64 tgutime, tgstime; | ^~~~~~~ /kisskb/src/kernel/exit.c: In function 'kernel_waitid': /kisskb/src/kernel/exit.c:1554:22: note: byref variable will be forcibly initialized 1554 | unsigned int f_flags = 0; | ^~~~~~~ /kisskb/src/kernel/exit.c:1550:26: note: byref variable will be forcibly initialized 1550 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_waitid': /kisskb/src/kernel/exit.c:1616:23: note: byref variable will be forcibly initialized 1616 | struct rusage r; | ^ /kisskb/src/kernel/exit.c: In function '__do_compat_sys_waitid': /kisskb/src/kernel/exit.c:1752:23: note: byref variable will be forcibly initialized 1752 | struct rusage ru; | ^~ /kisskb/src/kernel/exit.c: In function 'kernel_wait4': /kisskb/src/kernel/exit.c:1649:26: note: byref variable will be forcibly initialized 1649 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_wait4': /kisskb/src/kernel/exit.c:1708:23: note: byref variable will be forcibly initialized 1708 | struct rusage r; | ^ /kisskb/src/kernel/exit.c: In function '__do_compat_sys_wait4': /kisskb/src/kernel/exit.c:1738:23: note: byref variable will be forcibly initialized 1738 | struct rusage r; | ^ /kisskb/src/sound/pci/ens1370.c: In function 'snd_ensoniq_midi_interrupt': /kisskb/src/sound/pci/ens1370.c:2082:37: note: byref variable will be forcibly initialized 2082 | unsigned char status, mask, byte; | ^~~~ /kisskb/src/sound/pci/ens1370.c: In function 'snd_ensoniq_midi_output_trigger': /kisskb/src/sound/pci/ens1370.c:2210:23: note: byref variable will be forcibly initialized 2210 | unsigned char byte; | ^~~~ /kisskb/src/sound/pci/ens1370.c: In function 'snd_ensoniq_1370_mixer': /kisskb/src/sound/pci/ens1370.c:1712:27: note: byref variable will be forcibly initialized 1712 | struct snd_ak4531 ak4531; | ^~~~~~ /kisskb/src/sound/pci/ens1370.c: In function 'snd_ensoniq_pcm': /kisskb/src/sound/pci/ens1370.c:1231:25: note: byref variable will be forcibly initialized 1231 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ens1370.c: In function 'snd_ensoniq_pcm2': /kisskb/src/sound/pci/ens1370.c:1265:25: note: byref variable will be forcibly initialized 1265 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ens1370.c: In function 'snd_ensoniq_midi': /kisskb/src/sound/pci/ens1370.c:2252:29: note: byref variable will be forcibly initialized 2252 | struct snd_rawmidi *rmidi; | ^~~~~ /kisskb/src/sound/pci/ens1370.c: In function '__snd_audiopci_probe': /kisskb/src/sound/pci/ens1370.c:2311:26: note: byref variable will be forcibly initialized 2311 | struct snd_card *card; | ^~~~ /kisskb/src/lib/test_siphash.c: In function 'siphash_test_init': /kisskb/src/lib/test_siphash.c:115:12: note: byref variable will be forcibly initialized 115 | u8 in_unaligned[65] __aligned(SIPHASH_ALIGNMENT); | ^~~~~~~~~~~~ /kisskb/src/lib/test_siphash.c:114:12: note: byref variable will be forcibly initialized 114 | u8 in[64] __aligned(SIPHASH_ALIGNMENT); | ^~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/video/backlight/lp855x_bl.c:8: /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'lp855x_backlight_register': /kisskb/src/drivers/video/backlight/lp855x_bl.c:271:37: note: byref variable will be forcibly initialized 271 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/drivers/video/backlight/lp855x_bl.c:17: /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:343:26: note: byref variable will be forcibly initialized 343 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:26: note: byref variable will be forcibly initialized 368 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/lp855x_bl.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:43:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 43 | KUNIT_EXPECT_EQ_MSG(test, elb->poison2, TEST_POISON2, "bad poison"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:42:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 42 | KUNIT_EXPECT_EQ_MSG(test, elb->poison1, TEST_POISON1, "bad poison"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:40:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 40 | KUNIT_EXPECT_EQ_MSG(test, ela->poison2, TEST_POISON2, "bad poison"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:39:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 39 | KUNIT_EXPECT_EQ_MSG(test, ela->poison1, TEST_POISON1, "bad poison"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:37:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 37 | KUNIT_EXPECT_PTR_EQ_MSG(test, elts[elb->serial], elb, "phantom element"); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:36:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 36 | KUNIT_EXPECT_PTR_EQ_MSG(test, elts[ela->serial], ela, "phantom element"); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 844 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:34:9: note: in expansion of macro 'KUNIT_EXPECT_LT_MSG' 34 | KUNIT_EXPECT_LT_MSG(test, elb->serial, (unsigned int)TEST_LIST_LEN, "incorrect serial"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 844 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:33:9: note: in expansion of macro 'KUNIT_EXPECT_LT_MSG' 33 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:106:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 106 | KUNIT_EXPECT_EQ_MSG(test, count, TEST_LIST_LEN, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:104:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 104 | KUNIT_EXPECT_PTR_EQ_MSG(test, head.prev, cur, "list is corrupted"); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1175:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1175 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:97:25: note: in expansion of macro 'KUNIT_ASSERT_LE_MSG' 97 | KUNIT_ASSERT_LE_MSG(test, el->serial, el1->serial, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1175:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1175 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:92:17: note: in expansion of macro 'KUNIT_ASSERT_LE_MSG' 92 | KUNIT_ASSERT_LE_MSG(test, cmp_result, 0, "list is not sorted"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1094:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1094 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:88:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_EQ_MSG' 88 | KUNIT_ASSERT_PTR_EQ_MSG(test, cur->next->prev, cur, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:71:17: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 71 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, el); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_list_sort.c:66:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 66 | 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:20, from /kisskb/src/lib/test_list_sort.c:2: /kisskb/src/lib/test_list_sort.c:63:19: note: byref variable will be forcibly initialized 63 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/sound/pci/oxygen/xonar_hdmi.c: In function 'xonar_hdmi_init_commands': /kisskb/src/sound/pci/oxygen/xonar_hdmi.c:39:12: note: byref variable will be forcibly initialized 39 | u8 param; | ^~~~~ /kisskb/src/sound/pci/oxygen/xonar_hdmi.c: In function 'xonar_hdmi_cleanup': /kisskb/src/sound/pci/oxygen/xonar_hdmi.c:58:12: note: byref variable will be forcibly initialized 58 | u8 param = 0; | ^~~~~ /kisskb/src/fs/jffs2/nodelist.c: In function 'jffs2_fragtree_insert': /kisskb/src/fs/jffs2/nodelist.c:124:25: note: byref variable will be forcibly initialized 124 | struct rb_node *parent = &base->rb; | ^~~~~~ /kisskb/src/fs/ecryptfs/debug.c: In function 'ecryptfs_dump_auth_tok': /kisskb/src/fs/ecryptfs/debug.c:21:14: note: byref variable will be forcibly initialized 21 | char sig[ECRYPTFS_SIG_SIZE_HEX + 1]; | ^~~ /kisskb/src/fs/ecryptfs/debug.c:20:14: note: byref variable will be forcibly initialized 20 | char salt[ECRYPTFS_SALT_SIZE * 2 + 1]; | ^~~~ /kisskb/src/kernel/bpf/prog_iter.c: In function '__bpf_prog_seq_show': /kisskb/src/kernel/bpf/prog_iter.c:47:30: note: byref variable will be forcibly initialized 47 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/prog_iter.c:46:35: note: byref variable will be forcibly initialized 46 | struct bpf_iter__bpf_prog ctx; | ^~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/patch_sigmatel.c:22: /kisskb/src/sound/pci/hda/patch_sigmatel.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ /kisskb/src/lib/test_printf.c: In function 'do_test': /kisskb/src/lib/test_printf.c:44:17: note: byref variable will be forcibly initialized 44 | va_list aq; | ^~ /kisskb/src/lib/test_printf.c: In function '__test': /kisskb/src/lib/test_printf.c:98:17: note: byref variable will be forcibly initialized 98 | va_list ap; | ^~ /kisskb/src/lib/test_printf.c: In function 'test_basic': /kisskb/src/lib/test_printf.c:143:14: note: byref variable will be forcibly initialized 143 | char nul = '\0'; | ^~~ /kisskb/src/lib/test_printf.c: In function 'hex_string': /kisskb/src/lib/test_printf.c:404:20: note: byref variable will be forcibly initialized 404 | const char buf[3] = {0xc0, 0xff, 0xee}; | ^~~ /kisskb/src/lib/test_printf.c: In function 'mac': /kisskb/src/lib/test_printf.c:415:18: note: byref variable will be forcibly initialized 415 | const u8 addr[6] = {0x2d, 0x48, 0xd6, 0xfc, 0x7a, 0x05}; | ^~~~ /kisskb/src/lib/test_printf.c: In function 'ip4': /kisskb/src/lib/test_printf.c:427:28: note: byref variable will be forcibly initialized 427 | struct sockaddr_in sa; | ^~ /kisskb/src/lib/test_printf.c: In function 'uuid': /kisskb/src/lib/test_printf.c:454:20: note: byref variable will be forcibly initialized 454 | const char uuid[16] = {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, | ^~~~ /kisskb/src/lib/test_printf.c: In function 'time_and_date': /kisskb/src/lib/test_printf.c:517:18: note: byref variable will be forcibly initialized 517 | time64_t t = 1546615943; | ^ /kisskb/src/lib/test_meminit.c: In function 'test_pages': /kisskb/src/lib/test_meminit.c:86:13: note: byref variable will be forcibly initialized 86 | int failures = 0, num_tests = 0; | ^~~~~~~~ /kisskb/src/lib/test_printf.c: In function 'fourcc_pointer': /kisskb/src/lib/test_printf.c:726:17: note: byref variable will be forcibly initialized 726 | } const try[] = { | ^~~ /kisskb/src/lib/test_printf.c: In function 'plain_hash': /kisskb/src/lib/test_printf.c:284:14: note: byref variable will be forcibly initialized 284 | char buf[PLAIN_BUF_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/lib/test_meminit.c:9: /kisskb/src/lib/test_meminit.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/test_printf.c: In function 'test_hashed': /kisskb/src/lib/test_printf.c:329:14: note: byref variable will be forcibly initialized 329 | char buf[PLAIN_BUF_SIZE]; | ^~~ /kisskb/src/lib/test_printf.c: In function 'plain_format': /kisskb/src/lib/test_printf.c:224:14: note: byref variable will be forcibly initialized 224 | char buf[PLAIN_BUF_SIZE]; | ^~~ /kisskb/src/lib/test_meminit.c: In function 'test_kvmalloc': /kisskb/src/lib/test_meminit.c:134:13: note: byref variable will be forcibly initialized 134 | 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:332:15: note: byref variable will be forcibly initialized 332 | void *objects[10]; | ^~~~~~~ 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:248, from /kisskb/src/include/linux/init.h:5, from /kisskb/src/lib/test_printf.c:8: /kisskb/src/lib/test_printf.c: In function 'bitmap': /kisskb/src/lib/test_printf.c:560:24: note: byref variable will be forcibly initialized 560 | DECLARE_BITMAP(bits, 20); | ^~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/lib/test_meminit.c: In function 'test_rcu_persistent': /kisskb/src/lib/test_meminit.c:384:13: note: byref variable will be forcibly initialized 384 | int failures = 0, num_tests = 0; | ^~~~~~~~ /kisskb/src/lib/test_printf.c: In function 'flags': /kisskb/src/lib/test_printf.c:649:15: note: byref variable will be forcibly initialized 649 | gfp_t gfp; | ^~~ /kisskb/src/lib/test_printf.c:647:23: note: byref variable will be forcibly initialized 647 | unsigned long flags; | ^~~~~ /kisskb/src/lib/test_meminit.c: In function 'test_kmemcache': /kisskb/src/lib/test_meminit.c:359:13: note: byref variable will be forcibly initialized 359 | int failures = 0, num_tests = 0; | ^~~~~~~~ /kisskb/src/lib/test_meminit.c: In function 'test_meminit_init': /kisskb/src/lib/test_meminit.c:402:13: note: byref variable will be forcibly initialized 402 | int failures = 0, num_tests = 0; | ^~~~~~~~ /kisskb/src/drivers/pci/controller/pci-host-common.c: In function 'gen_pci_init': /kisskb/src/drivers/pci/controller/pci-host-common.c:27:25: note: byref variable will be forcibly initialized 27 | struct resource cfgres; | ^~~~~~ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:254:25: note: byref variable will be forcibly initialized 254 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_parent': /kisskb/src/fs/fuse/inode.c:1003:31: note: byref variable will be forcibly initialized 1003 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/inode.c:1001:23: note: byref variable will be forcibly initialized 1001 | struct inode *inode; | ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_dentry': /kisskb/src/fs/fuse/inode.c:904:35: note: byref variable will be forcibly initialized 904 | const struct qstr name = QSTR_INIT(".", 1); | ^~~~ /kisskb/src/fs/fuse/inode.c:903:39: note: byref variable will be forcibly initialized 903 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/inode.c:894:23: note: byref variable will be forcibly initialized 894 | struct inode *inode; | ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_parent': /kisskb/src/fs/fuse/inode.c:986:34: note: byref variable will be forcibly initialized 986 | struct fuse_inode_handle parent; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_dentry': /kisskb/src/fs/fuse/inode.c:972:34: note: byref variable will be forcibly initialized 972 | struct fuse_inode_handle handle; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_statfs': /kisskb/src/fs/fuse/inode.c:514:32: note: byref variable will be forcibly initialized 514 | 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:486:27: note: byref variable will be forcibly initialized 486 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:276:42: note: in definition of macro 'FUSE_ARGS' 276 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_sync_fs_writes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:579:9: note: in expansion of macro 'wait_event' 579 | wait_event(bucket->waitq, atomic_read(&bucket->count) == 0); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:570:9: note: in expansion of macro 'rcu_assign_pointer' 570 | rcu_assign_pointer(fc->curr_bucket, new_bucket); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_sync_fs': /kisskb/src/fs/fuse/inode.c:590:31: note: byref variable will be forcibly initialized 590 | struct fuse_syncfs_in inarg; | ^~~~~ /kisskb/src/sound/pci/ice1712/pontis.c: In function 'wm_proc_regs_write': /kisskb/src/sound/pci/ice1712/pontis.c:622:27: note: byref variable will be forcibly initialized 622 | unsigned int reg, val; | ^~~ /kisskb/src/sound/pci/ice1712/pontis.c:622:22: note: byref variable will be forcibly initialized 622 | unsigned int reg, val; | ^~~ /kisskb/src/sound/pci/ice1712/pontis.c:621:14: note: byref variable will be forcibly initialized 621 | char line[64]; | ^~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_parse_param': /kisskb/src/fs/fuse/inode.c:657:32: note: byref variable will be forcibly initialized 657 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_submount': /kisskb/src/fs/fuse/inode.c:1425:26: note: byref variable will be forcibly initialized 1425 | struct fuse_attr root_attr; | ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_root_inode': /kisskb/src/fs/fuse/inode.c:876:26: note: byref variable will be forcibly initialized 876 | struct fuse_attr attr; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_common': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:1520:9: note: in expansion of macro 'rcu_assign_pointer' 1520 | rcu_assign_pointer(fc->curr_bucket, fuse_sync_bucket_alloc()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/messaging.c: In function 'ecryptfs_send_message_locked': /kisskb/src/fs/ecryptfs/messaging.c:265:33: note: byref variable will be forcibly initialized 265 | struct ecryptfs_daemon *daemon; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/lib/assoc_array.c:11: /kisskb/src/lib/assoc_array.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/lib/assoc_array.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_find': /kisskb/src/lib/assoc_array.c:308:40: note: byref variable will be forcibly initialized 308 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_insert': /kisskb/src/lib/assoc_array.c:968:40: note: byref variable will be forcibly initialized 968 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_delete': /kisskb/src/lib/assoc_array.c:1083:40: note: byref variable will be forcibly initialized 1083 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c:1082:52: note: byref variable will be forcibly initialized 1082 | struct assoc_array_delete_collapse_context collapse; | ^~~~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_gc': /kisskb/src/lib/assoc_array.c:1462:33: note: byref variable will be forcibly initialized 1462 | struct assoc_array_ptr *new_root, *new_parent, **new_ptr_pp; | ^~~~~~~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_limit_write': /kisskb/src/fs/fuse/control.c:80:23: note: byref variable will be forcibly initialized 80 | unsigned long t; | ^ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_congestion_threshold_write': /kisskb/src/fs/fuse/control.c:165:18: note: byref variable will be forcibly initialized 165 | unsigned val; | ^~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_limit_read': /kisskb/src/fs/fuse/control.c:70:14: note: byref variable will be forcibly initialized 70 | char tmp[32]; | ^~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_waiting_read': /kisskb/src/fs/fuse/control.c:50:14: note: byref variable will be forcibly initialized 50 | char tmp[32]; | ^~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_max_background_write': /kisskb/src/fs/fuse/control.c:123:18: note: byref variable will be forcibly initialized 123 | unsigned val; | ^~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_ctl_add_conn': /kisskb/src/fs/fuse/control.c:259:14: note: byref variable will be forcibly initialized 259 | char name[32]; | ^~~~ /kisskb/src/kernel/bpf/link_iter.c: In function '__bpf_link_seq_show': /kisskb/src/kernel/bpf/link_iter.c:47:30: note: byref variable will be forcibly initialized 47 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/link_iter.c:46:35: note: byref variable will be forcibly initialized 46 | struct bpf_iter__bpf_link ctx; | ^~~ /kisskb/src/drivers/video/backlight/max8925_bl.c: In function 'max8925_backlight_dt_init': /kisskb/src/drivers/video/backlight/max8925_bl.c:94:13: note: byref variable will be forcibly initialized 94 | u32 val; | ^~~ /kisskb/src/drivers/video/backlight/max8925_bl.c: In function 'max8925_backlight_probe': /kisskb/src/drivers/video/backlight/max8925_bl.c:125:37: note: byref variable will be forcibly initialized 125 | struct backlight_properties props; | ^~~~~ /kisskb/src/kernel/resource.c: In function '__walk_iomem_res_desc': /kisskb/src/kernel/resource.c:379:25: note: byref variable will be forcibly initialized 379 | struct resource res; | ^~~ /kisskb/src/kernel/resource.c: In function '__devm_release_region': /kisskb/src/kernel/resource.c:1592:30: note: byref variable will be forcibly initialized 1592 | struct region_devres match_data = { parent, start, n }; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'iomem_init_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:1909:9: note: in expansion of macro 'smp_store_release' 1909 | smp_store_release(&iomem_inode, inode); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function 'reserve_setup': /kisskb/src/kernel/resource.c:1610:40: note: byref variable will be forcibly initialized 1610 | unsigned int io_start, io_num; | ^~~~~~ /kisskb/src/kernel/resource.c:1610:30: note: byref variable will be forcibly initialized 1610 | unsigned int io_start, io_num; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'start_clear_flags': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:378:23: note: byref variable will be forcibly initialized 378 | unsigned char msg[3]; | ^~~ /kisskb/src/kernel/resource.c: In function 'walk_system_ram_range': /kisskb/src/kernel/resource.c:457:25: note: byref variable will be forcibly initialized 457 | struct resource res; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'start_check_enables': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:367:23: note: byref variable will be forcibly initialized 367 | unsigned char msg[2]; | ^~~ /kisskb/src/kernel/resource.c: In function '__find_resource': /kisskb/src/kernel/resource.c:584:44: note: byref variable will be forcibly initialized 584 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:584:37: note: byref variable will be forcibly initialized 584 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:584:25: note: byref variable will be forcibly initialized 584 | struct resource tmp = *new, avail, alloc; | ^~~ /kisskb/src/kernel/resource.c: In function 'reallocate_resource': /kisskb/src/kernel/resource.c:659:25: note: byref variable will be forcibly initialized 659 | struct resource new = *old; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'handle_transaction_done': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:721:31: note: byref variable will be forcibly initialized 721 | unsigned char msg[4]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:682:22: note: byref variable will be forcibly initialized 682 | bool irq_on; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:680:31: note: byref variable will be forcibly initialized 680 | unsigned char msg[4]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:589:31: note: byref variable will be forcibly initialized 589 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:566:31: note: byref variable will be forcibly initialized 566 | unsigned char msg[4]; | ^~~ /kisskb/src/kernel/resource.c: In function 'allocate_resource': /kisskb/src/kernel/resource.c:715:36: note: byref variable will be forcibly initialized 715 | struct resource_constraint constraint; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'iomem_get_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:1147:16: note: in expansion of macro 'smp_load_acquire' 1147 | return smp_load_acquire(&iomem_inode)->i_mapping; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'smi_event_handler': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:797:31: note: byref variable will be forcibly initialized 797 | unsigned char msg[2]; | ^~~ 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:1040:39: note: byref variable will be forcibly initialized 1040 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'shutdown_smi': /kisskb/src/include/linux/device.h:1040:39: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'ipmi_thread': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:980:17: note: byref variable will be forcibly initialized 980 | ktime_t busy_until = IPMI_TIME_NOT_BUSY; | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'get_global_enables': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1361:31: note: byref variable will be forcibly initialized 1361 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'set_global_enables': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1408:31: note: byref variable will be forcibly initialized 1408 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'check_clr_rcv_irq': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1458:12: note: byref variable will be forcibly initialized 1458 | u8 enables = 0; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'check_set_rcv_irq': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1495:12: note: byref variable will be forcibly initialized 1495 | u8 enables = 0; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'try_enable_event_buffer': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1527:31: note: byref variable will be forcibly initialized 1527 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'try_get_dev_id': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1311:31: note: byref variable will be forcibly initialized 1311 | unsigned char msg[2]; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/ipmi.h:21, from /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:40: /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:1032:39: note: byref variable will be forcibly initialized 1032 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'try_smi_init': /kisskb/src/include/linux/device.h:1032:39: note: byref variable will be forcibly initialized /kisskb/src/kernel/bpf/hashtab.c: In function '__bpf_hash_map_seq_show': /kisskb/src/kernel/bpf/hashtab.c:2003:30: note: byref variable will be forcibly initialized 2003 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_map_delete_elem': /kisskb/src/kernel/bpf/hashtab.c:1353:23: note: byref variable will be forcibly initialized 1353 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_lru_map_delete_node': /kisskb/src/kernel/bpf/hashtab.c:768:23: note: byref variable will be forcibly initialized 768 | unsigned long flags; | ^~~~~ 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/kernel/bpf/hashtab.c:5: /kisskb/src/kernel/bpf/hashtab.c: In function 'hlist_nulls_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_nulls.h:106:9: note: in expansion of macro 'rcu_assign_pointer' 106 | rcu_assign_pointer(hlist_nulls_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1048:23: note: byref variable will be forcibly initialized 1048 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_percpu_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1218:23: note: byref variable will be forcibly initialized 1218 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/kernel/bpf/hashtab.c:5: /kisskb/src/kernel/bpf/hashtab.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_map_lookup_and_delete_batch': /kisskb/src/kernel/bpf/hashtab.c:1635:23: note: byref variable will be forcibly initialized 1635 | unsigned long flags = 0; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c:1630:50: note: byref variable will be forcibly initialized 1630 | u32 batch, max_count, size, bucket_size, map_id; | ^~~~~~ /kisskb/src/kernel/bpf/hashtab.c:1630:13: note: byref variable will be forcibly initialized 1630 | u32 batch, max_count, size, bucket_size, map_id; | ^~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_setxattr': /kisskb/src/fs/fuse/xattr.c:19:33: note: byref variable will be forcibly initialized 19 | struct fuse_setxattr_in inarg; | ^~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_getxattr': /kisskb/src/fs/fuse/xattr.c:57:34: note: byref variable will be forcibly initialized 57 | struct fuse_getxattr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/xattr.c:56:33: note: byref variable will be forcibly initialized 56 | struct fuse_getxattr_in inarg; | ^~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_listxattr': /kisskb/src/fs/fuse/xattr.c:115:34: note: byref variable will be forcibly initialized 115 | struct fuse_getxattr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/xattr.c:114:33: note: byref variable will be forcibly initialized 114 | struct fuse_getxattr_in inarg; | ^~~~~ In file included from /kisskb/src/sound/pci/ens1371.c:2: /kisskb/src/sound/pci/ens1371.c: In function 'snd_ensoniq_midi_interrupt': /kisskb/src/sound/pci/ens1370.c:2082:37: note: byref variable will be forcibly initialized 2082 | unsigned char status, mask, byte; | ^~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_map_lookup_and_delete_elem': /kisskb/src/kernel/bpf/hashtab.c:1529:23: note: byref variable will be forcibly initialized 1529 | unsigned long bflags; | ^~~~~~ /kisskb/src/sound/pci/ens1371.c: In function 'snd_ensoniq_midi_output_trigger': /kisskb/src/sound/pci/ens1370.c:2210:23: note: byref variable will be forcibly initialized 2210 | unsigned char byte; | ^~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_lru_map_delete_elem': /kisskb/src/kernel/bpf/hashtab.c:1389:23: note: byref variable will be forcibly initialized 1389 | unsigned long flags; | ^~~~~ /kisskb/src/sound/pci/ens1371.c: In function 'snd_ensoniq_1371_mixer': /kisskb/src/sound/pci/ens1370.c:1590:34: note: byref variable will be forcibly initialized 1590 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/ens1370.c:1589:30: note: byref variable will be forcibly initialized 1589 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/sound/pci/ens1371.c: In function 'snd_ensoniq_pcm': /kisskb/src/sound/pci/ens1370.c:1231:25: note: byref variable will be forcibly initialized 1231 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ens1371.c: In function 'snd_ensoniq_pcm2': /kisskb/src/sound/pci/ens1370.c:1265:25: note: byref variable will be forcibly initialized 1265 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ens1371.c: In function 'snd_ensoniq_midi': /kisskb/src/sound/pci/ens1370.c:2252:29: note: byref variable will be forcibly initialized 2252 | struct snd_rawmidi *rmidi; | ^~~~~ /kisskb/src/sound/pci/ens1371.c: In function '__snd_audiopci_probe': /kisskb/src/sound/pci/ens1370.c:2311:26: note: byref variable will be forcibly initialized 2311 | struct snd_card *card; | ^~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_lru_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1150:23: note: byref variable will be forcibly initialized 1150 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_lru_percpu_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1273:23: note: byref variable will be forcibly initialized 1273 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'bpf_fd_htab_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:2413:15: note: byref variable will be forcibly initialized 2413 | void *ptr; | ^~~ In file included from /kisskb/src/include/linux/debugobjects.h:5, from /kisskb/src/lib/debugobjects.c:10: /kisskb/src/lib/debugobjects.c: In function 'free_obj_work': /kisskb/src/lib/debugobjects.c:294:20: note: byref variable will be forcibly initialized 294 | HLIST_HEAD(tofree); | ^~~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/debugobjects.c: In function 'debug_objects_replace_static_objects': /kisskb/src/lib/debugobjects.c:1311:20: note: byref variable will be forcibly initialized 1311 | HLIST_HEAD(objects); | ^~~~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/namei.c:7: /kisskb/src/fs/overlayfs/namei.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/debugobjects.c: In function 'debug_objects_oom': /kisskb/src/lib/debugobjects.c:461:20: note: byref variable will be forcibly initialized 461 | HLIST_HEAD(freelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/overlayfs/namei.c:7: /kisskb/src/fs/overlayfs/namei.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/debugobjects.c: In function 'debug_object_deactivate': /kisskb/src/lib/debugobjects.c:756:34: note: byref variable will be forcibly initialized 756 | struct debug_obj o = { .object = addr, | ^ In file included from /kisskb/src/fs/overlayfs/namei.c:15: /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_getxattr_upper': /kisskb/src/fs/overlayfs/overlayfs.h:242:21: note: byref variable will be forcibly initialized 242 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/lib/debugobjects.c: In function 'debug_object_assert_init': /kisskb/src/lib/debugobjects.c:878:34: note: byref variable will be forcibly initialized 878 | struct debug_obj o = { .object = addr, | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/namei.c:7: /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup_positive_unlocked': /kisskb/src/lib/debugobjects.c: In function 'debug_object_active_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/namei.c:209:46: note: in expansion of macro 'smp_load_acquire' 209 | if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/debugobjects.c:944:34: note: byref variable will be forcibly initialized 944 | struct debug_obj o = { .object = addr, | ^ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup_single': /kisskb/src/fs/overlayfs/namei.c:229:21: note: byref variable will be forcibly initialized 229 | struct path path; | ^~~~ In file included from /kisskb/src/fs/overlayfs/namei.c:15: /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_check_origin_xattr': /kisskb/src/fs/overlayfs/overlayfs.h:424:21: note: byref variable will be forcibly initialized 424 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_verify_index': /kisskb/src/fs/overlayfs/namei.c:528:26: note: byref variable will be forcibly initialized 528 | struct ovl_path *stack = &origin; | ^~~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_get_index_fh': /kisskb/src/fs/overlayfs/namei.c:674:21: note: byref variable will be forcibly initialized 674 | struct qstr name; | ^~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup_index': /kisskb/src/fs/overlayfs/namei.c:705:21: note: byref variable will be forcibly initialized 705 | struct qstr name; | ^~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup': /kisskb/src/fs/overlayfs/namei.c:1101:41: note: byref variable will be forcibly initialized 1101 | struct ovl_inode_params oip = { | ^~~ /kisskb/src/fs/overlayfs/namei.c:1083:29: note: byref variable will be forcibly initialized 1083 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/overlayfs/namei.c:845:24: note: byref variable will be forcibly initialized 845 | struct dentry *this; | ^~~~ /kisskb/src/fs/overlayfs/namei.c:838:35: note: byref variable will be forcibly initialized 838 | struct dentry *upperdir, *upperdentry = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/overlayfs/namei.c:837:41: note: byref variable will be forcibly initialized 837 | struct ovl_path *stack = NULL, *origin_path = NULL; | ^~~~~~~~~~~ /kisskb/src/sound/pci/es1968.c: In function 'snd_es1968_ac97_reset': /kisskb/src/sound/pci/es1968.c:2054:22: note: byref variable will be forcibly initialized 2054 | unsigned int vend; | ^~~~ /kisskb/src/sound/pci/es1968.c:2053:24: note: byref variable will be forcibly initialized 2053 | unsigned short w; | ^ /kisskb/src/sound/pci/es1968.c: In function 'snd_es1968_chip_init': /kisskb/src/sound/pci/es1968.c:2170:13: note: byref variable will be forcibly initialized 2170 | u16 w; | ^ /kisskb/src/lib/crc-t10dif.c: In function 'crc_t10dif_update': /kisskb/src/lib/crc-t10dif.c:68:11: note: byref variable will be forcibly initialized 68 | } desc; | ^~~~ 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/crc-t10dif.c:48:9: note: in expansion of macro 'rcu_assign_pointer' 48 | rcu_assign_pointer(crct10dif_tfm, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/es1968.c: In function 'snd_es1968_create': /kisskb/src/sound/pci/es1968.c:2696:32: note: byref variable will be forcibly initialized 2696 | unsigned short vend; | ^~~~ /kisskb/src/sound/pci/es1968.c: In function 'snd_es1968_pcm': /kisskb/src/sound/pci/es1968.c:1793:25: note: byref variable will be forcibly initialized 1793 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/es1968.c: In function 'snd_es1968_mixer': /kisskb/src/sound/pci/es1968.c:2007:34: note: byref variable will be forcibly initialized 2007 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/es1968.c:2006:30: note: byref variable will be forcibly initialized 2006 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/sound/pci/es1968.c: In function 'snd_es1968_create_gameport': /kisskb/src/sound/pci/es1968.c:2440:13: note: byref variable will be forcibly initialized 2440 | u16 val; | ^~~ /kisskb/src/sound/pci/es1968.c: In function '__snd_es1968_probe': /kisskb/src/sound/pci/es1968.c:2805:32: note: byref variable will be forcibly initialized 2805 | unsigned short vend; | ^~~~ /kisskb/src/sound/pci/es1968.c:2748:26: note: byref variable will be forcibly initialized 2748 | struct snd_card *card; | ^~~~ /kisskb/src/fs/ecryptfs/miscdev.c: In function 'ecryptfs_miscdev_open': /kisskb/src/fs/ecryptfs/miscdev.c:66:33: note: byref variable will be forcibly initialized 66 | struct ecryptfs_daemon *daemon = NULL; | ^~~~~~ /kisskb/src/fs/ecryptfs/miscdev.c: In function 'ecryptfs_miscdev_write': /kisskb/src/fs/ecryptfs/miscdev.c:360:23: note: byref variable will be forcibly initialized 360 | unsigned char packet_size_peek[ECRYPTFS_MAX_PKT_LEN_SIZE]; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/miscdev.c:358:29: note: byref variable will be forcibly initialized 358 | size_t packet_size, packet_size_length; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/miscdev.c:358:16: note: byref variable will be forcibly initialized 358 | size_t packet_size, packet_size_length; | ^~~~~~~~~~~ /kisskb/src/fs/ecryptfs/miscdev.c:356:16: note: byref variable will be forcibly initialized 356 | __be32 counter_nbo; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ecryptfs/miscdev.c:9: /kisskb/src/fs/ecryptfs/miscdev.c: In function 'ecryptfs_miscdev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/miscdev.c:237:22: note: in expansion of macro 'wait_event_interruptible' 237 | rc = wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/miscdev.c:216:14: note: byref variable will be forcibly initialized 216 | char packet_length[ECRYPTFS_MAX_PKT_LEN_SIZE]; | ^~~~~~~~~~~~~ /kisskb/src/fs/ecryptfs/miscdev.c:215:16: note: byref variable will be forcibly initialized 215 | size_t packet_length_size; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/pcf50633-backlight.c: In function 'pcf50633_bl_probe': /kisskb/src/drivers/video/backlight/pcf50633-backlight.c:100:37: note: byref variable will be forcibly initialized 100 | struct backlight_properties bl_props; | ^~~~~~~~ In file included from /kisskb/src/kernel/trace/bpf_trace.c:8: /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_prog_run_array': /kisskb/src/include/linux/bpf.h:1409:34: note: byref variable will be forcibly initialized 1409 | struct bpf_trace_run_ctx run_ctx; | ^~~~~~~ /kisskb/src/fs/jffs2/read.c: In function 'jffs2_read_dnode': /kisskb/src/fs/jffs2/read.c:28:16: note: byref variable will be forcibly initialized 28 | size_t readlen; | ^~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_trace_printk': /kisskb/src/kernel/trace/bpf_trace.c:378:14: note: byref variable will be forcibly initialized 378 | u32 *bin_args; | ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:377:13: note: byref variable will be forcibly initialized 377 | u64 args[MAX_TRACE_PRINTK_VARARGS] = { arg1, arg2, arg3 }; | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_printk': /kisskb/src/kernel/trace/bpf_trace.c:377:13: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c:378:14: note: byref variable will be forcibly initialized 378 | u32 *bin_args; | ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_trace_vprintk': /kisskb/src/kernel/trace/bpf_trace.c:433:14: note: byref variable will be forcibly initialized 433 | u32 *bin_args; | ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_vprintk': /kisskb/src/kernel/trace/bpf_trace.c:433:14: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_seq_printf': /kisskb/src/kernel/trace/bpf_trace.c:475:14: note: byref variable will be forcibly initialized 475 | u32 *bin_args; | ^~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_seq_printf': /kisskb/src/kernel/trace/bpf_trace.c:475:14: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_seq_printf_btf': /kisskb/src/kernel/trace/bpf_trace.c:526:13: note: byref variable will be forcibly initialized 526 | s32 btf_id; | ^~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:525:27: note: byref variable will be forcibly initialized 525 | const struct btf *btf; | ^~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_seq_printf_btf': /kisskb/src/kernel/trace/bpf_trace.c:525:27: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c:526:13: note: byref variable will be forcibly initialized 526 | s32 btf_id; | ^~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_perf_event_read': /kisskb/src/kernel/trace/bpf_trace.c:572:13: note: byref variable will be forcibly initialized 572 | u64 value = 0; | ^~~~~ /kisskb/src/drivers/pci/controller/pci-xgene.c: In function 'xgene_pcie_parse_map_dma_ranges': /kisskb/src/drivers/pci/controller/pci-xgene.c:536:12: note: byref variable will be forcibly initialized 536 | u8 ib_reg_mask = 0; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_perf_event_read': /kisskb/src/kernel/trace/bpf_trace.c:572:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/pci/controller/pci-xgene.c:534:36: note: byref variable will be forcibly initialized 534 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/drivers/pci/controller/pci-xgene.c:533:29: note: byref variable will be forcibly initialized 533 | struct of_pci_range range; | ^~~~~ /kisskb/src/drivers/pci/controller/pci-xgene.c: In function 'xgene_pcie_setup': /kisskb/src/drivers/pci/controller/pci-xgene.c:566:29: note: byref variable will be forcibly initialized 566 | u32 val, lanes = 0, speed = 0; | ^~~~~ /kisskb/src/drivers/pci/controller/pci-xgene.c:566:18: note: byref variable will be forcibly initialized 566 | u32 val, lanes = 0, speed = 0; | ^~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_perf_event_output': /kisskb/src/kernel/trace/bpf_trace.c:665:32: note: byref variable will be forcibly initialized 665 | struct perf_raw_record raw = { | ^~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_snprintf_btf': /kisskb/src/kernel/trace/bpf_trace.c:994:13: note: byref variable will be forcibly initialized 994 | s32 btf_id; | ^~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:993:27: note: byref variable will be forcibly initialized 993 | const struct btf *btf; | ^~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_snprintf_btf': /kisskb/src/kernel/trace/bpf_trace.c:993:27: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/bpf_trace.c:994:13: note: byref variable will be forcibly initialized 994 | s32 btf_id; | ^~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function '____bpf_perf_event_output_raw_tp': /kisskb/src/kernel/trace/bpf_trace.c:665:32: note: byref variable will be forcibly initialized 665 | struct perf_raw_record raw = { | ^~~ /kisskb/src/kernel/bpf/arraymap.c: In function '__bpf_array_map_seq_show': /kisskb/src/kernel/bpf/arraymap.c:586:30: note: byref variable will be forcibly initialized 586 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'bpf_for_each_array_elem': /kisskb/src/kernel/bpf/arraymap.c:676:16: note: byref variable will be forcibly initialized 676 | u32 i, key, num_elems = 0; | ^~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'prog_array_map_seq_show_elem': /kisskb/src/kernel/bpf/arraymap.c:900:13: note: byref variable will be forcibly initialized 900 | u32 prog_id; | ^~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run1': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2082:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2082 | BPF_TRACE_DEFN_x(1); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run2': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2083:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2083 | BPF_TRACE_DEFN_x(2); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run3': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2084:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2084 | BPF_TRACE_DEFN_x(3); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run4': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2085:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2085 | BPF_TRACE_DEFN_x(4); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run5': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2086:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2086 | BPF_TRACE_DEFN_x(5); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run6': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2087:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2087 | BPF_TRACE_DEFN_x(6); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run7': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2088:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2088 | BPF_TRACE_DEFN_x(7); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run8': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2089:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2089 | BPF_TRACE_DEFN_x(8); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'bpf_fd_array_map_clear': /kisskb/src/kernel/bpf/arraymap.c:890:13: note: byref variable will be forcibly initialized 890 | int i; | ^ /kisskb/src/kernel/bpf/arraymap.c: In function 'perf_event_fd_array_release': /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run9': /kisskb/src/kernel/bpf/arraymap.c:1211:13: note: byref variable will be forcibly initialized 1211 | int i; | ^ /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2090:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2090 | BPF_TRACE_DEFN_x(9); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run10': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2091:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2091 | BPF_TRACE_DEFN_x(10); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run11': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2092:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2092 | BPF_TRACE_DEFN_x(11); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_trace_run12': /kisskb/src/kernel/trace/bpf_trace.c:2077:21: note: byref variable will be forcibly initialized 2077 | u64 args[x]; \ | ^~~~ /kisskb/src/kernel/trace/bpf_trace.c:2093:1: note: in expansion of macro 'BPF_TRACE_DEFN_x' 2093 | BPF_TRACE_DEFN_x(12); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'perf_event_fd_array_get_ptr': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/kernel/trace/bpf_trace.h:34, from /kisskb/src/kernel/trace/bpf_trace.c:35: /kisskb/src/kernel/trace/bpf_trace.c: In function 'perf_trace_bpf_trace_printk': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(bpf_trace_printk, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c:1181:13: note: byref variable will be forcibly initialized 1181 | u64 value; | ^~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(bpf_trace_printk, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(bpf_trace_printk, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/kernel/trace/bpf_trace.h:34, from /kisskb/src/kernel/trace/bpf_trace.c:35: /kisskb/src/kernel/trace/bpf_trace.c: In function '__bpf_trace_bpf_trace_printk': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(bpf_trace_printk, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(bpf_trace_printk, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/kernel/trace/bpf_trace.h:34, from /kisskb/src/kernel/trace/bpf_trace.c:35: /kisskb/src/kernel/trace/bpf_trace.c: In function 'trace_event_raw_event_bpf_trace_printk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(bpf_trace_printk, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./bpf_trace.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(bpf_trace_printk, | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/trace/bpf_trace.c:7: /kisskb/src/kernel/trace/bpf_trace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/trace/bpf_trace.c:8: /kisskb/src/kernel/trace/bpf_trace.c: In function 'trace_call_bpf': /kisskb/src/include/linux/bpf.h:1409:34: note: byref variable will be forcibly initialized 1409 | struct bpf_trace_run_ctx run_ctx; | ^~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'bpf_event_output': /kisskb/src/kernel/trace/bpf_trace.c:723:32: note: byref variable will be forcibly initialized 723 | struct perf_raw_record raw = { | ^~~ /kisskb/src/kernel/trace/bpf_trace.c:718:30: note: byref variable will be forcibly initialized 718 | struct perf_raw_frag frag = { | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/trace/bpf_trace.c:5: /kisskb/src/kernel/trace/bpf_trace.c: In function 'perf_event_attach_bpf_prog': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1938:9: note: in expansion of macro 'rcu_assign_pointer' 1938 | rcu_assign_pointer(event->tp_event->prog_array, new_array); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1907:32: note: byref variable will be forcibly initialized 1907 | struct bpf_prog_array *new_array; | ^~~~~~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/trace/bpf_trace.c:5: /kisskb/src/kernel/trace/bpf_trace.c: In function 'perf_event_detach_bpf_prog': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1964:17: note: in expansion of macro 'rcu_assign_pointer' 1964 | rcu_assign_pointer(event->tp_event->prog_array, new_array); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c:1949:32: note: byref variable will be forcibly initialized 1949 | struct bpf_prog_array *new_array; | ^~~~~~~~~ /kisskb/src/kernel/trace/bpf_trace.c: In function 'perf_event_query_prog_array': /kisskb/src/kernel/trace/bpf_trace.c:1980:19: note: byref variable will be forcibly initialized 1980 | u32 *ids, prog_cnt, ids_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/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:41: note: byref variable will be forcibly initialized 161 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/fuse/readdir.c: In function 'fuse_force_forget': /kisskb/src/fs/fuse/readdir.c:259:31: note: byref variable will be forcibly initialized 259 | struct fuse_forget_in inarg; | ^~~~~ /kisskb/src/fs/fuse/readdir.c: In function 'fuse_readdir_uncached': /kisskb/src/fs/fuse/readdir.c:324:22: note: byref variable will be forcibly initialized 324 | struct page *page; | ^~~~ /kisskb/src/drivers/pci/controller/pci-xgene-msi.c: In function 'xgene_msi_hwirq_alloc': /kisskb/src/drivers/pci/controller/pci-xgene-msi.c:373:23: note: byref variable will be forcibly initialized 373 | cpumask_var_t mask; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/pci/controller/pci-xgene-msi.c:9: /kisskb/src/drivers/pci/controller/pci-xgene-msi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/pci/hda/patch_cs8409.c: In function 'cs42l42_resume': /kisskb/src/sound/pci/hda/patch_cs8409.c:873:33: note: byref variable will be forcibly initialized 873 | struct cs8409_i2c_param irq_regs[] = { | ^~~~~~~~ /kisskb/src/sound/pci/hda/patch_cs8409.c: In function 'cs42l42_suspend': /kisskb/src/sound/pci/hda/patch_cs8409.c:918:39: note: byref variable will be forcibly initialized 918 | const struct cs8409_i2c_param cs42l42_pwr_down_seq[] = { | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/patch_cs8409.h:16, from /kisskb/src/sound/pci/hda/patch_cs8409.c:16: /kisskb/src/sound/pci/hda/patch_cs8409.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ In file included from /kisskb/src/lib/libcrc32c.c:29: /kisskb/src/lib/libcrc32c.c: In function 'crc32c': /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/lib/libcrc32c.c:40:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 40 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh32_reset': /kisskb/src/lib/xxhash.c:245:28: note: byref variable will be forcibly initialized 245 | struct xxh32_state state; | ^~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh64_reset': /kisskb/src/lib/xxhash.c:259:28: note: byref variable will be forcibly initialized 259 | struct xxh64_state state; | ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_do_ioctl': /kisskb/src/fs/fuse/ioctl.c:165:25: note: byref variable will be forcibly initialized 165 | struct iov_iter ii; | ^~ /kisskb/src/fs/fuse/ioctl.c:158:31: note: byref variable will be forcibly initialized 158 | struct fuse_ioctl_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_priv_ioctl': /kisskb/src/fs/fuse/ioctl.c:364:31: note: byref variable will be forcibly initialized 364 | struct fuse_ioctl_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/ioctl.c:363:30: note: byref variable will be forcibly initialized 363 | struct fuse_ioctl_in inarg; | ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_get': /kisskb/src/fs/fuse/ioctl.c:427:24: note: byref variable will be forcibly initialized 427 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/fuse/ioctl.c:426:22: note: byref variable will be forcibly initialized 426 | unsigned int flags; | ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_set': /kisskb/src/fs/fuse/ioctl.c:465:24: note: byref variable will be forcibly initialized 465 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/fuse/ioctl.c:464:22: note: byref variable will be forcibly initialized 464 | unsigned int flags = fa->flags; | ^~~~~ /kisskb/src/fs/jffs2/nodemgmt.c: In function 'jffs2_mark_node_obsolete': /kisskb/src/fs/jffs2/nodemgmt.c:585:16: note: byref variable will be forcibly initialized 585 | size_t retlen; | ^~~~~~ /kisskb/src/fs/jffs2/nodemgmt.c:583:35: note: byref variable will be forcibly initialized 583 | struct jffs2_unknown_node n; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/lib/genalloc.c:29: /kisskb/src/lib/genalloc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/include/linux/mtd/mtd.h:10, from /kisskb/src/fs/jffs2/nodemgmt.c:15: /kisskb/src/fs/jffs2/nodemgmt.c: In function 'jffs2_reserve_space': /kisskb/src/fs/jffs2/nodemgmt.c:174:59: note: byref variable will be forcibly initialized 174 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_alloc_align': /kisskb/src/lib/genalloc.c:398:35: note: byref variable will be forcibly initialized 398 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_zalloc_align': /kisskb/src/lib/genalloc.c:469:35: note: byref variable will be forcibly initialized 469 | struct genpool_data_align data = { .align = align }; | ^~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/lib/genalloc.c:35: /kisskb/src/lib/genalloc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/lib/genalloc.c: In function 'of_gen_pool_get': /kisskb/src/lib/genalloc.c:884:21: note: byref variable will be forcibly initialized 884 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled5_ovp_delay': /kisskb/src/drivers/video/backlight/qcom-wled.c:415:13: note: byref variable will be forcibly initialized 415 | u32 val; | ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_ovp_fault_status': /kisskb/src/drivers/video/backlight/qcom-wled.c:371:25: note: byref variable will be forcibly initialized 371 | u32 int_rt_sts, fault_sts; | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:371:13: note: byref variable will be forcibly initialized 371 | 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:16: note: byref variable will be forcibly initialized 276 | __le16 v; | ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled4_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:253:16: note: byref variable will be forcibly initialized 253 | __le16 v; | ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled3_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:234:16: note: byref variable will be forcibly initialized 234 | __le16 v; | ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_configure': /kisskb/src/drivers/video/backlight/qcom-wled.c:1360:36: note: byref variable will be forcibly initialized 1360 | const struct wled_u32_opts wled5_opts[] = { | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1337:36: note: byref variable will be forcibly initialized 1337 | const struct wled_u32_opts wled4_opts[] = { | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1314:36: note: byref variable will be forcibly initialized 1314 | const struct wled_u32_opts wled3_opts[] = { | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1310:19: note: byref variable will be forcibly initialized 1310 | 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:577:14: note: byref variable will be forcibly initialized 577 | bool fault_set; | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:575:13: note: byref variable will be forcibly initialized 575 | 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:814:14: note: byref variable will be forcibly initialized 814 | bool fault_set; | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled4_setup': /kisskb/src/drivers/video/backlight/qcom-wled.c:961:13: note: byref variable will be forcibly initialized 961 | 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:839:22: note: byref variable will be forcibly initialized 839 | u32 int_sts, fault_sts; | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:839:13: note: byref variable will be forcibly initialized 839 | 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:1590:13: note: byref variable will be forcibly initialized 1590 | u32 val; | ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_probe': /kisskb/src/drivers/video/backlight/qcom-wled.c:1630:13: note: byref variable will be forcibly initialized 1630 | u32 val; | ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1626:37: note: byref variable will be forcibly initialized 1626 | struct backlight_properties props; | ^~~~~ /kisskb/src/sound/pci/ice1712/prodigy_hifi.c: In function 'wm_proc_regs_write': /kisskb/src/sound/pci/ice1712/prodigy_hifi.c:866:27: note: byref variable will be forcibly initialized 866 | unsigned int reg, val; | ^~~ /kisskb/src/sound/pci/ice1712/prodigy_hifi.c:866:22: note: byref variable will be forcibly initialized 866 | unsigned int reg, val; | ^~~ /kisskb/src/sound/pci/ice1712/prodigy_hifi.c:865:14: note: byref variable will be forcibly initialized 865 | char line[64]; | ^~~~ /kisskb/src/fs/orangefs/acl.c: In function 'orangefs_set_acl': /kisskb/src/fs/orangefs/acl.c:126:22: note: byref variable will be forcibly initialized 126 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/orangefs/acl.c: In function 'orangefs_init_acl': /kisskb/src/fs/orangefs/acl.c:165:22: note: byref variable will be forcibly initialized 165 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/orangefs/acl.c:164:17: note: byref variable will be forcibly initialized 164 | umode_t mode = inode->i_mode; | ^~~~ /kisskb/src/fs/orangefs/acl.c:163:41: note: byref variable will be forcibly initialized 163 | struct posix_acl *default_acl, *acl; | ^~~ /kisskb/src/fs/orangefs/acl.c:163:27: note: byref variable will be forcibly initialized 163 | struct posix_acl *default_acl, *acl; | ^~~~~~~~~~~ /kisskb/src/lib/bch.c: In function 'find_poly_deg3_roots': /kisskb/src/lib/bch.c:673:47: note: byref variable will be forcibly initialized 673 | unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; | ^~~ /kisskb/src/lib/bch.c: In function 'build_deg2_base': /kisskb/src/lib/bch.c:1186:52: note: byref variable will be forcibly initialized 1186 | unsigned int sum, x, y, remaining, ak = 0, xi[BCH_MAX_M]; | ^~ /kisskb/src/lib/bch.c: In function 'load_ecc8': /kisskb/src/lib/bch.c:189:17: note: byref variable will be forcibly initialized 189 | uint8_t pad[4] = {0, 0, 0, 0}; | ^~~ /kisskb/src/lib/bch.c: In function 'store_ecc8': /kisskb/src/lib/bch.c:211:17: note: byref variable will be forcibly initialized 211 | uint8_t pad[4]; | ^~~ /kisskb/src/lib/bch.c: In function 'bch_encode': /kisskb/src/lib/bch.c:247:21: note: byref variable will be forcibly initialized 247 | uint32_t w, r[BCH_ECC_MAX_WORDS]; | ^ /kisskb/src/lib/bch.c: In function 'find_poly_roots': /kisskb/src/lib/bch.c:945:30: note: byref variable will be forcibly initialized 945 | struct gf_poly *f1, *f2; | ^~ /kisskb/src/lib/bch.c:945:25: note: byref variable will be forcibly initialized 945 | struct gf_poly *f1, *f2; | ^~ /kisskb/src/lib/bch.c: In function 'compute_generator_polynomial': /kisskb/src/lib/bch.c:1237:16: note: byref variable will be forcibly initialized 1237 | int n, err = 0; | ^~~ /kisskb/src/lib/bch.c: In function 'bch_init': /kisskb/src/lib/bch.c:1322:13: note: byref variable will be forcibly initialized 1322 | int err = 0; | ^~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/pci/controller/pcie-iproc-msi.c:12: /kisskb/src/drivers/pci/controller/pcie-iproc-msi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc-msi.c: In function 'iproc_msi_irq_setup': /kisskb/src/drivers/pci/controller/pcie-iproc-msi.c:487:23: note: byref variable will be forcibly initialized 487 | cpumask_var_t mask; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/util.c:7: /kisskb/src/fs/overlayfs/util.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/overlayfs/util.c:17: /kisskb/src/fs/overlayfs/util.c: In function 'ovl_getxattr_upper': /kisskb/src/fs/overlayfs/overlayfs.h:242:21: note: byref variable will be forcibly initialized 242 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/lib/fault-inject.c: In function 'setup_fault_attr': /kisskb/src/lib/fault-inject.c:23:13: note: byref variable will be forcibly initialized 23 | int space; | ^~~~~ /kisskb/src/lib/fault-inject.c:22:13: note: byref variable will be forcibly initialized 22 | int times; | ^~~~~ /kisskb/src/lib/fault-inject.c:21:23: note: byref variable will be forcibly initialized 21 | unsigned long interval; | ^~~~~~~~ /kisskb/src/lib/fault-inject.c:20:23: note: byref variable will be forcibly initialized 20 | unsigned long probability; | ^~~~~~~~~~~ /kisskb/src/lib/fault-inject.c: In function 'fail_stacktrace': /kisskb/src/lib/fault-inject.c:73:23: note: byref variable will be forcibly initialized 73 | unsigned long entries[MAX_STACK_TRACE_DEPTH]; | ^~~~~~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_cleanup_index': /kisskb/src/fs/overlayfs/util.c:829:21: note: byref variable will be forcibly initialized 829 | struct qstr name = { }; | ^~~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_path_check_dir_xattr': /kisskb/src/fs/overlayfs/util.c:598:14: note: byref variable will be forcibly initialized 598 | char val; | ^~~ /kisskb/src/kernel/capability.c: In function 'warn_legacy_capability_use': /kisskb/src/kernel/capability.c:48:14: note: byref variable will be forcibly initialized 48 | char name[sizeof(current->comm)]; | ^~~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_check_protattr': /kisskb/src/fs/overlayfs/util.c:680:14: note: byref variable will be forcibly initialized 680 | char buf[OVL_PROTATTR_MAX+1]; | ^~~ /kisskb/src/kernel/capability.c: In function 'warn_deprecated_v2': /kisskb/src/kernel/capability.c:72:14: note: byref variable will be forcibly initialized 72 | char name[sizeof(current->comm)]; | ^~~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_set_protattr': /kisskb/src/fs/overlayfs/util.c:715:14: note: byref variable will be forcibly initialized 715 | char buf[OVL_PROTATTR_MAX]; | ^~~ /kisskb/src/kernel/capability.c: In function '__do_sys_capget': /kisskb/src/kernel/capability.c:167:47: note: byref variable will be forcibly initialized 167 | struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; | ^~~~~ /kisskb/src/kernel/capability.c:153:30: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:153:26: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:153:22: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:152:18: note: byref variable will be forcibly initialized 152 | unsigned tocopy; | ^~~~~~ /kisskb/src/kernel/capability.c: In function '__do_sys_capset': /kisskb/src/kernel/capability.c:226:46: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:35: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:22: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~~~ /kisskb/src/kernel/capability.c:225:21: note: byref variable will be forcibly initialized 225 | unsigned i, tocopy, copybytes; | ^~~~~~ /kisskb/src/kernel/capability.c:224:39: note: byref variable will be forcibly initialized 224 | struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; | ^~~~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_copyattr': /kisskb/src/fs/overlayfs/util.c:1104:21: note: byref variable will be forcibly initialized 1104 | struct path realpath; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ptrace.h:6, from /kisskb/src/lib/syscall.c:2: /kisskb/src/lib/syscall.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_write_iter': /kisskb/src/fs/fuse/cuse.c:105:16: note: byref variable will be forcibly initialized 105 | loff_t pos = 0; | ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_read_iter': /kisskb/src/fs/fuse/cuse.c:97:16: note: byref variable will be forcibly initialized 97 | loff_t pos = 0; | ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_parse_one': /kisskb/src/fs/fuse/cuse.c:221:21: note: byref variable will be forcibly initialized 221 | char *key, *val; | ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_parse_devinfo': /kisskb/src/fs/fuse/cuse.c:274:21: note: byref variable will be forcibly initialized 274 | char *key, *val; | ^~~ /kisskb/src/fs/fuse/cuse.c:274:15: note: byref variable will be forcibly initialized 274 | char *key, *val; | ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_process_init_reply': /kisskb/src/fs/fuse/cuse.c:329:15: note: byref variable will be forcibly initialized 329 | dev_t devt; | ^~~~ /kisskb/src/kernel/user.c: In function 'free_uid': /kisskb/src/kernel/user.c:180:23: note: byref variable will be forcibly initialized 180 | unsigned long flags; | ^~~~~ /kisskb/src/sound/pci/fm801.c: In function 'snd_fm801_pcm': /kisskb/src/sound/pci/fm801.c:719:25: note: byref variable will be forcibly initialized 719 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/fm801.c: In function 'snd_fm801_mixer': /kisskb/src/sound/pci/fm801.c:1033:34: note: byref variable will be forcibly initialized 1033 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/fm801.c: In function '__snd_card_fm801_probe': /kisskb/src/sound/pci/fm801.c:1277:26: note: byref variable will be forcibly initialized 1277 | struct snd_opl3 *opl3; | ^~~~ /kisskb/src/sound/pci/fm801.c:1275:26: note: byref variable will be forcibly initialized 1275 | struct snd_card *card; | ^~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_peek_siginfo': /kisskb/src/kernel/ptrace.c:758:34: note: byref variable will be forcibly initialized 758 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/ptrace.c:732:40: note: byref variable will be forcibly initialized 732 | struct ptrace_peeksiginfo_args arg; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_get_syscall_info_entry': /kisskb/src/kernel/ptrace.c:940:23: note: byref variable will be forcibly initialized 940 | unsigned long args[ARRAY_SIZE(info->entry.args)]; | ^~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_getsiginfo': /kisskb/src/kernel/ptrace.c:698:23: note: byref variable will be forcibly initialized 698 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_setsiginfo': /kisskb/src/kernel/ptrace.c:714:23: note: byref variable will be forcibly initialized 714 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_unfreeze_traced': /kisskb/src/kernel/ptrace.c:215:23: note: byref variable will be forcibly initialized 215 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_readdata': /kisskb/src/kernel/ptrace.c:631:22: note: byref variable will be forcibly initialized 631 | char buf[128]; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_writedata': /kisskb/src/kernel/ptrace.c:657:22: note: byref variable will be forcibly initialized 657 | char buf[128]; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'generic_ptrace_peekdata': /kisskb/src/kernel/ptrace.c:1309:23: note: byref variable will be forcibly initialized 1309 | unsigned long tmp; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_request': /kisskb/src/kernel/ptrace.c:1227:30: note: byref variable will be forcibly initialized 1227 | struct iovec kiov; | ^~~~ /kisskb/src/kernel/ptrace.c:1096:26: note: byref variable will be forcibly initialized 1096 | sigset_t new_set; | ^~~~~~~ /kisskb/src/kernel/ptrace.c:1038:23: note: byref variable will be forcibly initialized 1038 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c:1035:26: note: byref variable will be forcibly initialized 1035 | kernel_siginfo_t siginfo, *si; | ^~~~~~~ /kisskb/src/kernel/ptrace.c: In function 'compat_ptrace_request': /kisskb/src/kernel/ptrace.c:1378:30: note: byref variable will be forcibly initialized 1378 | struct iovec kiov; | ^~~~ /kisskb/src/kernel/ptrace.c:1335:26: note: byref variable will be forcibly initialized 1335 | kernel_siginfo_t siginfo; | ^~~~~~~ /kisskb/src/kernel/ptrace.c:1334:24: note: byref variable will be forcibly initialized 1334 | compat_ulong_t word; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/fuse/virtio_fs.c:7: /kisskb/src/fs/fuse/virtio_fs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_enqueue_req': /kisskb/src/fs/fuse/virtio_fs.c:1131:22: note: byref variable will be forcibly initialized 1131 | unsigned int argbuf_used = 0; | ^~~~~~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c:1126:28: note: byref variable will be forcibly initialized 1126 | struct scatterlist stack_sg[ARRAY_SIZE(stack_sgs)]; | ^~~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c:1125:29: note: byref variable will be forcibly initialized 1125 | struct scatterlist *stack_sgs[6]; | ^~~~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'send_forget_request': /kisskb/src/fs/fuse/virtio_fs.c:415:28: note: byref variable will be forcibly initialized 415 | struct scatterlist sg; | ^~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_parse_param': /kisskb/src/fs/fuse/virtio_fs.c:113:32: note: byref variable will be forcibly initialized 113 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_read_tag': /kisskb/src/fs/fuse/virtio_fs.c:308:14: note: byref variable will be forcibly initialized 308 | char tag_buf[sizeof_field(struct virtio_fs_config, tag)]; | ^~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_hiprio_done_work': /kisskb/src/fs/fuse/virtio_fs.c:339:30: note: byref variable will be forcibly initialized 339 | unsigned int len; | ^~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_setup_vqs': /kisskb/src/fs/fuse/virtio_fs.c:718:22: note: byref variable will be forcibly initialized 718 | char vq_name[VQ_NAME_LEN]; | ^~~~~~~ In file included from /kisskb/src/include/uapi/linux/virtio_fs.h:8, from /kisskb/src/fs/fuse/virtio_fs.c:14: /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c:692:9: note: in expansion of macro 'virtio_cread_le' 692 | virtio_cread_le(vdev, struct virtio_fs_config, num_request_queues, | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/virtio_fs.c:7: /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_requests_done_work': /kisskb/src/fs/fuse/virtio_fs.c:618:19: note: byref variable will be forcibly initialized 618 | LIST_HEAD(reqs); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fuse/virtio_fs.c:617:22: note: byref variable will be forcibly initialized 617 | unsigned int len; | ^~~ /kisskb/src/fs/jffs2/readinode.c: In function 'read_more': /kisskb/src/fs/jffs2/readinode.c:944:16: note: byref variable will be forcibly initialized 944 | size_t retlen; | ^~~~~~ /kisskb/src/fs/jffs2/readinode.c: In function 'check_node_data': /kisskb/src/fs/jffs2/readinode.c:38:16: note: byref variable will be forcibly initialized 38 | size_t retlen; | ^~~~~~ /kisskb/src/fs/jffs2/readinode.c:36:24: note: byref variable will be forcibly initialized 36 | unsigned char *buffer; | ^~~~~~ /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_build_inode_fragtree': /kisskb/src/fs/jffs2/readinode.c:456:24: note: byref variable will be forcibly initialized 456 | struct rb_root ver_root = RB_ROOT; | ^~~~~~~~ /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_get_inode_nodes': /kisskb/src/fs/jffs2/readinode.c:988:13: note: byref variable will be forcibly initialized 988 | int len, err; | ^~~ /kisskb/src/fs/jffs2/readinode.c:987:16: note: byref variable will be forcibly initialized 987 | size_t retlen; | ^~~~~~ /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_do_read_inode_internal': /kisskb/src/fs/jffs2/readinode.c:1151:16: note: byref variable will be forcibly initialized 1151 | size_t retlen; | ^~~~~~ /kisskb/src/fs/jffs2/readinode.c:1149:37: note: byref variable will be forcibly initialized 1149 | struct jffs2_readinode_info rii; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/jffs2/readinode.c:15: /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_do_read_inode': /kisskb/src/fs/jffs2/os-linux.h:43:35: note: byref variable will be forcibly initialized 43 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jffs2/readinode.c:1351:25: note: in expansion of macro 'sleep_on_spinunlock' 1351 | sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/readinode.c: In function 'jffs2_do_crccheck_inode': /kisskb/src/fs/jffs2/readinode.c:1394:32: note: byref variable will be forcibly initialized 1394 | struct jffs2_raw_inode n; | ^ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_change': /kisskb/src/lib/dynamic_debug.c:159:25: note: byref variable will be forcibly initialized 159 | struct flagsbuf fbuf; | ^~~~ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_exec_query': /kisskb/src/lib/dynamic_debug.c:495:15: note: byref variable will be forcibly initialized 495 | char *words[MAXWORDS]; | ^~~~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_pr_debug': /kisskb/src/lib/dynamic_debug.c:635:14: note: byref variable will be forcibly initialized 635 | char buf[PREFIX_SIZE] = ""; | ^~~ /kisskb/src/lib/dynamic_debug.c:634:26: note: byref variable will be forcibly initialized 634 | struct va_format vaf; | ^~~ /kisskb/src/lib/dynamic_debug.c:633:17: note: byref variable will be forcibly initialized 633 | va_list args; | ^~~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_dev_dbg': /kisskb/src/lib/dynamic_debug.c:668:22: note: byref variable will be forcibly initialized 668 | char buf[PREFIX_SIZE] = ""; | ^~~ /kisskb/src/lib/dynamic_debug.c:655:17: note: byref variable will be forcibly initialized 655 | va_list args; | ^~~~ /kisskb/src/lib/dynamic_debug.c:654:26: note: byref variable will be forcibly initialized 654 | struct va_format vaf; | ^~~ /kisskb/src/lib/dynamic_debug.c: In function 'ddebug_proc_show': /kisskb/src/lib/dynamic_debug.c:889:25: note: byref variable will be forcibly initialized 889 | struct flagsbuf flags; | ^~~~~ /kisskb/src/lib/atomic64_test.c: In function 'test_atomic': /kisskb/src/lib/atomic64_test.c:111:18: note: byref variable will be forcibly initialized 111 | atomic_t v; | ^ /kisskb/src/lib/atomic64_test.c: In function 'test_atomic64': /kisskb/src/lib/atomic64_test.c:157:20: note: byref variable will be forcibly initialized 157 | atomic64_t v = ATOMIC64_INIT(v0); | ^ /kisskb/src/lib/strncpy_from_user.c: In function 'do_strncpy_from_user': /kisskb/src/lib/strncpy_from_user.c:38:34: note: byref variable will be forcibly initialized 38 | unsigned long c, data, mask; | ^~~~ /kisskb/src/lib/strncpy_from_user.c:31:37: note: byref variable will be forcibly initialized 31 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/inode.c:7: /kisskb/src/fs/overlayfs/inode.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_getattr': /kisskb/src/fs/overlayfs/inode.c:242:38: note: byref variable will be forcibly initialized 242 | struct kstat lowerdatastat; | ^~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c:191:38: note: byref variable will be forcibly initialized 191 | struct kstat lowerstat; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c:159:21: note: byref variable will be forcibly initialized 159 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_permission': /kisskb/src/fs/overlayfs/inode.c:284:21: note: byref variable will be forcibly initialized 284 | struct path realpath; | ^~~~~~~~ In file included from /kisskb/src/fs/overlayfs/inode.c:17: /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_getxattr_upper': /kisskb/src/fs/overlayfs/overlayfs.h:242:21: note: byref variable will be forcibly initialized 242 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_update_time': /kisskb/src/fs/overlayfs/inode.c:480:29: note: byref variable will be forcibly initialized 480 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_set_nlink_common': /kisskb/src/fs/overlayfs/inode.c:875:14: note: byref variable will be forcibly initialized 875 | char buf[13]; | ^~~ In file included from /kisskb/src/fs/overlayfs/inode.c:17: /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_is_impuredir': /kisskb/src/fs/overlayfs/overlayfs.h:466:21: note: byref variable will be forcibly initialized 466 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_xattr_set': /kisskb/src/fs/overlayfs/inode.c:352:21: note: byref variable will be forcibly initialized 352 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_xattr_get': /kisskb/src/fs/overlayfs/inode.c:400:21: note: byref variable will be forcibly initialized 400 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_fileattr_set': /kisskb/src/fs/overlayfs/inode.c:552:21: note: byref variable will be forcibly initialized 552 | struct path upperpath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_fileattr_get': /kisskb/src/fs/overlayfs/inode.c:629:21: note: byref variable will be forcibly initialized 629 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_get_nlink': /kisskb/src/fs/overlayfs/inode.c:904:14: note: byref variable will be forcibly initialized 904 | char buf[13]; | ^~~ /kisskb/src/fs/overlayfs/inode.c:902:13: note: byref variable will be forcibly initialized 902 | int nlink_diff; | ^~~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_get_inode': /kisskb/src/fs/overlayfs/inode.c:1115:21: note: byref variable will be forcibly initialized 1115 | struct path realpath = { | ^~~~~~~~ /kisskb/src/lib/strnlen_user.c: In function 'do_strnlen_user': /kisskb/src/lib/strnlen_user.c:41:31: note: byref variable will be forcibly initialized 41 | unsigned long data; | ^~~~ /kisskb/src/lib/strnlen_user.c:25:37: note: byref variable will be forcibly initialized 25 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/perf_event.h:51, from /kisskb/src/include/linux/trace_events.h:10, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/kernel/signal.c:30: /kisskb/src/kernel/signal.c: In function 'put_compat_sigset': /kisskb/src/include/linux/compat.h:454:25: note: byref variable will be forcibly initialized 454 | compat_sigset_t v; | ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3214:18: note: byref variable will be forcibly initialized 3214 | sigset_t set; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3231:18: note: byref variable will be forcibly initialized 3231 | sigset_t set; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/sys.c:9: /kisskb/src/kernel/sys.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigpending': /kisskb/src/kernel/signal.c:4324:18: note: byref variable will be forcibly initialized 4324 | sigset_t set; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h: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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'perf_trace_signal_deliver': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_generate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_deliver': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'post_copy_siginfo_from_user': /kisskb/src/kernel/signal.c:3337:22: note: byref variable will be forcibly initialized 3337 | char buf[SI_EXPANSION_SIZE]; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function '__bpf_trace_signal_generate': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__bpf_trace_signal_deliver': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/kernel/sys.c: In function 'do_sys_times': /kisskb/src/kernel/sys.c:993:22: note: byref variable will be forcibly initialized 993 | u64 tgutime, tgstime, cutime, cstime; | ^~~~~~~ /kisskb/src/kernel/sys.c:993:13: note: byref variable will be forcibly initialized 993 | u64 tgutime, tgstime, cutime, cstime; | ^~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_times': /kisskb/src/kernel/sys.c:1007:28: note: byref variable will be forcibly initialized 1007 | struct tms tmp; | ^~~ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/sys.c: In function '__do_compat_sys_times': /kisskb/src/kernel/sys.c:1027:35: note: byref variable will be forcibly initialized 1027 | struct compat_tms tmp; | ^~~ /kisskb/src/kernel/sys.c:1026:28: note: byref variable will be forcibly initialized 1026 | struct tms tms; | ^~~ /kisskb/src/kernel/signal.c:4068:26: note: byref variable will be forcibly initialized 4068 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4228:22: note: byref variable will be forcibly initialized 4228 | stack_t new, old; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_gethostname': /kisskb/src/kernel/sys.c:1386:14: note: byref variable will be forcibly initialized 1386 | char tmp[__NEW_UTS_LEN + 1]; | ^~~ /kisskb/src/kernel/signal.c:4228:17: note: byref variable will be forcibly initialized 4228 | stack_t new, old; | ^~~ /kisskb/src/kernel/sys.c: In function 'override_release': /kisskb/src/kernel/signal.c: In function 'do_compat_sigaltstack': /kisskb/src/kernel/sys.c:1267:22: note: byref variable will be forcibly initialized 1267 | char buf[65] = { 0 }; | ^~~ /kisskb/src/kernel/signal.c:4279:32: note: byref variable will be forcibly initialized 4279 | compat_stack_t old; | ^~~ /kisskb/src/kernel/signal.c:4268:32: note: byref variable will be forcibly initialized 4268 | compat_stack_t uss32; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_newuname': /kisskb/src/kernel/sys.c:1289:28: note: byref variable will be forcibly initialized 1289 | struct new_utsname tmp; | ^~~ /kisskb/src/kernel/signal.c:4264:22: note: byref variable will be forcibly initialized 4264 | stack_t uss, uoss; | ^~~~ /kisskb/src/kernel/signal.c:4264:17: note: byref variable will be forcibly initialized 4264 | stack_t uss, uoss; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_sethostname': /kisskb/src/kernel/sys.c:1358:14: note: byref variable will be forcibly initialized 1358 | char tmp[__NEW_UTS_LEN]; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_setdomainname': /kisskb/src/kernel/sys.c:1411:14: note: byref variable will be forcibly initialized 1411 | char tmp[__NEW_UTS_LEN]; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrlimit': /kisskb/src/kernel/sys.c:1497:23: note: byref variable will be forcibly initialized 1497 | struct rlimit value; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_setrlimit': /kisskb/src/kernel/sys.c:1513:30: note: byref variable will be forcibly initialized 1513 | struct compat_rlimit r32; | ^~~ /kisskb/src/kernel/sys.c:1512:23: note: byref variable will be forcibly initialized 1512 | struct rlimit r; | ^ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_getrlimit': /kisskb/src/kernel/sys.c:1537:38: note: byref variable will be forcibly initialized 1537 | struct compat_rlimit r32; | ^~~ /kisskb/src/kernel/sys.c:1532:23: note: byref variable will be forcibly initialized 1532 | struct rlimit r; | ^ /kisskb/src/kernel/sys.c: In function '__do_sys_setrlimit': /kisskb/src/kernel/sys.c:1710:23: note: byref variable will be forcibly initialized 1710 | struct rlimit new_rlim; | ^~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_sigpending': /kisskb/src/kernel/signal.c:4340:18: note: byref variable will be forcibly initialized 4340 | sigset_t set; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_prlimit64': /kisskb/src/kernel/sys.c:1666:28: note: byref variable will be forcibly initialized 1666 | struct rlimit old, new; | ^~~ /kisskb/src/kernel/sys.c:1666:23: note: byref variable will be forcibly initialized 1666 | struct rlimit old, new; | ^~~ /kisskb/src/kernel/sys.c:1665:32: note: byref variable will be forcibly initialized 1665 | struct rlimit64 old64, new64; | ^~~~~ /kisskb/src/kernel/sys.c:1665:25: note: byref variable will be forcibly initialized 1665 | struct rlimit64 old64, new64; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'dequeue_signal': /kisskb/src/kernel/signal.c:632:14: note: byref variable will be forcibly initialized 632 | bool resched_timer = false; | ^~~~~~~~~~~~~ /kisskb/src/kernel/sys.c: In function 'prctl_set_mm_map': /kisskb/src/kernel/sys.c:1969:23: note: byref variable will be forcibly initialized 1969 | unsigned long user_auxv[AT_VECTOR_SIZE]; | ^~~~~~~~~ /kisskb/src/kernel/sys.c: In function 'do_sysinfo': /kisskb/src/kernel/sys.c:2654:27: note: byref variable will be forcibly initialized 2654 | struct timespec64 tp; | ^~ /kisskb/src/kernel/signal.c: In function '__set_task_blocked': /kisskb/src/kernel/signal.c:3011:26: note: byref variable will be forcibly initialized 3011 | sigset_t newblocked; | ^~~~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_sysinfo': /kisskb/src/kernel/sys.c:2715:24: note: byref variable will be forcibly initialized 2715 | struct sysinfo val; | ^~~ /kisskb/src/kernel/signal.c: In function 'do_sigtimedwait': /kisskb/src/kernel/sys.c: In function '__do_compat_sys_sysinfo': /kisskb/src/kernel/signal.c:3573:23: note: byref variable will be forcibly initialized 3573 | enum pid_type type; | ^~~~ /kisskb/src/kernel/sys.c:2746:31: note: byref variable will be forcibly initialized 2746 | struct compat_sysinfo s_32; | ^~~~ /kisskb/src/kernel/signal.c:3572:18: note: byref variable will be forcibly initialized 3572 | sigset_t mask = *which; | ^~~~ /kisskb/src/kernel/sys.c:2745:24: note: byref variable will be forcibly initialized 2745 | struct sysinfo s; | ^ /kisskb/src/kernel/signal.c:3570:29: note: byref variable will be forcibly initialized 3570 | ktime_t *to = NULL, timeout = KTIME_MAX; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'prepare_signal': /kisskb/src/kernel/signal.c:910:18: note: byref variable will be forcibly initialized 910 | sigset_t flush; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1540:23: note: byref variable will be forcibly initialized 1540 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c:1538:31: note: byref variable will be forcibly initialized 1538 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sigqueue': /kisskb/src/kernel/signal.c:1965:23: note: byref variable will be forcibly initialized 1965 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/signal.c:2030:20: note: byref variable will be forcibly initialized 2030 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/signal.c:2030:13: note: byref variable will be forcibly initialized 2030 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/signal.c:2026:31: note: byref variable will be forcibly initialized 2026 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigprocmask': /kisskb/src/kernel/signal.c:4365:18: note: byref variable will be forcibly initialized 4365 | sigset_t new_blocked; | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c:4364:31: note: byref variable will be forcibly initialized 4364 | old_sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:4364:22: note: byref variable will be forcibly initialized 4364 | old_sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_ssetmask': /kisskb/src/kernel/signal.c:4572:18: note: byref variable will be forcibly initialized 4572 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__se_sys_ssetmask': /kisskb/src/kernel/signal.c:4572:18: note: byref variable will be forcibly initialized /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4634:18: note: byref variable will be forcibly initialized 4634 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/sys.c: In function 'getrusage': /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigsuspend': /kisskb/src/kernel/sys.c:1765:23: note: byref variable will be forcibly initialized 1765 | unsigned long maxrss = 0; | ^~~~~~ /kisskb/src/kernel/sys.c:1764:38: note: byref variable will be forcibly initialized 1764 | u64 tgutime, tgstime, utime, stime; | ^~~~~ /kisskb/src/kernel/signal.c:4648:18: note: byref variable will be forcibly initialized 4648 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/sys.c:1764:31: note: byref variable will be forcibly initialized 1764 | u64 tgutime, tgstime, utime, stime; | ^~~~~ /kisskb/src/kernel/sys.c:1764:22: note: byref variable will be forcibly initialized 1764 | u64 tgutime, tgstime, utime, stime; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigsuspend': /kisskb/src/kernel/sys.c:1764:13: note: byref variable will be forcibly initialized 1764 | u64 tgutime, tgstime, utime, stime; | ^~~~~~~ /kisskb/src/kernel/sys.c:1763:23: note: byref variable will be forcibly initialized 1763 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c:4671:18: note: byref variable will be forcibly initialized 4671 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__se_sys_sigsuspend': /kisskb/src/kernel/signal.c:4671:18: note: byref variable will be forcibly initialized /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:3060:18: note: byref variable will be forcibly initialized 3060 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrusage': /kisskb/src/kernel/sys.c:1837:23: note: byref variable will be forcibly initialized 1837 | struct rusage r; | ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/kernel/sys.c: In function '__do_compat_sys_getrusage': /kisskb/src/kernel/signal.c:3143:27: note: byref variable will be forcibly initialized 3143 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/sys.c:1850:23: note: byref variable will be forcibly initialized 1850 | struct rusage r; | ^ /kisskb/src/kernel/signal.c:3143:18: note: byref variable will be forcibly initialized 3143 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3181:26: note: byref variable will be forcibly initialized 3181 | sigset_t new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:3174:18: note: byref variable will be forcibly initialized 3174 | sigset_t old_set = current->blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/sys.c: In function '__do_sys_prctl': /kisskb/src/kernel/signal.c:3096:18: note: byref variable will be forcibly initialized 3096 | sigset_t kmask; | ^~~~~ /kisskb/src/kernel/sys.c:2352:23: note: byref variable will be forcibly initialized 2352 | unsigned char comm[sizeof(me->comm)]; | ^~~~ /kisskb/src/kernel/signal.c: In function 'set_compat_user_sigmask': /kisskb/src/kernel/signal.c:3116:18: note: byref variable will be forcibly initialized 3116 | sigset_t kmask; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_send_sig_info': /kisskb/src/kernel/signal.c:1291:23: note: byref variable will be forcibly initialized 1291 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:3998:26: note: byref variable will be forcibly initialized 3998 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/kernel/signal.c:3772:31: note: byref variable will be forcibly initialized 3772 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1733:31: note: byref variable will be forcibly initialized 1733 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1764:31: note: byref variable will be forcibly initialized 1764 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_perf': /kisskb/src/kernel/signal.c:1808:31: note: byref variable will be forcibly initialized 1808 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault_trapno': /kisskb/src/kernel/signal.c:1892:31: note: byref variable will be forcibly initialized 1892 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_tkill': /kisskb/src/kernel/signal.c:3929:31: note: byref variable will be forcibly initialized 3929 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4038:26: note: byref variable will be forcibly initialized 4038 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1651:31: note: byref variable will be forcibly initialized 1651 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1750:31: note: byref variable will be forcibly initialized 1750 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1779:31: note: byref variable will be forcibly initialized 1779 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1794:31: note: byref variable will be forcibly initialized 1794 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/kernel/signal.c:1860:31: note: byref variable will be forcibly initialized 1860 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_trapno': /kisskb/src/kernel/signal.c:1875:31: note: byref variable will be forcibly initialized 1875 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_fatal_sig': /kisskb/src/kernel/signal.c:1665:31: note: byref variable will be forcibly initialized 1665 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_exit_sig': /kisskb/src/kernel/signal.c:1678:31: note: byref variable will be forcibly initialized 1678 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1707:31: note: byref variable will be forcibly initialized 1707 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_seccomp': /kisskb/src/kernel/signal.c:1842:31: note: byref variable will be forcibly initialized 1842 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2142:20: note: byref variable will be forcibly initialized 2142 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/signal.c:2142:13: note: byref variable will be forcibly initialized 2142 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/signal.c:2138:31: note: byref variable will be forcibly initialized 2138 | struct kernel_siginfo info; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'call_usermodehelper_exec': /kisskb/src/kernel/umh.c:406:36: note: byref variable will be forcibly initialized 406 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:492:23: note: byref variable will be forcibly initialized 492 | unsigned long cap_array[_KERNEL_CAPABILITY_U32S]; | ^~~~~~~~~ /kisskb/src/kernel/umh.c:491:26: note: byref variable will be forcibly initialized 491 | struct ctl_table t; | ^ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2335:26: note: byref variable will be forcibly initialized 2335 | kernel_siginfo_t info; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function '__usermodehelper_disable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/umh.c:313:18: note: in expansion of macro 'wait_event_timeout' 313 | retval = wait_event_timeout(running_helpers_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'signal_delivered': /kisskb/src/kernel/signal.c:2882:18: note: byref variable will be forcibly initialized 2882 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2943:18: note: byref variable will be forcibly initialized 2943 | sigset_t unblocked; | ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'get_signal': /kisskb/src/kernel/signal.c:2690:31: note: byref variable will be forcibly initialized 2690 | enum pid_type type; | ^~~~ /kisskb/src/kernel/signal.c: In function '__copy_siginfo_from_user32': /kisskb/src/kernel/signal.c:3540:31: note: byref variable will be forcibly initialized 3540 | struct compat_siginfo from; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4011:26: note: byref variable will be forcibly initialized 4011 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4052:26: note: byref variable will be forcibly initialized 4052 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3633:26: note: byref variable will be forcibly initialized 3633 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3632:27: note: byref variable will be forcibly initialized 3632 | struct timespec64 ts; | ^~ /kisskb/src/kernel/signal.c:3631:18: note: byref variable will be forcibly initialized 3631 | sigset_t these; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__copy_siginfo_to_user32': /kisskb/src/kernel/signal.c:3453:31: note: byref variable will be forcibly initialized 3453 | struct compat_siginfo new; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigtimedwait_time64': /kisskb/src/kernel/signal.c:3698:26: note: byref variable will be forcibly initialized 3698 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3697:27: note: byref variable will be forcibly initialized 3697 | struct timespec64 t; | ^ /kisskb/src/kernel/signal.c:3696:18: note: byref variable will be forcibly initialized 3696 | sigset_t s; | ^ /kisskb/src/kernel/signal.c: In function 'copy_siginfo_from_user32': /kisskb/src/kernel/signal.c:3552:31: note: byref variable will be forcibly initialized 3552 | struct compat_siginfo from; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': /kisskb/src/kernel/signal.c:3851:26: note: byref variable will be forcibly initialized 3851 | kernel_siginfo_t kinfo; | ^~~~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_bl_get_brightness': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:58:12: note: byref variable will be forcibly initialized 58 | u8 v[2]; | ^ /kisskb/src/drivers/video/backlight/rt4831-backlight.c:57:22: note: byref variable will be forcibly initialized 57 | unsigned int val; | ^~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_bl_update_status': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:38:12: note: byref variable will be forcibly initialized 38 | u8 v[2]; | ^ /kisskb/src/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_parse_backlight_properties': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:88:13: note: byref variable will be forcibly initialized 88 | u32 brightness; | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c:87:12: note: byref variable will be forcibly initialized 87 | u8 propval; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigaction': /kisskb/src/kernel/signal.c:4090:18: note: byref variable will be forcibly initialized 4090 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4414:36: note: byref variable will be forcibly initialized 4414 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c:4414:28: note: byref variable will be forcibly initialized 4414 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4439:36: note: byref variable will be forcibly initialized 4439 | struct k_sigaction new_ka, old_ka; | ^~~~~~ /kisskb/src/kernel/signal.c:4439:28: note: byref variable will be forcibly initialized 4439 | struct k_sigaction new_ka, old_ka; | ^~~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/lib/stackdepot.c:25: /kisskb/src/lib/stackdepot.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/lib/stackdepot.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/lib/stackdepot.c:25: /kisskb/src/lib/stackdepot.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_sigaction': /kisskb/src/kernel/signal.c:4521:36: note: byref variable will be forcibly initialized 4521 | struct k_sigaction new_ka, old_ka; | ^~~~~~ /kisskb/src/kernel/signal.c:4521:28: note: byref variable will be forcibly initialized 4521 | struct k_sigaction new_ka, old_ka; | ^~~~~~ /kisskb/src/lib/stackdepot.c: In function 'stack_depot_snprint': /kisskb/src/lib/stackdepot.c:278:24: note: byref variable will be forcibly initialized 278 | unsigned long *entries; | ^~~~~~~ /kisskb/src/lib/stackdepot.c: In function 'stack_depot_print': /kisskb/src/lib/stackdepot.c:296:24: note: byref variable will be forcibly initialized 296 | unsigned long *entries; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function 'init_stack_slab': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:102:17: note: in expansion of macro 'smp_store_release' 102 | smp_store_release(&next_slab_inited, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:87:13: note: in expansion of macro 'smp_load_acquire' 87 | if (smp_load_acquire(&next_slab_inited)) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c: In function 'depot_alloc_stack': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:129:25: note: in expansion of macro 'smp_store_release' 129 | smp_store_release(&next_slab_inited, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/lib/stackdepot.c: In function '__stack_depot_save': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:435:25: note: in expansion of macro 'smp_store_release' 435 | smp_store_release(bucket, new); | ^~~~~~~~~~~~~~~~~ In file included 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/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/compiler.h:78:45: note: in definition of macro 'unlikely' 78 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:409:36: note: in expansion of macro 'smp_load_acquire' 409 | if (unlikely(can_alloc && !smp_load_acquire(&next_slab_inited))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c:4242:17: note: byref variable will be forcibly initialized 4242 | stack_t new; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:396:28: note: in expansion of macro 'smp_load_acquire' 396 | found = find_stack(smp_load_acquire(bucket), entries, | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:371:15: note: byref variable will be forcibly initialized 371 | void *prealloc = NULL; | ^~~~~~~~ /kisskb/src/kernel/signal.c: In function '__arm64_sys_ssetmask': /kisskb/src/kernel/signal.c:4572:18: note: byref variable will be forcibly initialized 4572 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__arm64_sys_sigsuspend': /kisskb/src/kernel/signal.c:4671:18: note: byref variable will be forcibly initialized 4671 | sigset_t blocked; | ^~~~~~~ /kisskb/src/drivers/pci/controller/pcie-mediatek-gen3.c: In function 'mtk_pcie_msi_handler': /kisskb/src/drivers/pci/controller/pcie-mediatek-gen3.c:655:35: note: byref variable will be forcibly initialized 655 | unsigned long msi_enable, msi_status; | ^~~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-mediatek-gen3.c: In function 'mtk_pcie_irq_handler': /kisskb/src/drivers/pci/controller/pcie-mediatek-gen3.c:678:23: note: byref variable will be forcibly initialized 678 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/pci/controller/pcie-apple.c: In function 'apple_port_irq_handler': /kisskb/src/drivers/pci/controller/pcie-apple.c:360:23: note: byref variable will be forcibly initialized 360 | unsigned long stat; | ^~~~ /kisskb/src/drivers/pci/controller/pcie-apple.c: In function 'apple_pcie_port_register_irqs': /kisskb/src/drivers/pci/controller/pcie-apple.c:442:35: note: byref variable will be forcibly initialized 442 | struct irq_fwspec fwspec = { | ^~~~~~ /kisskb/src/drivers/pci/controller/pcie-apple.c: In function 'apple_pcie_setup_port': /kisskb/src/drivers/pci/controller/pcie-apple.c:516:19: note: byref variable will be forcibly initialized 516 | u32 stat, idx; | ^~~ /kisskb/src/drivers/pci/controller/pcie-apple.c: In function 'apple_msi_domain_alloc': /kisskb/src/drivers/pci/controller/pcie-apple.c:208:27: note: byref variable will be forcibly initialized 208 | struct irq_fwspec fwspec = pcie->fwspec; | ^~~~~~ /kisskb/src/drivers/pci/controller/pcie-apple.c: In function 'apple_pcie_add_device': /kisskb/src/drivers/pci/controller/pcie-apple.c:673:13: note: byref variable will be forcibly initialized 673 | u32 sid, rid = PCI_DEVID(pdev->bus->number, pdev->devfn); | ^~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/patch_conexant.c:17: /kisskb/src/sound/pci/hda/patch_conexant.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ In file included from /kisskb/src/include/sound/hda_codec.h:19, from /kisskb/src/sound/pci/hda/patch_conexant.c:17: /kisskb/src/sound/pci/hda/patch_conexant.c: In function 'snd_hdac_regmap_get_amp': /kisskb/src/include/sound/hda_regmap.h:140:18: note: byref variable will be forcibly initialized 140 | int err, val; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/error_report.h:76, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function 'perf_trace_error_report_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/error_report.h:49:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 49 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/error_report.h:49:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 49 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/error_report.h:76, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function 'trace_event_raw_event_error_report_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/error_report.h:49:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 49 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/error_report.h:76, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function '__bpf_trace_error_report_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/error_report.h:49:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 49 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/error_report.h:49:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 49 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/error_report.h:49:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 49 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/error_report.h:49:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 49 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/ref_tracker.c: In function 'ref_tracker_alloc': /kisskb/src/lib/ref_tracker.c:71:23: note: byref variable will be forcibly initialized 71 | unsigned long entries[REF_TRACKER_STACK_ENTRIES]; | ^~~~~~~ /kisskb/src/lib/ref_tracker.c: In function 'ref_tracker_free': /kisskb/src/lib/ref_tracker.c:104:23: note: byref variable will be forcibly initialized 104 | unsigned long entries[REF_TRACKER_STACK_ENTRIES]; | ^~~~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/workqueue.c:35: /kisskb/src/kernel/workqueue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/cred.h:13, from /kisskb/src/fs/overlayfs/file.c:6: /kisskb/src/fs/overlayfs/file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/intel8x0.c: In function 'snd_intel8x0_ich_chip_init': /kisskb/src/sound/pci/intel8x0.c:2450:30: note: byref variable will be forcibly initialized 2450 | unsigned int val; | ^~~ 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:3561:36: note: byref variable will be forcibly initialized 3561 | DECLARE_COMPLETION_ONSTACK(detach_completion); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_real_fdget_meta': /kisskb/src/fs/overlayfs/file.c:108:21: note: byref variable will be forcibly initialized 108 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fadvise': /kisskb/src/fs/overlayfs/file.c:538:19: note: byref variable will be forcibly initialized 538 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_flush': /kisskb/src/fs/overlayfs/file.c:646:19: note: byref variable will be forcibly initialized 646 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_copyfile': /kisskb/src/fs/overlayfs/file.c:566:28: note: byref variable will be forcibly initialized 566 | struct fd real_in, real_out; | ^~~~~~~~ /kisskb/src/fs/overlayfs/file.c:566:19: note: byref variable will be forcibly initialized 566 | struct fd real_in, real_out; | ^~~~~~~ /kisskb/src/sound/pci/intel8x0.c: In function 'snd_intel8x0_free': /kisskb/src/sound/pci/intel8x0.c:2546:30: note: byref variable will be forcibly initialized 2546 | unsigned int val; | ^~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fallocate': /kisskb/src/fs/overlayfs/file.c:516:19: note: byref variable will be forcibly initialized 516 | struct fd real; | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function 'numa_pwq_tbl_install': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:3916:9: note: in expansion of macro 'rcu_assign_pointer' 3916 | rcu_assign_pointer(wq->numa_pwq_tbl[node], pwq); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_splice_write': /kisskb/src/fs/overlayfs/file.c:432:19: note: byref variable will be forcibly initialized 432 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fsync': /kisskb/src/fs/overlayfs/file.c:467:19: note: byref variable will be forcibly initialized 467 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_open': /kisskb/src/fs/overlayfs/file.c:149:21: note: byref variable will be forcibly initialized 149 | struct path realpath; | ^~~~~~~~ /kisskb/src/sound/pci/intel8x0.c: In function 'snd_intel8x0_mixer': /kisskb/src/sound/pci/intel8x0.c:2124:34: note: byref variable will be forcibly initialized 2124 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/intel8x0.c:2123:30: note: byref variable will be forcibly initialized 2123 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_write_iter': /kisskb/src/fs/overlayfs/file.c:351:19: note: byref variable will be forcibly initialized 351 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_read_iter': /kisskb/src/fs/overlayfs/file.c:299:19: note: byref variable will be forcibly initialized 299 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_llseek': /kisskb/src/fs/overlayfs/file.c:179:19: note: byref variable will be forcibly initialized 179 | struct fd real; | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'create_worker': /kisskb/src/kernel/workqueue.c:1930:14: note: byref variable will be forcibly initialized 1930 | char id_buf[16]; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:382: /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_queue_work': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_activate_work': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ /kisskb/src/sound/pci/intel8x0.c: In function 'snd_intel8x0_pcm1': /kisskb/src/sound/pci/intel8x0.c:1468:39: note: byref variable will be forcibly initialized 1468 | struct snd_pcm_chmap *chmap; | ^~~~~ /kisskb/src/sound/pci/intel8x0.c:1437:14: note: byref variable will be forcibly initialized 1437 | char name[32]; | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_execute_start': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ /kisskb/src/sound/pci/intel8x0.c:1435:25: note: byref variable will be forcibly initialized 1435 | struct snd_pcm *pcm; | ^~~ /kisskb/src/kernel/workqueue.c: In function 'perf_trace_workqueue_execute_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:382: /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_queue_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_activate_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ /kisskb/src/sound/pci/intel8x0.c: In function '__snd_intel8x0_probe': /kisskb/src/sound/pci/intel8x0.c:3115:26: note: byref variable will be forcibly initialized 3115 | struct snd_card *card; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:382: /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_queue_work': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_activate_work': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_execute_start': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__bpf_trace_workqueue_execute_end': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__flush_workqueue': /kisskb/src/kernel/workqueue.c:2799:27: note: byref variable will be forcibly initialized 2799 | struct wq_flusher this_flusher = { | ^~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'process_one_work': /kisskb/src/kernel/workqueue.c:2198:28: note: byref variable will be forcibly initialized 2198 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'rescuer_thread': /kisskb/src/kernel/workqueue.c:2516:44: note: byref variable will be forcibly initialized 2516 | struct work_struct *work, *n; | ^ /kisskb/src/kernel/workqueue.c: In function 'mod_delayed_work_on': /kisskb/src/kernel/workqueue.c:1731:23: note: byref variable will be forcibly initialized 1731 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work': /kisskb/src/kernel/workqueue.c:3246:23: note: byref variable will be forcibly initialized 3246 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function '__flush_work': /kisskb/src/kernel/workqueue.c:3061:27: note: byref variable will be forcibly initialized 3061 | struct wq_barrier barr; | ^~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3139:41: note: byref variable will be forcibly initialized 3139 | struct cwt_wait cwait; | ^~~~~ /kisskb/src/kernel/workqueue.c:3117:23: note: byref variable will be forcibly initialized 3117 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function 'set_worker_desc': /kisskb/src/kernel/workqueue.c:4638:17: note: byref variable will be forcibly initialized 4638 | va_list args; | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'max_active_store': /kisskb/src/kernel/workqueue.c:5464:13: note: byref variable will be forcibly initialized 5464 | int val; | ^~~ 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/kernel/bpf/lpm_trie.c:9: /kisskb/src/kernel/bpf/lpm_trie.c: In function 'trie_delete_elem': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:518:17: note: in expansion of macro 'rcu_assign_pointer' 518 | rcu_assign_pointer(*trim, rcu_access_pointer(node->child[1])); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:516:17: note: in expansion of macro 'rcu_assign_pointer' 516 | rcu_assign_pointer(*trim, rcu_access_pointer(node->child[0])); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:504:25: note: in expansion of macro 'rcu_assign_pointer' 504 | rcu_assign_pointer( | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:501:25: note: in expansion of macro 'rcu_assign_pointer' 501 | rcu_assign_pointer( | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c: In function 'trie_update_elem': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:417:9: note: in expansion of macro 'rcu_assign_pointer' 417 | rcu_assign_pointer(*slot, im_node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:413:17: note: in expansion of macro 'rcu_assign_pointer' 413 | rcu_assign_pointer(im_node->child[1], node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:412:17: note: in expansion of macro 'rcu_assign_pointer' 412 | rcu_assign_pointer(im_node->child[0], new_node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:410:17: note: in expansion of macro 'rcu_assign_pointer' 410 | rcu_assign_pointer(im_node->child[1], new_node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:409:17: note: in expansion of macro 'rcu_assign_pointer' 409 | rcu_assign_pointer(im_node->child[0], node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:393:17: note: in expansion of macro 'rcu_assign_pointer' 393 | rcu_assign_pointer(*slot, new_node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:392:17: note: in expansion of macro 'rcu_assign_pointer' 392 | rcu_assign_pointer(new_node->child[next_bit], node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:381:17: note: in expansion of macro 'rcu_assign_pointer' 381 | rcu_assign_pointer(*slot, new_node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:367:17: note: in expansion of macro 'rcu_assign_pointer' 367 | rcu_assign_pointer(*slot, new_node); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/kernel/bpf/lpm_trie.c:9: /kisskb/src/kernel/bpf/lpm_trie.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/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:5329:19: note: byref variable will be forcibly initialized 5329 | LIST_HEAD(ctxs); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_numa_store': /kisskb/src/kernel/workqueue.c:5612:13: note: byref variable will be forcibly initialized 5612 | int v, ret = -ENOMEM; | ^ /kisskb/src/kernel/workqueue.c: In function 'print_worker_info': /kisskb/src/kernel/workqueue.c:4667:34: note: byref variable will be forcibly initialized 4667 | struct workqueue_struct *wq = NULL; | ^~ /kisskb/src/kernel/workqueue.c:4666:32: note: byref variable will be forcibly initialized 4666 | struct pool_workqueue *pwq = NULL; | ^~~ /kisskb/src/kernel/workqueue.c:4665:14: note: byref variable will be forcibly initialized 4665 | char desc[WORKER_DESC_LEN] = { }; | ^~~~ /kisskb/src/kernel/workqueue.c:4664:14: note: byref variable will be forcibly initialized 4664 | char name[WQ_NAME_LEN] = { }; | ^~~~ /kisskb/src/kernel/workqueue.c:4663:22: note: byref variable will be forcibly initialized 4663 | work_func_t *fn = NULL; | ^~ /kisskb/src/kernel/workqueue.c: In function 'show_all_workqueues': /kisskb/src/kernel/workqueue.c:4890:13: note: byref variable will be forcibly initialized 4890 | int pi; | ^~ /kisskb/src/kernel/workqueue.c: In function 'workqueue_online_cpu': /kisskb/src/kernel/workqueue.c:5112:13: note: byref variable will be forcibly initialized 5112 | int pi; | ^~ /kisskb/src/kernel/workqueue.c: In function 'workqueue_set_unbound_cpumask': /kisskb/src/kernel/workqueue.c:5376:23: note: byref variable will be forcibly initialized 5376 | cpumask_var_t saved_cpumask; | ^~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_unbound_cpumask_store': /kisskb/src/kernel/workqueue.c:5661:23: note: byref variable will be forcibly initialized 5661 | cpumask_var_t cpumask; | ^~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'alloc_workqueue': /kisskb/src/kernel/workqueue.c:4285:17: note: byref variable will be forcibly initialized 4285 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/bloom_filter.c: In function 'bloom_map_alloc': /kisskb/src/kernel/bpf/bloom_filter.c:93:55: note: byref variable will be forcibly initialized 93 | u32 bitset_bytes, bitset_mask, nr_hash_funcs, nr_bits; | ^~~~~~~ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_array': /kisskb/src/lib/bootconfig.c:612:15: note: byref variable will be forcibly initialized 612 | char *next; | ^~~~ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_kv': /kisskb/src/lib/bootconfig.c:696:15: note: byref variable will be forcibly initialized 696 | char *next; | ^~~~ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_tree': /kisskb/src/lib/bootconfig.c:851:15: note: byref variable will be forcibly initialized 851 | char *p, *q; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/rbtree_test.c:2: /kisskb/src/lib/rbtree_test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/arcxcnn_bl.c: In function 'arcxcnn_parse_dt': /kisskb/src/drivers/video/backlight/arcxcnn_bl.c:179:41: note: byref variable will be forcibly initialized 179 | u32 prog_val, num_entry, entry, sources[ARCXCNN_LEDEN_BITS]; | ^~~~~~~ /kisskb/src/drivers/video/backlight/arcxcnn_bl.c:179:13: note: byref variable will be forcibly initialized 179 | u32 prog_val, num_entry, entry, sources[ARCXCNN_LEDEN_BITS]; | ^~~~~~~~ In file included from /kisskb/src/include/sound/hda_codec.h:19, from /kisskb/src/sound/pci/hda/patch_via.c:42: /kisskb/src/sound/pci/hda/patch_via.c: In function 'snd_hdac_regmap_get_amp': /kisskb/src/include/sound/hda_regmap.h:140:18: note: byref variable will be forcibly initialized 140 | int err, val; | ^~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/patch_via.c:42: /kisskb/src/sound/pci/hda/patch_via.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:170:22: note: byref variable will be forcibly initialized 170 | unsigned int val; | ^~~ /kisskb/src/sound/pci/hda/patch_via.c: In function 'add_secret_dac_path': /kisskb/src/sound/pci/hda/patch_via.c:815:19: note: byref variable will be forcibly initialized 815 | hda_nid_t conn[8]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/interval_tree_test.c:2: /kisskb/src/lib/interval_tree_test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/asn1_decoder.c: In function 'asn1_ber_decoder': /kisskb/src/lib/asn1_decoder.c:329:40: note: byref variable will be forcibly initialized 329 | size_t tmp = dp; | ^~~ /kisskb/src/lib/asn1_decoder.c:178:41: note: byref variable will be forcibly initialized 178 | size_t pc = 0, dp = 0, tdp = 0, len = 0; | ^~~ /kisskb/src/lib/asn1_decoder.c:177:21: note: byref variable will be forcibly initialized 177 | const char *errmsg; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_bt_sm.c: In function 'bt_detect': /kisskb/src/drivers/char/ipmi/ipmi_bt_sm.c:620:23: note: byref variable will be forcibly initialized 620 | unsigned char BT_CAP[8]; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_bt_sm.c:619:23: note: byref variable will be forcibly initialized 619 | unsigned char GetBT_CAP[] = { 0x18, 0x36 }; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/open.c:9: /kisskb/src/fs/open.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:422:21: note: byref variable will be forcibly initialized 422 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:510:21: note: byref variable will be forcibly initialized 510 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chroot': /kisskb/src/fs/open.c:558:21: note: byref variable will be forcibly initialized 558 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'do_truncate': /kisskb/src/fs/open.c:43:22: note: byref variable will be forcibly initialized 43 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_sys_truncate': /kisskb/src/fs/open.c:125:21: note: byref variable will be forcibly initialized 125 | struct path path; | ^~~~ /kisskb/src/fs/jffs2/write.c: In function 'jffs2_write_dnode': /kisskb/src/fs/jffs2/write.c:130:34: note: byref variable will be forcibly initialized 130 | uint32_t dummy; | ^~~~~ /kisskb/src/fs/jffs2/write.c:67:21: note: byref variable will be forcibly initialized 67 | struct kvec vecs[2]; | ^~~~ /kisskb/src/fs/jffs2/write.c:65:16: note: byref variable will be forcibly initialized 65 | size_t retlen; | ^~~~~~ /kisskb/src/fs/jffs2/write.c: In function 'jffs2_write_dirent': /kisskb/src/fs/jffs2/write.c:282:34: note: byref variable will be forcibly initialized 282 | uint32_t dummy; | ^~~~~ /kisskb/src/fs/jffs2/write.c:211:21: note: byref variable will be forcibly initialized 211 | struct kvec vecs[2]; | ^~~~ /kisskb/src/fs/jffs2/write.c:210:16: note: byref variable will be forcibly initialized 210 | size_t retlen; | ^~~~~~ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:593:22: note: byref variable will be forcibly initialized 593 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c:592:23: note: byref variable will be forcibly initialized 592 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:639:21: note: byref variable will be forcibly initialized 639 | struct path path; | ^~~~ /kisskb/src/fs/jffs2/write.c: In function 'jffs2_write_inode_range': /kisskb/src/fs/jffs2/write.c:355:35: note: byref variable will be forcibly initialized 355 | uint32_t datalen, cdatalen; | ^~~~~~~~ /kisskb/src/fs/jffs2/write.c:355:26: note: byref variable will be forcibly initialized 355 | uint32_t datalen, cdatalen; | ^~~~~~~ /kisskb/src/fs/jffs2/write.c:354:26: note: byref variable will be forcibly initialized 354 | uint32_t alloclen; | ^~~~~~~~ /kisskb/src/fs/jffs2/write.c:352:32: note: byref variable will be forcibly initialized 352 | unsigned char *comprbuf = NULL; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:672:22: note: byref variable will be forcibly initialized 672 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c:670:23: note: byref variable will be forcibly initialized 670 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/write.c: In function 'jffs2_do_create': /kisskb/src/fs/jffs2/write.c:448:18: note: byref variable will be forcibly initialized 448 | uint32_t alloclen; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:718:21: note: byref variable will be forcibly initialized 718 | struct path path; | ^~~~ /kisskb/src/fs/jffs2/write.c: In function 'jffs2_do_link': /kisskb/src/fs/jffs2/write.c:673:18: note: byref variable will be forcibly initialized 673 | uint32_t alloclen; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1254:25: note: byref variable will be forcibly initialized 1254 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1253:27: note: byref variable will be forcibly initialized 1253 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1265:27: note: byref variable will be forcibly initialized 1265 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1317:25: note: byref variable will be forcibly initialized 1317 | struct open_how tmp; | ^~~ /kisskb/src/fs/open.c: In function 'file_open_name': /kisskb/src/fs/open.c:1219:25: note: byref variable will be forcibly initialized 1219 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1218:27: note: byref variable will be forcibly initialized 1218 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_open': /kisskb/src/fs/open.c:1293:25: note: byref variable will be forcibly initialized 1293 | struct open_how how = build_open_how(flags, mode); | ^~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_powernv_throttle': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_pstate_sample': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_cpu_frequency_limits': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(cpu_frequency_limits, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(cpu_frequency_limits, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_suspend_resume': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_wakeup_source': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ 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/kref.h:16, from /kisskb/src/include/kunit/test.h:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_clock': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_power_domain': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_cpu_latency_qos_request': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 364 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 364 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_pm_qos_update': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_dev_pm_qos_request': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_powernv_throttle': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pstate_sample': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/lib/list-test.c: In function 'list_test_list_entry_is_head': /kisskb/src/lib/list-test.c:554:61: note: byref variable will be forcibly initialized 554 | struct list_test_struct test_struct1, test_struct2, test_struct3; | ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:554:47: note: byref variable will be forcibly initialized 554 | struct list_test_struct test_struct1, test_struct2, test_struct3; | ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:554:33: note: byref variable will be forcibly initialized 554 | struct list_test_struct test_struct1, test_struct2, test_struct3; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_frequency_limits': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(cpu_frequency_limits, | ^~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_for_each_entry_safe': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1171:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 1171 | KUNIT_EXPECT_TRUE(test, hlist_empty(&list)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1170:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1170 | KUNIT_EXPECT_EQ(test, i, 5); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1165:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1165 | KUNIT_EXPECT_EQ(test, cur->data, i); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_suspend_resume': 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:1152:20: note: byref variable will be forcibly initialized 1152 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/lib/list-test.c:1150:34: note: byref variable will be forcibly initialized 1150 | struct hlist_test_struct entries[5], *cur; | ^~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_wakeup_source': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_for_each_entry_from': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1145:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1145 | KUNIT_EXPECT_EQ(test, entries[0].data, 42); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1143:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1143 | KUNIT_EXPECT_EQ(test, i, 5); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1137:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1137 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:1123:20: note: byref variable will be forcibly initialized 1123 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:1122:34: note: byref variable will be forcibly initialized 1122 | struct hlist_test_struct entries[5], *cur; | ^~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_clock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_for_each_entry_continue': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1117:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1117 | KUNIT_EXPECT_EQ(test, entries[1].data, 42); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1115:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1115 | KUNIT_EXPECT_EQ(test, entries[0].data, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1113:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1113 | KUNIT_EXPECT_EQ(test, i, 5); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1107:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1107 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:1092:20: note: byref variable will be forcibly initialized 1092 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:1091:34: note: byref variable will be forcibly initialized 1091 | struct hlist_test_struct entries[5], *cur; | ^~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_power_domain': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_for_each_entry': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1086:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1086 | KUNIT_EXPECT_EQ(test, i, 5); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1082:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1082 | KUNIT_EXPECT_EQ(test, cur->data, i); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_latency_qos_request': 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:1069:20: note: byref variable will be forcibly initialized 1069 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:1068:34: note: byref variable will be forcibly initialized 1068 | struct hlist_test_struct entries[5], *cur; | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 364 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pm_qos_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_dev_pm_qos_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_for_each_safe': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1063:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 1063 | KUNIT_EXPECT_TRUE(test, hlist_empty(&list)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1062:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1062 | KUNIT_EXPECT_EQ(test, i, 3); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1057:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 1057 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:1049:20: note: byref variable will be forcibly initialized 1049 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:1048:27: note: byref variable will be forcibly initialized 1048 | struct hlist_node entries[3], *cur, *n; | ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_for_each': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1042:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1042 | KUNIT_EXPECT_EQ(test, i, 3); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1038:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 1038 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:1030:20: note: byref variable will be forcibly initialized 1030 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:1029:27: note: byref variable will be forcibly initialized 1029 | struct hlist_node entries[3], *cur; | ^~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_entry_safe': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1022:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 1022 | KUNIT_EXPECT_PTR_EQ(test, NULL, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1018:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 1018 | KUNIT_EXPECT_PTR_EQ(test, &test_struct, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1016:34: note: byref variable will be forcibly initialized 1016 | struct hlist_test_struct test_struct; | ^~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_entry': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1009:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 1009 | KUNIT_EXPECT_PTR_EQ(test, &test_struct, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1007:34: note: byref variable will be forcibly initialized 1007 | struct hlist_test_struct test_struct; | ^~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_move_list': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1001:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 1001 | KUNIT_EXPECT_FALSE(test, hlist_empty(&list2)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:1000:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 1000 | KUNIT_EXPECT_TRUE(test, hlist_empty(&list1)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:998:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 998 | KUNIT_EXPECT_TRUE(test, hlist_empty(&list2)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:997:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 997 | KUNIT_EXPECT_FALSE(test, hlist_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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:993:20: note: byref variable will be forcibly initialized 993 | HLIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:992:20: note: byref variable will be forcibly initialized 992 | HLIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:991:27: note: byref variable will be forcibly initialized 991 | struct hlist_node a; | ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_empty': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:986:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 986 | KUNIT_EXPECT_FALSE(test, hlist_empty(&list)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:981:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 981 | KUNIT_EXPECT_TRUE(test, hlist_empty(&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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:978:20: note: byref variable will be forcibly initialized 978 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:977:27: note: byref variable will be forcibly initialized 977 | struct hlist_node a; | ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_is_singular_node': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:972:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 972 | KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&b, &list)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:971:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 971 | KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&a, &list)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:968:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 968 | KUNIT_EXPECT_TRUE(test, hlist_is_singular_node(&a, &list)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:965:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 965 | KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:962:20: note: byref variable will be forcibly initialized 962 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:961:30: note: byref variable will be forcibly initialized 961 | struct hlist_node a, b; | ^ /kisskb/src/lib/list-test.c:961:27: note: byref variable will be forcibly initialized 961 | struct hlist_node a, b; | ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_fake': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:956:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 956 | KUNIT_EXPECT_TRUE(test, hlist_fake(&a)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:951:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 951 | KUNIT_EXPECT_FALSE(test, hlist_fake(&a)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:946:27: note: byref variable will be forcibly initialized 946 | struct hlist_node a; | ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_add': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:940:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 940 | KUNIT_EXPECT_PTR_EQ(test, a.next, &d); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:939:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 939 | KUNIT_EXPECT_PTR_EQ(test, d.pprev, &(a.next)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:937:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 937 | KUNIT_EXPECT_PTR_EQ(test, c.next, &a); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:936:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 936 | KUNIT_EXPECT_PTR_EQ(test, a.pprev, &(c.next)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:934:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 934 | KUNIT_EXPECT_PTR_EQ(test, b.next, &c); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:933:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 933 | KUNIT_EXPECT_PTR_EQ(test, c.pprev, &(b.next)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:931:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 931 | KUNIT_EXPECT_PTR_EQ(test, list.first, &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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:923:20: note: byref variable will be forcibly initialized 923 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:922:36: note: byref variable will be forcibly initialized 922 | struct hlist_node a, b, c, d; | ^ /kisskb/src/lib/list-test.c:922:33: note: byref variable will be forcibly initialized 922 | struct hlist_node a, b, c, d; | ^ /kisskb/src/lib/list-test.c:922:30: note: byref variable will be forcibly initialized 922 | struct hlist_node a, b, c, d; | ^ /kisskb/src/lib/list-test.c:922:27: note: byref variable will be forcibly initialized 922 | struct hlist_node a, b, c, d; | ^ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_del_init': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:916:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 916 | KUNIT_EXPECT_PTR_EQ(test, a.pprev, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:915:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 915 | KUNIT_EXPECT_PTR_EQ(test, a.next, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:912:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 912 | KUNIT_EXPECT_PTR_EQ(test, b.pprev, &list.first); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:911:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 911 | KUNIT_EXPECT_PTR_EQ(test, list.first, &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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:902:20: note: byref variable will be forcibly initialized 902 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:901:30: note: byref variable will be forcibly initialized 901 | struct hlist_node a, b; | ^ /kisskb/src/lib/list-test.c:901:27: note: byref variable will be forcibly initialized 901 | struct hlist_node a, b; | ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_del': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:896:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 896 | KUNIT_EXPECT_PTR_EQ(test, b.pprev, &list.first); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:895:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 895 | KUNIT_EXPECT_PTR_EQ(test, list.first, &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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:886:20: note: byref variable will be forcibly initialized 886 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:885:30: note: byref variable will be forcibly initialized 885 | struct hlist_node a, b; | ^ /kisskb/src/lib/list-test.c:885:27: note: byref variable will be forcibly initialized 885 | struct hlist_node a, b; | ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_unhashed_lockless': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:880:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 880 | KUNIT_EXPECT_TRUE(test, hlist_unhashed_lockless(&a)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:875:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 875 | KUNIT_EXPECT_FALSE(test, hlist_unhashed_lockless(&a)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:870:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 870 | KUNIT_EXPECT_TRUE(test, hlist_unhashed_lockless(&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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:865:20: note: byref variable will be forcibly initialized 865 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:864:27: note: byref variable will be forcibly initialized 864 | struct hlist_node a; | ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_unhashed': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:858:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 858 | KUNIT_EXPECT_TRUE(test, hlist_unhashed(&a)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:853:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 853 | KUNIT_EXPECT_FALSE(test, hlist_unhashed(&a)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:848:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 848 | KUNIT_EXPECT_TRUE(test, hlist_unhashed(&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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:843:20: note: byref variable will be forcibly initialized 843 | HLIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/list-test.c:842:27: note: byref variable will be forcibly initialized 842 | struct hlist_node a; | ^ 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/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:756:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 756 | KUNIT_EXPECT_EQ(test, i, -1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:752:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 752 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:741:19: note: byref variable will be forcibly initialized 741 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:740:33: note: byref variable will be forcibly initialized 740 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:735:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 735 | KUNIT_EXPECT_EQ(test, i, 5); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:731:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 731 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:720:19: note: byref variable will be forcibly initialized 720 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:719:33: note: byref variable will be forcibly initialized 719 | 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_safe': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:714:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 714 | KUNIT_EXPECT_TRUE(test, list_empty(&list)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:713:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 713 | KUNIT_EXPECT_EQ(test, i, -1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:708:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 708 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:700:19: note: byref variable will be forcibly initialized 700 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:699:26: note: byref variable will be forcibly initialized 699 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:694:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 694 | KUNIT_EXPECT_TRUE(test, list_empty(&list)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:693:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 693 | KUNIT_EXPECT_EQ(test, i, 3); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:688:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 688 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:679:19: note: byref variable will be forcibly initialized 679 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:678:26: note: byref variable will be forcibly initialized 678 | struct list_head entries[3], *cur, *n; | ^~~~~~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:673:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 673 | KUNIT_EXPECT_EQ(test, i, -1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:669:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 669 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:661:19: note: byref variable will be forcibly initialized 661 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:660:26: note: byref variable will be forcibly initialized 660 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:655:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 655 | KUNIT_EXPECT_EQ(test, i, 3); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:651:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 651 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:643:19: note: byref variable will be forcibly initialized 643 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:642:26: note: byref variable will be forcibly initialized 642 | 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': 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/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:636:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 636 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:630:19: note: byref variable will be forcibly initialized 630 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:629:47: note: byref variable will be forcibly initialized 629 | struct list_test_struct test_struct1, test_struct2; | ^~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/lib/list-test.c:629:33: note: byref variable will be forcibly initialized 629 | struct list_test_struct test_struct1, test_struct2; | ^~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:623:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 623 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:617:19: note: byref variable will be forcibly initialized 617 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:616:47: note: byref variable will be forcibly initialized 616 | struct list_test_struct test_struct1, test_struct2; | ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:616:33: note: byref variable will be forcibly initialized 616 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:609:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 609 | KUNIT_EXPECT_PTR_EQ(test, &test_struct1, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:603:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 603 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:601:19: note: byref variable will be forcibly initialized 601 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:600:47: note: byref variable will be forcibly initialized 600 | struct list_test_struct test_struct1, test_struct2; | ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:600:33: note: byref variable will be forcibly initialized 600 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:594:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 594 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:588:19: note: byref variable will be forcibly initialized 588 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:587:47: note: byref variable will be forcibly initialized 587 | struct list_test_struct test_struct1, test_struct2; | ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:587:33: note: byref variable will be forcibly initialized 587 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:581:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 581 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:575:19: note: byref variable will be forcibly initialized 575 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:574:47: note: byref variable will be forcibly initialized 574 | struct list_test_struct test_struct1, test_struct2; | ^~~~~~~~~~~~ /kisskb/src/lib/list-test.c:574:33: note: byref variable will be forcibly initialized 574 | 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_entry': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:548:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 548 | KUNIT_EXPECT_PTR_EQ(test, &test_struct, list_entry(&(test_struct.list), | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:546:33: note: byref variable will be forcibly initialized 546 | struct list_test_struct test_struct; | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_cpu': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ 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/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:541:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 541 | KUNIT_EXPECT_TRUE(test, list_empty_careful(&list2)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:539:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 539 | KUNIT_EXPECT_EQ(test, i, 5); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:535:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 535 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:521:19: note: byref variable will be forcibly initialized 521 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:520:19: note: byref variable will be forcibly initialized 520 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:519:26: note: byref variable will be forcibly initialized 519 | struct list_head entries[5], *cur; | ^~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_device_pm_callback_end': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_wakeup_source': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:514:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 514 | KUNIT_EXPECT_TRUE(test, list_empty_careful(&list2)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_powernv_throttle': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:512:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 512 | KUNIT_EXPECT_EQ(test, i, 5); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:508:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 508 | KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:494:19: note: byref variable will be forcibly initialized 494 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:493:19: note: byref variable will be forcibly initialized 493 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:492:26: note: byref variable will be forcibly initialized 492 | struct list_head entries[5], *cur; | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_device_pm_callback_start': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:487:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 487 | KUNIT_EXPECT_EQ(test, i, 5); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:483:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 483 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:469:19: note: byref variable will be forcibly initialized 469 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:468:19: note: byref variable will be forcibly initialized 468 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:467:26: note: byref variable will be forcibly initialized 467 | struct list_head entries[5], *cur; | ^~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_suspend_resume': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_clock': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ 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/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:462:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 462 | KUNIT_EXPECT_EQ(test, i, 5); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:458:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 458 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:444:19: note: byref variable will be forcibly initialized 444 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:443:19: note: byref variable will be forcibly initialized 443 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:442:26: note: byref variable will be forcibly initialized 442 | struct list_head entries[5], *cur; | ^~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_power_domain': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/dir.c:7: /kisskb/src/fs/overlayfs/dir.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_cut_before': /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_pm_qos_update': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:435:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 435 | KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:432:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 432 | KUNIT_EXPECT_EQ(test, i, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:428:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 428 | KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:416:19: note: byref variable will be forcibly initialized 416 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:415:19: note: byref variable will be forcibly initialized 415 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:414:26: note: byref variable will be forcibly initialized 414 | struct list_head entries[3], *cur; | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_dev_pm_qos_request': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:407:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 407 | KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:404:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 404 | KUNIT_EXPECT_EQ(test, i, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:400:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 400 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:388:19: note: byref variable will be forcibly initialized 388 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:387:19: note: byref variable will be forcibly initialized 387 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:386:26: note: byref variable will be forcibly initialized 386 | struct list_head entries[3], *cur; | ^~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_pstate_sample': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_is_singular': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:381:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 381 | KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:376:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 376 | KUNIT_EXPECT_TRUE(test, list_is_singular(&list)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:371:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 371 | KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:368:19: note: byref variable will be forcibly initialized 368 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:367:29: note: byref variable will be forcibly initialized 367 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:367:26: note: byref variable will be forcibly initialized 367 | struct list_head a, b; | ^ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:73:24: note: in expansion of macro '__CAST_TO_U64' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:73:24: note: in expansion of macro '__CAST_TO_U64' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST9' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:362:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 362 | KUNIT_EXPECT_EQ(test, i, 4); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:359:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 359 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:346:19: note: byref variable will be forcibly initialized 346 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:343:35: note: byref variable will be forcibly initialized 343 | struct list_head a, b, c, d; | ^ /kisskb/src/lib/list-test.c:343:32: note: byref variable will be forcibly initialized 343 | struct list_head a, b, c, d; | ^ /kisskb/src/lib/list-test.c:343:29: note: byref variable will be forcibly initialized 343 | struct list_head a, b, c, d; | ^ /kisskb/src/lib/list-test.c:343:26: note: byref variable will be forcibly initialized 343 | struct list_head a, b, c, d; | ^ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_cpu_frequency_limits': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(cpu_frequency_limits, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(cpu_frequency_limits, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_cpu_latency_qos_request': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 364 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 364 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:338:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 338 | KUNIT_EXPECT_PTR_EQ(test, b.next, &a); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:337:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 337 | KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:336:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 336 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:327:19: note: byref variable will be forcibly initialized 327 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:326:29: note: byref variable will be forcibly initialized 326 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:326:26: note: byref variable will be forcibly initialized 326 | 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_empty_careful': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:321:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 321 | KUNIT_EXPECT_TRUE(test, list_empty_careful(&list2)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:320:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 320 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:316:19: note: byref variable will be forcibly initialized 316 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:315:19: note: byref variable will be forcibly initialized 315 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:314:26: note: byref variable will be forcibly initialized 314 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:308:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 308 | KUNIT_EXPECT_TRUE(test, list_empty(&list2)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:307:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 307 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:303:19: note: byref variable will be forcibly initialized 303 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:302:19: note: byref variable will be forcibly initialized 302 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:301:26: note: byref variable will be forcibly initialized 301 | 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': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:296:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 296 | KUNIT_EXPECT_TRUE(test, list_is_last(&b, &list)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:295:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 295 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:290:19: note: byref variable will be forcibly initialized 290 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:289:29: note: byref variable will be forcibly initialized 289 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:289:26: note: byref variable will be forcibly initialized 289 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:284:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 284 | KUNIT_EXPECT_FALSE(test, list_is_first(&b, &list)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:283:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 283 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:278:19: note: byref variable will be forcibly initialized 278 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:277:29: note: byref variable will be forcibly initialized 277 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:277:26: note: byref variable will be forcibly initialized 277 | 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_head': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:270:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 270 | KUNIT_EXPECT_FALSE_MSG(test, list_is_head(&a, &c), | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:268:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 268 | KUNIT_EXPECT_FALSE_MSG(test, list_is_head(&a, &b), | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:266:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 266 | KUNIT_EXPECT_TRUE_MSG(test, list_is_head(&a, &a), | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:259:32: note: byref variable will be forcibly initialized 259 | struct list_head a, b, c; | ^ /kisskb/src/lib/list-test.c:259:29: note: byref variable will be forcibly initialized 259 | struct list_head a, b, c; | ^ /kisskb/src/lib/list-test.c:259:26: note: byref variable will be forcibly initialized 259 | struct list_head a, b, c; | ^ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:254:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 254 | KUNIT_EXPECT_EQ(test, i, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:251:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 251 | KUNIT_EXPECT_PTR_EQ(test, ptr, list2_values[i]); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:248:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 248 | KUNIT_EXPECT_EQ(test, i, 4); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:245:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 245 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:229:19: note: byref variable will be forcibly initialized 229 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:228:19: note: byref variable will be forcibly initialized 228 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:224:41: note: byref variable will be forcibly initialized 224 | struct list_head a, b, c, d, x, y; | ^ /kisskb/src/lib/list-test.c:224:38: note: byref variable will be forcibly initialized 224 | struct list_head a, b, c, d, x, y; | ^ /kisskb/src/lib/list-test.c:224:35: note: byref variable will be forcibly initialized 224 | struct list_head a, b, c, d, x, y; | ^ /kisskb/src/lib/list-test.c:224:32: note: byref variable will be forcibly initialized 224 | struct list_head a, b, c, d, x, y; | ^ /kisskb/src/lib/list-test.c:224:29: note: byref variable will be forcibly initialized 224 | struct list_head a, b, c, d, x, y; | ^ /kisskb/src/lib/list-test.c:224:26: note: byref variable will be forcibly initialized 224 | 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_move_tail': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:219:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 219 | KUNIT_EXPECT_PTR_EQ(test, &a, b.next); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:218:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 218 | KUNIT_EXPECT_PTR_EQ(test, &b, list2.next); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:216:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 216 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:207:19: note: byref variable will be forcibly initialized 207 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:206:19: note: byref variable will be forcibly initialized 206 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:205:29: note: byref variable will be forcibly initialized 205 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:205:26: note: byref variable will be forcibly initialized 205 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:200:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 200 | KUNIT_EXPECT_PTR_EQ(test, &b, a.next); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:199:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 199 | KUNIT_EXPECT_PTR_EQ(test, &a, list2.next); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:197:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 197 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:188:19: note: byref variable will be forcibly initialized 188 | LIST_HEAD(list2); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:187:19: note: byref variable will be forcibly initialized 187 | LIST_HEAD(list1); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:186:29: note: byref variable will be forcibly initialized 186 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:186:26: note: byref variable will be forcibly initialized 186 | 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_init': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:161:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 161 | KUNIT_EXPECT_TRUE(test, list_empty_careful(&a)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:160:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 160 | KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:159:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 159 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:150:19: note: byref variable will be forcibly initialized 150 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:149:29: note: byref variable will be forcibly initialized 149 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:149:26: note: byref variable will be forcibly initialized 149 | 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_swap': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:144:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 144 | KUNIT_EXPECT_PTR_EQ(test, &b, a.prev); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:143:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 143 | KUNIT_EXPECT_PTR_EQ(test, &list, a.next); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:141:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 141 | KUNIT_EXPECT_PTR_EQ(test, &list, b.prev); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:140:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 140 | KUNIT_EXPECT_PTR_EQ(test, &a, b.next); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:138:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 138 | KUNIT_EXPECT_PTR_EQ(test, &a, list.prev); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:137:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 137 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:128:19: note: byref variable will be forcibly initialized 128 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:127:29: note: byref variable will be forcibly initialized 127 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:127:26: note: byref variable will be forcibly initialized 127 | 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_replace_init': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:122:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 122 | KUNIT_EXPECT_TRUE(test, list_empty_careful(&a_old)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:119:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 119 | KUNIT_EXPECT_PTR_EQ(test, b.prev, &a_new); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:118:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 118 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:109:19: note: byref variable will be forcibly initialized 109 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:108:40: note: byref variable will be forcibly initialized 108 | struct list_head a_old, a_new, b; | ^ /kisskb/src/lib/list-test.c:108:33: note: byref variable will be forcibly initialized 108 | struct list_head a_old, a_new, b; | ^~~~~ /kisskb/src/lib/list-test.c:108:26: note: byref variable will be forcibly initialized 108 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:103:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 103 | KUNIT_EXPECT_PTR_EQ(test, b.prev, &a_new); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:102:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 102 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:93:19: note: byref variable will be forcibly initialized 93 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:92:40: note: byref variable will be forcibly initialized 92 | struct list_head a_old, a_new, b; | ^ /kisskb/src/lib/list-test.c:92:33: note: byref variable will be forcibly initialized 92 | struct list_head a_old, a_new, b; | ^~~~~ /kisskb/src/lib/list-test.c:92:26: note: byref variable will be forcibly initialized 92 | struct list_head a_old, a_new, b; | ^~~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_lookup_temp': /kisskb/src/fs/overlayfs/dir.c:48:14: note: byref variable will be forcibly initialized 48 | char name[20]; | ^~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:87:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 87 | KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:86:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 86 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:77:19: note: byref variable will be forcibly initialized 77 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:76:29: note: byref variable will be forcibly initialized 76 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:76:26: note: byref variable will be forcibly initialized 76 | 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_tail': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:71:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 71 | KUNIT_EXPECT_PTR_EQ(test, a.next, &b); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:70:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 70 | KUNIT_EXPECT_PTR_EQ(test, a.prev, &list); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:69:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 69 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:63:19: note: byref variable will be forcibly initialized 63 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:62:29: note: byref variable will be forcibly initialized 62 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:62:26: note: byref variable will be forcibly initialized 62 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:57:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 57 | KUNIT_EXPECT_PTR_EQ(test, b.next, &a); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:56:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 56 | KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:55:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 55 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:49:19: note: byref variable will be forcibly initialized 49 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:48:29: note: byref variable will be forcibly initialized 48 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:48:26: note: byref variable will be forcibly initialized 48 | struct list_head a, b; | ^ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'hlist_test_init': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:834:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 834 | KUNIT_EXPECT_TRUE(test, hlist_empty(list5)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:833:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 833 | KUNIT_EXPECT_TRUE(test, hlist_empty(list4)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:832:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 832 | KUNIT_EXPECT_TRUE(test, hlist_empty(&list3)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:831:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 831 | KUNIT_EXPECT_TRUE(test, hlist_empty(&list2)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:830:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 830 | KUNIT_EXPECT_TRUE(test, hlist_empty(&list1)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c: In function 'list_test_list_init': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:40:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 40 | KUNIT_EXPECT_TRUE(test, list_empty_careful(list5)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:39:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 39 | KUNIT_EXPECT_TRUE(test, list_empty_careful(list4)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:38:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 38 | KUNIT_EXPECT_TRUE(test, list_empty_careful(&list3)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:37:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 37 | KUNIT_EXPECT_TRUE(test, list_empty_careful(&list2)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:36:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 36 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:22:19: note: byref variable will be forcibly initialized 22 | LIST_HEAD(list3); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:21:26: note: byref variable will be forcibly initialized 21 | struct list_head list2; | ^~~~~ /kisskb/src/lib/list-test.c:20:26: note: byref variable will be forcibly initialized 20 | struct list_head list1 = LIST_HEAD_INIT(list1); | ^~~~~ In file included from /kisskb/src/fs/overlayfs/dir.c:17: /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_clear_empty': /kisskb/src/fs/overlayfs/overlayfs.h:663:43: note: byref variable will be forcibly initialized 663 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/dir.c:396:51: note: in expansion of macro 'OVL_CATTR' 396 | opaquedir = ovl_create_temp(ofs, workdir, OVL_CATTR(stat.mode)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c:373:22: note: byref variable will be forcibly initialized 373 | struct kstat stat; | ^~~~ /kisskb/src/fs/overlayfs/dir.c:370:21: note: byref variable will be forcibly initialized 370 | struct path upperpath; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&entry->next, entry); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c: In function 'list_test_list_del_init_careful': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:181:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 181 | KUNIT_EXPECT_TRUE(test, list_empty_careful(&a)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:180:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 180 | KUNIT_EXPECT_PTR_EQ(test, b.prev, &list); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/list-test.c:179:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 179 | 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:20, from /kisskb/src/lib/list-test.c:8: /kisskb/src/lib/list-test.c:170:19: note: byref variable will be forcibly initialized 170 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/list-test.c:169:29: note: byref variable will be forcibly initialized 169 | struct list_head a, b; | ^ /kisskb/src/lib/list-test.c:169:26: note: byref variable will be forcibly initialized 169 | struct list_head a, b; | ^ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/dir.c:7: /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_rename': /kisskb/src/fs/overlayfs/dir.c:1101:19: note: byref variable will be forcibly initialized 1101 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_do_remove': /kisskb/src/fs/overlayfs/dir.c:888:19: note: byref variable will be forcibly initialized 888 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_create_over_whiteout': /kisskb/src/fs/overlayfs/dir.c:511:30: note: byref variable will be forcibly initialized 511 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/dir.c:473:33: note: byref variable will be forcibly initialized 473 | struct posix_acl *acl, *default_acl; | ^~~~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c:473:27: note: byref variable will be forcibly initialized 473 | struct posix_acl *acl, *default_acl; | ^~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_link': /kisskb/src/fs/overlayfs/dir.c:732:45: note: byref variable will be forcibly initialized 732 | &(struct ovl_cattr) {.hardlink = ovl_dentry_upper(old)}, | ^ /kisskb/src/sound/pci/hda/hda_tegra.c: In function 'hda_tegra_init_chip': /kisskb/src/sound/pci/hda/hda_tegra.c:245:26: note: byref variable will be forcibly initialized 245 | struct resource *res; | ^~~ /kisskb/src/sound/pci/hda/hda_tegra.c: In function 'hda_tegra_probe': /kisskb/src/sound/pci/hda/hda_tegra.c:478:26: note: byref variable will be forcibly initialized 478 | struct snd_card *card; | ^~~~ /kisskb/src/sound/pci/ice1712/wtm.c: In function 'stac9460_set_rate_val': /kisskb/src/sound/pci/ice1712/wtm.c:441:28: note: byref variable will be forcibly initialized 441 | unsigned short int changed; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/pid.c:30: /kisskb/src/kernel/pid.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'hlists_swap_heads_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:553:9: note: in expansion of macro 'rcu_assign_pointer' 553 | rcu_assign_pointer(right->first, node1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:552:9: note: in expansion of macro 'rcu_assign_pointer' 552 | rcu_assign_pointer(left->first, node2); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'hlist_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:531:9: note: in expansion of macro 'rcu_assign_pointer' 531 | rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'exchange_tids': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c:380:9: note: in expansion of macro 'rcu_assign_pointer' 380 | rcu_assign_pointer(right->thread_pid, pid1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c:379:9: note: in expansion of macro 'rcu_assign_pointer' 379 | rcu_assign_pointer(left->thread_pid, pid2); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'pidfd_get_task': /kisskb/src/kernel/pid.c:561:22: note: byref variable will be forcibly initialized 561 | unsigned int f_flags; | ^~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc-platform.c: In function 'iproc_pltfm_pcie_probe': /kisskb/src/drivers/pci/controller/pcie-iproc-platform.c:73:21: note: byref variable will be forcibly initialized 73 | u32 val; | ^~~ /kisskb/src/drivers/pci/controller/pcie-iproc-platform.c:45:25: note: byref variable will be forcibly initialized 45 | struct resource reg; | ^~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'iproc_pcie_check_link': /kisskb/src/drivers/pci/controller/pcie-iproc.c:769:47: note: byref variable will be forcibly initialized 769 | u32 hdr_type, link_ctrl, link_status, class, val; | ^~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:769:34: note: byref variable will be forcibly initialized 769 | u32 hdr_type, link_ctrl, link_status, class, val; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:769:23: note: byref variable will be forcibly initialized 769 | u32 hdr_type, link_ctrl, link_status, class, val; | ^~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:769:13: note: byref variable will be forcibly initialized 769 | u32 hdr_type, link_ctrl, link_status, class, val; | ^~~~~~~~ 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/kernel/bpf/ringbuf.c:1: /kisskb/src/kernel/bpf/ringbuf.c: In function 'ringbuf_avail_data_sz': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:250:20: note: in expansion of macro 'smp_load_acquire' 250 | prod_pos = smp_load_acquire(&rb->producer_pos); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:249:20: note: in expansion of macro 'smp_load_acquire' 249 | cons_pos = smp_load_acquire(&rb->consumer_pos); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/pci/controller/pcie-iproc.c:8: /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/ringbuf.c: In function '____bpf_ringbuf_query': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:466:24: note: in expansion of macro 'smp_load_acquire' 466 | return smp_load_acquire(&rb->producer_pos); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:464:24: note: in expansion of macro 'smp_load_acquire' 464 | return smp_load_acquire(&rb->consumer_pos); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'iproc_pcie_setup_ib': /kisskb/src/drivers/pci/controller/pcie-iproc.c:1123:25: note: byref variable will be forcibly initialized 1123 | resource_size_t size = resource_size(entry->res); | ^~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:1122:13: note: byref variable will be forcibly initialized 1122 | u64 pci_addr = entry->res->start - entry->offset; | ^~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c:1121:13: note: byref variable will be forcibly initialized 1121 | u64 axi_addr = entry->res->start; | ^~~~~~~~ In file included from /kisskb/src/include/linux/of_address.h:6, from /kisskb/src/drivers/pci/controller/pcie-iproc.c:19: /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'iproce_pcie_get_msi': /kisskb/src/drivers/pci/controller/pcie-iproc.c:1223:25: note: byref variable will be forcibly initialized 1223 | struct resource res; | ^~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'iproc_pcie_paxb_v2_msi_steer': /kisskb/src/drivers/pci/controller/pcie-iproc.c:1248:31: note: byref variable will be forcibly initialized 1248 | struct resource_entry entry; | ^~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'iproc_pcie_msi_steer': /kisskb/src/drivers/pci/controller/pcie-iproc.c:1315:13: note: byref variable will be forcibly initialized 1315 | u64 msi_addr; | ^~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-iproc.c: In function 'iproc_pcie_msi_enable': /kisskb/src/drivers/pci/controller/pcie-iproc.c:1352:21: note: byref variable will be forcibly initialized 1352 | int len; | ^~~ /kisskb/src/kernel/bpf/ringbuf.c: In function '__bpf_ringbuf_reserve': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:344:9: note: in expansion of macro 'smp_store_release' 344 | smp_store_release(&rb->producer_pos, new_prod_pos); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:318:20: note: in expansion of macro 'smp_load_acquire' 318 | cons_pos = smp_load_acquire(&rb->consumer_pos); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c: In function 'bpf_ringbuf_commit': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/ringbuf.c:390:20: note: in expansion of macro 'smp_load_acquire' 390 | cons_pos = smp_load_acquire(&rb->consumer_pos) & rb->mask; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/readdir.c:7: /kisskb/src/fs/overlayfs/readdir.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_open': /kisskb/src/fs/overlayfs/readdir.c:929:21: note: byref variable will be forcibly initialized 929 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_cache_entry_add_rb': /kisskb/src/fs/overlayfs/readdir.c:178:25: note: byref variable will be forcibly initialized 178 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/overlayfs/readdir.c:177:26: note: byref variable will be forcibly initialized 177 | struct rb_node **newp = &rdd->root->rb_node; | ^~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:802:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 802 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:799:9: note: in expansion of macro 'KUNIT_EXPECT_NE_MSG' 799 | KUNIT_EXPECT_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:141:9: note: in expansion of macro 'KUNIT_EXPECT_NE' 141 | KUNIT_EXPECT_NE(test, 0, ret); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:138:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 138 | KUNIT_EXPECT_EQ(test, val, range2_vals[i]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:137:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 137 | KUNIT_EXPECT_EQ(test, 0, ret); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:132:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 132 | KUNIT_EXPECT_EQ(test, val, range1_vals[i]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:131:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 131 | KUNIT_EXPECT_EQ(test, 0, ret); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:126:27: note: byref variable will be forcibly initialized 126 | unsigned int sel, val; | ^~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:210:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 210 | KUNIT_EXPECT_FALSE(test, found); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:209:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 209 | KUNIT_EXPECT_EQ(test, sel, range2_sels[RANGE2_NUM_VALS - 1]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:208:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 208 | KUNIT_EXPECT_EQ(test, 0, ret); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:197:17: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 197 | KUNIT_EXPECT_TRUE(test, found); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:196:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 196 | KUNIT_EXPECT_EQ(test, sel, range2_sels[i]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:195:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 195 | KUNIT_EXPECT_EQ(test, 0, ret); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:189:17: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 189 | KUNIT_EXPECT_TRUE(test, found); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:188:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 188 | KUNIT_EXPECT_EQ(test, sel, range1_sels[i]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:187:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 187 | KUNIT_EXPECT_EQ(test, 0, ret); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:181:14: note: byref variable will be forcibly initialized 181 | bool found; | ^~~~~ /kisskb/src/lib/test_linear_ranges.c:180:22: note: byref variable will be forcibly initialized 180 | unsigned int sel; | ^~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_read_merged': /kisskb/src/fs/overlayfs/readdir.c:347:21: note: byref variable will be forcibly initialized 347 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_cache_update_ino': /kisskb/src/fs/overlayfs/readdir.c:498:29: note: byref variable will be forcibly initialized 498 | struct path statpath = *path; | ^~~~~~~~ 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/fs/overlayfs/readdir.c:497:30: note: byref variable will be forcibly initialized 497 | struct kstat stat; | ^~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:166:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 166 | KUNIT_EXPECT_EQ(test, sel, range1_sels[0]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:165:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 165 | KUNIT_EXPECT_FALSE(test, found); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:164:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 164 | KUNIT_EXPECT_EQ(test, 0, ret); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:865:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 865 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:862:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 862 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:160:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 160 | KUNIT_EXPECT_LE(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:155:17: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 155 | KUNIT_EXPECT_TRUE(test, found); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:154:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 154 | KUNIT_EXPECT_EQ(test, sel, range1_sels[i]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:153:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 153 | KUNIT_EXPECT_EQ(test, 0, ret); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:148:14: note: byref variable will be forcibly initialized 148 | bool found; | ^~~~~ /kisskb/src/lib/test_linear_ranges.c:147:22: note: byref variable will be forcibly initialized 147 | unsigned int sel; | ^~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_linear_ranges.c:174:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 174 | KUNIT_EXPECT_EQ(test, (int)RANGE_NUM_VALS, ret); | ^~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_read_impure': /kisskb/src/fs/overlayfs/readdir.c:582:41: note: byref variable will be forcibly initialized 582 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/overlayfs/readdir.c:581:42: note: byref variable will be forcibly initialized 581 | struct rb_node **newp = &root->rb_node; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c:554:21: note: byref variable will be forcibly initialized 554 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_iterate_real': /kisskb/src/fs/overlayfs/readdir.c:708:29: note: byref variable will be forcibly initialized 708 | struct path statpath = file->f_path; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c:707:30: note: byref variable will be forcibly initialized 707 | struct kstat stat; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_real_file': /kisskb/src/fs/overlayfs/readdir.c:872:37: note: byref variable will be forcibly initialized 872 | struct path upperpath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_check_empty_dir': /kisskb/src/fs/overlayfs/readdir.c:965:24: note: byref variable will be forcibly initialized 965 | struct rb_root root = RB_ROOT; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_workdir_cleanup': /kisskb/src/fs/overlayfs/readdir.c:1142:29: note: byref variable will be forcibly initialized 1142 | struct path path = { .mnt = mnt, .dentry = dentry }; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_workdir_cleanup_recurse': /kisskb/src/fs/overlayfs/readdir.c:1074:24: note: byref variable will be forcibly initialized 1074 | struct rb_root root = RB_ROOT; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/readdir.c:7: /kisskb/src/fs/overlayfs/readdir.c:1073:19: note: byref variable will be forcibly initialized 1073 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_indexdir_cleanup': /kisskb/src/fs/overlayfs/readdir.c:1162:24: note: byref variable will be forcibly initialized 1162 | struct rb_root root = RB_ROOT; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/readdir.c:7: /kisskb/src/fs/overlayfs/readdir.c:1161:19: note: byref variable will be forcibly initialized 1161 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/readdir.c:1160:21: note: byref variable will be forcibly initialized 1160 | struct path path = { .mnt = ovl_upper_mnt(ofs), .dentry = indexdir }; | ^~~~ 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:127:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 127 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:123:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 123 | KUNIT_EXPECT_EQ_MSG(test, r[0], e[0], "in test %u (validated) expected %d numbers, got %d", | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:119:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 119 | KUNIT_EXPECT_EQ_MSG(test, r[i], e[i], "in test %u at %u", n, i); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:116:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 116 | 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:13: note: byref variable will be forcibly initialized 111 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:51:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 51 | KUNIT_EXPECT_PTR_EQ_MSG(test, out, in + offset, fmt, in); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:50:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 50 | KUNIT_EXPECT_EQ_MSG(test, ret, rc, fmt, in); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/cmdline_kunit.c:45:13: note: byref variable will be forcibly initialized 45 | int dummy; | ^~~~~ /kisskb/src/lib/cmdline_kunit.c:44:21: note: byref variable will be forcibly initialized 44 | const char *out = in; | ^~~ /kisskb/src/lib/cmdline_kunit.c: In function 'cmdline_test_tail_int': /kisskb/src/lib/cmdline_kunit.c:89:14: note: byref variable will be forcibly initialized 89 | char in[32]; | ^~ /kisskb/src/lib/cmdline_kunit.c: In function 'cmdline_test_lead_int': /kisskb/src/lib/cmdline_kunit.c:72:14: note: byref variable will be forcibly initialized 72 | char in[32]; | ^~ /kisskb/src/drivers/video/backlight/led_bl.c: In function 'led_bl_parse_levels': /kisskb/src/drivers/video/backlight/led_bl.c:128:13: note: byref variable will be forcibly initialized 128 | u32 value; | ^~~~~ /kisskb/src/drivers/video/backlight/led_bl.c: In function 'led_bl_probe': /kisskb/src/drivers/video/backlight/led_bl.c:177:37: note: byref variable will be forcibly initialized 177 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/kernel/bpf/bpf_local_storage.c:3: /kisskb/src/kernel/bpf/bpf_local_storage.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/kernel/bpf/bpf_local_storage.c:8: /kisskb/src/kernel/bpf/bpf_local_storage.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/kernel/bpf/bpf_local_storage.c:3: /kisskb/src/kernel/bpf/bpf_local_storage.c: In function 'bpf_local_storage_lookup': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_local_storage.c:270:25: note: in expansion of macro 'rcu_assign_pointer' 270 | rcu_assign_pointer(local_storage->cache[smap->cache_idx], | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/test_firmware.c:14: /kisskb/src/lib/test_firmware.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/lib/test_firmware.c: In function 'test_dev_config_update_u8': /kisskb/src/lib/test_firmware.c:406:12: note: byref variable will be forcibly initialized 406 | u8 val; | ^~~ /kisskb/src/lib/test_firmware.c: In function 'test_dev_config_update_size_t': /kisskb/src/lib/test_firmware.c:380:14: note: byref variable will be forcibly initialized 380 | long new; | ^~~ /kisskb/src/kernel/events/ring_buffer.c: In function '__perf_output_begin': /kisskb/src/kernel/events/ring_buffer.c:161:11: note: byref variable will be forcibly initialized 161 | } lost_event; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/fs.h:10, from /kisskb/src/include/linux/perf_event.h:48, from /kisskb/src/kernel/events/ring_buffer.c:11: /kisskb/src/kernel/events/ring_buffer.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/perf_event.h:48, 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:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'check_hotmod_int_op': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:86:15: note: byref variable will be forcibly initialized 86 | char *n; | ^ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'parse_hotmod_str': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:108:22: note: byref variable will be forcibly initialized 108 | unsigned int ival; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'hotmod_handler': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:197:32: note: byref variable will be forcibly initialized 197 | enum hotmod_op op; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:188:31: note: byref variable will be forcibly initialized 188 | struct ipmi_plat_data h; | ^ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'tlp_cfg_dword_read': /kisskb/src/drivers/pci/controller/pcie-altera.c:342:13: note: byref variable will be forcibly initialized 342 | u32 headers[TLP_HDR_SIZE]; | ^~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'tlp_cfg_dword_write': /kisskb/src/drivers/pci/controller/pcie-altera.c:355:13: note: byref variable will be forcibly initialized 355 | u32 headers[TLP_HDR_SIZE]; | ^~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function '_altera_pcie_cfg_read': /kisskb/src/drivers/pci/controller/pcie-altera.c:435:13: note: byref variable will be forcibly initialized 435 | u32 data; | ^~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'altera_read_cap_word': /kisskb/src/drivers/pci/controller/pcie-altera.c:543:13: note: byref variable will be forcibly initialized 543 | u32 data; | ^~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtoull_ok': /kisskb/src/lib/test-kstrtox.c:51:22: note: byref variable will be forcibly initialized 51 | type res; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:152:9: note: in expansion of macro 'TEST_OK' 152 | TEST_OK(kstrtoull, unsigned long long, "%llu", test_ull_ok); | ^~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtoull_fail': /kisskb/src/lib/test-kstrtox.c:32:22: note: byref variable will be forcibly initialized 32 | type tmp; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:234:9: note: in expansion of macro 'TEST_FAIL' 234 | TEST_FAIL(kstrtoull, unsigned long long, "%llu", test_ull_fail); | ^~~~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtou64_ok': /kisskb/src/lib/test-kstrtox.c:51:22: note: byref variable will be forcibly initialized 51 | type res; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:327:9: note: in expansion of macro 'TEST_OK' 327 | TEST_OK(kstrtou64, u64, "%llu", test_u64_ok); | ^~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'tlp_write_packet': /kisskb/src/drivers/pci/controller/pcie-altera.c:288:33: note: byref variable will be forcibly initialized 288 | struct tlp_rp_regpair_t tlp_rp_regdata; | ^~~~~~~~~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtou64_fail': /kisskb/src/lib/test-kstrtox.c:32:22: note: byref variable will be forcibly initialized 32 | type tmp; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:338:9: note: in expansion of macro 'TEST_FAIL' 338 | TEST_FAIL(kstrtou64, u64, "%llu", test_u64_fail); | ^~~~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtoll_ok': /kisskb/src/lib/test-kstrtox.c:51:22: note: byref variable will be forcibly initialized 51 | type res; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:268:9: note: in expansion of macro 'TEST_OK' 268 | TEST_OK(kstrtoll, long long, "%lld", test_ll_ok); | ^~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtoll_fail': /kisskb/src/lib/test-kstrtox.c:32:22: note: byref variable will be forcibly initialized 32 | type tmp; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:287:9: note: in expansion of macro 'TEST_FAIL' 287 | TEST_FAIL(kstrtoll, long long, "%lld", test_ll_fail); | ^~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'altera_wait_link_retrain': /kisskb/src/drivers/pci/controller/pcie-altera.c:566:13: note: byref variable will be forcibly initialized 566 | u16 reg16; | ^~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtos64_ok': /kisskb/src/lib/test-kstrtox.c:51:22: note: byref variable will be forcibly initialized 51 | type res; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:377:9: note: in expansion of macro 'TEST_OK' 377 | TEST_OK(kstrtos64, s64, "%lld", test_s64_ok); | ^~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'altera_pcie_retrain': /kisskb/src/drivers/pci/controller/pcie-altera.c:600:32: note: byref variable will be forcibly initialized 600 | u16 linkcap, linkstat, linkctl; | ^~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c:600:22: note: byref variable will be forcibly initialized 600 | u16 linkcap, linkstat, linkctl; | ^~~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtos64_fail': /kisskb/src/lib/test-kstrtox.c:32:22: note: byref variable will be forcibly initialized 32 | type tmp; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:390:9: note: in expansion of macro 'TEST_FAIL' 390 | TEST_FAIL(kstrtos64, s64, "%lld", test_s64_fail); | ^~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c:600:13: note: byref variable will be forcibly initialized 600 | u16 linkcap, linkstat, linkctl; | ^~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtou32_ok': /kisskb/src/lib/test-kstrtox.c:51:22: note: byref variable will be forcibly initialized 51 | type res; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:422:9: note: in expansion of macro 'TEST_OK' 422 | TEST_OK(kstrtou32, u32, "%u", test_u32_ok); | ^~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtou32_fail': /kisskb/src/lib/test-kstrtox.c:32:22: note: byref variable will be forcibly initialized 32 | type tmp; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:441:9: note: in expansion of macro 'TEST_FAIL' 441 | TEST_FAIL(kstrtou32, u32, "%u", test_u32_fail); | ^~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-altera.c: In function 'altera_pcie_isr': /kisskb/src/drivers/pci/controller/pcie-altera.c:645:23: note: byref variable will be forcibly initialized 645 | unsigned long status; | ^~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtos32_ok': /kisskb/src/lib/test-kstrtox.c:51:22: note: byref variable will be forcibly initialized 51 | type res; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:472:9: note: in expansion of macro 'TEST_OK' 472 | TEST_OK(kstrtos32, s32, "%d", test_s32_ok); | ^~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtos32_fail': /kisskb/src/lib/test-kstrtox.c:32:22: note: byref variable will be forcibly initialized 32 | type tmp; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:493:9: note: in expansion of macro 'TEST_FAIL' 493 | TEST_FAIL(kstrtos32, s32, "%d", test_s32_fail); | ^~~~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtou16_ok': /kisskb/src/lib/test-kstrtox.c:51:22: note: byref variable will be forcibly initialized 51 | type res; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:517:9: note: in expansion of macro 'TEST_OK' 517 | TEST_OK(kstrtou16, u16, "%hu", test_u16_ok); | ^~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtou16_fail': /kisskb/src/lib/test-kstrtox.c:32:22: note: byref variable will be forcibly initialized 32 | type tmp; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:544:9: note: in expansion of macro 'TEST_FAIL' 544 | TEST_FAIL(kstrtou16, u16, "%hu", test_u16_fail); | ^~~~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtos16_ok': /kisskb/src/lib/test-kstrtox.c:51:22: note: byref variable will be forcibly initialized 51 | type res; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:569:9: note: in expansion of macro 'TEST_OK' 569 | TEST_OK(kstrtos16, s16, "%hd", test_s16_ok); | ^~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtos16_fail': /kisskb/src/lib/test-kstrtox.c:32:22: note: byref variable will be forcibly initialized 32 | type tmp; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:598:9: note: in expansion of macro 'TEST_FAIL' 598 | TEST_FAIL(kstrtos16, s16, "%hd", test_s16_fail); | ^~~~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtou8_ok': /kisskb/src/lib/test-kstrtox.c:51:22: note: byref variable will be forcibly initialized 51 | type res; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:614:9: note: in expansion of macro 'TEST_OK' 614 | TEST_OK(kstrtou8, u8, "%hhu", test_u8_ok); | ^~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtou8_fail': /kisskb/src/lib/test-kstrtox.c:32:22: note: byref variable will be forcibly initialized 32 | type tmp; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:649:9: note: in expansion of macro 'TEST_FAIL' 649 | TEST_FAIL(kstrtou8, u8, "%hhu", test_u8_fail); | ^~~~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtos8_ok': /kisskb/src/lib/test-kstrtox.c:51:22: note: byref variable will be forcibly initialized 51 | type res; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:664:9: note: in expansion of macro 'TEST_OK' 664 | TEST_OK(kstrtos8, s8, "%hhd", test_s8_ok); | ^~~~~~~ /kisskb/src/lib/test-kstrtox.c: In function 'test_kstrtos8_fail': /kisskb/src/lib/test-kstrtox.c:32:22: note: byref variable will be forcibly initialized 32 | type tmp; \ | ^~~ /kisskb/src/lib/test-kstrtox.c:703:9: note: in expansion of macro 'TEST_FAIL' 703 | TEST_FAIL(kstrtos8, s8, "%hhd", test_s8_fail); | ^~~~~~~~~ /kisskb/src/kernel/bpf/bpf_task_storage.c: In function 'bpf_pid_task_storage_delete_elem': /kisskb/src/kernel/bpf/bpf_task_storage.c:203:22: note: byref variable will be forcibly initialized 203 | unsigned int f_flags; | ^~~~~~~ /kisskb/src/kernel/bpf/bpf_task_storage.c: In function 'bpf_pid_task_storage_update_elem': /kisskb/src/kernel/bpf/bpf_task_storage.c:156:22: note: byref variable will be forcibly initialized 156 | unsigned int f_flags; | ^~~~~~~ /kisskb/src/kernel/bpf/bpf_task_storage.c: In function 'bpf_pid_task_storage_lookup_elem': /kisskb/src/kernel/bpf/bpf_task_storage.c:122:22: note: byref variable will be forcibly initialized 122 | unsigned int f_flags; | ^~~~~~~ /kisskb/src/lib/test_min_heap.c: In function 'test_heapify_all': /kisskb/src/lib/test_min_heap.c:71:35: note: byref variable will be forcibly initialized 71 | struct min_heap_callbacks funcs = { | ^~~~~ /kisskb/src/lib/test_min_heap.c:66:25: note: byref variable will be forcibly initialized 66 | struct min_heap heap = { | ^~~~ /kisskb/src/lib/test_min_heap.c:64:13: note: byref variable will be forcibly initialized 64 | int values[] = { 3, 1, 2, 4, 0x8000000, 0x7FFFFFF, 0, | ^~~~~~ /kisskb/src/fs/jffs2/scan.c: In function 'jffs2_fill_scan_buf': /kisskb/src/fs/jffs2/scan.c:294:16: note: byref variable will be forcibly initialized 294 | size_t retlen; | ^~~~~~ /kisskb/src/lib/test_min_heap.c: In function 'test_heap_push': /kisskb/src/lib/test_min_heap.c:109:16: note: byref variable will be forcibly initialized 109 | int i, temp, err; | ^~~~ /kisskb/src/lib/test_min_heap.c:104:35: note: byref variable will be forcibly initialized 104 | struct min_heap_callbacks funcs = { | ^~~~~ /kisskb/src/lib/test_min_heap.c:99:25: note: byref variable will be forcibly initialized 99 | struct min_heap heap = { | ^~~~ /kisskb/src/lib/test_min_heap.c:98:13: note: byref variable will be forcibly initialized 98 | int values[ARRAY_SIZE(data)]; | ^~~~~~ /kisskb/src/lib/test_min_heap.c:96:19: note: byref variable will be forcibly initialized 96 | const int data[] = { 3, 1, 2, 4, 0x80000000, 0x7FFFFFFF, 0, | ^~~~ /kisskb/src/lib/test_min_heap.c: In function 'test_heap_pop_push': /kisskb/src/lib/test_min_heap.c:142:16: note: byref variable will be forcibly initialized 142 | int i, temp, err; | ^~~~ /kisskb/src/lib/test_min_heap.c:137:35: note: byref variable will be forcibly initialized 137 | struct min_heap_callbacks funcs = { | ^~~~~ /kisskb/src/lib/test_min_heap.c:132:25: note: byref variable will be forcibly initialized 132 | struct min_heap heap = { | ^~~~ /kisskb/src/lib/test_min_heap.c:131:13: note: byref variable will be forcibly initialized 131 | int values[ARRAY_SIZE(data)]; | ^~~~~~ /kisskb/src/lib/test_min_heap.c:129:19: note: byref variable will be forcibly initialized 129 | const int data[] = { 3, 1, 2, 4, 0x80000000, 0x7FFFFFFF, 0, | ^~~~ /kisskb/src/fs/jffs2/scan.c: In function 'jffs2_scan_eraseblock': /kisskb/src/fs/jffs2/scan.c:448:35: note: byref variable will be forcibly initialized 448 | struct jffs2_unknown_node crcnode; | ^~~~~~~ /kisskb/src/fs/jffs2/scan.c: In function 'jffs2_scan_medium': /kisskb/src/fs/jffs2/scan.c:99:26: note: byref variable will be forcibly initialized 99 | size_t pointlen, try_size; | ^~~~~~~~ /kisskb/src/fs/jffs2/scan.c:99:16: note: byref variable will be forcibly initialized 99 | size_t pointlen, try_size; | ^~~~~~~~ /kisskb/src/fs/jffs2/scan.c:95:24: note: byref variable will be forcibly initialized 95 | unsigned char *flashbuf = NULL; | ^~~~~~~~ /kisskb/src/sound/pci/ice1712/se.c: In function 'se200pci_add_controls': /kisskb/src/sound/pci/ice1712/se.c:584:33: note: byref variable will be forcibly initialized 584 | struct snd_kcontrol_new cont; | ^~~~ /kisskb/src/sound/pci/intel8x0m.c: In function 'snd_intel8x0m_mixer': /kisskb/src/sound/pci/intel8x0m.c:787:26: note: byref variable will be forcibly initialized 787 | struct snd_ac97 *x97; | ^~~ /kisskb/src/sound/pci/intel8x0m.c:786:34: note: byref variable will be forcibly initialized 786 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/intel8x0m.c:785:30: note: byref variable will be forcibly initialized 785 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/sound/pci/intel8x0m.c: In function 'snd_intel8x0m_pcm1': /kisskb/src/sound/pci/intel8x0m.c:679:14: note: byref variable will be forcibly initialized 679 | char name[32]; | ^~~~ /kisskb/src/sound/pci/intel8x0m.c:677:25: note: byref variable will be forcibly initialized 677 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/intel8x0m.c: In function '__snd_intel8x0m_probe': /kisskb/src/sound/pci/intel8x0m.c:1184:26: note: byref variable will be forcibly initialized 1184 | struct snd_card *card; | ^~~~ /kisskb/src/kernel/bpf/disasm.c: In function 'print_bpf_insn': /kisskb/src/kernel/bpf/disasm.c:265:30: note: byref variable will be forcibly initialized 265 | char tmp[64]; | ^~~ /kisskb/src/kernel/bpf/disasm.c:248:30: note: byref variable will be forcibly initialized 248 | char tmp[64]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c: In function 'ipmi_hardcode_init_one': /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c:64:31: note: byref variable will be forcibly initialized 64 | struct ipmi_plat_data p; | ^ /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c: In function 'ipmi_hardcode_init': /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c:97:15: note: byref variable will be forcibly initialized 97 | char *si_type[SI_MAX_PARMS]; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/kernel/bpf/trampoline.c:4: /kisskb/src/kernel/bpf/trampoline.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/trampoline.c: In function 'bpf_trampoline_update': /kisskb/src/kernel/bpf/trampoline.c:339:18: note: byref variable will be forcibly initialized 339 | int err, total; | ^~~~~ /kisskb/src/kernel/bpf/trampoline.c:338:14: note: byref variable will be forcibly initialized 338 | bool ip_arg = false; | ^~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_uint_minmax': /kisskb/src/kernel/params.c:249:22: note: byref variable will be forcibly initialized 249 | unsigned int num; | ^~~ /kisskb/src/kernel/params.c: In function 'param_set_bool_enable_only': /kisskb/src/kernel/params.c:334:14: note: byref variable will be forcibly initialized 334 | bool new_value; | ^~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_invbool': /kisskb/src/kernel/params.c:366:14: note: byref variable will be forcibly initialized 366 | bool boolval; | ^~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_bint': /kisskb/src/kernel/params.c:393:14: note: byref variable will be forcibly initialized 393 | bool v; | ^ /kisskb/src/kernel/params.c: In function 'param_array_get': /kisskb/src/kernel/params.c:476:29: note: byref variable will be forcibly initialized 476 | struct kernel_param p = *kp; | ^ /kisskb/src/kernel/params.c: In function 'param_array': /kisskb/src/kernel/params.c:423:29: note: byref variable will be forcibly initialized 423 | struct kernel_param kp; | ^~ /kisskb/src/kernel/params.c: In function 'param_array_set': /kisskb/src/kernel/params.c:465:22: note: byref variable will be forcibly initialized 465 | unsigned int temp_num; | ^~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_sysfs_builtin': /kisskb/src/kernel/params.c:834:14: note: byref variable will be forcibly initialized 834 | char modname[MODULE_NAME_LEN]; | ^~~~~~~ /kisskb/src/kernel/params.c: In function 'parse_args': /kisskb/src/kernel/params.c:171:23: note: byref variable will be forcibly initialized 171 | char *param, *val, *err = NULL; | ^~~ /kisskb/src/kernel/params.c:171:15: note: byref variable will be forcibly initialized 171 | char *param, *val, *err = NULL; | ^~~~~ /kisskb/src/lib/test_vmalloc.c: In function 'shuffle_array': /kisskb/src/lib/test_vmalloc.c:395:22: note: byref variable will be forcibly initialized 395 | unsigned int rnd; | ^~~ /kisskb/src/lib/test_vmalloc.c: In function 'pcpu_alloc_test': /kisskb/src/lib/test_vmalloc.c:295:30: note: byref variable will be forcibly initialized 295 | unsigned int r; | ^ /kisskb/src/lib/test_vmalloc.c: In function 'random_size_alloc_test': /kisskb/src/lib/test_vmalloc.c:148:22: note: byref variable will be forcibly initialized 148 | unsigned int n; | ^ /kisskb/src/lib/test_vmalloc.c: In function 'random_size_align_alloc_test': /kisskb/src/lib/test_vmalloc.c:77:36: note: byref variable will be forcibly initialized 77 | unsigned long size, align, rnd; | ^~~ /kisskb/src/lib/test_vmalloc.c: In function 'test_func': /kisskb/src/lib/test_vmalloc.c:412:13: note: byref variable will be forcibly initialized 412 | int random_array[ARRAY_SIZE(test_case_array)]; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/test_vmalloc.c:9: /kisskb/src/lib/test_vmalloc.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/rpm-traces.c: In function 'perf_trace_rpm_return_int': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rpm.h:107, from /kisskb/src/kernel/trace/rpm-traces.c:16: /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_internal': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_return_int': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_rpm_internal': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/rpm-traces.c: In function '__bpf_trace_rpm_return_int': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/overlayfs/copy_up.c:7: /kisskb/src/fs/overlayfs/copy_up.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_obtain_alias': /kisskb/src/fs/overlayfs/export.c:290:33: note: byref variable will be forcibly initialized 290 | struct ovl_inode_params oip = { | ^~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_data': /kisskb/src/fs/overlayfs/copy_up.c:202:16: note: byref variable will be forcibly initialized 202 | loff_t new_pos = 0; | ^~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:201:16: note: byref variable will be forcibly initialized 201 | loff_t old_pos = 0; | ^~~~~~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_lookup_real_one': /kisskb/src/fs/overlayfs/export.c:371:30: note: byref variable will be forcibly initialized 371 | struct name_snapshot name; | ^~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_meta_inode_data': /kisskb/src/fs/overlayfs/copy_up.c:905:15: note: byref variable will be forcibly initialized 905 | char *capability = NULL; | ^~~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:903:32: note: byref variable will be forcibly initialized 903 | struct path upperpath, datapath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:903:21: note: byref variable will be forcibly initialized 903 | struct path upperpath, datapath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_lower_fh_to_d': /kisskb/src/fs/overlayfs/export.c:705:26: note: byref variable will be forcibly initialized 705 | struct ovl_path *stack = &origin; | ^~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_set_attr': /kisskb/src/fs/overlayfs/copy_up.c:332:30: note: byref variable will be forcibly initialized 332 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/copy_up.c:325:30: note: byref variable will be forcibly initialized 325 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_encode_real_fh': /kisskb/src/fs/overlayfs/copy_up.c:349:22: note: byref variable will be forcibly initialized 349 | int fh_type, dwords; | ^~~~~~ In file included from /kisskb/src/fs/overlayfs/copy_up.c:22: /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_create_index': /kisskb/src/fs/overlayfs/overlayfs.h:663:43: note: byref variable will be forcibly initialized 663 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/copy_up.c:480:47: note: in expansion of macro 'OVL_CATTR' 480 | temp = ovl_create_temp(ofs, indexdir, OVL_CATTR(S_IFDIR | 0)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_inode': /kisskb/src/fs/overlayfs/copy_up.c:564:32: note: byref variable will be forcibly initialized 564 | struct path upperpath, datapath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:564:21: note: byref variable will be forcibly initialized 564 | struct path upperpath, datapath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_tmpfile': /kisskb/src/fs/overlayfs/copy_up.c:736:29: note: byref variable will be forcibly initialized 736 | struct ovl_cu_creds cc; | ^~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_workdir': /kisskb/src/fs/overlayfs/copy_up.c:667:29: note: byref variable will be forcibly initialized 667 | struct ovl_cu_creds cc; | ^~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_one': /kisskb/src/fs/overlayfs/copy_up.c:955:21: note: byref variable will be forcibly initialized 955 | struct path parentpath; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/overlayfs/copy_up.c:7: /kisskb/src/fs/overlayfs/copy_up.c:954:29: note: byref variable will be forcibly initialized 954 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/kernel/bpf/stackmap.c: In function 'stack_map_get_build_id_offset': /kisskb/src/kernel/bpf/stackmap.c:131:38: note: byref variable will be forcibly initialized 131 | struct mmap_unlock_irq_work *work = NULL; | ^~~~ /kisskb/src/kernel/bpf/stackmap.c: In function 'get_callchain_entry_for_task': /kisskb/src/kernel/bpf/stackmap.c:181:13: note: byref variable will be forcibly initialized 181 | int rctx; | ^~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/bpf.h:15, from /kisskb/src/kernel/bpf/stackmap.c:4: /kisskb/src/kernel/bpf/stackmap.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/pci/controller/pcie-altera-msi.c: In function 'altera_msi_isr': /kisskb/src/drivers/pci/controller/pcie-altera-msi.c:56:23: note: byref variable will be forcibly initialized 56 | unsigned long status; | ^~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/btf.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_strscpy.c: In function 'tc': /kisskb/src/lib/test_strscpy.c:36:14: note: byref variable will be forcibly initialized 36 | char buf[6]; | ^~~ /kisskb/src/kernel/bpf/btf.c: In function '____bpf_btf_find_by_name_kind': /kisskb/src/kernel/bpf/btf.c:6949:21: note: byref variable will be forcibly initialized 6949 | struct btf *btf = NULL; | ^~~ /kisskb/src/kernel/bpf/btf.c: In function 'bpf_btf_find_by_name_kind': /kisskb/src/kernel/bpf/btf.c:6949:21: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/fs.h:10, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/kernel/bpf/btf.c:8: /kisskb/src/kernel/bpf/btf.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/kernel/bpf/btf.c:8: /kisskb/src/kernel/bpf/btf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function '__btf_verifier_log': /kisskb/src/kernel/bpf/btf.c:1363:17: note: byref variable will be forcibly initialized 1363 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_verifier_log': /kisskb/src/kernel/bpf/btf.c:1374:17: note: byref variable will be forcibly initialized 1374 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_show': /kisskb/src/kernel/bpf/btf.c:1095:17: note: byref variable will be forcibly initialized 1095 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/kernel/bpf/bpf_struct_ops.c:4: /kisskb/src/kernel/bpf/bpf_struct_ops.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/btf.c: In function '__btf_verifier_log_type': /kisskb/src/kernel/bpf/btf.c:1392:17: note: byref variable will be forcibly initialized 1392 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/bpf.h:15, from /kisskb/src/kernel/bpf/bpf_struct_ops.c:4: /kisskb/src/kernel/bpf/bpf_struct_ops.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/kernel/bpf/bpf_struct_ops.c: In function 'check_zero_holes': /kisskb/src/kernel/bpf/bpf_struct_ops.c:296:22: note: byref variable will be forcibly initialized 296 | u32 i, moff, msize, prev_mend = 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/kernel/bpf/bpf_struct_ops.c:4: /kisskb/src/kernel/bpf/bpf_struct_ops.c: In function 'bpf_struct_ops_map_sys_lookup_elem': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_struct_ops.c:258:17: note: in expansion of macro 'smp_load_acquire' 258 | state = smp_load_acquire(&kvalue->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_verifier_log_member': /kisskb/src/kernel/bpf/btf.c:1436:17: note: byref variable will be forcibly initialized 1436 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/bpf_struct_ops.c: In function 'bpf_struct_ops_map_update_elem': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_struct_ops.c:502:17: note: in expansion of macro 'smp_store_release' 502 | smp_store_release(&kvalue->state, BPF_STRUCT_OPS_STATE_INUSE); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_struct_ops.c:432:29: note: byref variable will be forcibly initialized 432 | u32 msize; | ^~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_verifier_log_vsi': /kisskb/src/kernel/bpf/btf.c:1481:17: note: byref variable will be forcibly initialized 1481 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_check_sec_info': /kisskb/src/kernel/bpf/btf.c:4690:29: note: byref variable will be forcibly initialized 4690 | struct btf_sec_info secs[ARRAY_SIZE(btf_sec_info_offset)]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/kernel/bpf/btf.c:8: /kisskb/src/kernel/bpf/btf.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c: In function 'of_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:233:13: note: byref variable will be forcibly initialized 233 | int proplen; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:229:25: note: byref variable will be forcibly initialized 229 | struct resource resource; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:228:25: note: byref variable will be forcibly initialized 228 | struct si_sm_io io; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c: In function 'platform_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137:52: note: byref variable will be forcibly initialized 137 | u8 type, slave_addr, addr_source, regsize, regshift; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137:43: note: byref variable will be forcibly initialized 137 | u8 type, slave_addr, addr_source, regsize, regshift; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137:30: note: byref variable will be forcibly initialized 137 | u8 type, slave_addr, addr_source, regsize, regshift; | ^~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137:18: note: byref variable will be forcibly initialized 137 | u8 type, slave_addr, addr_source, regsize, regshift; | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137:12: note: byref variable will be forcibly initialized 137 | u8 type, slave_addr, addr_source, regsize, regshift; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:136:25: note: byref variable will be forcibly initialized 136 | struct si_sm_io io; | ^~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_find_kptr': /kisskb/src/kernel/bpf/btf.c:3218:13: note: byref variable will be forcibly initialized 3218 | u32 res_id; | ^~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_find_struct_field': /kisskb/src/kernel/bpf/btf.c:3255:31: note: byref variable will be forcibly initialized 3255 | struct btf_field_info tmp; | ^~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_find_datasec_var': /kisskb/src/kernel/bpf/btf.c:3307:31: note: byref variable will be forcibly initialized 3307 | struct btf_field_info tmp; | ^~~ /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:458:25: note: byref variable will be forcibly initialized 458 | va_list aq; | ^~ /kisskb/src/kernel/kthread.c:457:22: note: byref variable will be forcibly initialized 457 | char name[TASK_COMM_LEN]; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c:419:36: note: byref variable will be forcibly initialized 419 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_on_node': /kisskb/src/kernel/kthread.c:509:17: note: byref variable will be forcibly initialized 509 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_struct_walk': /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker': /kisskb/src/kernel/kthread.c:885:17: note: byref variable will be forcibly initialized 885 | va_list args; | ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker_on_cpu': /kisskb/src/kernel/kthread.c:935:17: note: byref variable will be forcibly initialized 935 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/btf.c:5608:29: note: byref variable will be forcibly initialized 5608 | u32 id; | ^~ /kisskb/src/kernel/bpf/btf.c:5423:28: note: byref variable will be forcibly initialized 5423 | u32 vlen, elem_id, mid; | ^~~ /kisskb/src/kernel/bpf/btf.c:5423:19: note: byref variable will be forcibly initialized 5423 | u32 vlen, elem_id, mid; | ^~~~~~~ /kisskb/src/kernel/bpf/btf.c:5420:40: note: byref variable will be forcibly initialized 5420 | const struct btf_type *mtype, *elem_type = NULL; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:5419:44: note: byref variable will be forcibly initialized 5419 | u32 i, moff, mtrue_end, msize = 0, total_nelems = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:5419:33: note: byref variable will be forcibly initialized 5419 | u32 i, moff, mtrue_end, msize = 0, total_nelems = 0; | ^~~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_mod_delayed_work': /kisskb/src/kernel/kthread.c:1243:23: note: byref variable will be forcibly initialized 1243 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_cancel_work_sync': /kisskb/src/kernel/kthread.c:1288:23: note: byref variable will be forcibly initialized 1288 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_probe_data': /kisskb/src/kernel/kthread.c:250:15: note: byref variable will be forcibly initialized 250 | void *data = NULL; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_show_obj_safe': /kisskb/src/kernel/bpf/btf.c:1192:24: note: byref variable will be forcibly initialized 1192 | int size_left, size; | ^~~~ /kisskb/src/lib/test_scanf.c: In function '_test': /kisskb/src/lib/test_scanf.c:34:21: note: byref variable will be forcibly initialized 34 | va_list ap, ap_copy; | ^~~~~~~ /kisskb/src/lib/test_scanf.c:34:17: note: byref variable will be forcibly initialized 34 | va_list ap, ap_copy; | ^~ /kisskb/src/lib/test_scanf.c: In function 'numbers_simple': /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:262:9: note: in expansion of macro 'simple_numbers_loop' 262 | simple_numbers_loop(signed char, "0x%hhx", "hhx", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:262:9: note: in expansion of macro 'simple_numbers_loop' 262 | simple_numbers_loop(signed char, "0x%hhx", "hhx", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:262:9: note: in expansion of macro 'simple_numbers_loop' 262 | simple_numbers_loop(signed char, "0x%hhx", "hhx", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:262:9: note: in expansion of macro 'simple_numbers_loop' 262 | simple_numbers_loop(signed char, "0x%hhx", "hhx", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:261:9: note: in expansion of macro 'simple_numbers_loop' 261 | simple_numbers_loop(unsigned char, "0x%hhx", "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:261:9: note: in expansion of macro 'simple_numbers_loop' 261 | simple_numbers_loop(unsigned char, "0x%hhx", "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:261:9: note: in expansion of macro 'simple_numbers_loop' 261 | simple_numbers_loop(unsigned char, "0x%hhx", "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:261:9: note: in expansion of macro 'simple_numbers_loop' 261 | simple_numbers_loop(unsigned char, "0x%hhx", "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:260:9: note: in expansion of macro 'simple_numbers_loop' 260 | simple_numbers_loop(signed char, "0x%hhx", "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:260:9: note: in expansion of macro 'simple_numbers_loop' 260 | simple_numbers_loop(signed char, "0x%hhx", "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:260:9: note: in expansion of macro 'simple_numbers_loop' 260 | simple_numbers_loop(signed char, "0x%hhx", "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:260:9: note: in expansion of macro 'simple_numbers_loop' 260 | simple_numbers_loop(signed char, "0x%hhx", "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:259:9: note: in expansion of macro 'simple_numbers_loop' 259 | simple_numbers_loop(signed char, "%hhx", "hhx", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:259:9: note: in expansion of macro 'simple_numbers_loop' 259 | simple_numbers_loop(signed char, "%hhx", "hhx", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:259:9: note: in expansion of macro 'simple_numbers_loop' 259 | simple_numbers_loop(signed char, "%hhx", "hhx", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:259:9: note: in expansion of macro 'simple_numbers_loop' 259 | simple_numbers_loop(signed char, "%hhx", "hhx", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:258:9: note: in expansion of macro 'simple_numbers_loop' 258 | simple_numbers_loop(unsigned char, "%hhx", "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:258:9: note: in expansion of macro 'simple_numbers_loop' 258 | simple_numbers_loop(unsigned char, "%hhx", "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:258:9: note: in expansion of macro 'simple_numbers_loop' 258 | simple_numbers_loop(unsigned char, "%hhx", "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:258:9: note: in expansion of macro 'simple_numbers_loop' 258 | simple_numbers_loop(unsigned char, "%hhx", "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:257:9: note: in expansion of macro 'simple_numbers_loop' 257 | simple_numbers_loop(signed char, "%hhd", "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:257:9: note: in expansion of macro 'simple_numbers_loop' 257 | simple_numbers_loop(signed char, "%hhd", "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:257:9: note: in expansion of macro 'simple_numbers_loop' 257 | simple_numbers_loop(signed char, "%hhd", "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:257:9: note: in expansion of macro 'simple_numbers_loop' 257 | simple_numbers_loop(signed char, "%hhd", "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:256:9: note: in expansion of macro 'simple_numbers_loop' 256 | simple_numbers_loop(signed char, "%hhd", "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:256:9: note: in expansion of macro 'simple_numbers_loop' 256 | simple_numbers_loop(signed char, "%hhd", "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:256:9: note: in expansion of macro 'simple_numbers_loop' 256 | simple_numbers_loop(signed char, "%hhd", "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:256:9: note: in expansion of macro 'simple_numbers_loop' 256 | simple_numbers_loop(signed char, "%hhd", "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:255:9: note: in expansion of macro 'simple_numbers_loop' 255 | simple_numbers_loop(unsigned char, "%hhu", "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:255:9: note: in expansion of macro 'simple_numbers_loop' 255 | simple_numbers_loop(unsigned char, "%hhu", "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:255:9: note: in expansion of macro 'simple_numbers_loop' 255 | simple_numbers_loop(unsigned char, "%hhu", "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:255:9: note: in expansion of macro 'simple_numbers_loop' 255 | simple_numbers_loop(unsigned char, "%hhu", "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:253:9: note: in expansion of macro 'simple_numbers_loop' 253 | simple_numbers_loop(short, "0x%hx", "hx", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:253:9: note: in expansion of macro 'simple_numbers_loop' 253 | simple_numbers_loop(short, "0x%hx", "hx", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:253:9: note: in expansion of macro 'simple_numbers_loop' 253 | simple_numbers_loop(short, "0x%hx", "hx", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:253:9: note: in expansion of macro 'simple_numbers_loop' 253 | simple_numbers_loop(short, "0x%hx", "hx", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:252:9: note: in expansion of macro 'simple_numbers_loop' 252 | simple_numbers_loop(unsigned short, "0x%hx", "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:252:9: note: in expansion of macro 'simple_numbers_loop' 252 | simple_numbers_loop(unsigned short, "0x%hx", "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:252:9: note: in expansion of macro 'simple_numbers_loop' 252 | simple_numbers_loop(unsigned short, "0x%hx", "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:252:9: note: in expansion of macro 'simple_numbers_loop' 252 | simple_numbers_loop(unsigned short, "0x%hx", "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:251:9: note: in expansion of macro 'simple_numbers_loop' 251 | simple_numbers_loop(short, "0x%hx", "hi", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:251:9: note: in expansion of macro 'simple_numbers_loop' 251 | simple_numbers_loop(short, "0x%hx", "hi", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:251:9: note: in expansion of macro 'simple_numbers_loop' 251 | simple_numbers_loop(short, "0x%hx", "hi", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:251:9: note: in expansion of macro 'simple_numbers_loop' 251 | simple_numbers_loop(short, "0x%hx", "hi", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:250:9: note: in expansion of macro 'simple_numbers_loop' 250 | simple_numbers_loop(short, "%hx", "hx", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:250:9: note: in expansion of macro 'simple_numbers_loop' 250 | simple_numbers_loop(short, "%hx", "hx", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:250:9: note: in expansion of macro 'simple_numbers_loop' 250 | simple_numbers_loop(short, "%hx", "hx", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:250:9: note: in expansion of macro 'simple_numbers_loop' 250 | simple_numbers_loop(short, "%hx", "hx", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:249:9: note: in expansion of macro 'simple_numbers_loop' 249 | simple_numbers_loop(unsigned short, "%hx", "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:249:9: note: in expansion of macro 'simple_numbers_loop' 249 | simple_numbers_loop(unsigned short, "%hx", "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:249:9: note: in expansion of macro 'simple_numbers_loop' 249 | simple_numbers_loop(unsigned short, "%hx", "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:249:9: note: in expansion of macro 'simple_numbers_loop' 249 | simple_numbers_loop(unsigned short, "%hx", "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:248:9: note: in expansion of macro 'simple_numbers_loop' 248 | simple_numbers_loop(short, "%hd", "hi", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:248:9: note: in expansion of macro 'simple_numbers_loop' 248 | simple_numbers_loop(short, "%hd", "hi", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:248:9: note: in expansion of macro 'simple_numbers_loop' 248 | simple_numbers_loop(short, "%hd", "hi", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:248:9: note: in expansion of macro 'simple_numbers_loop' 248 | simple_numbers_loop(short, "%hd", "hi", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:247:9: note: in expansion of macro 'simple_numbers_loop' 247 | simple_numbers_loop(short, "%hd", "hd", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:247:9: note: in expansion of macro 'simple_numbers_loop' 247 | simple_numbers_loop(short, "%hd", "hd", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:247:9: note: in expansion of macro 'simple_numbers_loop' 247 | simple_numbers_loop(short, "%hd", "hd", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:247:9: note: in expansion of macro 'simple_numbers_loop' 247 | simple_numbers_loop(short, "%hd", "hd", check_short); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:246:9: note: in expansion of macro 'simple_numbers_loop' 246 | simple_numbers_loop(unsigned short, "%hu", "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:246:9: note: in expansion of macro 'simple_numbers_loop' 246 | simple_numbers_loop(unsigned short, "%hu", "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:246:9: note: in expansion of macro 'simple_numbers_loop' 246 | simple_numbers_loop(unsigned short, "%hu", "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:246:9: note: in expansion of macro 'simple_numbers_loop' 246 | simple_numbers_loop(unsigned short, "%hu", "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:244:9: note: in expansion of macro 'simple_numbers_loop' 244 | simple_numbers_loop(int, "0x%x", "x", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:244:9: note: in expansion of macro 'simple_numbers_loop' 244 | simple_numbers_loop(int, "0x%x", "x", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:244:9: note: in expansion of macro 'simple_numbers_loop' 244 | simple_numbers_loop(int, "0x%x", "x", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:244:9: note: in expansion of macro 'simple_numbers_loop' 244 | simple_numbers_loop(int, "0x%x", "x", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:243:9: note: in expansion of macro 'simple_numbers_loop' 243 | simple_numbers_loop(unsigned int, "0x%x", "x", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:243:9: note: in expansion of macro 'simple_numbers_loop' 243 | simple_numbers_loop(unsigned int, "0x%x", "x", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:243:9: note: in expansion of macro 'simple_numbers_loop' 243 | simple_numbers_loop(unsigned int, "0x%x", "x", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:243:9: note: in expansion of macro 'simple_numbers_loop' 243 | simple_numbers_loop(unsigned int, "0x%x", "x", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:242:9: note: in expansion of macro 'simple_numbers_loop' 242 | simple_numbers_loop(int, "0x%x", "i", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:242:9: note: in expansion of macro 'simple_numbers_loop' 242 | simple_numbers_loop(int, "0x%x", "i", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:242:9: note: in expansion of macro 'simple_numbers_loop' 242 | simple_numbers_loop(int, "0x%x", "i", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:242:9: note: in expansion of macro 'simple_numbers_loop' 242 | simple_numbers_loop(int, "0x%x", "i", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:241:9: note: in expansion of macro 'simple_numbers_loop' 241 | simple_numbers_loop(int, "%x", "x", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:241:9: note: in expansion of macro 'simple_numbers_loop' 241 | simple_numbers_loop(int, "%x", "x", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:241:9: note: in expansion of macro 'simple_numbers_loop' 241 | simple_numbers_loop(int, "%x", "x", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:241:9: note: in expansion of macro 'simple_numbers_loop' 241 | simple_numbers_loop(int, "%x", "x", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:240:9: note: in expansion of macro 'simple_numbers_loop' 240 | simple_numbers_loop(unsigned int, "%x", "x", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:240:9: note: in expansion of macro 'simple_numbers_loop' 240 | simple_numbers_loop(unsigned int, "%x", "x", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:240:9: note: in expansion of macro 'simple_numbers_loop' 240 | simple_numbers_loop(unsigned int, "%x", "x", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:240:9: note: in expansion of macro 'simple_numbers_loop' 240 | simple_numbers_loop(unsigned int, "%x", "x", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:239:9: note: in expansion of macro 'simple_numbers_loop' 239 | simple_numbers_loop(int, "%d", "i", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:239:9: note: in expansion of macro 'simple_numbers_loop' 239 | simple_numbers_loop(int, "%d", "i", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:239:9: note: in expansion of macro 'simple_numbers_loop' 239 | simple_numbers_loop(int, "%d", "i", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:239:9: note: in expansion of macro 'simple_numbers_loop' 239 | simple_numbers_loop(int, "%d", "i", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:238:9: note: in expansion of macro 'simple_numbers_loop' 238 | simple_numbers_loop(int, "%d", "d", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:238:9: note: in expansion of macro 'simple_numbers_loop' 238 | simple_numbers_loop(int, "%d", "d", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:238:9: note: in expansion of macro 'simple_numbers_loop' 238 | simple_numbers_loop(int, "%d", "d", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:238:9: note: in expansion of macro 'simple_numbers_loop' 238 | simple_numbers_loop(int, "%d", "d", check_int); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:237:9: note: in expansion of macro 'simple_numbers_loop' 237 | simple_numbers_loop(unsigned int, "%u", "u", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:237:9: note: in expansion of macro 'simple_numbers_loop' 237 | simple_numbers_loop(unsigned int, "%u", "u", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:237:9: note: in expansion of macro 'simple_numbers_loop' 237 | simple_numbers_loop(unsigned int, "%u", "u", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:237:9: note: in expansion of macro 'simple_numbers_loop' 237 | simple_numbers_loop(unsigned int, "%u", "u", check_uint); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:235:9: note: in expansion of macro 'simple_numbers_loop' 235 | simple_numbers_loop(long, "0x%lx", "lx", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:235:9: note: in expansion of macro 'simple_numbers_loop' 235 | simple_numbers_loop(long, "0x%lx", "lx", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:235:9: note: in expansion of macro 'simple_numbers_loop' 235 | simple_numbers_loop(long, "0x%lx", "lx", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:235:9: note: in expansion of macro 'simple_numbers_loop' 235 | simple_numbers_loop(long, "0x%lx", "lx", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:234:9: note: in expansion of macro 'simple_numbers_loop' 234 | simple_numbers_loop(unsigned long, "0x%lx", "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:234:9: note: in expansion of macro 'simple_numbers_loop' 234 | simple_numbers_loop(unsigned long, "0x%lx", "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:234:9: note: in expansion of macro 'simple_numbers_loop' 234 | simple_numbers_loop(unsigned long, "0x%lx", "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:234:9: note: in expansion of macro 'simple_numbers_loop' 234 | simple_numbers_loop(unsigned long, "0x%lx", "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:233:9: note: in expansion of macro 'simple_numbers_loop' 233 | simple_numbers_loop(long, "0x%lx", "li", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:233:9: note: in expansion of macro 'simple_numbers_loop' 233 | simple_numbers_loop(long, "0x%lx", "li", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:233:9: note: in expansion of macro 'simple_numbers_loop' 233 | simple_numbers_loop(long, "0x%lx", "li", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:233:9: note: in expansion of macro 'simple_numbers_loop' 233 | simple_numbers_loop(long, "0x%lx", "li", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:232:9: note: in expansion of macro 'simple_numbers_loop' 232 | simple_numbers_loop(long, "%lx", "lx", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:232:9: note: in expansion of macro 'simple_numbers_loop' 232 | simple_numbers_loop(long, "%lx", "lx", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:232:9: note: in expansion of macro 'simple_numbers_loop' 232 | simple_numbers_loop(long, "%lx", "lx", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:232:9: note: in expansion of macro 'simple_numbers_loop' 232 | simple_numbers_loop(long, "%lx", "lx", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:231:9: note: in expansion of macro 'simple_numbers_loop' 231 | simple_numbers_loop(unsigned long, "%lx", "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:231:9: note: in expansion of macro 'simple_numbers_loop' 231 | simple_numbers_loop(unsigned long, "%lx", "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:231:9: note: in expansion of macro 'simple_numbers_loop' 231 | simple_numbers_loop(unsigned long, "%lx", "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:231:9: note: in expansion of macro 'simple_numbers_loop' 231 | simple_numbers_loop(unsigned long, "%lx", "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:230:9: note: in expansion of macro 'simple_numbers_loop' 230 | simple_numbers_loop(long, "%ld", "li", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:230:9: note: in expansion of macro 'simple_numbers_loop' 230 | simple_numbers_loop(long, "%ld", "li", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:230:9: note: in expansion of macro 'simple_numbers_loop' 230 | simple_numbers_loop(long, "%ld", "li", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:230:9: note: in expansion of macro 'simple_numbers_loop' 230 | simple_numbers_loop(long, "%ld", "li", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:229:9: note: in expansion of macro 'simple_numbers_loop' 229 | simple_numbers_loop(long, "%ld", "ld", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:229:9: note: in expansion of macro 'simple_numbers_loop' 229 | simple_numbers_loop(long, "%ld", "ld", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:229:9: note: in expansion of macro 'simple_numbers_loop' 229 | simple_numbers_loop(long, "%ld", "ld", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:229:9: note: in expansion of macro 'simple_numbers_loop' 229 | simple_numbers_loop(long, "%ld", "ld", check_long); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:228:9: note: in expansion of macro 'simple_numbers_loop' 228 | simple_numbers_loop(unsigned long, "%lu", "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:228:9: note: in expansion of macro 'simple_numbers_loop' 228 | simple_numbers_loop(unsigned long, "%lu", "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:228:9: note: in expansion of macro 'simple_numbers_loop' 228 | simple_numbers_loop(unsigned long, "%lu", "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:228:9: note: in expansion of macro 'simple_numbers_loop' 228 | simple_numbers_loop(unsigned long, "%lu", "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:226:9: note: in expansion of macro 'simple_numbers_loop' 226 | simple_numbers_loop(long long, "0x%llx", "llx", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:226:9: note: in expansion of macro 'simple_numbers_loop' 226 | simple_numbers_loop(long long, "0x%llx", "llx", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:226:9: note: in expansion of macro 'simple_numbers_loop' 226 | simple_numbers_loop(long long, "0x%llx", "llx", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:226:9: note: in expansion of macro 'simple_numbers_loop' 226 | simple_numbers_loop(long long, "0x%llx", "llx", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:225:9: note: in expansion of macro 'simple_numbers_loop' 225 | simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:225:9: note: in expansion of macro 'simple_numbers_loop' 225 | simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:225:9: note: in expansion of macro 'simple_numbers_loop' 225 | simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:225:9: note: in expansion of macro 'simple_numbers_loop' 225 | simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:224:9: note: in expansion of macro 'simple_numbers_loop' 224 | simple_numbers_loop(long long, "0x%llx", "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:224:9: note: in expansion of macro 'simple_numbers_loop' 224 | simple_numbers_loop(long long, "0x%llx", "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:224:9: note: in expansion of macro 'simple_numbers_loop' 224 | simple_numbers_loop(long long, "0x%llx", "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:224:9: note: in expansion of macro 'simple_numbers_loop' 224 | simple_numbers_loop(long long, "0x%llx", "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:223:9: note: in expansion of macro 'simple_numbers_loop' 223 | simple_numbers_loop(long long, "%llx", "llx", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:223:9: note: in expansion of macro 'simple_numbers_loop' 223 | simple_numbers_loop(long long, "%llx", "llx", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:223:9: note: in expansion of macro 'simple_numbers_loop' 223 | simple_numbers_loop(long long, "%llx", "llx", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:223:9: note: in expansion of macro 'simple_numbers_loop' 223 | simple_numbers_loop(long long, "%llx", "llx", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:222:9: note: in expansion of macro 'simple_numbers_loop' 222 | simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:222:9: note: in expansion of macro 'simple_numbers_loop' 222 | simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:222:9: note: in expansion of macro 'simple_numbers_loop' 222 | simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:222:9: note: in expansion of macro 'simple_numbers_loop' 222 | simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:221:9: note: in expansion of macro 'simple_numbers_loop' 221 | simple_numbers_loop(long long, "%lld", "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:221:9: note: in expansion of macro 'simple_numbers_loop' 221 | simple_numbers_loop(long long, "%lld", "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:221:9: note: in expansion of macro 'simple_numbers_loop' 221 | simple_numbers_loop(long long, "%lld", "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:221:9: note: in expansion of macro 'simple_numbers_loop' 221 | simple_numbers_loop(long long, "%lld", "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:220:9: note: in expansion of macro 'simple_numbers_loop' 220 | simple_numbers_loop(long long, "%lld", "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:220:9: note: in expansion of macro 'simple_numbers_loop' 220 | simple_numbers_loop(long long, "%lld", "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:220:9: note: in expansion of macro 'simple_numbers_loop' 220 | simple_numbers_loop(long long, "%lld", "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:220:9: note: in expansion of macro 'simple_numbers_loop' 220 | simple_numbers_loop(long long, "%lld", "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:219:9: note: in expansion of macro 'simple_numbers_loop' 219 | simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:212:25: note: in expansion of macro 'test_one_number' 212 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:219:9: note: in expansion of macro 'simple_numbers_loop' 219 | simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:196:11: note: byref variable will be forcibly initialized 196 | T result = ~expect_val; /* should be overwritten */ \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:219:9: note: in expansion of macro 'simple_numbers_loop' 219 | simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:195:17: note: byref variable will be forcibly initialized 195 | const T expect_val = (T)(val); \ | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:208:25: note: in expansion of macro 'test_one_number' 208 | test_one_number(T, gen_fmt, scan_fmt, \ | ^~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:219:9: note: in expansion of macro 'simple_numbers_loop' 219 | simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_member_is_reg_int': /kisskb/src/kernel/bpf/btf.c:847:13: note: byref variable will be forcibly initialized 847 | u32 id, int_data; | ^~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_datasec_resolve': /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepage_locked': /kisskb/src/fs/orangefs/inode.c:28:16: note: byref variable will be forcibly initialized 28 | loff_t off; | ^~~ /kisskb/src/fs/orangefs/inode.c:25:24: note: byref variable will be forcibly initialized 25 | struct bio_vec bv; | ^~ /kisskb/src/fs/orangefs/inode.c:24:25: note: byref variable will be forcibly initialized 24 | struct iov_iter iter; | ^~~~ /kisskb/src/kernel/bpf/btf.c:4056:55: note: byref variable will be forcibly initialized 4056 | u32 var_type_id = vsi->type, type_id, type_size = 0; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:4056:46: note: byref variable will be forcibly initialized 4056 | u32 var_type_id = vsi->type, type_id, type_size = 0; | ^~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_var_resolve': /kisskb/src/kernel/bpf/btf.c:2564:21: note: byref variable will be forcibly initialized 2564 | u32 resolved_type_id; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/orangefs/inode.c:13: /kisskb/src/fs/orangefs/inode.c: In function 'kmalloc_array': /kisskb/src/kernel/bpf/btf.c:2549:13: note: byref variable will be forcibly initialized 2549 | u32 next_type_id = t->type; | ^~~~~~~~~~~~ /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_check_kflag_member': /kisskb/src/kernel/bpf/btf.c:2410:27: note: byref variable will be forcibly initialized 2410 | struct btf_member resolved_member; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2409:13: note: byref variable will be forcibly initialized 2409 | u32 resolved_type_id = member->type; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_check_member': /kisskb/src/kernel/bpf/btf.c:2385:27: note: byref variable will be forcibly initialized 2385 | struct btf_member resolved_member; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2384:13: note: byref variable will be forcibly initialized 2384 | u32 resolved_type_id = member->type; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_resolve': /kisskb/src/kernel/bpf/btf.c:2507:13: note: byref variable will be forcibly initialized 2507 | u32 next_type_id = t->type; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_array_check_member': /kisskb/src/kernel/bpf/btf.c:2759:28: note: byref variable will be forcibly initialized 2759 | u32 array_type_id, array_size; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2759:13: note: byref variable will be forcibly initialized 2759 | u32 array_type_id, array_size; | ^~~~~~~~~~~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_fileattr_get': /kisskb/src/fs/orangefs/inode.c:925:13: note: byref variable will be forcibly initialized 925 | u64 val = 0; | ^~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_fileattr_set': /kisskb/src/fs/orangefs/inode.c:946:13: note: byref variable will be forcibly initialized 946 | u64 val = 0; | ^~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_array_resolve': /kisskb/src/kernel/bpf/btf.c:2841:13: note: byref variable will be forcibly initialized 2841 | u32 elem_size; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2839:27: note: byref variable will be forcibly initialized 2839 | u32 elem_type_id, index_type_id; | ^~~~~~~~~~~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_direct_IO': /kisskb/src/fs/orangefs/inode.c:525:16: note: byref variable will be forcibly initialized 525 | loff_t pos = iocb->ki_pos; | ^~~ /kisskb/src/kernel/bpf/btf.c:2839:13: note: byref variable will be forcibly initialized 2839 | u32 elem_type_id, index_type_id; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_ptr_resolve': /kisskb/src/kernel/bpf/btf.c:2618:21: note: byref variable will be forcibly initialized 2618 | u32 resolved_type_id; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2595:13: note: byref variable will be forcibly initialized 2595 | u32 next_type_id = t->type; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_resolve_valid': /kisskb/src/kernel/bpf/btf.c:4542:21: note: byref variable will be forcibly initialized 4542 | u32 elem_size; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:4541:21: note: byref variable will be forcibly initialized 4541 | u32 elem_type_id = array->type; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_func_proto_check': /kisskb/src/kernel/bpf/btf.c:4358:21: note: byref variable will be forcibly initialized 4358 | u32 arg_type_id; | ^~~~~~~~~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_readahead': /kisskb/src/fs/orangefs/inode.c:251:25: note: byref variable will be forcibly initialized 251 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/orangefs/inode.c:250:16: note: byref variable will be forcibly initialized 250 | loff_t offset; | ^~~~~~ /kisskb/src/kernel/bpf/btf.c:4320:21: note: byref variable will be forcibly initialized 4320 | u32 ret_type_id = t->type; | ^~~~~~~~~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepages_work': /kisskb/src/fs/orangefs/inode.c:98:16: note: byref variable will be forcibly initialized 98 | loff_t off; | ^~~ /kisskb/src/fs/orangefs/inode.c:95:25: note: byref variable will be forcibly initialized 95 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/orangefs/inode.c:94:43: note: byref variable will be forcibly initialized 94 | struct orangefs_write_range *wrp, wr; | ^~ /kisskb/src/lib/test_scanf.c: In function 'numbers_prefix_overflow': /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:679:9: note: in expansion of macro 'test_number_prefix' 679 | test_number_prefix(char, "0xA7", "%2hhi%hhi", 0, 0, 1, check_char); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:679:9: note: in expansion of macro 'test_number_prefix' 679 | test_number_prefix(char, "0xA7", "%2hhi%hhi", 0, 0, 1, check_char); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:678:9: note: in expansion of macro 'test_number_prefix' 678 | test_number_prefix(short, "0xA7", "%2hi%hi", 0, 0, 1, check_short); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:678:9: note: in expansion of macro 'test_number_prefix' 678 | test_number_prefix(short, "0xA7", "%2hi%hi", 0, 0, 1, check_short); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:677:9: note: in expansion of macro 'test_number_prefix' 677 | test_number_prefix(int, "0xA7", "%2i%i", 0, 0, 1, check_int); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_find_spin_lock': /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:677:9: note: in expansion of macro 'test_number_prefix' 677 | test_number_prefix(int, "0xA7", "%2i%i", 0, 0, 1, check_int); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:676:9: note: in expansion of macro 'test_number_prefix' 676 | test_number_prefix(long, "0xA7", "%2li%li", 0, 0, 1, check_long); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:3391:31: note: byref variable will be forcibly initialized 3391 | struct btf_field_info info; | ^~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:676:9: note: in expansion of macro 'test_number_prefix' 676 | test_number_prefix(long, "0xA7", "%2li%li", 0, 0, 1, check_long); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:675:9: note: in expansion of macro 'test_number_prefix' 675 | test_number_prefix(long long, "0xA7", "%2lli%lli", 0, 0, 1, check_ll); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_find_timer': /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:675:9: note: in expansion of macro 'test_number_prefix' 675 | test_number_prefix(long long, "0xA7", "%2lli%lli", 0, 0, 1, check_ll); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:673:9: note: in expansion of macro 'test_number_prefix' 673 | test_number_prefix(char, "0x67", "%2hhi%hhi", 0, 67, 2, check_char); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:3404:31: note: byref variable will be forcibly initialized 3404 | struct btf_field_info info; | ^~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:673:9: note: in expansion of macro 'test_number_prefix' 673 | test_number_prefix(char, "0x67", "%2hhi%hhi", 0, 67, 2, check_char); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:672:9: note: in expansion of macro 'test_number_prefix' 672 | test_number_prefix(short, "0x67", "%2hi%hi", 0, 67, 2, check_short); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:672:9: note: in expansion of macro 'test_number_prefix' 672 | test_number_prefix(short, "0x67", "%2hi%hi", 0, 67, 2, check_short); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:671:9: note: in expansion of macro 'test_number_prefix' 671 | test_number_prefix(int, "0x67", "%2i%i", 0, 67, 2, check_int); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:671:9: note: in expansion of macro 'test_number_prefix' 671 | test_number_prefix(int, "0x67", "%2i%i", 0, 67, 2, check_int); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:670:9: note: in expansion of macro 'test_number_prefix' 670 | test_number_prefix(long, "0x67", "%2li%li", 0, 67, 2, check_long); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:670:9: note: in expansion of macro 'test_number_prefix' 670 | test_number_prefix(long, "0x67", "%2li%li", 0, 67, 2, check_long); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:669:9: note: in expansion of macro 'test_number_prefix' 669 | test_number_prefix(long long, "0x67", "%2lli%lli", 0, 67, 2, check_ll); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:669:9: note: in expansion of macro 'test_number_prefix' 669 | test_number_prefix(long long, "0x67", "%2lli%lli", 0, 67, 2, check_ll); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:661:9: note: in expansion of macro 'test_number_prefix' 661 | test_number_prefix(unsigned char, "0xA7", "%2hhx%hhx", 0, 0xa7, 2, check_uchar); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:661:9: note: in expansion of macro 'test_number_prefix' 661 | test_number_prefix(unsigned char, "0xA7", "%2hhx%hhx", 0, 0xa7, 2, check_uchar); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:660:9: note: in expansion of macro 'test_number_prefix' 660 | test_number_prefix(unsigned short, "0xA7", "%2hx%hx", 0, 0xa7, 2, check_ushort); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:660:9: note: in expansion of macro 'test_number_prefix' 660 | test_number_prefix(unsigned short, "0xA7", "%2hx%hx", 0, 0xa7, 2, check_ushort); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:659:9: note: in expansion of macro 'test_number_prefix' 659 | test_number_prefix(unsigned int, "0xA7", "%2x%x", 0, 0xa7, 2, check_uint); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:659:9: note: in expansion of macro 'test_number_prefix' 659 | test_number_prefix(unsigned int, "0xA7", "%2x%x", 0, 0xa7, 2, check_uint); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:658:9: note: in expansion of macro 'test_number_prefix' 658 | test_number_prefix(unsigned long, "0xA7", "%2lx%lx", 0, 0xa7, 2, check_ulong); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:658:9: note: in expansion of macro 'test_number_prefix' 658 | test_number_prefix(unsigned long, "0xA7", "%2lx%lx", 0, 0xa7, 2, check_ulong); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:657:9: note: in expansion of macro 'test_number_prefix' 657 | test_number_prefix(unsigned long long, "0xA7", "%2llx%llx", 0, 0xa7, 2, check_ull); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:657:9: note: in expansion of macro 'test_number_prefix' 657 | test_number_prefix(unsigned long long, "0xA7", "%2llx%llx", 0, 0xa7, 2, check_ull); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:650:9: note: in expansion of macro 'test_number_prefix' 650 | test_number_prefix(char, "0xA7", "%1hhi%hhx", 0, 0, 1, check_char); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:650:9: note: in expansion of macro 'test_number_prefix' 650 | test_number_prefix(char, "0xA7", "%1hhi%hhx", 0, 0, 1, check_char); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:649:9: note: in expansion of macro 'test_number_prefix' 649 | test_number_prefix(short, "0xA7", "%1hi%hx", 0, 0, 1, check_short); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_read_folio': /kisskb/src/fs/orangefs/inode.c:297:16: note: byref variable will be forcibly initialized 297 | loff_t off; /* offset of this folio in the file */ | ^~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:649:9: note: in expansion of macro 'test_number_prefix' 649 | test_number_prefix(short, "0xA7", "%1hi%hx", 0, 0, 1, check_short); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/orangefs/inode.c:295:24: note: byref variable will be forcibly initialized 295 | struct bio_vec bv; | ^~ /kisskb/src/fs/orangefs/inode.c:294:25: note: byref variable will be forcibly initialized 294 | struct iov_iter iter; | ^~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:648:9: note: in expansion of macro 'test_number_prefix' 648 | test_number_prefix(int, "0xA7", "%1i%x", 0, 0, 1, check_int); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:648:9: note: in expansion of macro 'test_number_prefix' 648 | test_number_prefix(int, "0xA7", "%1i%x", 0, 0, 1, check_int); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:647:9: note: in expansion of macro 'test_number_prefix' 647 | test_number_prefix(long, "0xA7", "%1li%lx", 0, 0, 1, check_long); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:647:9: note: in expansion of macro 'test_number_prefix' 647 | test_number_prefix(long, "0xA7", "%1li%lx", 0, 0, 1, check_long); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:646:9: note: in expansion of macro 'test_number_prefix' 646 | test_number_prefix(long long, "0xA7", "%1lli%llx", 0, 0, 1, check_ll); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:646:9: note: in expansion of macro 'test_number_prefix' 646 | test_number_prefix(long long, "0xA7", "%1lli%llx", 0, 0, 1, check_ll); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:645:9: note: in expansion of macro 'test_number_prefix' 645 | test_number_prefix(unsigned char, "0xA7", "%1hhx%hhx", 0, 0, 1, check_uchar); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:645:9: note: in expansion of macro 'test_number_prefix' 645 | test_number_prefix(unsigned char, "0xA7", "%1hhx%hhx", 0, 0, 1, check_uchar); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:644:9: note: in expansion of macro 'test_number_prefix' 644 | test_number_prefix(unsigned short, "0xA7", "%1hx%hx", 0, 0, 1, check_ushort); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:644:9: note: in expansion of macro 'test_number_prefix' 644 | test_number_prefix(unsigned short, "0xA7", "%1hx%hx", 0, 0, 1, check_ushort); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:643:9: note: in expansion of macro 'test_number_prefix' 643 | test_number_prefix(unsigned int, "0xA7", "%1x%x", 0, 0, 1, check_uint); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:643:9: note: in expansion of macro 'test_number_prefix' 643 | test_number_prefix(unsigned int, "0xA7", "%1x%x", 0, 0, 1, check_uint); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:642:9: note: in expansion of macro 'test_number_prefix' 642 | test_number_prefix(unsigned long, "0xA7", "%1lx%lx", 0, 0, 1, check_ulong); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:642:9: note: in expansion of macro 'test_number_prefix' 642 | test_number_prefix(unsigned long, "0xA7", "%1lx%lx", 0, 0, 1, check_ulong); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:641:9: note: in expansion of macro 'test_number_prefix' 641 | test_number_prefix(unsigned long long, "0xA7", "%1llx%llx", 0, 0, 1, check_ull); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:641:9: note: in expansion of macro 'test_number_prefix' 641 | test_number_prefix(unsigned long long, "0xA7", "%1llx%llx", 0, 0, 1, check_ull); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:634:9: note: in expansion of macro 'test_number_prefix' 634 | test_number_prefix(signed char, "-1 1", "%1hhi %hhi", 0, 0, 0, check_char); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_struct_access': /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:634:9: note: in expansion of macro 'test_number_prefix' 634 | test_number_prefix(signed char, "-1 1", "%1hhi %hhi", 0, 0, 0, check_char); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:633:9: note: in expansion of macro 'test_number_prefix' 633 | test_number_prefix(short, "-1 1", "%1hi %hi", 0, 0, 0, check_short); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:633:9: note: in expansion of macro 'test_number_prefix' 633 | test_number_prefix(short, "-1 1", "%1hi %hi", 0, 0, 0, check_short); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:632:9: note: in expansion of macro 'test_number_prefix' 632 | test_number_prefix(int, "-1 1", "%1i %i", 0, 0, 0, check_int); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:632:9: note: in expansion of macro 'test_number_prefix' 632 | test_number_prefix(int, "-1 1", "%1i %i", 0, 0, 0, check_int); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:5663:13: note: byref variable will be forcibly initialized 5663 | u32 id; | ^~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:631:9: note: in expansion of macro 'test_number_prefix' 631 | test_number_prefix(long, "-1 1", "%1li %li", 0, 0, 0, check_long); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:631:9: note: in expansion of macro 'test_number_prefix' 631 | test_number_prefix(long, "-1 1", "%1li %li", 0, 0, 0, check_long); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:630:9: note: in expansion of macro 'test_number_prefix' 630 | test_number_prefix(long long, "-1 1", "%1lli %lli", 0, 0, 0, check_ll); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:630:9: note: in expansion of macro 'test_number_prefix' 630 | test_number_prefix(long long, "-1 1", "%1lli %lli", 0, 0, 0, check_ll); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:5661:28: note: byref variable will be forcibly initialized 5661 | enum bpf_type_flag tmp_flag = 0; | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:628:9: note: in expansion of macro 'test_number_prefix' 628 | test_number_prefix(signed char, "-1 1", "%1hhd %hhd", 0, 0, 0, check_char); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:628:9: note: in expansion of macro 'test_number_prefix' 628 | test_number_prefix(signed char, "-1 1", "%1hhd %hhd", 0, 0, 0, check_char); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:627:9: note: in expansion of macro 'test_number_prefix' 627 | test_number_prefix(short, "-1 1", "%1hd %hd", 0, 0, 0, check_short); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:627:9: note: in expansion of macro 'test_number_prefix' 627 | test_number_prefix(short, "-1 1", "%1hd %hd", 0, 0, 0, check_short); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:626:9: note: in expansion of macro 'test_number_prefix' 626 | test_number_prefix(int, "-1 1", "%1d %d", 0, 0, 0, check_int); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_struct_ids_match': /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:626:9: note: in expansion of macro 'test_number_prefix' 626 | test_number_prefix(int, "-1 1", "%1d %d", 0, 0, 0, check_int); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:625:9: note: in expansion of macro 'test_number_prefix' 625 | test_number_prefix(long, "-1 1", "%1ld %ld", 0, 0, 0, check_long); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:625:9: note: in expansion of macro 'test_number_prefix' 625 | test_number_prefix(long, "-1 1", "%1ld %ld", 0, 0, 0, check_long); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:609:11: note: byref variable will be forcibly initialized 609 | T result[2] = {~expect[0], ~expect[1]}; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:624:9: note: in expansion of macro 'test_number_prefix' 624 | test_number_prefix(long long, "-1 1", "%1lld %lld", 0, 0, 0, check_ll); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:5720:28: note: byref variable will be forcibly initialized 5720 | enum bpf_type_flag flag; | ^~~~ /kisskb/src/lib/test_scanf.c:608:17: note: byref variable will be forcibly initialized 608 | const T expect[2] = { expect0, expect1 }; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:624:9: note: in expansion of macro 'test_number_prefix' 624 | test_number_prefix(long long, "-1 1", "%1lld %lld", 0, 0, 0, check_ll); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_update_time': /kisskb/src/fs/orangefs/inode.c:909:22: note: byref variable will be forcibly initialized 909 | struct iattr iattr; | ^~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_distill_func_proto': /kisskb/src/kernel/bpf/btf.c:5784:32: note: byref variable will be forcibly initialized 5784 | const struct btf_type *t; | ^ /kisskb/src/lib/test_scanf.c: In function 'append_fmt': /kisskb/src/lib/test_scanf.c:317:17: note: byref variable will be forcibly initialized 317 | va_list ap; | ^~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_ll': /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:408:9: note: in expansion of macro 'numbers_list_8' 408 | numbers_list_8(long long, "0x%llx", delim, "lli", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:408:9: note: in expansion of macro 'numbers_list_8' 408 | numbers_list_8(long long, "0x%llx", delim, "lli", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:408:9: note: in expansion of macro 'numbers_list_8' 408 | numbers_list_8(long long, "0x%llx", delim, "lli", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:408:9: note: in expansion of macro 'numbers_list_8' 408 | numbers_list_8(long long, "0x%llx", delim, "lli", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:407:9: note: in expansion of macro 'numbers_list_8' 407 | numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:407:9: note: in expansion of macro 'numbers_list_8' 407 | numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:407:9: note: in expansion of macro 'numbers_list_8' 407 | numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:407:9: note: in expansion of macro 'numbers_list_8' 407 | numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:406:9: note: in expansion of macro 'numbers_list_8' 406 | numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:406:9: note: in expansion of macro 'numbers_list_8' 406 | numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:406:9: note: in expansion of macro 'numbers_list_8' 406 | numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:406:9: note: in expansion of macro 'numbers_list_8' 406 | numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:405:9: note: in expansion of macro 'numbers_list_8' 405 | numbers_list_8(long long, "%lld", delim, "lli", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_type_seq_show_flags': /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:405:9: note: in expansion of macro 'numbers_list_8' 405 | numbers_list_8(long long, "%lld", delim, "lli", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:405:9: note: in expansion of macro 'numbers_list_8' 405 | numbers_list_8(long long, "%lld", delim, "lli", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:405:9: note: in expansion of macro 'numbers_list_8' 405 | numbers_list_8(long long, "%lld", delim, "lli", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:404:9: note: in expansion of macro 'numbers_list_8' 404 | numbers_list_8(long long, "%lld", delim, "lld", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:404:9: note: in expansion of macro 'numbers_list_8' 404 | numbers_list_8(long long, "%lld", delim, "lld", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:404:9: note: in expansion of macro 'numbers_list_8' 404 | numbers_list_8(long long, "%lld", delim, "lld", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:404:9: note: in expansion of macro 'numbers_list_8' 404 | numbers_list_8(long long, "%lld", delim, "lld", check_ll); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:403:9: note: in expansion of macro 'numbers_list_8' 403 | numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:6486:25: note: byref variable will be forcibly initialized 6486 | struct btf_show sseq; | ^~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:403:9: note: in expansion of macro 'numbers_list_8' 403 | numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:403:9: note: in expansion of macro 'numbers_list_8' 403 | numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:403:9: note: in expansion of macro 'numbers_list_8' 403 | numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_type_snprintf_show': /kisskb/src/kernel/bpf/btf.c:6536:34: note: byref variable will be forcibly initialized 6536 | struct btf_show_snprintf ssnprintf; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_get_info_by_fd': /kisskb/src/lib/test_scanf.c: In function 'numbers_list_l': /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:418:9: note: in expansion of macro 'numbers_list_8' 418 | numbers_list_8(long, "0x%lx", delim, "li", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:418:9: note: in expansion of macro 'numbers_list_8' 418 | numbers_list_8(long, "0x%lx", delim, "li", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:418:9: note: in expansion of macro 'numbers_list_8' 418 | numbers_list_8(long, "0x%lx", delim, "li", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:6639:29: note: byref variable will be forcibly initialized 6639 | struct bpf_btf_info info; | ^~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:418:9: note: in expansion of macro 'numbers_list_8' 418 | numbers_list_8(long, "0x%lx", delim, "li", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:417:9: note: in expansion of macro 'numbers_list_8' 417 | numbers_list_8(unsigned long, "0x%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:417:9: note: in expansion of macro 'numbers_list_8' 417 | numbers_list_8(unsigned long, "0x%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:417:9: note: in expansion of macro 'numbers_list_8' 417 | numbers_list_8(unsigned long, "0x%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:417:9: note: in expansion of macro 'numbers_list_8' 417 | numbers_list_8(unsigned long, "0x%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:416:9: note: in expansion of macro 'numbers_list_8' 416 | numbers_list_8(unsigned long, "%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:416:9: note: in expansion of macro 'numbers_list_8' 416 | numbers_list_8(unsigned long, "%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:416:9: note: in expansion of macro 'numbers_list_8' 416 | numbers_list_8(unsigned long, "%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:416:9: note: in expansion of macro 'numbers_list_8' 416 | numbers_list_8(unsigned long, "%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:415:9: note: in expansion of macro 'numbers_list_8' 415 | numbers_list_8(long, "%ld", delim, "li", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:415:9: note: in expansion of macro 'numbers_list_8' 415 | numbers_list_8(long, "%ld", delim, "li", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:415:9: note: in expansion of macro 'numbers_list_8' 415 | numbers_list_8(long, "%ld", delim, "li", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:415:9: note: in expansion of macro 'numbers_list_8' 415 | numbers_list_8(long, "%ld", delim, "li", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:414:9: note: in expansion of macro 'numbers_list_8' 414 | numbers_list_8(long, "%ld", delim, "ld", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:414:9: note: in expansion of macro 'numbers_list_8' 414 | numbers_list_8(long, "%ld", delim, "ld", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:414:9: note: in expansion of macro 'numbers_list_8' 414 | numbers_list_8(long, "%ld", delim, "ld", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:414:9: note: in expansion of macro 'numbers_list_8' 414 | numbers_list_8(long, "%ld", delim, "ld", check_long); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:413:9: note: in expansion of macro 'numbers_list_8' 413 | numbers_list_8(unsigned long, "%lu", delim, "lu", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:413:9: note: in expansion of macro 'numbers_list_8' 413 | numbers_list_8(unsigned long, "%lu", delim, "lu", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:413:9: note: in expansion of macro 'numbers_list_8' 413 | numbers_list_8(unsigned long, "%lu", delim, "lu", check_ulong); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:413:9: note: in expansion of macro 'numbers_list_8' 413 | 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:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:428:9: note: in expansion of macro 'numbers_list_8' 428 | numbers_list_8(int, "0x%x", delim, "i", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:428:9: note: in expansion of macro 'numbers_list_8' 428 | numbers_list_8(int, "0x%x", delim, "i", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:428:9: note: in expansion of macro 'numbers_list_8' 428 | numbers_list_8(int, "0x%x", delim, "i", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:428:9: note: in expansion of macro 'numbers_list_8' 428 | numbers_list_8(int, "0x%x", delim, "i", check_int); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'btf_parse': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:427:9: note: in expansion of macro 'numbers_list_8' 427 | numbers_list_8(unsigned int, "0x%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:427:9: note: in expansion of macro 'numbers_list_8' 427 | numbers_list_8(unsigned int, "0x%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:427:9: note: in expansion of macro 'numbers_list_8' 427 | numbers_list_8(unsigned int, "0x%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:427:9: note: in expansion of macro 'numbers_list_8' 427 | numbers_list_8(unsigned int, "0x%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:426:9: note: in expansion of macro 'numbers_list_8' 426 | numbers_list_8(unsigned int, "%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:426:9: note: in expansion of macro 'numbers_list_8' 426 | numbers_list_8(unsigned int, "%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:426:9: note: in expansion of macro 'numbers_list_8' 426 | numbers_list_8(unsigned int, "%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:4856:20: note: userspace variable will be forcibly initialized 4856 | static struct btf *btf_parse(bpfptr_t btf_data, u32 btf_data_size, | ^~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:426:9: note: in expansion of macro 'numbers_list_8' 426 | numbers_list_8(unsigned int, "%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:425:9: note: in expansion of macro 'numbers_list_8' 425 | numbers_list_8(int, "%d", delim, "i", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:425:9: note: in expansion of macro 'numbers_list_8' 425 | numbers_list_8(int, "%d", delim, "i", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:425:9: note: in expansion of macro 'numbers_list_8' 425 | numbers_list_8(int, "%d", delim, "i", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:425:9: note: in expansion of macro 'numbers_list_8' 425 | numbers_list_8(int, "%d", delim, "i", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:424:9: note: in expansion of macro 'numbers_list_8' 424 | numbers_list_8(int, "%d", delim, "d", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:424:9: note: in expansion of macro 'numbers_list_8' 424 | numbers_list_8(int, "%d", delim, "d", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:424:9: note: in expansion of macro 'numbers_list_8' 424 | numbers_list_8(int, "%d", delim, "d", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:424:9: note: in expansion of macro 'numbers_list_8' 424 | numbers_list_8(int, "%d", delim, "d", check_int); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:423:9: note: in expansion of macro 'numbers_list_8' 423 | numbers_list_8(unsigned int, "%u", delim, "u", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:423:9: note: in expansion of macro 'numbers_list_8' 423 | numbers_list_8(unsigned int, "%u", delim, "u", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:423:9: note: in expansion of macro 'numbers_list_8' 423 | numbers_list_8(unsigned int, "%u", delim, "u", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:423:9: note: in expansion of macro 'numbers_list_8' 423 | numbers_list_8(unsigned int, "%u", delim, "u", check_uint); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_new_fd': /kisskb/src/kernel/bpf/btf.c:6586:15: note: userspace variable will be forcibly initialized 6586 | btf = btf_parse(make_bpfptr(attr->btf, uattr.is_kernel), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6587 | attr->btf_size, attr->btf_log_level, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6588 | u64_to_user_ptr(attr->btf_log_buf), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6589 | attr->btf_log_size); | ~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'bpf_find_btf_id': /kisskb/src/kernel/bpf/btf.c:541:13: note: byref variable will be forcibly initialized 541 | int id; | ^~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_h': /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:438:9: note: in expansion of macro 'numbers_list_8' 438 | numbers_list_8(short, "0x%hx", delim, "hi", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:438:9: note: in expansion of macro 'numbers_list_8' 438 | numbers_list_8(short, "0x%hx", delim, "hi", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:438:9: note: in expansion of macro 'numbers_list_8' 438 | numbers_list_8(short, "0x%hx", delim, "hi", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:438:9: note: in expansion of macro 'numbers_list_8' 438 | numbers_list_8(short, "0x%hx", delim, "hi", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:437:9: note: in expansion of macro 'numbers_list_8' 437 | numbers_list_8(unsigned short, "0x%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:437:9: note: in expansion of macro 'numbers_list_8' 437 | numbers_list_8(unsigned short, "0x%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:437:9: note: in expansion of macro 'numbers_list_8' 437 | numbers_list_8(unsigned short, "0x%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:437:9: note: in expansion of macro 'numbers_list_8' 437 | numbers_list_8(unsigned short, "0x%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:436:9: note: in expansion of macro 'numbers_list_8' 436 | numbers_list_8(unsigned short, "%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:436:9: note: in expansion of macro 'numbers_list_8' 436 | numbers_list_8(unsigned short, "%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:436:9: note: in expansion of macro 'numbers_list_8' 436 | numbers_list_8(unsigned short, "%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:436:9: note: in expansion of macro 'numbers_list_8' 436 | numbers_list_8(unsigned short, "%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:435:9: note: in expansion of macro 'numbers_list_8' 435 | numbers_list_8(short, "%hd", delim, "hi", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:435:9: note: in expansion of macro 'numbers_list_8' 435 | numbers_list_8(short, "%hd", delim, "hi", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:435:9: note: in expansion of macro 'numbers_list_8' 435 | numbers_list_8(short, "%hd", delim, "hi", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:435:9: note: in expansion of macro 'numbers_list_8' 435 | numbers_list_8(short, "%hd", delim, "hi", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:434:9: note: in expansion of macro 'numbers_list_8' 434 | numbers_list_8(short, "%hd", delim, "hd", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:434:9: note: in expansion of macro 'numbers_list_8' 434 | numbers_list_8(short, "%hd", delim, "hd", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:434:9: note: in expansion of macro 'numbers_list_8' 434 | numbers_list_8(short, "%hd", delim, "hd", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:434:9: note: in expansion of macro 'numbers_list_8' 434 | numbers_list_8(short, "%hd", delim, "hd", check_short); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:433:9: note: in expansion of macro 'numbers_list_8' 433 | numbers_list_8(unsigned short, "%hu", delim, "hu", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:433:9: note: in expansion of macro 'numbers_list_8' 433 | numbers_list_8(unsigned short, "%hu", delim, "hu", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:433:9: note: in expansion of macro 'numbers_list_8' 433 | numbers_list_8(unsigned short, "%hu", delim, "hu", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:433:9: note: in expansion of macro 'numbers_list_8' 433 | numbers_list_8(unsigned short, "%hu", delim, "hu", check_ushort); | ^~~~~~~~~~~~~~ /kisskb/src/sound/pci/sonicvibes.c: In function 'snd_sonicvibes_setpll': /kisskb/src/sound/pci/sonicvibes.c:510:28: note: byref variable will be forcibly initialized 510 | unsigned int r, m, n; | ^ /kisskb/src/sound/pci/sonicvibes.c:510:25: note: byref variable will be forcibly initialized 510 | unsigned int r, m, n; | ^ /kisskb/src/sound/pci/sonicvibes.c:510:22: note: byref variable will be forcibly initialized 510 | unsigned int r, m, n; | ^ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_hh': /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:448:9: note: in expansion of macro 'numbers_list_8' 448 | numbers_list_8(signed char, "0x%hhx", delim, "hhi", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_check_func_arg_match': /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:448:9: note: in expansion of macro 'numbers_list_8' 448 | numbers_list_8(signed char, "0x%hhx", delim, "hhi", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:448:9: note: in expansion of macro 'numbers_list_8' 448 | numbers_list_8(signed char, "0x%hhx", delim, "hhi", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:448:9: note: in expansion of macro 'numbers_list_8' 448 | numbers_list_8(signed char, "0x%hhx", delim, "hhi", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:447:9: note: in expansion of macro 'numbers_list_8' 447 | numbers_list_8(unsigned char, "0x%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:447:9: note: in expansion of macro 'numbers_list_8' 447 | numbers_list_8(unsigned char, "0x%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:447:9: note: in expansion of macro 'numbers_list_8' 447 | numbers_list_8(unsigned char, "0x%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:447:9: note: in expansion of macro 'numbers_list_8' 447 | numbers_list_8(unsigned char, "0x%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:446:9: note: in expansion of macro 'numbers_list_8' 446 | numbers_list_8(unsigned char, "%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:6237:29: note: byref variable will be forcibly initialized 6237 | u32 type_size; | ^~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:446:9: note: in expansion of macro 'numbers_list_8' 446 | numbers_list_8(unsigned char, "%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:446:9: note: in expansion of macro 'numbers_list_8' 446 | numbers_list_8(unsigned char, "%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:446:9: note: in expansion of macro 'numbers_list_8' 446 | numbers_list_8(unsigned char, "%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:445:9: note: in expansion of macro 'numbers_list_8' 445 | numbers_list_8(signed char, "%hhd", delim, "hhi", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:445:9: note: in expansion of macro 'numbers_list_8' 445 | numbers_list_8(signed char, "%hhd", delim, "hhi", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:445:9: note: in expansion of macro 'numbers_list_8' 445 | numbers_list_8(signed char, "%hhd", delim, "hhi", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:445:9: note: in expansion of macro 'numbers_list_8' 445 | numbers_list_8(signed char, "%hhd", delim, "hhi", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:444:9: note: in expansion of macro 'numbers_list_8' 444 | numbers_list_8(signed char, "%hhd", delim, "hhd", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:444:9: note: in expansion of macro 'numbers_list_8' 444 | numbers_list_8(signed char, "%hhd", delim, "hhd", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:6195:29: note: byref variable will be forcibly initialized 6195 | u32 reg_ref_id; | ^~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:444:9: note: in expansion of macro 'numbers_list_8' 444 | numbers_list_8(signed char, "%hhd", delim, "hhd", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:444:9: note: in expansion of macro 'numbers_list_8' 444 | numbers_list_8(signed char, "%hhd", delim, "hhd", check_char); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:443:9: note: in expansion of macro 'numbers_list_8' 443 | numbers_list_8(unsigned char, "%hhu", delim, "hhu", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:443:9: note: in expansion of macro 'numbers_list_8' 443 | numbers_list_8(unsigned char, "%hhu", delim, "hhu", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:443:9: note: in expansion of macro 'numbers_list_8' 443 | numbers_list_8(unsigned char, "%hhu", delim, "hhu", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:443:9: note: in expansion of macro 'numbers_list_8' 443 | numbers_list_8(unsigned char, "%hhu", delim, "hhu", check_uchar); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:6064:23: note: byref variable will be forcibly initialized 6064 | u32 i, nargs, ref_id, ref_obj_id = 0; | ^~~~~~ In file included from /kisskb/src/fs/read_write.c:13: /kisskb/src/fs/read_write.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_ll': /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:467:9: note: in expansion of macro 'numbers_list_fix_width' 467 | numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:467:9: note: in expansion of macro 'numbers_list_fix_width' 467 | numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:467:9: note: in expansion of macro 'numbers_list_fix_width' 467 | numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:467:9: note: in expansion of macro 'numbers_list_fix_width' 467 | numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:467:9: note: in expansion of macro 'numbers_list_fix_width' 467 | numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:466:9: note: in expansion of macro 'numbers_list_fix_width' 466 | numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:466:9: note: in expansion of macro 'numbers_list_fix_width' 466 | numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:466:9: note: in expansion of macro 'numbers_list_fix_width' 466 | numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:466:9: note: in expansion of macro 'numbers_list_fix_width' 466 | numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:466:9: note: in expansion of macro 'numbers_list_fix_width' 466 | numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:465:9: note: in expansion of macro 'numbers_list_fix_width' 465 | numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:465:9: note: in expansion of macro 'numbers_list_fix_width' 465 | numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:465:9: note: in expansion of macro 'numbers_list_fix_width' 465 | numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:465:9: note: in expansion of macro 'numbers_list_fix_width' 465 | numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:465:9: note: in expansion of macro 'numbers_list_fix_width' 465 | numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:464:9: note: in expansion of macro 'numbers_list_fix_width' 464 | numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:464:9: note: in expansion of macro 'numbers_list_fix_width' 464 | numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:464:9: note: in expansion of macro 'numbers_list_fix_width' 464 | numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:464:9: note: in expansion of macro 'numbers_list_fix_width' 464 | numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:464:9: note: in expansion of macro 'numbers_list_fix_width' 464 | numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:463:9: note: in expansion of macro 'numbers_list_fix_width' 463 | numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:463:9: note: in expansion of macro 'numbers_list_fix_width' 463 | numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:463:9: note: in expansion of macro 'numbers_list_fix_width' 463 | numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:463:9: note: in expansion of macro 'numbers_list_fix_width' 463 | numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:463:9: note: in expansion of macro 'numbers_list_fix_width' 463 | numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:462:9: note: in expansion of macro 'numbers_list_fix_width' 462 | numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/sonicvibes.c: In function 'snd_sonicvibes_create': /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:462:9: note: in expansion of macro 'numbers_list_fix_width' 462 | numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/sonicvibes.c:1211:28: note: byref variable will be forcibly initialized 1211 | unsigned int dmaa, dmac; | ^~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:462:9: note: in expansion of macro 'numbers_list_fix_width' 462 | numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/sonicvibes.c:1211:22: note: byref variable will be forcibly initialized 1211 | unsigned int dmaa, dmac; | ^~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:462:9: note: in expansion of macro 'numbers_list_fix_width' 462 | numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:462:9: note: in expansion of macro 'numbers_list_fix_width' 462 | numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_parse_kptrs': /kisskb/src/kernel/bpf/btf.c:3420:21: note: byref variable will be forcibly initialized 3420 | struct btf *kernel_btf = NULL; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:3418:31: note: byref variable will be forcibly initialized 3418 | struct btf_field_info info_arr[BPF_MAP_VALUE_OFF_MAX]; | ^~~~~~~~ /kisskb/src/sound/pci/sonicvibes.c: In function 'snd_sonicvibes_hw_constraint_dac_rate': /kisskb/src/sound/pci/sonicvibes.c:545:39: note: byref variable will be forcibly initialized 545 | unsigned int rate, div, r, m, n; | ^ /kisskb/src/sound/pci/sonicvibes.c:545:36: note: byref variable will be forcibly initialized 545 | unsigned int rate, div, r, m, n; | ^ /kisskb/src/sound/pci/sonicvibes.c:545:33: note: byref variable will be forcibly initialized 545 | unsigned int rate, div, r, m, n; | ^ /kisskb/src/sound/pci/sonicvibes.c: In function 'snd_sonicvibes_pcm': /kisskb/src/sound/pci/sonicvibes.c:852:25: note: byref variable will be forcibly initialized 852 | struct snd_pcm *pcm; | ^~~ /kisskb/src/fs/read_write.c: In function '__do_sys_llseek': /kisskb/src/fs/read_write.c:342:16: note: byref variable will be forcibly initialized 342 | loff_t offset; | ^~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_l': /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:478:9: note: in expansion of macro 'numbers_list_fix_width' 478 | numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:478:9: note: in expansion of macro 'numbers_list_fix_width' 478 | numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:478:9: note: in expansion of macro 'numbers_list_fix_width' 478 | numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:478:9: note: in expansion of macro 'numbers_list_fix_width' 478 | numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:478:9: note: in expansion of macro 'numbers_list_fix_width' 478 | numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:477:9: note: in expansion of macro 'numbers_list_fix_width' 477 | numbers_list_fix_width(unsigned long, "0x%lx", delim, 18, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:477:9: note: in expansion of macro 'numbers_list_fix_width' 477 | numbers_list_fix_width(unsigned long, "0x%lx", delim, 18, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:477:9: note: in expansion of macro 'numbers_list_fix_width' 477 | numbers_list_fix_width(unsigned long, "0x%lx", delim, 18, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:477:9: note: in expansion of macro 'numbers_list_fix_width' 477 | numbers_list_fix_width(unsigned long, "0x%lx", delim, 18, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:477:9: note: in expansion of macro 'numbers_list_fix_width' 477 | numbers_list_fix_width(unsigned long, "0x%lx", delim, 18, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:476:9: note: in expansion of macro 'numbers_list_fix_width' 476 | numbers_list_fix_width(unsigned long, "%lx", delim, 16, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:476:9: note: in expansion of macro 'numbers_list_fix_width' 476 | numbers_list_fix_width(unsigned long, "%lx", delim, 16, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:476:9: note: in expansion of macro 'numbers_list_fix_width' 476 | numbers_list_fix_width(unsigned long, "%lx", delim, 16, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:476:9: note: in expansion of macro 'numbers_list_fix_width' 476 | numbers_list_fix_width(unsigned long, "%lx", delim, 16, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:476:9: note: in expansion of macro 'numbers_list_fix_width' 476 | numbers_list_fix_width(unsigned long, "%lx", delim, 16, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:475:9: note: in expansion of macro 'numbers_list_fix_width' 475 | numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:475:9: note: in expansion of macro 'numbers_list_fix_width' 475 | numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:475:9: note: in expansion of macro 'numbers_list_fix_width' 475 | numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:475:9: note: in expansion of macro 'numbers_list_fix_width' 475 | numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:475:9: note: in expansion of macro 'numbers_list_fix_width' 475 | numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:474:9: note: in expansion of macro 'numbers_list_fix_width' 474 | numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:474:9: note: in expansion of macro 'numbers_list_fix_width' 474 | numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:474:9: note: in expansion of macro 'numbers_list_fix_width' 474 | numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:474:9: note: in expansion of macro 'numbers_list_fix_width' 474 | numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:474:9: note: in expansion of macro 'numbers_list_fix_width' 474 | numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'bpf_core_find_cands': /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:473:9: note: in expansion of macro 'numbers_list_fix_width' 473 | numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:473:9: note: in expansion of macro 'numbers_list_fix_width' 473 | numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:473:9: note: in expansion of macro 'numbers_list_fix_width' 473 | numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:473:9: note: in expansion of macro 'numbers_list_fix_width' 473 | numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:473:9: note: in expansion of macro 'numbers_list_fix_width' 473 | numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:7653:13: note: byref variable will be forcibly initialized 7653 | int id; | ^~ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:519:25: note: byref variable will be forcibly initialized 519 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:518:22: note: byref variable will be forcibly initialized 518 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:514:21: note: byref variable will be forcibly initialized 514 | struct kvec iov = { | ^~~ /kisskb/src/sound/pci/sonicvibes.c: In function '__snd_sonic_probe': /kisskb/src/sound/pci/sonicvibes.c:1397:26: note: byref variable will be forcibly initialized 1397 | struct snd_opl3 *opl3; | ^~~~ /kisskb/src/sound/pci/sonicvibes.c:1396:29: note: byref variable will be forcibly initialized 1396 | struct snd_rawmidi *midi_uart; | ^~~~~~~~~ /kisskb/src/sound/pci/sonicvibes.c:1394:26: note: byref variable will be forcibly initialized 1394 | struct snd_card *card; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'bpf_core_apply': /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:394:25: note: byref variable will be forcibly initialized 394 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:393:22: note: byref variable will be forcibly initialized 393 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:392:22: note: byref variable will be forcibly initialized 392 | struct iovec iov = { .iov_base = buf, .iov_len = len }; | ^~~ /kisskb/src/kernel/bpf/btf.c:7738:34: note: byref variable will be forcibly initialized 7738 | struct bpf_core_relo_res targ_res; | ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'new_sync_write': /kisskb/src/fs/read_write.c:497:25: note: byref variable will be forcibly initialized 497 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:496:22: note: byref variable will be forcibly initialized 496 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:495:22: note: byref variable will be forcibly initialized 495 | struct iovec iov = { .iov_base = (void __user *)buf, .iov_len = len }; | ^~~ /kisskb/src/fs/read_write.c: In function 'do_iter_readv_writev': /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_d': /kisskb/src/fs/read_write.c:730:22: note: byref variable will be forcibly initialized 730 | struct kiocb kiocb; | ^~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:496:9: note: in expansion of macro 'numbers_list_fix_width' 496 | numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:496:9: note: in expansion of macro 'numbers_list_fix_width' 496 | numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:496:9: note: in expansion of macro 'numbers_list_fix_width' 496 | numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:496:9: note: in expansion of macro 'numbers_list_fix_width' 496 | numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:496:9: note: in expansion of macro 'numbers_list_fix_width' 496 | numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:495:9: note: in expansion of macro 'numbers_list_fix_width' 495 | numbers_list_fix_width(unsigned int, "0x%x", delim, 10, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:495:9: note: in expansion of macro 'numbers_list_fix_width' 495 | numbers_list_fix_width(unsigned int, "0x%x", delim, 10, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:495:9: note: in expansion of macro 'numbers_list_fix_width' 495 | numbers_list_fix_width(unsigned int, "0x%x", delim, 10, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:495:9: note: in expansion of macro 'numbers_list_fix_width' 495 | numbers_list_fix_width(unsigned int, "0x%x", delim, 10, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:495:9: note: in expansion of macro 'numbers_list_fix_width' 495 | numbers_list_fix_width(unsigned int, "0x%x", delim, 10, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:494:9: note: in expansion of macro 'numbers_list_fix_width' 494 | numbers_list_fix_width(unsigned int, "%x", delim, 8, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:494:9: note: in expansion of macro 'numbers_list_fix_width' 494 | numbers_list_fix_width(unsigned int, "%x", delim, 8, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:494:9: note: in expansion of macro 'numbers_list_fix_width' 494 | numbers_list_fix_width(unsigned int, "%x", delim, 8, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:494:9: note: in expansion of macro 'numbers_list_fix_width' 494 | numbers_list_fix_width(unsigned int, "%x", delim, 8, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:494:9: note: in expansion of macro 'numbers_list_fix_width' 494 | numbers_list_fix_width(unsigned int, "%x", delim, 8, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:493:9: note: in expansion of macro 'numbers_list_fix_width' 493 | numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:493:9: note: in expansion of macro 'numbers_list_fix_width' 493 | numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:493:9: note: in expansion of macro 'numbers_list_fix_width' 493 | numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:493:9: note: in expansion of macro 'numbers_list_fix_width' 493 | numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:493:9: note: in expansion of macro 'numbers_list_fix_width' 493 | numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:492:9: note: in expansion of macro 'numbers_list_fix_width' 492 | numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:492:9: note: in expansion of macro 'numbers_list_fix_width' 492 | numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:492:9: note: in expansion of macro 'numbers_list_fix_width' 492 | numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:492:9: note: in expansion of macro 'numbers_list_fix_width' 492 | numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:492:9: note: in expansion of macro 'numbers_list_fix_width' 492 | numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:491:9: note: in expansion of macro 'numbers_list_fix_width' 491 | numbers_list_fix_width(unsigned int, "%u", delim, 10, "u", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:491:9: note: in expansion of macro 'numbers_list_fix_width' 491 | numbers_list_fix_width(unsigned int, "%u", delim, 10, "u", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:491:9: note: in expansion of macro 'numbers_list_fix_width' 491 | numbers_list_fix_width(unsigned int, "%u", delim, 10, "u", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:491:9: note: in expansion of macro 'numbers_list_fix_width' 491 | numbers_list_fix_width(unsigned int, "%u", delim, 10, "u", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:491:9: note: in expansion of macro 'numbers_list_fix_width' 491 | numbers_list_fix_width(unsigned int, "%u", delim, 10, "u", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/read_write.c:13: /kisskb/src/fs/read_write.c: In function 'do_loop_readv_writev': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/fs/read_write.c:759:30: note: userspace variable will be forcibly initialized 759 | struct iovec iovec = iov_iter_iovec(iter); | ^~~~~ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:918:25: note: byref variable will be forcibly initialized 918 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:917:23: note: byref variable will be forcibly initialized 917 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/read_write.c:916:22: note: byref variable will be forcibly initialized 916 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_readv': /kisskb/src/fs/read_write.c:955:24: note: byref variable will be forcibly initialized 955 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_h': /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:506:9: note: in expansion of macro 'numbers_list_fix_width' 506 | numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:506:9: note: in expansion of macro 'numbers_list_fix_width' 506 | numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:506:9: note: in expansion of macro 'numbers_list_fix_width' 506 | numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:506:9: note: in expansion of macro 'numbers_list_fix_width' 506 | numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:506:9: note: in expansion of macro 'numbers_list_fix_width' 506 | numbers_list_fix_width(short, "0x%hx", delim, 6, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:505:9: note: in expansion of macro 'numbers_list_fix_width' 505 | numbers_list_fix_width(unsigned short, "0x%hx", delim, 6, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:505:9: note: in expansion of macro 'numbers_list_fix_width' 505 | numbers_list_fix_width(unsigned short, "0x%hx", delim, 6, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:505:9: note: in expansion of macro 'numbers_list_fix_width' 505 | numbers_list_fix_width(unsigned short, "0x%hx", delim, 6, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:505:9: note: in expansion of macro 'numbers_list_fix_width' 505 | numbers_list_fix_width(unsigned short, "0x%hx", delim, 6, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:505:9: note: in expansion of macro 'numbers_list_fix_width' 505 | numbers_list_fix_width(unsigned short, "0x%hx", delim, 6, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:504:9: note: in expansion of macro 'numbers_list_fix_width' 504 | numbers_list_fix_width(unsigned short, "%hx", delim, 4, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:504:9: note: in expansion of macro 'numbers_list_fix_width' 504 | numbers_list_fix_width(unsigned short, "%hx", delim, 4, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:504:9: note: in expansion of macro 'numbers_list_fix_width' 504 | numbers_list_fix_width(unsigned short, "%hx", delim, 4, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:504:9: note: in expansion of macro 'numbers_list_fix_width' 504 | numbers_list_fix_width(unsigned short, "%hx", delim, 4, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:504:9: note: in expansion of macro 'numbers_list_fix_width' 504 | numbers_list_fix_width(unsigned short, "%hx", delim, 4, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:503:9: note: in expansion of macro 'numbers_list_fix_width' 503 | numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:503:9: note: in expansion of macro 'numbers_list_fix_width' 503 | numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:503:9: note: in expansion of macro 'numbers_list_fix_width' 503 | numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:503:9: note: in expansion of macro 'numbers_list_fix_width' 503 | numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:503:9: note: in expansion of macro 'numbers_list_fix_width' 503 | numbers_list_fix_width(short, "%hd", delim, 6, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:502:9: note: in expansion of macro 'numbers_list_fix_width' 502 | numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:502:9: note: in expansion of macro 'numbers_list_fix_width' 502 | numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:502:9: note: in expansion of macro 'numbers_list_fix_width' 502 | numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:502:9: note: in expansion of macro 'numbers_list_fix_width' 502 | numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:935:25: note: byref variable will be forcibly initialized 935 | struct iov_iter iter; | ^~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:502:9: note: in expansion of macro 'numbers_list_fix_width' 502 | numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:934:23: note: byref variable will be forcibly initialized 934 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:501:9: note: in expansion of macro 'numbers_list_fix_width' 501 | numbers_list_fix_width(unsigned short, "%hu", delim, 5, "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:933:22: note: byref variable will be forcibly initialized 933 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:501:9: note: in expansion of macro 'numbers_list_fix_width' 501 | numbers_list_fix_width(unsigned short, "%hu", delim, 5, "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:501:9: note: in expansion of macro 'numbers_list_fix_width' 501 | numbers_list_fix_width(unsigned short, "%hu", delim, 5, "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:501:9: note: in expansion of macro 'numbers_list_fix_width' 501 | numbers_list_fix_width(unsigned short, "%hu", delim, 5, "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:501:9: note: in expansion of macro 'numbers_list_fix_width' 501 | numbers_list_fix_width(unsigned short, "%hu", delim, 5, "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_writev': /kisskb/src/fs/read_write.c:979:24: note: byref variable will be forcibly initialized 979 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_hh': /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:516:9: note: in expansion of macro 'numbers_list_fix_width' 516 | numbers_list_fix_width(signed char, "0x%hhx", delim, 4, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:516:9: note: in expansion of macro 'numbers_list_fix_width' 516 | numbers_list_fix_width(signed char, "0x%hhx", delim, 4, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:516:9: note: in expansion of macro 'numbers_list_fix_width' 516 | numbers_list_fix_width(signed char, "0x%hhx", delim, 4, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:516:9: note: in expansion of macro 'numbers_list_fix_width' 516 | numbers_list_fix_width(signed char, "0x%hhx", delim, 4, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:516:9: note: in expansion of macro 'numbers_list_fix_width' 516 | numbers_list_fix_width(signed char, "0x%hhx", delim, 4, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:515:9: note: in expansion of macro 'numbers_list_fix_width' 515 | numbers_list_fix_width(unsigned char, "0x%hhx", delim, 4, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_sendfile': /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:515:9: note: in expansion of macro 'numbers_list_fix_width' 515 | numbers_list_fix_width(unsigned char, "0x%hhx", delim, 4, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:1195:16: note: byref variable will be forcibly initialized 1195 | loff_t out_pos; | ^~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:515:9: note: in expansion of macro 'numbers_list_fix_width' 515 | numbers_list_fix_width(unsigned char, "0x%hhx", delim, 4, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:1194:16: note: byref variable will be forcibly initialized 1194 | loff_t pos; | ^~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:515:9: note: in expansion of macro 'numbers_list_fix_width' 515 | numbers_list_fix_width(unsigned char, "0x%hhx", delim, 4, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:515:9: note: in expansion of macro 'numbers_list_fix_width' 515 | numbers_list_fix_width(unsigned char, "0x%hhx", delim, 4, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:514:9: note: in expansion of macro 'numbers_list_fix_width' 514 | numbers_list_fix_width(unsigned char, "%hhx", delim, 2, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:514:9: note: in expansion of macro 'numbers_list_fix_width' 514 | numbers_list_fix_width(unsigned char, "%hhx", delim, 2, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:514:9: note: in expansion of macro 'numbers_list_fix_width' 514 | numbers_list_fix_width(unsigned char, "%hhx", delim, 2, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:514:9: note: in expansion of macro 'numbers_list_fix_width' 514 | numbers_list_fix_width(unsigned char, "%hhx", delim, 2, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:514:9: note: in expansion of macro 'numbers_list_fix_width' 514 | numbers_list_fix_width(unsigned char, "%hhx", delim, 2, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:513:9: note: in expansion of macro 'numbers_list_fix_width' 513 | numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:513:9: note: in expansion of macro 'numbers_list_fix_width' 513 | numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:513:9: note: in expansion of macro 'numbers_list_fix_width' 513 | numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:513:9: note: in expansion of macro 'numbers_list_fix_width' 513 | numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:513:9: note: in expansion of macro 'numbers_list_fix_width' 513 | numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:512:9: note: in expansion of macro 'numbers_list_fix_width' 512 | numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:512:9: note: in expansion of macro 'numbers_list_fix_width' 512 | numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile': /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:512:9: note: in expansion of macro 'numbers_list_fix_width' 512 | numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:1296:16: note: byref variable will be forcibly initialized 1296 | loff_t pos; | ^~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:512:9: note: in expansion of macro 'numbers_list_fix_width' 512 | numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:512:9: note: in expansion of macro 'numbers_list_fix_width' 512 | numbers_list_fix_width(signed char, "%hhd", delim, 4, "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:22: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:511:9: note: in expansion of macro 'numbers_list_fix_width' 511 | numbers_list_fix_width(unsigned char, "%hhu", delim, 3, "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:355:11: note: byref variable will be forcibly initialized 355 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:511:9: note: in expansion of macro 'numbers_list_fix_width' 511 | numbers_list_fix_width(unsigned char, "%hhu", delim, 3, "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:25: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:511:9: note: in expansion of macro 'numbers_list_fix_width' 511 | numbers_list_fix_width(unsigned char, "%hhu", delim, 3, "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:354:16: note: byref variable will be forcibly initialized 354 | int i, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:377:9: note: in expansion of macro 'numbers_list_8' 377 | numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:511:9: note: in expansion of macro 'numbers_list_fix_width' 511 | numbers_list_fix_width(unsigned char, "%hhu", delim, 3, "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:374:14: note: byref variable will be forcibly initialized 374 | char full_fmt[16]; \ | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:511:9: note: in expansion of macro 'numbers_list_fix_width' 511 | numbers_list_fix_width(unsigned char, "%hhu", delim, 3, "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile64': /kisskb/src/fs/read_write.c:1315:16: note: byref variable will be forcibly initialized 1315 | loff_t pos; | ^~~ /kisskb/src/fs/read_write.c: In function '__do_compat_sys_sendfile': /kisskb/src/fs/read_write.c:1334:16: note: byref variable will be forcibly initialized 1334 | loff_t pos; | ^~~ /kisskb/src/fs/read_write.c: In function '__do_compat_sys_sendfile64': /kisskb/src/fs/read_write.c:1354:16: note: byref variable will be forcibly initialized 1354 | loff_t pos; | ^~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_val_ll': /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:539:9: note: in expansion of macro 'numbers_list_val_width' 539 | numbers_list_val_width(long long, "0x%llx", delim, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:539:9: note: in expansion of macro 'numbers_list_val_width' 539 | numbers_list_val_width(long long, "0x%llx", delim, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:539:9: note: in expansion of macro 'numbers_list_val_width' 539 | numbers_list_val_width(long long, "0x%llx", delim, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:539:9: note: in expansion of macro 'numbers_list_val_width' 539 | numbers_list_val_width(long long, "0x%llx", delim, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:538:9: note: in expansion of macro 'numbers_list_val_width' 538 | numbers_list_val_width(unsigned long long, "0x%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:538:9: note: in expansion of macro 'numbers_list_val_width' 538 | numbers_list_val_width(unsigned long long, "0x%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:538:9: note: in expansion of macro 'numbers_list_val_width' 538 | numbers_list_val_width(unsigned long long, "0x%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:538:9: note: in expansion of macro 'numbers_list_val_width' 538 | numbers_list_val_width(unsigned long long, "0x%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:537:9: note: in expansion of macro 'numbers_list_val_width' 537 | numbers_list_val_width(unsigned long long, "%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:537:9: note: in expansion of macro 'numbers_list_val_width' 537 | numbers_list_val_width(unsigned long long, "%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:537:9: note: in expansion of macro 'numbers_list_val_width' 537 | numbers_list_val_width(unsigned long long, "%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:537:9: note: in expansion of macro 'numbers_list_val_width' 537 | numbers_list_val_width(unsigned long long, "%llx", delim, "llx", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:536:9: note: in expansion of macro 'numbers_list_val_width' 536 | numbers_list_val_width(long long, "%lld", delim, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:536:9: note: in expansion of macro 'numbers_list_val_width' 536 | numbers_list_val_width(long long, "%lld", delim, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:536:9: note: in expansion of macro 'numbers_list_val_width' 536 | numbers_list_val_width(long long, "%lld", delim, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__kernel_read': /kisskb/src/fs/read_write.c:423:25: note: byref variable will be forcibly initialized 423 | struct iov_iter iter; | ^~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:536:9: note: in expansion of macro 'numbers_list_val_width' 536 | numbers_list_val_width(long long, "%lld", delim, "lli", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:422:22: note: byref variable will be forcibly initialized 422 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:418:21: note: byref variable will be forcibly initialized 418 | struct kvec iov = { | ^~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:535:9: note: in expansion of macro 'numbers_list_val_width' 535 | numbers_list_val_width(long long, "%lld", delim, "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:535:9: note: in expansion of macro 'numbers_list_val_width' 535 | numbers_list_val_width(long long, "%lld", delim, "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:535:9: note: in expansion of macro 'numbers_list_val_width' 535 | numbers_list_val_width(long long, "%lld", delim, "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:535:9: note: in expansion of macro 'numbers_list_val_width' 535 | numbers_list_val_width(long long, "%lld", delim, "lld", check_ll); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:534:9: note: in expansion of macro 'numbers_list_val_width' 534 | numbers_list_val_width(unsigned long long, "%llu", delim, "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:534:9: note: in expansion of macro 'numbers_list_val_width' 534 | numbers_list_val_width(unsigned long long, "%llu", delim, "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:534:9: note: in expansion of macro 'numbers_list_val_width' 534 | numbers_list_val_width(unsigned long long, "%llu", delim, "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:534:9: note: in expansion of macro 'numbers_list_val_width' 534 | numbers_list_val_width(unsigned long long, "%llu", delim, "llu", check_ull); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'ksys_read': /kisskb/src/fs/read_write.c:615:24: note: byref variable will be forcibly initialized 615 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/read_write.c: In function 'ksys_write': /kisskb/src/fs/read_write.c:639:24: note: byref variable will be forcibly initialized 639 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_val_l': /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:549:9: note: in expansion of macro 'numbers_list_val_width' 549 | numbers_list_val_width(long, "0x%lx", delim, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:549:9: note: in expansion of macro 'numbers_list_val_width' 549 | numbers_list_val_width(long, "0x%lx", delim, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:549:9: note: in expansion of macro 'numbers_list_val_width' 549 | numbers_list_val_width(long, "0x%lx", delim, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_pristine': /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:549:9: note: in expansion of macro 'numbers_list_val_width' 549 | numbers_list_val_width(long, "0x%lx", delim, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c:713:34: note: byref variable will be forcibly initialized 713 | uint32_t dummy; | ^~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:548:9: note: in expansion of macro 'numbers_list_val_width' 548 | numbers_list_val_width(unsigned long, "0x%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c:598:28: note: byref variable will be forcibly initialized 598 | uint32_t phys_ofs, alloclen; | ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:596:16: note: byref variable will be forcibly initialized 596 | size_t retlen; | ^~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:548:9: note: in expansion of macro 'numbers_list_val_width' 548 | numbers_list_val_width(unsigned long, "0x%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:548:9: note: in expansion of macro 'numbers_list_val_width' 548 | numbers_list_val_width(unsigned long, "0x%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:548:9: note: in expansion of macro 'numbers_list_val_width' 548 | numbers_list_val_width(unsigned long, "0x%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:547:9: note: in expansion of macro 'numbers_list_val_width' 547 | numbers_list_val_width(unsigned long, "%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:547:9: note: in expansion of macro 'numbers_list_val_width' 547 | numbers_list_val_width(unsigned long, "%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:547:9: note: in expansion of macro 'numbers_list_val_width' 547 | numbers_list_val_width(unsigned long, "%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:547:9: note: in expansion of macro 'numbers_list_val_width' 547 | numbers_list_val_width(unsigned long, "%lx", delim, "lx", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:546:9: note: in expansion of macro 'numbers_list_val_width' 546 | numbers_list_val_width(long, "%ld", delim, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:546:9: note: in expansion of macro 'numbers_list_val_width' 546 | numbers_list_val_width(long, "%ld", delim, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:546:9: note: in expansion of macro 'numbers_list_val_width' 546 | numbers_list_val_width(long, "%ld", delim, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:546:9: note: in expansion of macro 'numbers_list_val_width' 546 | numbers_list_val_width(long, "%ld", delim, "li", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:545:9: note: in expansion of macro 'numbers_list_val_width' 545 | numbers_list_val_width(long, "%ld", delim, "ld", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:545:9: note: in expansion of macro 'numbers_list_val_width' 545 | numbers_list_val_width(long, "%ld", delim, "ld", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:545:9: note: in expansion of macro 'numbers_list_val_width' 545 | numbers_list_val_width(long, "%ld", delim, "ld", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:545:9: note: in expansion of macro 'numbers_list_val_width' 545 | numbers_list_val_width(long, "%ld", delim, "ld", check_long); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:544:9: note: in expansion of macro 'numbers_list_val_width' 544 | numbers_list_val_width(unsigned long, "%lu", delim, "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:544:9: note: in expansion of macro 'numbers_list_val_width' 544 | numbers_list_val_width(unsigned long, "%lu", delim, "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:544:9: note: in expansion of macro 'numbers_list_val_width' 544 | numbers_list_val_width(unsigned long, "%lu", delim, "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:544:9: note: in expansion of macro 'numbers_list_val_width' 544 | numbers_list_val_width(unsigned long, "%lu", delim, "lu", check_ulong); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_metadata': /kisskb/src/fs/jffs2/gc.c:767:18: note: byref variable will be forcibly initialized 767 | uint32_t alloclen, ilen; | ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:764:33: note: byref variable will be forcibly initialized 764 | union jffs2_device_node dev; | ^~~ /kisskb/src/fs/jffs2/gc.c:762:32: note: byref variable will be forcibly initialized 762 | struct jffs2_raw_inode ri; | ^~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_val_d': /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:559:9: note: in expansion of macro 'numbers_list_val_width' 559 | numbers_list_val_width(int, "0x%x", delim, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_hole': /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:559:9: note: in expansion of macro 'numbers_list_val_width' 559 | numbers_list_val_width(int, "0x%x", delim, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1029:24: note: byref variable will be forcibly initialized 1029 | size_t readlen; | ^~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:559:9: note: in expansion of macro 'numbers_list_val_width' 559 | numbers_list_val_width(int, "0x%x", delim, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1020:18: note: byref variable will be forcibly initialized 1020 | uint32_t alloclen, ilen; | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:559:9: note: in expansion of macro 'numbers_list_val_width' 559 | numbers_list_val_width(int, "0x%x", delim, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1017:32: note: byref variable will be forcibly initialized 1017 | struct jffs2_raw_inode ri; | ^~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:558:9: note: in expansion of macro 'numbers_list_val_width' 558 | numbers_list_val_width(unsigned int, "0x%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:558:9: note: in expansion of macro 'numbers_list_val_width' 558 | numbers_list_val_width(unsigned int, "0x%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:558:9: note: in expansion of macro 'numbers_list_val_width' 558 | numbers_list_val_width(unsigned int, "0x%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:558:9: note: in expansion of macro 'numbers_list_val_width' 558 | numbers_list_val_width(unsigned int, "0x%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:557:9: note: in expansion of macro 'numbers_list_val_width' 557 | numbers_list_val_width(unsigned int, "%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:557:9: note: in expansion of macro 'numbers_list_val_width' 557 | numbers_list_val_width(unsigned int, "%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:557:9: note: in expansion of macro 'numbers_list_val_width' 557 | numbers_list_val_width(unsigned int, "%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:557:9: note: in expansion of macro 'numbers_list_val_width' 557 | numbers_list_val_width(unsigned int, "%x", delim, "x", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:556:9: note: in expansion of macro 'numbers_list_val_width' 556 | numbers_list_val_width(int, "%d", delim, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:556:9: note: in expansion of macro 'numbers_list_val_width' 556 | numbers_list_val_width(int, "%d", delim, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:556:9: note: in expansion of macro 'numbers_list_val_width' 556 | numbers_list_val_width(int, "%d", delim, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:556:9: note: in expansion of macro 'numbers_list_val_width' 556 | numbers_list_val_width(int, "%d", delim, "i", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:555:9: note: in expansion of macro 'numbers_list_val_width' 555 | numbers_list_val_width(int, "%d", delim, "d", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'generic_write_checks': /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:555:9: note: in expansion of macro 'numbers_list_val_width' 555 | numbers_list_val_width(int, "%d", delim, "d", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:555:9: note: in expansion of macro 'numbers_list_val_width' 555 | numbers_list_val_width(int, "%d", delim, "d", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:1679:16: note: byref variable will be forcibly initialized 1679 | loff_t count = iov_iter_count(from); | ^~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:555:9: note: in expansion of macro 'numbers_list_val_width' 555 | numbers_list_val_width(int, "%d", delim, "d", check_int); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:554:9: note: in expansion of macro 'numbers_list_val_width' 554 | numbers_list_val_width(unsigned int, "%u", delim, "u", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:554:9: note: in expansion of macro 'numbers_list_val_width' 554 | numbers_list_val_width(unsigned int, "%u", delim, "u", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:554:9: note: in expansion of macro 'numbers_list_val_width' 554 | numbers_list_val_width(unsigned int, "%u", delim, "u", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:554:9: note: in expansion of macro 'numbers_list_val_width' 554 | numbers_list_val_width(unsigned int, "%u", delim, "u", check_uint); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'generic_copy_file_checks': /kisskb/src/fs/read_write.c:1413:18: note: byref variable will be forcibly initialized 1413 | uint64_t count = *req_count; | ^~~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_dnode': /kisskb/src/fs/jffs2/gc.c:1344:26: note: byref variable will be forcibly initialized 1344 | uint32_t cdatalen; | ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1343:26: note: byref variable will be forcibly initialized 1343 | uint32_t datalen; | ^~~~~~~ /kisskb/src/fs/jffs2/gc.c:1173:24: note: byref variable will be forcibly initialized 1173 | unsigned char *comprbuf = NULL, *writebuf; | ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1171:18: note: byref variable will be forcibly initialized 1171 | uint32_t alloclen, offset, orig_end, orig_start; | ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1170:32: note: byref variable will be forcibly initialized 1170 | struct jffs2_raw_inode ri; | ^~ /kisskb/src/fs/read_write.c: In function 'vfs_copy_file_range': /kisskb/src/fs/read_write.c:1476:9: note: byref variable will be forcibly initialized 1476 | ssize_t vfs_copy_file_range(struct file *file_in, loff_t pos_in, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:1476:9: note: byref variable will be forcibly initialized /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_val_h': /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:569:9: note: in expansion of macro 'numbers_list_val_width' 569 | numbers_list_val_width(short, "0x%hx", delim, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:569:9: note: in expansion of macro 'numbers_list_val_width' 569 | numbers_list_val_width(short, "0x%hx", delim, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:569:9: note: in expansion of macro 'numbers_list_val_width' 569 | numbers_list_val_width(short, "0x%hx", delim, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:569:9: note: in expansion of macro 'numbers_list_val_width' 569 | numbers_list_val_width(short, "0x%hx", delim, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:568:9: note: in expansion of macro 'numbers_list_val_width' 568 | numbers_list_val_width(unsigned short, "0x%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_copy_file_range': /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:568:9: note: in expansion of macro 'numbers_list_val_width' 568 | numbers_list_val_width(unsigned short, "0x%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:1561:16: note: byref variable will be forcibly initialized 1561 | loff_t pos_out; | ^~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:568:9: note: in expansion of macro 'numbers_list_val_width' 568 | numbers_list_val_width(unsigned short, "0x%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:568:9: note: in expansion of macro 'numbers_list_val_width' 568 | numbers_list_val_width(unsigned short, "0x%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c:1560:16: note: byref variable will be forcibly initialized 1560 | loff_t pos_in; | ^~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:567:9: note: in expansion of macro 'numbers_list_val_width' 567 | numbers_list_val_width(unsigned short, "%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:567:9: note: in expansion of macro 'numbers_list_val_width' 567 | numbers_list_val_width(unsigned short, "%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:567:9: note: in expansion of macro 'numbers_list_val_width' 567 | numbers_list_val_width(unsigned short, "%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:567:9: note: in expansion of macro 'numbers_list_val_width' 567 | numbers_list_val_width(unsigned short, "%hx", delim, "hx", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:566:9: note: in expansion of macro 'numbers_list_val_width' 566 | numbers_list_val_width(short, "%hd", delim, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:566:9: note: in expansion of macro 'numbers_list_val_width' 566 | numbers_list_val_width(short, "%hd", delim, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:566:9: note: in expansion of macro 'numbers_list_val_width' 566 | numbers_list_val_width(short, "%hd", delim, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:566:9: note: in expansion of macro 'numbers_list_val_width' 566 | numbers_list_val_width(short, "%hd", delim, "hi", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_dirent': /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:565:9: note: in expansion of macro 'numbers_list_val_width' 565 | numbers_list_val_width(short, "%hd", delim, "hd", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c:855:18: note: byref variable will be forcibly initialized 855 | uint32_t alloclen; | ^~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:565:9: note: in expansion of macro 'numbers_list_val_width' 565 | numbers_list_val_width(short, "%hd", delim, "hd", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/gc.c:854:33: note: byref variable will be forcibly initialized 854 | struct jffs2_raw_dirent rd; | ^~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:565:9: note: in expansion of macro 'numbers_list_val_width' 565 | numbers_list_val_width(short, "%hd", delim, "hd", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:565:9: note: in expansion of macro 'numbers_list_val_width' 565 | numbers_list_val_width(short, "%hd", delim, "hd", check_short); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:564:9: note: in expansion of macro 'numbers_list_val_width' 564 | numbers_list_val_width(unsigned short, "%hu", delim, "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:564:9: note: in expansion of macro 'numbers_list_val_width' 564 | numbers_list_val_width(unsigned short, "%hu", delim, "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:564:9: note: in expansion of macro 'numbers_list_val_width' 564 | numbers_list_val_width(unsigned short, "%hu", delim, "hu", check_ushort); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:564:9: note: in expansion of macro 'numbers_list_val_width' 564 | 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:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:579:9: note: in expansion of macro 'numbers_list_val_width' 579 | numbers_list_val_width(signed char, "0x%hhx", delim, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:579:9: note: in expansion of macro 'numbers_list_val_width' 579 | numbers_list_val_width(signed char, "0x%hhx", delim, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:579:9: note: in expansion of macro 'numbers_list_val_width' 579 | numbers_list_val_width(signed char, "0x%hhx", delim, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/include/linux/mtd/mtd.h:10, from /kisskb/src/fs/jffs2/gc.c:16: /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_pass': /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:579:9: note: in expansion of macro 'numbers_list_val_width' 579 | numbers_list_val_width(signed char, "0x%hhx", delim, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/os-linux.h:43:35: note: byref variable will be forcibly initialized 43 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jffs2/gc.c:407:17: note: in expansion of macro 'sleep_on_spinunlock' 407 | sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/os-linux.h:43:35: note: byref variable will be forcibly initialized 43 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jffs2/gc.c:222:25: note: in expansion of macro 'sleep_on_spinunlock' 222 | sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:578:9: note: in expansion of macro 'numbers_list_val_width' 578 | numbers_list_val_width(unsigned char, "0x%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:578:9: note: in expansion of macro 'numbers_list_val_width' 578 | numbers_list_val_width(unsigned char, "0x%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:578:9: note: in expansion of macro 'numbers_list_val_width' 578 | numbers_list_val_width(unsigned char, "0x%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:578:9: note: in expansion of macro 'numbers_list_val_width' 578 | numbers_list_val_width(unsigned char, "0x%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:577:9: note: in expansion of macro 'numbers_list_val_width' 577 | numbers_list_val_width(unsigned char, "%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:577:9: note: in expansion of macro 'numbers_list_val_width' 577 | numbers_list_val_width(unsigned char, "%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:577:9: note: in expansion of macro 'numbers_list_val_width' 577 | numbers_list_val_width(unsigned char, "%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:577:9: note: in expansion of macro 'numbers_list_val_width' 577 | numbers_list_val_width(unsigned char, "%hhx", delim, "hhx", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:576:9: note: in expansion of macro 'numbers_list_val_width' 576 | numbers_list_val_width(signed char, "%hhd", delim, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:576:9: note: in expansion of macro 'numbers_list_val_width' 576 | numbers_list_val_width(signed char, "%hhd", delim, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:576:9: note: in expansion of macro 'numbers_list_val_width' 576 | numbers_list_val_width(signed char, "%hhd", delim, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:576:9: note: in expansion of macro 'numbers_list_val_width' 576 | numbers_list_val_width(signed char, "%hhd", delim, "hhi", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:575:9: note: in expansion of macro 'numbers_list_val_width' 575 | numbers_list_val_width(signed char, "%hhd", delim, "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:575:9: note: in expansion of macro 'numbers_list_val_width' 575 | numbers_list_val_width(signed char, "%hhd", delim, "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:575:9: note: in expansion of macro 'numbers_list_val_width' 575 | numbers_list_val_width(signed char, "%hhd", delim, "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:575:9: note: in expansion of macro 'numbers_list_val_width' 575 | numbers_list_val_width(signed char, "%hhd", delim, "hhd", check_char); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:22: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:574:9: note: in expansion of macro 'numbers_list_val_width' 574 | numbers_list_val_width(unsigned char, "%hhu", delim, "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:383:11: note: byref variable will be forcibly initialized 383 | T expect[8], result[8]; \ | ^~~~~~ /kisskb/src/lib/test_scanf.c:574:9: note: in expansion of macro 'numbers_list_val_width' 574 | numbers_list_val_width(unsigned char, "%hhu", delim, "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:34: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~~~~~ /kisskb/src/lib/test_scanf.c:574:9: note: in expansion of macro 'numbers_list_val_width' 574 | numbers_list_val_width(unsigned char, "%hhu", delim, "hhu", check_uchar); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:382:25: note: byref variable will be forcibly initialized 382 | int i, val_len, pos = 0, fmt_pos = 0; \ | ^~~ /kisskb/src/lib/test_scanf.c:574:9: note: in expansion of macro 'numbers_list_val_width' 574 | 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:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:727:9: note: in expansion of macro 'test_simple_strtoxx' 727 | test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:726:9: note: in expansion of macro 'test_simple_strtoxx' 726 | test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:725:9: note: in expansion of macro 'test_simple_strtoxx' 725 | test_simple_strtoxx(unsigned long long, simple_strtoull, "%llx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:724:9: note: in expansion of macro 'test_simple_strtoxx' 724 | test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:723:9: note: in expansion of macro 'test_simple_strtoxx' 723 | 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:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:716:25: note: in expansion of macro '_test_simple_strtoxx' 716 | _test_simple_strtoxx(T, fn, gen_fmt, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:736:9: note: in expansion of macro 'test_simple_strtoxx' 736 | test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:736:9: note: in expansion of macro 'test_simple_strtoxx' 736 | test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:716:25: note: in expansion of macro '_test_simple_strtoxx' 716 | _test_simple_strtoxx(T, fn, gen_fmt, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:735:9: note: in expansion of macro 'test_simple_strtoxx' 735 | test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:735:9: note: in expansion of macro 'test_simple_strtoxx' 735 | test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:716:25: note: in expansion of macro '_test_simple_strtoxx' 716 | _test_simple_strtoxx(T, fn, gen_fmt, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:734:9: note: in expansion of macro 'test_simple_strtoxx' 734 | test_simple_strtoxx(long long, simple_strtoll, "%llx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:734:9: note: in expansion of macro 'test_simple_strtoxx' 734 | test_simple_strtoxx(long long, simple_strtoll, "%llx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:716:25: note: in expansion of macro '_test_simple_strtoxx' 716 | _test_simple_strtoxx(T, fn, gen_fmt, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:733:9: note: in expansion of macro 'test_simple_strtoxx' 733 | test_simple_strtoxx(long long, simple_strtoll, "%lld", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:733:9: note: in expansion of macro 'test_simple_strtoxx' 733 | test_simple_strtoxx(long long, simple_strtoll, "%lld", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:716:25: note: in expansion of macro '_test_simple_strtoxx' 716 | _test_simple_strtoxx(T, fn, gen_fmt, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:732:9: note: in expansion of macro 'test_simple_strtoxx' 732 | test_simple_strtoxx(long long, simple_strtoll, "%lld", 10); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:732:9: note: in expansion of macro 'test_simple_strtoxx' 732 | 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:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:745:9: note: in expansion of macro 'test_simple_strtoxx' 745 | test_simple_strtoxx(unsigned long, simple_strtoul, "0x%lx", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:744:9: note: in expansion of macro 'test_simple_strtoxx' 744 | test_simple_strtoxx(unsigned long, simple_strtoul, "0x%lx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:743:9: note: in expansion of macro 'test_simple_strtoxx' 743 | test_simple_strtoxx(unsigned long, simple_strtoul, "%lx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:742:9: note: in expansion of macro 'test_simple_strtoxx' 742 | test_simple_strtoxx(unsigned long, simple_strtoul, "%lu", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:741:9: note: in expansion of macro 'test_simple_strtoxx' 741 | 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:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:716:25: note: in expansion of macro '_test_simple_strtoxx' 716 | _test_simple_strtoxx(T, fn, gen_fmt, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:754:9: note: in expansion of macro 'test_simple_strtoxx' 754 | test_simple_strtoxx(long, simple_strtol, "0x%lx", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:754:9: note: in expansion of macro 'test_simple_strtoxx' 754 | test_simple_strtoxx(long, simple_strtol, "0x%lx", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:716:25: note: in expansion of macro '_test_simple_strtoxx' 716 | _test_simple_strtoxx(T, fn, gen_fmt, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:753:9: note: in expansion of macro 'test_simple_strtoxx' 753 | test_simple_strtoxx(long, simple_strtol, "0x%lx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:753:9: note: in expansion of macro 'test_simple_strtoxx' 753 | test_simple_strtoxx(long, simple_strtol, "0x%lx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:716:25: note: in expansion of macro '_test_simple_strtoxx' 716 | _test_simple_strtoxx(T, fn, gen_fmt, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:752:9: note: in expansion of macro 'test_simple_strtoxx' 752 | test_simple_strtoxx(long, simple_strtol, "%lx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:752:9: note: in expansion of macro 'test_simple_strtoxx' 752 | test_simple_strtoxx(long, simple_strtol, "%lx", 16); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:716:25: note: in expansion of macro '_test_simple_strtoxx' 716 | _test_simple_strtoxx(T, fn, gen_fmt, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:751:9: note: in expansion of macro 'test_simple_strtoxx' 751 | test_simple_strtoxx(long, simple_strtol, "%ld", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:751:9: note: in expansion of macro 'test_simple_strtoxx' 751 | test_simple_strtoxx(long, simple_strtol, "%ld", 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:716:25: note: in expansion of macro '_test_simple_strtoxx' 716 | _test_simple_strtoxx(T, fn, gen_fmt, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:750:9: note: in expansion of macro 'test_simple_strtoxx' 750 | test_simple_strtoxx(long, simple_strtol, "%ld", 10); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:685:15: note: byref variable will be forcibly initialized 685 | char *endp; \ | ^~~~ /kisskb/src/lib/test_scanf.c:713:17: note: in expansion of macro '_test_simple_strtoxx' 713 | _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_scanf.c:750:9: note: in expansion of macro 'test_simple_strtoxx' 750 | test_simple_strtoxx(long, simple_strtol, "%ld", 10); | ^~~~~~~~~~~~~~~~~~~ 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/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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:25, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/callchain.c:96:9: note: in expansion of macro 'rcu_assign_pointer' 96 | 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:13: note: byref variable will be forcibly initialized 185 | int rctx; | ^~~~ /kisskb/src/kernel/events/callchain.c:184:41: note: byref variable will be forcibly initialized 184 | 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:237:26: note: byref variable will be forcibly initialized 237 | struct ctl_table new_table = *table; | ^~~~~~~~~ /kisskb/src/kernel/events/callchain.c:236:13: note: byref variable will be forcibly initialized 236 | int new_value = *value, ret; | ^~~~~~~~~ /kisskb/src/sound/pci/via82xx_modem.c: In function 'snd_via82xx_chip_init': /kisskb/src/sound/pci/via82xx_modem.c:933:23: note: byref variable will be forcibly initialized 933 | unsigned char pval; | ^~~~ /kisskb/src/sound/pci/via82xx_modem.c: In function 'snd_via82xx_mixer_new': /kisskb/src/sound/pci/via82xx_modem.c:876:34: note: byref variable will be forcibly initialized 876 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/via82xx_modem.c: In function 'snd_via686_pcm_new': /kisskb/src/sound/pci/via82xx_modem.c:830:25: note: byref variable will be forcibly initialized 830 | struct snd_pcm *pcm; | ^~~ 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/sound/pci/via82xx_modem.c:22: /kisskb/src/sound/pci/via82xx_modem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/pci/via82xx_modem.c: In function '__snd_via82xx_probe': /kisskb/src/sound/pci/via82xx_modem.c:1109:26: note: byref variable will be forcibly initialized 1109 | struct snd_card *card; | ^~~~ /kisskb/src/sound/pci/ice1712/quartet.c: In function 'qtet_enum_info': /kisskb/src/sound/pci/ice1712/quartet.c:676:38: note: byref variable will be forcibly initialized 676 | struct qtet_kcontrol_private private = | ^~~~~~~ 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/sound/pci/ice1712/quartet.c:11: /kisskb/src/sound/pci/ice1712/quartet.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/pci/ice1712/quartet.c: In function 'proc_regs_read': /kisskb/src/sound/pci/ice1712/quartet.c:478:14: note: byref variable will be forcibly initialized 478 | char bin_buffer[36]; | ^~~~~~~~~~ /kisskb/src/tools/lib/bpf/relo_core.c: In function 'btf__resolve_size': /kisskb/src/tools/lib/bpf/relo_core.c:35:13: note: byref variable will be forcibly initialized 35 | int size; | ^~~~ /kisskb/src/tools/lib/bpf/relo_core.c: In function 'bpf_core_calc_field_relo': /kisskb/src/tools/lib/bpf/relo_core.c:591:51: note: byref variable will be forcibly initialized 591 | __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id; | ^~~~~~~~~~~~~ /kisskb/src/lib/test_lockup.c: In function 'test_kernel_ptr': /kisskb/src/lib/test_lockup.c:414:14: note: byref variable will be forcibly initialized 414 | char buf; | ^~~ /kisskb/src/lib/test_lockup.c: In function 'test_magic': /kisskb/src/lib/test_lockup.c:440:22: note: byref variable will be forcibly initialized 440 | unsigned int magic = 0; | ^~~~~ /kisskb/src/tools/lib/bpf/relo_core.c: In function 'bpf_core_parse_spec': /kisskb/src/tools/lib/bpf/relo_core.c:189:15: note: byref variable will be forcibly initialized 189 | __u32 id; | ^~ /kisskb/src/tools/lib/bpf/relo_core.c:185:25: note: byref variable will be forcibly initialized 185 | int access_idx, parsed_len, i; | ^~~~~~~~~~ /kisskb/src/tools/lib/bpf/relo_core.c:185:13: note: byref variable will be forcibly initialized 185 | int access_idx, parsed_len, i; | ^~~~~~~~~~ /kisskb/src/lib/test_lockup.c: In function 'test_wait': /kisskb/src/lib/test_lockup.c:340:25: note: byref variable will be forcibly initialized 340 | ktime_t time; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/test_lockup.c:8: /kisskb/src/lib/test_lockup.c: In function 'test_lockup': /kisskb/src/lib/test_lockup.c:353:19: note: byref variable will be forcibly initialized 353 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/tools/lib/bpf/relo_core.c: In function 'bpf_core_calc_relo_insn': /kisskb/src/tools/lib/bpf/relo_core.c:1184:14: note: byref variable will be forcibly initialized 1184 | char spec_buf[256]; | ^~~~~~~~ /kisskb/src/tools/lib/bpf/relo_core.c:1180:34: note: byref variable will be forcibly initialized 1180 | struct bpf_core_relo_res cand_res; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_dynevent.c: In function 'dyn_event_release': /kisskb/src/kernel/trace/trace_dynevent.c:76:13: note: byref variable will be forcibly initialized 76 | int argc, ret = -ENOENT; | ^~~~ /kisskb/src/drivers/pci/controller/pcie-mediatek.c: In function 'mtk_pcie_intr_handler': /kisskb/src/drivers/pci/controller/pcie-mediatek.c:618:39: note: byref variable will be forcibly initialized 618 | unsigned long imsi_status; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-mediatek.c:601:23: note: byref variable will be forcibly initialized 601 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/pci/controller/pcie-mediatek.c: In function 'mtk_pcie_parse_port': /kisskb/src/drivers/pci/controller/pcie-mediatek.c:918:14: note: byref variable will be forcibly initialized 918 | char name[10]; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbcmap.c: In function 'fb_set_user_cmap': /kisskb/src/drivers/video/fbdev/core/fbcmap.c:270:24: note: byref variable will be forcibly initialized 270 | struct fb_cmap umap; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bl_curve': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:436:12: note: byref variable will be forcibly initialized 436 | u8 tmp_curve[FB_BACKLIGHT_LEVELS]; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_fbstate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:408:15: note: byref variable will be forcibly initialized 408 | char *last = NULL; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_rotate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:247:34: note: byref variable will be forcibly initialized 247 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_virtual': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:275:15: note: byref variable will be forcibly initialized 275 | char *last = NULL; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:274:34: note: byref variable will be forcibly initialized 274 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bpp': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:224:34: note: byref variable will be forcibly initialized 224 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_pan': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:367:15: note: byref variable will be forcibly initialized 367 | char *last = NULL; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:366:34: note: byref variable will be forcibly initialized 366 | struct fb_var_screeninfo var; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:15: /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_modes': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:178:19: note: byref variable will be forcibly initialized 178 | LIST_HEAD(old_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_mode': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:136:34: note: byref variable will be forcibly initialized 136 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:135:14: note: byref variable will be forcibly initialized 135 | char mstr[100]; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_blank': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:310:15: note: byref variable will be forcibly initialized 310 | char *last = NULL; | ^~~~ /kisskb/src/fs/nls/nls_utf8.c: In function 'char2uni': /kisskb/src/fs/nls/nls_utf8.c:32:19: note: byref variable will be forcibly initialized 32 | unicode_t u; | ^ /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'check_edid': /kisskb/src/drivers/video/fbdev/core/fbmon.c:147:61: note: byref variable will be forcibly initialized 147 | unsigned char *block = edid + ID_MANUFACTURER_NAME, manufacturer[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/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/drivers/video/fbdev/core/fbmon.c:29: /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/notifier.c: In function 'notifier_call_chain_robust': /kisskb/src/kernel/notifier.c:120:18: note: byref variable will be forcibly initialized 120 | int ret, nr = 0; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/kprobes.h:20, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c:39:9: note: in expansion of macro 'rcu_assign_pointer' 39 | rcu_assign_pointer(*nl, n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c: In function 'notifier_chain_unregister': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c:48:25: note: in expansion of macro 'rcu_assign_pointer' 48 | rcu_assign_pointer(*nl, n->next); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'fb_get_monitor_limits': /kisskb/src/drivers/video/fbdev/core/fbmon.c:721:21: note: byref variable will be forcibly initialized 721 | int num_modes, hz, hscan, pixclock; | ^~~~~~~~~ /kisskb/src/kernel/notifier.c: In function 'notify_die': /kisskb/src/kernel/notifier.c:583:25: note: byref variable will be forcibly initialized 583 | struct die_args args = { | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmon.c: In function 'of_get_fb_videomode': /kisskb/src/drivers/video/fbdev/core/fbmon.c:1382:26: note: byref variable will be forcibly initialized 1382 | struct videomode vm; | ^~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_check_caps': /kisskb/src/drivers/video/fbdev/core/fbmem.c:938:35: note: byref variable will be forcibly initialized 938 | struct fb_blit_caps caps, fbcaps; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:938:29: note: byref variable will be forcibly initialized 938 | struct fb_blit_caps caps, fbcaps; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_logocmap': /kisskb/src/drivers/video/fbdev/core/fbmem.c:202:13: note: byref variable will be forcibly initialized 202 | u16 palette_red[16]; | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:201:13: note: byref variable will be forcibly initialized 201 | u16 palette_blue[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:200:13: note: byref variable will be forcibly initialized 200 | u16 palette_green[16]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:199:24: note: byref variable will be forcibly initialized 199 | struct fb_cmap palette_cmap; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/video/fbdev/core/fbmem.c:14: /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/video/fbdev/core/fbmem.c:14: /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_show_logo_line': /kisskb/src/drivers/video/fbdev/core/fbmem.c:462:25: note: byref variable will be forcibly initialized 462 | struct fb_image image; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_var': /kisskb/src/drivers/video/fbdev/core/fbmem.c:966:44: note: byref variable will be forcibly initialized 966 | struct fb_videomode mode1, mode2; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:966:37: note: byref variable will be forcibly initialized 966 | struct fb_videomode mode1, mode2; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:963:13: note: byref variable will be forcibly initialized 963 | u32 unused; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:962:25: note: byref variable will be forcibly initialized 962 | struct fb_event event; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:961:29: note: byref variable will be forcibly initialized 961 | struct fb_videomode mode; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_blank': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1077:25: note: byref variable will be forcibly initialized 1077 | struct fb_event event; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_register_framebuffer': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1616:29: note: byref variable will be forcibly initialized 1616 | struct fb_videomode mode; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_fb_ioctl': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1103:29: note: byref variable will be forcibly initialized 1103 | struct fb_cmap_user cmap; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1102:24: note: byref variable will be forcibly initialized 1102 | struct fb_cmap cmap_from; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1101:34: note: byref variable will be forcibly initialized 1101 | struct fb_fix_screeninfo fix; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1100:34: note: byref variable will be forcibly initialized 1100 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_getput_cmap': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1236:29: note: byref variable will be forcibly initialized 1236 | struct fb_cmap_user cmap; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1235:24: note: byref variable will be forcibly initialized 1235 | struct fb_cmap cmap_from; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1234:26: note: byref variable will be forcibly initialized 1234 | struct fb_cmap32 cmap32; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_get_fscreeninfo': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1296:34: note: byref variable will be forcibly initialized 1296 | struct fb_fix_screeninfo fix; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_new_modelist': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1978:33: note: byref variable will be forcibly initialized 1978 | struct fb_videomode *m, mode; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1975:34: note: byref variable will be forcibly initialized 1975 | struct fb_var_screeninfo var = info->var; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_pci.c: In function 'ipmi_pci_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_pci.c:66:25: note: byref variable will be forcibly initialized 66 | struct si_sm_io io; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/kernel/events/hw_breakpoint.c:21: /kisskb/src/kernel/events/hw_breakpoint.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/events/hw_breakpoint.c: In function 'modify_user_hw_breakpoint_check': /kisskb/src/kernel/events/hw_breakpoint.c:489:40: note: byref variable will be forcibly initialized 489 | struct perf_event_attr old_attr; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c: In function 'ipmi_platform_add': /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c:17:31: note: byref variable will be forcibly initialized 17 | struct property_entry pr[6]; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c:16:25: note: byref variable will be forcibly initialized 16 | struct resource r[4]; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/seq_file.h:9, from /kisskb/src/kernel/trace/trace_probe.h:13, from /kisskb/src/kernel/trace/trace_probe.c:14: /kisskb/src/kernel/trace/trace_probe.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'find_fetch_type': /kisskb/src/kernel/trace/trace_probe.c:110:31: note: byref variable will be forcibly initialized 110 | unsigned long bs; | ^~ /kisskb/src/kernel/trace/trace_probe.c: In function '__parse_bitfield_probe_arg': /kisskb/src/kernel/trace/trace_probe.c:526:15: note: byref variable will be forcibly initialized 526 | char *tail; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/kernel/trace/trace_probe.h:13, from /kisskb/src/kernel/trace/trace_probe.c:14: /kisskb/src/kernel/trace/trace_probe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'parse_probe_vars': /kisskb/src/kernel/trace/trace_probe.c:278:23: note: byref variable will be forcibly initialized 278 | unsigned long param; | ^~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'parse_probe_arg': /kisskb/src/kernel/trace/trace_probe.c:374:15: note: byref variable will be forcibly initialized 374 | char *tmp; | ^~~ /kisskb/src/kernel/trace/trace_probe.c:373:14: note: byref variable will be forcibly initialized 373 | long offset = 0; | ^~~~~~ /kisskb/src/kernel/trace/trace_probe.c:371:23: note: byref variable will be forcibly initialized 371 | unsigned long param; | ^~~~~ /kisskb/src/kernel/trace/trace_probe.c:370:28: note: byref variable will be forcibly initialized 370 | struct fetch_insn *code = *pcode; | ^~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'traceprobe_parse_probe_arg_body': /kisskb/src/kernel/trace/trace_probe.c:558:28: note: byref variable will be forcibly initialized 558 | struct fetch_insn *code, *scode, *tmp = NULL; | ^~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'traceprobe_update_arg': /kisskb/src/kernel/trace/trace_probe.c:830:14: note: byref variable will be forcibly initialized 830 | long offset; | ^~~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'trace_probe_match_command_args': /kisskb/src/kernel/trace/trace_probe.c:1179:14: note: byref variable will be forcibly initialized 1179 | char buf[MAX_ARGSTR_LEN + 1]; | ^~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'trace_probe_create': /kisskb/src/kernel/trace/trace_probe.c:1196:13: note: byref variable will be forcibly initialized 1196 | int argc = 0, ret = 0; | ^~~~ /kisskb/src/lib/crc64-rocksoft.c: In function 'crc64_rocksoft_update': /kisskb/src/lib/crc64-rocksoft.c:62:11: note: byref variable will be forcibly initialized 62 | } desc; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/crc64-rocksoft.c:4: /kisskb/src/lib/crc64-rocksoft.c: In function 'crc64_rocksoft_rehash': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/crc64-rocksoft.c:42:9: note: in expansion of macro 'rcu_assign_pointer' 42 | rcu_assign_pointer(crc64_rocksoft_tfm, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:259:21: note: byref variable will be forcibly initialized 259 | struct path path; | ^~~~ /kisskb/src/sound/pci/ice1712/psc724.c: In function 'psc724_add_controls': /kisskb/src/sound/pci/ice1712/psc724.c:307:33: note: byref variable will be forcibly initialized 307 | struct snd_kcontrol_new cont; | ^~~~ /kisskb/src/sound/pci/ice1712/psc724.c: In function 'psc724_set_jack_state': /kisskb/src/sound/pci/ice1712/psc724.c:180:32: note: byref variable will be forcibly initialized 180 | struct snd_ctl_elem_id elem_id; | ^~~~~~~ /kisskb/src/kernel/ksysfs.c: In function 'vmcoreinfo_show': /kisskb/src/kernel/ksysfs.c:132:21: note: byref variable will be forcibly initialized 132 | phys_addr_t vmcore_base = paddr_vmcoreinfo_note(); | ^~~~~~~~~~~ /kisskb/src/kernel/ksysfs.c: In function 'kexec_crash_size_store': /kisskb/src/kernel/ksysfs.c:114:23: note: byref variable will be forcibly initialized 114 | unsigned long cnt; | ^~~ /kisskb/src/fs/jffs2/build.c: In function 'jffs2_build_filesystem': /kisskb/src/fs/jffs2/build.c:104:35: note: byref variable will be forcibly initialized 104 | struct jffs2_full_dirent *dead_fds = NULL; | ^~~~~~~~ /kisskb/src/fs/jffs2/build.c:101:21: note: byref variable will be forcibly initialized 101 | int ret, i, dir_hardlinks = 0; | ^~~~~~~~~~~~~ /kisskb/src/fs/jffs2/build.c:101:18: note: byref variable will be forcibly initialized 101 | int ret, i, dir_hardlinks = 0; | ^ /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c: In function 'ipmi_ipmb_thread': /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c:280:32: note: byref variable will be forcibly initialized 280 | struct i2c_msg i2c_msg; | ^~~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c:7: /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c: In function 'ipmi_ipmb_probe': /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c:489:39: note: byref variable will be forcibly initialized 489 | struct i2c_board_info binfo; | ^~~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'get_user_stack_nth': /kisskb/src/kernel/trace/trace_uprobe.c:113:23: note: byref variable will be forcibly initialized 113 | unsigned long ret; | ^~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'trace_uprobe_match_command_head': /kisskb/src/kernel/trace/trace_uprobe.c:285:14: note: byref variable will be forcibly initialized 285 | char buf[MAX_ARGSTR_LEN + 1]; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:19, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/trace/trace_uprobe.c:10: /kisskb/src/kernel/trace/trace_uprobe.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function '__uprobe_trace_func': /kisskb/src/kernel/trace/trace_uprobe.c:950:35: note: byref variable will be forcibly initialized 950 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function '__uprobe_perf_func': /kisskb/src/kernel/trace/trace_uprobe.c:1343:13: note: byref variable will be forcibly initialized 1343 | int rctx; | ^~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'uretprobe_dispatcher': /kisskb/src/kernel/trace/trace_uprobe.c:1511:37: note: byref variable will be forcibly initialized 1511 | struct uprobe_dispatch_data udd; | ^~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'uprobe_dispatcher': /kisskb/src/kernel/trace/trace_uprobe.c:1473:37: note: byref variable will be forcibly initialized 1473 | struct uprobe_dispatch_data udd; | ^~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function '__trace_uprobe_create': /kisskb/src/kernel/trace/trace_uprobe.c:545:31: note: byref variable will be forcibly initialized 545 | unsigned long offset, ref_ctr_offset; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_uprobe.c:545:23: note: byref variable will be forcibly initialized 545 | unsigned long offset, ref_ctr_offset; | ^~~~~~ /kisskb/src/kernel/trace/trace_uprobe.c:544:21: note: byref variable will be forcibly initialized 544 | struct path path; | ^~~~ /kisskb/src/kernel/trace/trace_uprobe.c:542:14: note: byref variable will be forcibly initialized 542 | char buf[MAX_EVENT_NAME_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_uprobe.c:540:36: note: byref variable will be forcibly initialized 540 | const char *event = NULL, *group = UPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/kernel/trace/trace_uprobe.c:540:21: note: byref variable will be forcibly initialized 540 | const char *event = NULL, *group = UPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'create_local_trace_uprobe': /kisskb/src/kernel/trace/trace_uprobe.c:1581:21: note: byref variable will be forcibly initialized 1581 | struct path path; | ^~~~ /kisskb/src/fs/jffs2/erase.c: In function 'jffs2_block_check_erase': /kisskb/src/fs/jffs2/erase.c:315:16: note: byref variable will be forcibly initialized 315 | size_t retlen; | ^~~~~~ /kisskb/src/fs/jffs2/erase.c:313:15: note: byref variable will be forcibly initialized 313 | void *ebuf; | ^~~~ /kisskb/src/fs/jffs2/erase.c: In function 'jffs2_mark_erased_block': /kisskb/src/fs/jffs2/erase.c:423:43: note: byref variable will be forcibly initialized 423 | struct jffs2_unknown_node marker = { | ^~~~~~ /kisskb/src/fs/jffs2/erase.c:422:29: note: byref variable will be forcibly initialized 422 | struct kvec vecs[1]; | ^~~~ /kisskb/src/fs/jffs2/erase.c:402:18: note: byref variable will be forcibly initialized 402 | uint32_t bad_offset; | ^~~~~~~~~~ /kisskb/src/fs/jffs2/erase.c:400:16: note: byref variable will be forcibly initialized 400 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function '__ipmi_set_timeout': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:367:43: note: byref variable will be forcibly initialized 367 | struct ipmi_system_interface_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:365:43: note: byref variable will be forcibly initialized 365 | unsigned char data[6]; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:364:43: note: byref variable will be forcibly initialized 364 | 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:551:43: note: byref variable will be forcibly initialized 551 | struct ipmi_system_interface_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:549:32: note: byref variable will be forcibly initialized 549 | 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:426:13: note: byref variable will be forcibly initialized 426 | int send_heartbeat_now; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'ipmi_ioctl': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:674:13: note: byref variable will be forcibly initialized 674 | int val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'panic_halt_ipmi_heartbeat': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:482:43: note: byref variable will be forcibly initialized 482 | struct ipmi_system_interface_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:481:44: note: byref variable will be forcibly initialized 481 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'ipmi_read': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:787:28: note: byref variable will be forcibly initialized 787 | 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:526:13: note: byref variable will be forcibly initialized 526 | 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:15: note: byref variable will be forcibly initialized 178 | char *endp; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c: In function 'set_param_str': /kisskb/src/drivers/char/ipmi/ipmi_watchdog.c:212:20: note: byref variable will be forcibly initialized 212 | char valcp[16]; | ^~~~~ /kisskb/src/fs/orangefs/orangefs-sysfs.c: In function 'sysfs_service_op_store': /kisskb/src/fs/orangefs/orangefs-sysfs.c:629:35: note: byref variable will be forcibly initialized 629 | int val1, val2; | ^~~~ /kisskb/src/fs/orangefs/orangefs-sysfs.c:629:29: note: byref variable will be forcibly initialized 629 | int val1, val2; | ^~~~ /kisskb/src/fs/orangefs/orangefs-sysfs.c:539:13: note: byref variable will be forcibly initialized 539 | int val = 0; | ^~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_match_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:1037:33: note: byref variable will be forcibly initialized 1037 | struct fb_videomode *m, mode; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/cred.h:13, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'override_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:578:9: note: in expansion of macro 'rcu_assign_pointer' 578 | rcu_assign_pointer(current->cred, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c: In function 'revert_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:606:9: note: in expansion of macro 'rcu_assign_pointer' 606 | rcu_assign_pointer(current->cred, old); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_best_display': /kisskb/src/drivers/video/fbdev/core/modedb.c:1178:42: note: byref variable will be forcibly initialized 1178 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/kernel/reboot.c: In function 'cpu_store': /kisskb/src/kernel/reboot.c:1208:22: note: byref variable will be forcibly initialized 1208 | unsigned int cpunum; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:719:45: note: byref variable will be forcibly initialized 719 | struct fb_videomode cvt_mode; | ^~~~~~~~ /kisskb/src/kernel/reboot.c: In function '__do_sys_reboot': /kisskb/src/kernel/reboot.c:687:14: note: byref variable will be forcibly initialized 687 | char buffer[256]; | ^~~~~~ /kisskb/src/kernel/cred.c: In function 'commit_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:501:9: note: in expansion of macro 'rcu_assign_pointer' 501 | rcu_assign_pointer(task->cred, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:500:9: note: in expansion of macro 'rcu_assign_pointer' 500 | rcu_assign_pointer(task->real_cred, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c: In function 'set_security_override_from_ctx': /kisskb/src/kernel/cred.c:793:13: note: byref variable will be forcibly initialized 793 | u32 secid; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/kernel/async.c:47: /kisskb/src/kernel/async.c: In function 'async_synchronize_cookie_domain': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/async.c:274:9: note: in expansion of macro 'wait_event' 274 | wait_event(async_done, lowest_in_progress(domain) >= cookie); | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcvt.c: In function 'fb_find_mode_cvt': /kisskb/src/drivers/video/fbdev/core/fbcvt.c:296:28: note: byref variable will be forcibly initialized 296 | struct fb_cvt_data cvt; | ^~~ /kisskb/src/sound/pci/ice1712/wm8766.c: In function 'snd_wm8766_ctl_get': /kisskb/src/sound/pci/ice1712/wm8766.c:210:19: note: byref variable will be forcibly initialized 210 | u16 val1, val2; | ^~~~ /kisskb/src/sound/pci/ice1712/wm8766.c:210:13: note: byref variable will be forcibly initialized 210 | u16 val1, val2; | ^~~~ /kisskb/src/sound/pci/ice1712/wm8766.c: In function 'snd_wm8766_add_control': /kisskb/src/sound/pci/ice1712/wm8766.c:278:33: note: byref variable will be forcibly initialized 278 | struct snd_kcontrol_new cont; | ^~~~ /kisskb/src/sound/pci/ice1712/wm8776.c: In function 'snd_wm8776_ctl_get': /kisskb/src/sound/pci/ice1712/wm8776.c:484:19: note: byref variable will be forcibly initialized 484 | u16 val1, val2; | ^~~~ /kisskb/src/sound/pci/ice1712/wm8776.c:484:13: note: byref variable will be forcibly initialized 484 | u16 val1, val2; | ^~~~ /kisskb/src/sound/pci/ice1712/wm8776.c: In function 'snd_wm8776_activate_ctl': /kisskb/src/sound/pci/ice1712/wm8776.c:37:32: note: byref variable will be forcibly initialized 37 | struct snd_ctl_elem_id elem_id; | ^~~~~~~ /kisskb/src/sound/pci/ice1712/wm8776.c: In function 'snd_wm8776_add_control': /kisskb/src/sound/pci/ice1712/wm8776.c:552:33: note: byref variable will be forcibly initialized 552 | struct snd_kcontrol_new cont; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/kunit/test.h:22, from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'size_sub': /kisskb/src/include/linux/overflow.h:175:16: note: byref variable will be forcibly initialized 175 | size_t bytes; | ^~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'do_test_s64': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:260:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 260 | DEFINE_TEST_FUNC(s64, "%lld"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'do_test_u64': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:259:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 259 | DEFINE_TEST_FUNC(u64, "%llu"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'do_test_s32': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:257:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 257 | DEFINE_TEST_FUNC(s32, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'do_test_u32': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:256:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 256 | DEFINE_TEST_FUNC(u32, "%u"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'do_test_s16': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:255:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 255 | DEFINE_TEST_FUNC(s16, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'do_test_u16': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:254:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 254 | DEFINE_TEST_FUNC(u16, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'do_test_s8': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:253:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 253 | DEFINE_TEST_FUNC(s8, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'do_test_u8': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:240:9: note: in expansion of macro 'check_one_op' 240 | check_one_op(t, fmt, mul, "*", p->b, p->a, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:239:9: note: in expansion of macro 'check_one_op' 239 | check_one_op(t, fmt, mul, "*", p->a, p->b, p->prod, p->p_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:238:9: note: in expansion of macro 'check_one_op' 238 | check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:237:9: note: in expansion of macro 'check_one_op' 237 | check_one_op(t, fmt, add, "+", p->b, p->a, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:228:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 228 | KUNIT_EXPECT_EQ_MSG(test, _r, r, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:225:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 225 | KUNIT_EXPECT_EQ_MSG(test, _of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:221:11: note: byref variable will be forcibly initialized 221 | t _r; \ | ^~ /kisskb/src/lib/overflow_kunit.c:236:9: note: in expansion of macro 'check_one_op' 236 | check_one_op(t, fmt, add, "+", p->a, p->b, p->sum, p->s_of); \ | ^~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:252:1: note: in expansion of macro 'DEFINE_TEST_FUNC' 252 | DEFINE_TEST_FUNC(u8, "%d"); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'overflow_size_helpers_test': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:639:9: note: in expansion of macro 'check_one_size_helper' 639 | check_one_size_helper(SIZE_MAX, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:637:9: note: in expansion of macro 'check_one_size_helper' 637 | check_one_size_helper(SIZE_MAX, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:635:9: note: in expansion of macro 'check_one_size_helper' 635 | check_one_size_helper(sizeof(*obj) + sizeof(*obj->data), | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:634:9: note: in expansion of macro 'check_one_size_helper' 634 | check_one_size_helper(sizeof(*obj), struct_size, obj, data, 0 + unconst); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:632:9: note: in expansion of macro 'check_one_size_helper' 632 | check_one_size_helper(sizeof(*obj) + (5 * sizeof(*obj->data)), | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:630:9: note: in expansion of macro 'check_one_size_helper' 630 | check_one_size_helper(sizeof(*obj) + (4 * sizeof(*obj->data)), | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:626:9: note: in expansion of macro 'check_one_size_helper' 626 | check_one_size_helper(SIZE_MAX, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:624:9: note: in expansion of macro 'check_one_size_helper' 624 | check_one_size_helper(SIZE_MAX, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:622:9: note: in expansion of macro 'check_one_size_helper' 622 | check_one_size_helper(7 * sizeof(*obj->data), | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:620:9: note: in expansion of macro 'check_one_size_helper' 620 | check_one_size_helper(sizeof(*obj->data), | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:619:9: note: in expansion of macro 'check_one_size_helper' 619 | check_one_size_helper(0, flex_array_size, obj, data, 0 + unconst); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:617:9: note: in expansion of macro 'check_one_size_helper' 617 | check_one_size_helper(5 * sizeof(*obj->data), | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:615:9: note: in expansion of macro 'check_one_size_helper' 615 | check_one_size_helper(4 * sizeof(*obj->data), | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:612:9: note: in expansion of macro 'check_one_size_helper' 612 | check_one_size_helper(1, size_sub, SIZE_MAX - 1, -3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:611:9: note: in expansion of macro 'check_one_size_helper' 611 | check_one_size_helper(SIZE_MAX - 4, size_sub, SIZE_MAX - 1, 3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:610:9: note: in expansion of macro 'check_one_size_helper' 610 | check_one_size_helper(SIZE_MAX - 2, size_sub, SIZE_MAX - 1, 1); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:609:9: note: in expansion of macro 'check_one_size_helper' 609 | check_one_size_helper(SIZE_MAX, size_sub, 14, SIZE_MAX); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:608:9: note: in expansion of macro 'check_one_size_helper' 608 | check_one_size_helper(SIZE_MAX, size_sub, 0, SIZE_MAX); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:607:9: note: in expansion of macro 'check_one_size_helper' 607 | check_one_size_helper(SIZE_MAX, size_sub, SIZE_MAX, 10); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:606:9: note: in expansion of macro 'check_one_size_helper' 606 | check_one_size_helper(SIZE_MAX, size_sub, SIZE_MAX, 0); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:605:9: note: in expansion of macro 'check_one_size_helper' 605 | check_one_size_helper(SIZE_MAX, size_sub, 2, 3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:604:9: note: in expansion of macro 'check_one_size_helper' 604 | check_one_size_helper(SIZE_MAX, size_sub, 0, 9); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:603:9: note: in expansion of macro 'check_one_size_helper' 603 | check_one_size_helper(SIZE_MAX, size_sub, 9, -3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:602:9: note: in expansion of macro 'check_one_size_helper' 602 | check_one_size_helper(9, size_sub, 9, 0); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:601:9: note: in expansion of macro 'check_one_size_helper' 601 | check_one_size_helper(1, size_sub, 3, 2); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:600:9: note: in expansion of macro 'check_one_size_helper' 600 | check_one_size_helper(1, size_sub, 4, var--); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:599:9: note: in expansion of macro 'check_one_size_helper' 599 | check_one_size_helper(1, size_sub, var--, 3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:596:9: note: in expansion of macro 'check_one_size_helper' 596 | check_one_size_helper(SIZE_MAX, size_add, SIZE_MAX, -3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:595:9: note: in expansion of macro 'check_one_size_helper' 595 | check_one_size_helper(SIZE_MAX, size_add, SIZE_MAX, 3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:594:9: note: in expansion of macro 'check_one_size_helper' 594 | check_one_size_helper(SIZE_MAX, size_add, SIZE_MAX, 1); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:593:9: note: in expansion of macro 'check_one_size_helper' 593 | check_one_size_helper(5, size_add, 2, 3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:592:9: note: in expansion of macro 'check_one_size_helper' 592 | check_one_size_helper(9, size_add, 0, 9); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:591:9: note: in expansion of macro 'check_one_size_helper' 591 | check_one_size_helper(9, size_add, 9, 0); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:590:9: note: in expansion of macro 'check_one_size_helper' 590 | check_one_size_helper(9, size_add, 4, var++); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:589:9: note: in expansion of macro 'check_one_size_helper' 589 | check_one_size_helper(9, size_add, var++, 5); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:586:9: note: in expansion of macro 'check_one_size_helper' 586 | check_one_size_helper(SIZE_MAX, size_mul, SIZE_MAX, -3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:585:9: note: in expansion of macro 'check_one_size_helper' 585 | check_one_size_helper(SIZE_MAX, size_mul, SIZE_MAX, 3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:584:9: note: in expansion of macro 'check_one_size_helper' 584 | check_one_size_helper(SIZE_MAX, size_mul, SIZE_MAX, 1); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:583:9: note: in expansion of macro 'check_one_size_helper' 583 | check_one_size_helper(6, size_mul, 2, 3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:582:9: note: in expansion of macro 'check_one_size_helper' 582 | check_one_size_helper(0, size_mul, 3, 0); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:581:9: note: in expansion of macro 'check_one_size_helper' 581 | check_one_size_helper(0, size_mul, 0, 3); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:580:9: note: in expansion of macro 'check_one_size_helper' 580 | check_one_size_helper(20, size_mul, 4, var++); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:572:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 572 | KUNIT_EXPECT_EQ_MSG(test, _r, expected, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:579:9: note: in expansion of macro 'check_one_size_helper' 579 | check_one_size_helper(20, size_mul, var++, 5); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:568:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 568 | KUNIT_EXPECT_EQ(test, sizeof(ce_array), struct_size(obj, data, var)); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'overflow_shift_test': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:447:9: note: in expansion of macro 'TEST_ONE_SHIFT' 447 | TEST_ONE_SHIFT(0, 63, s64, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:447:9: note: in expansion of macro 'TEST_ONE_SHIFT' 447 | TEST_ONE_SHIFT(0, 63, s64, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:447:9: note: in expansion of macro 'TEST_ONE_SHIFT' 447 | TEST_ONE_SHIFT(0, 63, s64, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:446:9: note: in expansion of macro 'TEST_ONE_SHIFT' 446 | TEST_ONE_SHIFT(0, 31, s32, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:446:9: note: in expansion of macro 'TEST_ONE_SHIFT' 446 | TEST_ONE_SHIFT(0, 31, s32, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:446:9: note: in expansion of macro 'TEST_ONE_SHIFT' 446 | TEST_ONE_SHIFT(0, 31, s32, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:445:9: note: in expansion of macro 'TEST_ONE_SHIFT' 445 | TEST_ONE_SHIFT(0, 31, int, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:445:9: note: in expansion of macro 'TEST_ONE_SHIFT' 445 | TEST_ONE_SHIFT(0, 31, int, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:445:9: note: in expansion of macro 'TEST_ONE_SHIFT' 445 | TEST_ONE_SHIFT(0, 31, int, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:444:9: note: in expansion of macro 'TEST_ONE_SHIFT' 444 | TEST_ONE_SHIFT(0, 15, s16, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:444:9: note: in expansion of macro 'TEST_ONE_SHIFT' 444 | TEST_ONE_SHIFT(0, 15, s16, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:444:9: note: in expansion of macro 'TEST_ONE_SHIFT' 444 | TEST_ONE_SHIFT(0, 15, s16, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:443:9: note: in expansion of macro 'TEST_ONE_SHIFT' 443 | TEST_ONE_SHIFT(0, 7, s8, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:443:9: note: in expansion of macro 'TEST_ONE_SHIFT' 443 | TEST_ONE_SHIFT(0, 7, s8, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:443:9: note: in expansion of macro 'TEST_ONE_SHIFT' 443 | TEST_ONE_SHIFT(0, 7, s8, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:432:9: note: in expansion of macro 'TEST_ONE_SHIFT' 432 | TEST_ONE_SHIFT(0, 65, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:432:9: note: in expansion of macro 'TEST_ONE_SHIFT' 432 | TEST_ONE_SHIFT(0, 65, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:432:9: note: in expansion of macro 'TEST_ONE_SHIFT' 432 | TEST_ONE_SHIFT(0, 65, s64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:431:9: note: in expansion of macro 'TEST_ONE_SHIFT' 431 | TEST_ONE_SHIFT(0, 64, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:431:9: note: in expansion of macro 'TEST_ONE_SHIFT' 431 | TEST_ONE_SHIFT(0, 64, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:431:9: note: in expansion of macro 'TEST_ONE_SHIFT' 431 | TEST_ONE_SHIFT(0, 64, s64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:430:9: note: in expansion of macro 'TEST_ONE_SHIFT' 430 | TEST_ONE_SHIFT(0, 65, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:430:9: note: in expansion of macro 'TEST_ONE_SHIFT' 430 | TEST_ONE_SHIFT(0, 65, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:430:9: note: in expansion of macro 'TEST_ONE_SHIFT' 430 | TEST_ONE_SHIFT(0, 65, u64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:429:9: note: in expansion of macro 'TEST_ONE_SHIFT' 429 | TEST_ONE_SHIFT(0, 64, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:429:9: note: in expansion of macro 'TEST_ONE_SHIFT' 429 | TEST_ONE_SHIFT(0, 64, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:429:9: note: in expansion of macro 'TEST_ONE_SHIFT' 429 | TEST_ONE_SHIFT(0, 64, u64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:428:9: note: in expansion of macro 'TEST_ONE_SHIFT' 428 | TEST_ONE_SHIFT(0, 33, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:428:9: note: in expansion of macro 'TEST_ONE_SHIFT' 428 | TEST_ONE_SHIFT(0, 33, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:428:9: note: in expansion of macro 'TEST_ONE_SHIFT' 428 | TEST_ONE_SHIFT(0, 33, s32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:427:9: note: in expansion of macro 'TEST_ONE_SHIFT' 427 | TEST_ONE_SHIFT(0, 32, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:427:9: note: in expansion of macro 'TEST_ONE_SHIFT' 427 | TEST_ONE_SHIFT(0, 32, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:427:9: note: in expansion of macro 'TEST_ONE_SHIFT' 427 | TEST_ONE_SHIFT(0, 32, s32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:426:9: note: in expansion of macro 'TEST_ONE_SHIFT' 426 | TEST_ONE_SHIFT(0, 33, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:426:9: note: in expansion of macro 'TEST_ONE_SHIFT' 426 | TEST_ONE_SHIFT(0, 33, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:426:9: note: in expansion of macro 'TEST_ONE_SHIFT' 426 | TEST_ONE_SHIFT(0, 33, int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:425:9: note: in expansion of macro 'TEST_ONE_SHIFT' 425 | TEST_ONE_SHIFT(0, 32, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:425:9: note: in expansion of macro 'TEST_ONE_SHIFT' 425 | TEST_ONE_SHIFT(0, 32, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:425:9: note: in expansion of macro 'TEST_ONE_SHIFT' 425 | TEST_ONE_SHIFT(0, 32, int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:424:9: note: in expansion of macro 'TEST_ONE_SHIFT' 424 | TEST_ONE_SHIFT(0, 33, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:424:9: note: in expansion of macro 'TEST_ONE_SHIFT' 424 | TEST_ONE_SHIFT(0, 33, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:424:9: note: in expansion of macro 'TEST_ONE_SHIFT' 424 | TEST_ONE_SHIFT(0, 33, u32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:423:9: note: in expansion of macro 'TEST_ONE_SHIFT' 423 | TEST_ONE_SHIFT(0, 32, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:423:9: note: in expansion of macro 'TEST_ONE_SHIFT' 423 | TEST_ONE_SHIFT(0, 32, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:423:9: note: in expansion of macro 'TEST_ONE_SHIFT' 423 | TEST_ONE_SHIFT(0, 32, u32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:422:9: note: in expansion of macro 'TEST_ONE_SHIFT' 422 | TEST_ONE_SHIFT(0, 17, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:422:9: note: in expansion of macro 'TEST_ONE_SHIFT' 422 | TEST_ONE_SHIFT(0, 17, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:422:9: note: in expansion of macro 'TEST_ONE_SHIFT' 422 | TEST_ONE_SHIFT(0, 17, s16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:421:9: note: in expansion of macro 'TEST_ONE_SHIFT' 421 | TEST_ONE_SHIFT(0, 16, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:421:9: note: in expansion of macro 'TEST_ONE_SHIFT' 421 | TEST_ONE_SHIFT(0, 16, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:421:9: note: in expansion of macro 'TEST_ONE_SHIFT' 421 | TEST_ONE_SHIFT(0, 16, s16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:420:9: note: in expansion of macro 'TEST_ONE_SHIFT' 420 | TEST_ONE_SHIFT(0, 17, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:420:9: note: in expansion of macro 'TEST_ONE_SHIFT' 420 | TEST_ONE_SHIFT(0, 17, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:420:9: note: in expansion of macro 'TEST_ONE_SHIFT' 420 | TEST_ONE_SHIFT(0, 17, u16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:419:9: note: in expansion of macro 'TEST_ONE_SHIFT' 419 | TEST_ONE_SHIFT(0, 16, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:419:9: note: in expansion of macro 'TEST_ONE_SHIFT' 419 | TEST_ONE_SHIFT(0, 16, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:419:9: note: in expansion of macro 'TEST_ONE_SHIFT' 419 | TEST_ONE_SHIFT(0, 16, u16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:418:9: note: in expansion of macro 'TEST_ONE_SHIFT' 418 | TEST_ONE_SHIFT(0, 9, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:418:9: note: in expansion of macro 'TEST_ONE_SHIFT' 418 | TEST_ONE_SHIFT(0, 9, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:418:9: note: in expansion of macro 'TEST_ONE_SHIFT' 418 | TEST_ONE_SHIFT(0, 9, s8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:417:9: note: in expansion of macro 'TEST_ONE_SHIFT' 417 | TEST_ONE_SHIFT(0, 8, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:417:9: note: in expansion of macro 'TEST_ONE_SHIFT' 417 | TEST_ONE_SHIFT(0, 8, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:417:9: note: in expansion of macro 'TEST_ONE_SHIFT' 417 | TEST_ONE_SHIFT(0, 8, s8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:416:9: note: in expansion of macro 'TEST_ONE_SHIFT' 416 | TEST_ONE_SHIFT(0, 9, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:416:9: note: in expansion of macro 'TEST_ONE_SHIFT' 416 | TEST_ONE_SHIFT(0, 9, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:416:9: note: in expansion of macro 'TEST_ONE_SHIFT' 416 | TEST_ONE_SHIFT(0, 9, u8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:415:9: note: in expansion of macro 'TEST_ONE_SHIFT' 415 | TEST_ONE_SHIFT(0, 8, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:415:9: note: in expansion of macro 'TEST_ONE_SHIFT' 415 | TEST_ONE_SHIFT(0, 8, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:415:9: note: in expansion of macro 'TEST_ONE_SHIFT' 415 | TEST_ONE_SHIFT(0, 8, u8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:412:9: note: in expansion of macro 'TEST_ONE_SHIFT' 412 | TEST_ONE_SHIFT(0, -30, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:412:9: note: in expansion of macro 'TEST_ONE_SHIFT' 412 | TEST_ONE_SHIFT(0, -30, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:412:9: note: in expansion of macro 'TEST_ONE_SHIFT' 412 | TEST_ONE_SHIFT(0, -30, u64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:411:9: note: in expansion of macro 'TEST_ONE_SHIFT' 411 | TEST_ONE_SHIFT(0, -30, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:411:9: note: in expansion of macro 'TEST_ONE_SHIFT' 411 | TEST_ONE_SHIFT(0, -30, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:411:9: note: in expansion of macro 'TEST_ONE_SHIFT' 411 | TEST_ONE_SHIFT(0, -30, s64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:410:9: note: in expansion of macro 'TEST_ONE_SHIFT' 410 | TEST_ONE_SHIFT(0, -20, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:410:9: note: in expansion of macro 'TEST_ONE_SHIFT' 410 | TEST_ONE_SHIFT(0, -20, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:410:9: note: in expansion of macro 'TEST_ONE_SHIFT' 410 | TEST_ONE_SHIFT(0, -20, u32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:409:9: note: in expansion of macro 'TEST_ONE_SHIFT' 409 | TEST_ONE_SHIFT(0, -20, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:409:9: note: in expansion of macro 'TEST_ONE_SHIFT' 409 | TEST_ONE_SHIFT(0, -20, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:409:9: note: in expansion of macro 'TEST_ONE_SHIFT' 409 | TEST_ONE_SHIFT(0, -20, s32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:408:9: note: in expansion of macro 'TEST_ONE_SHIFT' 408 | TEST_ONE_SHIFT(0, -15, unsigned int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:408:9: note: in expansion of macro 'TEST_ONE_SHIFT' 408 | TEST_ONE_SHIFT(0, -15, unsigned int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:408:9: note: in expansion of macro 'TEST_ONE_SHIFT' 408 | TEST_ONE_SHIFT(0, -15, unsigned int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:407:9: note: in expansion of macro 'TEST_ONE_SHIFT' 407 | TEST_ONE_SHIFT(0, -15, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:407:9: note: in expansion of macro 'TEST_ONE_SHIFT' 407 | TEST_ONE_SHIFT(0, -15, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:407:9: note: in expansion of macro 'TEST_ONE_SHIFT' 407 | TEST_ONE_SHIFT(0, -15, int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:406:9: note: in expansion of macro 'TEST_ONE_SHIFT' 406 | TEST_ONE_SHIFT(0, -10, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:406:9: note: in expansion of macro 'TEST_ONE_SHIFT' 406 | TEST_ONE_SHIFT(0, -10, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:406:9: note: in expansion of macro 'TEST_ONE_SHIFT' 406 | TEST_ONE_SHIFT(0, -10, u16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:405:9: note: in expansion of macro 'TEST_ONE_SHIFT' 405 | TEST_ONE_SHIFT(0, -10, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:405:9: note: in expansion of macro 'TEST_ONE_SHIFT' 405 | TEST_ONE_SHIFT(0, -10, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:405:9: note: in expansion of macro 'TEST_ONE_SHIFT' 405 | TEST_ONE_SHIFT(0, -10, s16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:404:9: note: in expansion of macro 'TEST_ONE_SHIFT' 404 | TEST_ONE_SHIFT(0, -5, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:404:9: note: in expansion of macro 'TEST_ONE_SHIFT' 404 | TEST_ONE_SHIFT(0, -5, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:404:9: note: in expansion of macro 'TEST_ONE_SHIFT' 404 | TEST_ONE_SHIFT(0, -5, u8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:403:9: note: in expansion of macro 'TEST_ONE_SHIFT' 403 | TEST_ONE_SHIFT(0, -5, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:403:9: note: in expansion of macro 'TEST_ONE_SHIFT' 403 | TEST_ONE_SHIFT(0, -5, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:403:9: note: in expansion of macro 'TEST_ONE_SHIFT' 403 | TEST_ONE_SHIFT(0, -5, s8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:400:9: note: in expansion of macro 'TEST_ONE_SHIFT' 400 | TEST_ONE_SHIFT(-10000, 0, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:400:9: note: in expansion of macro 'TEST_ONE_SHIFT' 400 | TEST_ONE_SHIFT(-10000, 0, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:400:9: note: in expansion of macro 'TEST_ONE_SHIFT' 400 | TEST_ONE_SHIFT(-10000, 0, u64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:399:9: note: in expansion of macro 'TEST_ONE_SHIFT' 399 | TEST_ONE_SHIFT(-10000, 0, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:399:9: note: in expansion of macro 'TEST_ONE_SHIFT' 399 | TEST_ONE_SHIFT(-10000, 0, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:399:9: note: in expansion of macro 'TEST_ONE_SHIFT' 399 | TEST_ONE_SHIFT(-10000, 0, s64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:398:9: note: in expansion of macro 'TEST_ONE_SHIFT' 398 | TEST_ONE_SHIFT(-100, 0, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:398:9: note: in expansion of macro 'TEST_ONE_SHIFT' 398 | TEST_ONE_SHIFT(-100, 0, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:398:9: note: in expansion of macro 'TEST_ONE_SHIFT' 398 | TEST_ONE_SHIFT(-100, 0, u32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:397:9: note: in expansion of macro 'TEST_ONE_SHIFT' 397 | TEST_ONE_SHIFT(-100, 0, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:397:9: note: in expansion of macro 'TEST_ONE_SHIFT' 397 | TEST_ONE_SHIFT(-100, 0, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:397:9: note: in expansion of macro 'TEST_ONE_SHIFT' 397 | TEST_ONE_SHIFT(-100, 0, s32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:396:9: note: in expansion of macro 'TEST_ONE_SHIFT' 396 | TEST_ONE_SHIFT(-10, 0, unsigned int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:396:9: note: in expansion of macro 'TEST_ONE_SHIFT' 396 | TEST_ONE_SHIFT(-10, 0, unsigned int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:396:9: note: in expansion of macro 'TEST_ONE_SHIFT' 396 | TEST_ONE_SHIFT(-10, 0, unsigned int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:395:9: note: in expansion of macro 'TEST_ONE_SHIFT' 395 | TEST_ONE_SHIFT(-10, 0, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:395:9: note: in expansion of macro 'TEST_ONE_SHIFT' 395 | TEST_ONE_SHIFT(-10, 0, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:395:9: note: in expansion of macro 'TEST_ONE_SHIFT' 395 | TEST_ONE_SHIFT(-10, 0, int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:394:9: note: in expansion of macro 'TEST_ONE_SHIFT' 394 | TEST_ONE_SHIFT(-5, 0, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:394:9: note: in expansion of macro 'TEST_ONE_SHIFT' 394 | TEST_ONE_SHIFT(-5, 0, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:394:9: note: in expansion of macro 'TEST_ONE_SHIFT' 394 | TEST_ONE_SHIFT(-5, 0, u16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:393:9: note: in expansion of macro 'TEST_ONE_SHIFT' 393 | TEST_ONE_SHIFT(-5, 0, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:393:9: note: in expansion of macro 'TEST_ONE_SHIFT' 393 | TEST_ONE_SHIFT(-5, 0, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:393:9: note: in expansion of macro 'TEST_ONE_SHIFT' 393 | TEST_ONE_SHIFT(-5, 0, s16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:392:9: note: in expansion of macro 'TEST_ONE_SHIFT' 392 | TEST_ONE_SHIFT(-1, 0, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:392:9: note: in expansion of macro 'TEST_ONE_SHIFT' 392 | TEST_ONE_SHIFT(-1, 0, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:392:9: note: in expansion of macro 'TEST_ONE_SHIFT' 392 | TEST_ONE_SHIFT(-1, 0, u8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:391:9: note: in expansion of macro 'TEST_ONE_SHIFT' 391 | TEST_ONE_SHIFT(-1, 0, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:391:9: note: in expansion of macro 'TEST_ONE_SHIFT' 391 | TEST_ONE_SHIFT(-1, 0, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:391:9: note: in expansion of macro 'TEST_ONE_SHIFT' 391 | TEST_ONE_SHIFT(-1, 0, s8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:388:9: note: in expansion of macro 'TEST_ONE_SHIFT' 388 | TEST_ONE_SHIFT(0xFFFFFFFFFFFFFFFFULL, 0, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:388:9: note: in expansion of macro 'TEST_ONE_SHIFT' 388 | TEST_ONE_SHIFT(0xFFFFFFFFFFFFFFFFULL, 0, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:388:9: note: in expansion of macro 'TEST_ONE_SHIFT' 388 | TEST_ONE_SHIFT(0xFFFFFFFFFFFFFFFFULL, 0, s64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:387:9: note: in expansion of macro 'TEST_ONE_SHIFT' 387 | TEST_ONE_SHIFT(0xFFFFFFFFUL, 0, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:387:9: note: in expansion of macro 'TEST_ONE_SHIFT' 387 | TEST_ONE_SHIFT(0xFFFFFFFFUL, 0, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:387:9: note: in expansion of macro 'TEST_ONE_SHIFT' 387 | TEST_ONE_SHIFT(0xFFFFFFFFUL, 0, int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:386:9: note: in expansion of macro 'TEST_ONE_SHIFT' 386 | TEST_ONE_SHIFT(0xFFFFFFFFUL, 0, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:386:9: note: in expansion of macro 'TEST_ONE_SHIFT' 386 | TEST_ONE_SHIFT(0xFFFFFFFFUL, 0, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:386:9: note: in expansion of macro 'TEST_ONE_SHIFT' 386 | TEST_ONE_SHIFT(0xFFFFFFFFUL, 0, s32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:385:9: note: in expansion of macro 'TEST_ONE_SHIFT' 385 | TEST_ONE_SHIFT(0x100000000ULL, 0, unsigned int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:385:9: note: in expansion of macro 'TEST_ONE_SHIFT' 385 | TEST_ONE_SHIFT(0x100000000ULL, 0, unsigned int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:385:9: note: in expansion of macro 'TEST_ONE_SHIFT' 385 | TEST_ONE_SHIFT(0x100000000ULL, 0, unsigned int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:384:9: note: in expansion of macro 'TEST_ONE_SHIFT' 384 | TEST_ONE_SHIFT(0x100000000ULL, 0, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:384:9: note: in expansion of macro 'TEST_ONE_SHIFT' 384 | TEST_ONE_SHIFT(0x100000000ULL, 0, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:384:9: note: in expansion of macro 'TEST_ONE_SHIFT' 384 | TEST_ONE_SHIFT(0x100000000ULL, 0, u32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:383:9: note: in expansion of macro 'TEST_ONE_SHIFT' 383 | TEST_ONE_SHIFT(0xFFFFU, 0, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:383:9: note: in expansion of macro 'TEST_ONE_SHIFT' 383 | TEST_ONE_SHIFT(0xFFFFU, 0, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:383:9: note: in expansion of macro 'TEST_ONE_SHIFT' 383 | TEST_ONE_SHIFT(0xFFFFU, 0, s16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:382:9: note: in expansion of macro 'TEST_ONE_SHIFT' 382 | TEST_ONE_SHIFT(0x10000U, 0, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:382:9: note: in expansion of macro 'TEST_ONE_SHIFT' 382 | TEST_ONE_SHIFT(0x10000U, 0, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:382:9: note: in expansion of macro 'TEST_ONE_SHIFT' 382 | TEST_ONE_SHIFT(0x10000U, 0, u16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:381:9: note: in expansion of macro 'TEST_ONE_SHIFT' 381 | TEST_ONE_SHIFT(0xFF, 0, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:381:9: note: in expansion of macro 'TEST_ONE_SHIFT' 381 | TEST_ONE_SHIFT(0xFF, 0, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:381:9: note: in expansion of macro 'TEST_ONE_SHIFT' 381 | TEST_ONE_SHIFT(0xFF, 0, s8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:380:9: note: in expansion of macro 'TEST_ONE_SHIFT' 380 | TEST_ONE_SHIFT(0x100, 0, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:380:9: note: in expansion of macro 'TEST_ONE_SHIFT' 380 | TEST_ONE_SHIFT(0x100, 0, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:380:9: note: in expansion of macro 'TEST_ONE_SHIFT' 380 | TEST_ONE_SHIFT(0x100, 0, u8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:377:9: note: in expansion of macro 'TEST_ONE_SHIFT' 377 | TEST_ONE_SHIFT(4686030735197619275LL, 2, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:377:9: note: in expansion of macro 'TEST_ONE_SHIFT' 377 | TEST_ONE_SHIFT(4686030735197619275LL, 2, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:377:9: note: in expansion of macro 'TEST_ONE_SHIFT' 377 | TEST_ONE_SHIFT(4686030735197619275LL, 2, s64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:375:9: note: in expansion of macro 'TEST_ONE_SHIFT' 375 | TEST_ONE_SHIFT(1107575883, 2, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:375:9: note: in expansion of macro 'TEST_ONE_SHIFT' 375 | TEST_ONE_SHIFT(1107575883, 2, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:375:9: note: in expansion of macro 'TEST_ONE_SHIFT' 375 | TEST_ONE_SHIFT(1107575883, 2, int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:374:9: note: in expansion of macro 'TEST_ONE_SHIFT' 374 | TEST_ONE_SHIFT(1107575883, 2, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:374:9: note: in expansion of macro 'TEST_ONE_SHIFT' 374 | TEST_ONE_SHIFT(1107575883, 2, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:374:9: note: in expansion of macro 'TEST_ONE_SHIFT' 374 | TEST_ONE_SHIFT(1107575883, 2, s32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:372:9: note: in expansion of macro 'TEST_ONE_SHIFT' 372 | TEST_ONE_SHIFT(17483, 2, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:372:9: note: in expansion of macro 'TEST_ONE_SHIFT' 372 | TEST_ONE_SHIFT(17483, 2, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:372:9: note: in expansion of macro 'TEST_ONE_SHIFT' 372 | TEST_ONE_SHIFT(17483, 2, s16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:370:9: note: in expansion of macro 'TEST_ONE_SHIFT' 370 | TEST_ONE_SHIFT(75, 2, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:370:9: note: in expansion of macro 'TEST_ONE_SHIFT' 370 | TEST_ONE_SHIFT(75, 2, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:370:9: note: in expansion of macro 'TEST_ONE_SHIFT' 370 | TEST_ONE_SHIFT(75, 2, s8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:366:9: note: in expansion of macro 'TEST_ONE_SHIFT' 366 | TEST_ONE_SHIFT(4686030735197619275LL, 1, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:366:9: note: in expansion of macro 'TEST_ONE_SHIFT' 366 | TEST_ONE_SHIFT(4686030735197619275LL, 1, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:366:9: note: in expansion of macro 'TEST_ONE_SHIFT' 366 | TEST_ONE_SHIFT(4686030735197619275LL, 1, s64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:364:9: note: in expansion of macro 'TEST_ONE_SHIFT' 364 | TEST_ONE_SHIFT(1107575883, 1, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:364:9: note: in expansion of macro 'TEST_ONE_SHIFT' 364 | TEST_ONE_SHIFT(1107575883, 1, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:364:9: note: in expansion of macro 'TEST_ONE_SHIFT' 364 | TEST_ONE_SHIFT(1107575883, 1, int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:363:9: note: in expansion of macro 'TEST_ONE_SHIFT' 363 | TEST_ONE_SHIFT(1107575883, 1, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:363:9: note: in expansion of macro 'TEST_ONE_SHIFT' 363 | TEST_ONE_SHIFT(1107575883, 1, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:363:9: note: in expansion of macro 'TEST_ONE_SHIFT' 363 | TEST_ONE_SHIFT(1107575883, 1, s32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:361:9: note: in expansion of macro 'TEST_ONE_SHIFT' 361 | TEST_ONE_SHIFT(17483, 1, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:361:9: note: in expansion of macro 'TEST_ONE_SHIFT' 361 | TEST_ONE_SHIFT(17483, 1, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:361:9: note: in expansion of macro 'TEST_ONE_SHIFT' 361 | TEST_ONE_SHIFT(17483, 1, s16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:359:9: note: in expansion of macro 'TEST_ONE_SHIFT' 359 | TEST_ONE_SHIFT(75, 1, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:359:9: note: in expansion of macro 'TEST_ONE_SHIFT' 359 | TEST_ONE_SHIFT(75, 1, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:359:9: note: in expansion of macro 'TEST_ONE_SHIFT' 359 | TEST_ONE_SHIFT(75, 1, s8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:355:9: note: in expansion of macro 'TEST_ONE_SHIFT' 355 | TEST_ONE_SHIFT(9372061470395238550ULL, 1, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:355:9: note: in expansion of macro 'TEST_ONE_SHIFT' 355 | TEST_ONE_SHIFT(9372061470395238550ULL, 1, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:355:9: note: in expansion of macro 'TEST_ONE_SHIFT' 355 | TEST_ONE_SHIFT(9372061470395238550ULL, 1, u64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:353:9: note: in expansion of macro 'TEST_ONE_SHIFT' 353 | TEST_ONE_SHIFT(2215151766U, 1, unsigned int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:353:9: note: in expansion of macro 'TEST_ONE_SHIFT' 353 | TEST_ONE_SHIFT(2215151766U, 1, unsigned int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:353:9: note: in expansion of macro 'TEST_ONE_SHIFT' 353 | TEST_ONE_SHIFT(2215151766U, 1, unsigned int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:352:9: note: in expansion of macro 'TEST_ONE_SHIFT' 352 | TEST_ONE_SHIFT(2215151766U, 1, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:352:9: note: in expansion of macro 'TEST_ONE_SHIFT' 352 | TEST_ONE_SHIFT(2215151766U, 1, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:352:9: note: in expansion of macro 'TEST_ONE_SHIFT' 352 | TEST_ONE_SHIFT(2215151766U, 1, u32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:350:9: note: in expansion of macro 'TEST_ONE_SHIFT' 350 | TEST_ONE_SHIFT(34966, 1, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:350:9: note: in expansion of macro 'TEST_ONE_SHIFT' 350 | TEST_ONE_SHIFT(34966, 1, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:350:9: note: in expansion of macro 'TEST_ONE_SHIFT' 350 | TEST_ONE_SHIFT(34966, 1, u16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:348:9: note: in expansion of macro 'TEST_ONE_SHIFT' 348 | TEST_ONE_SHIFT(150, 1, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:348:9: note: in expansion of macro 'TEST_ONE_SHIFT' 348 | TEST_ONE_SHIFT(150, 1, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:348:9: note: in expansion of macro 'TEST_ONE_SHIFT' 348 | TEST_ONE_SHIFT(150, 1, u8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:344:9: note: in expansion of macro 'TEST_ONE_SHIFT' 344 | TEST_ONE_SHIFT(1, 63, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:344:9: note: in expansion of macro 'TEST_ONE_SHIFT' 344 | TEST_ONE_SHIFT(1, 63, s64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:344:9: note: in expansion of macro 'TEST_ONE_SHIFT' 344 | TEST_ONE_SHIFT(1, 63, s64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:343:9: note: in expansion of macro 'TEST_ONE_SHIFT' 343 | TEST_ONE_SHIFT(1, 31, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:343:9: note: in expansion of macro 'TEST_ONE_SHIFT' 343 | TEST_ONE_SHIFT(1, 31, s32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:343:9: note: in expansion of macro 'TEST_ONE_SHIFT' 343 | TEST_ONE_SHIFT(1, 31, s32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:342:9: note: in expansion of macro 'TEST_ONE_SHIFT' 342 | TEST_ONE_SHIFT(1, 31, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:342:9: note: in expansion of macro 'TEST_ONE_SHIFT' 342 | TEST_ONE_SHIFT(1, 31, int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:342:9: note: in expansion of macro 'TEST_ONE_SHIFT' 342 | TEST_ONE_SHIFT(1, 31, int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:341:9: note: in expansion of macro 'TEST_ONE_SHIFT' 341 | TEST_ONE_SHIFT(1, 15, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:341:9: note: in expansion of macro 'TEST_ONE_SHIFT' 341 | TEST_ONE_SHIFT(1, 15, s16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:341:9: note: in expansion of macro 'TEST_ONE_SHIFT' 341 | TEST_ONE_SHIFT(1, 15, s16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:340:9: note: in expansion of macro 'TEST_ONE_SHIFT' 340 | TEST_ONE_SHIFT(1, 7, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:340:9: note: in expansion of macro 'TEST_ONE_SHIFT' 340 | TEST_ONE_SHIFT(1, 7, s8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:340:9: note: in expansion of macro 'TEST_ONE_SHIFT' 340 | TEST_ONE_SHIFT(1, 7, s8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:337:9: note: in expansion of macro 'TEST_ONE_SHIFT' 337 | TEST_ONE_SHIFT(1, 64, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:337:9: note: in expansion of macro 'TEST_ONE_SHIFT' 337 | TEST_ONE_SHIFT(1, 64, u64, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:337:9: note: in expansion of macro 'TEST_ONE_SHIFT' 337 | TEST_ONE_SHIFT(1, 64, u64, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:336:9: note: in expansion of macro 'TEST_ONE_SHIFT' 336 | TEST_ONE_SHIFT(1, 32, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:336:9: note: in expansion of macro 'TEST_ONE_SHIFT' 336 | TEST_ONE_SHIFT(1, 32, u32, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:336:9: note: in expansion of macro 'TEST_ONE_SHIFT' 336 | TEST_ONE_SHIFT(1, 32, u32, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:335:9: note: in expansion of macro 'TEST_ONE_SHIFT' 335 | TEST_ONE_SHIFT(1, 32, unsigned int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:335:9: note: in expansion of macro 'TEST_ONE_SHIFT' 335 | TEST_ONE_SHIFT(1, 32, unsigned int, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:335:9: note: in expansion of macro 'TEST_ONE_SHIFT' 335 | TEST_ONE_SHIFT(1, 32, unsigned int, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:334:9: note: in expansion of macro 'TEST_ONE_SHIFT' 334 | TEST_ONE_SHIFT(1, 16, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:334:9: note: in expansion of macro 'TEST_ONE_SHIFT' 334 | TEST_ONE_SHIFT(1, 16, u16, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:334:9: note: in expansion of macro 'TEST_ONE_SHIFT' 334 | TEST_ONE_SHIFT(1, 16, u16, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:333:9: note: in expansion of macro 'TEST_ONE_SHIFT' 333 | TEST_ONE_SHIFT(1, 8, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:333:9: note: in expansion of macro 'TEST_ONE_SHIFT' 333 | TEST_ONE_SHIFT(1, 8, u8, 0, true); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:333:9: note: in expansion of macro 'TEST_ONE_SHIFT' 333 | TEST_ONE_SHIFT(1, 8, u8, 0, true); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:330:9: note: in expansion of macro 'TEST_ONE_SHIFT' 330 | TEST_ONE_SHIFT(0, 62, s64, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:330:9: note: in expansion of macro 'TEST_ONE_SHIFT' 330 | TEST_ONE_SHIFT(0, 62, s64, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:330:9: note: in expansion of macro 'TEST_ONE_SHIFT' 330 | TEST_ONE_SHIFT(0, 62, s64, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:329:9: note: in expansion of macro 'TEST_ONE_SHIFT' 329 | TEST_ONE_SHIFT(0, 30, s32, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:329:9: note: in expansion of macro 'TEST_ONE_SHIFT' 329 | TEST_ONE_SHIFT(0, 30, s32, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:329:9: note: in expansion of macro 'TEST_ONE_SHIFT' 329 | TEST_ONE_SHIFT(0, 30, s32, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:328:9: note: in expansion of macro 'TEST_ONE_SHIFT' 328 | TEST_ONE_SHIFT(0, 30, int, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:328:9: note: in expansion of macro 'TEST_ONE_SHIFT' 328 | TEST_ONE_SHIFT(0, 30, int, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:328:9: note: in expansion of macro 'TEST_ONE_SHIFT' 328 | TEST_ONE_SHIFT(0, 30, int, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:327:9: note: in expansion of macro 'TEST_ONE_SHIFT' 327 | TEST_ONE_SHIFT(0, 14, s16, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:327:9: note: in expansion of macro 'TEST_ONE_SHIFT' 327 | TEST_ONE_SHIFT(0, 14, s16, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:327:9: note: in expansion of macro 'TEST_ONE_SHIFT' 327 | TEST_ONE_SHIFT(0, 14, s16, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:326:9: note: in expansion of macro 'TEST_ONE_SHIFT' 326 | TEST_ONE_SHIFT(0, 6, s8, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:326:9: note: in expansion of macro 'TEST_ONE_SHIFT' 326 | TEST_ONE_SHIFT(0, 6, s8, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:326:9: note: in expansion of macro 'TEST_ONE_SHIFT' 326 | TEST_ONE_SHIFT(0, 6, s8, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:323:9: note: in expansion of macro 'TEST_ONE_SHIFT' 323 | TEST_ONE_SHIFT(0, 63, u64, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:323:9: note: in expansion of macro 'TEST_ONE_SHIFT' 323 | TEST_ONE_SHIFT(0, 63, u64, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:323:9: note: in expansion of macro 'TEST_ONE_SHIFT' 323 | TEST_ONE_SHIFT(0, 63, u64, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:322:9: note: in expansion of macro 'TEST_ONE_SHIFT' 322 | TEST_ONE_SHIFT(0, 31, u32, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:322:9: note: in expansion of macro 'TEST_ONE_SHIFT' 322 | TEST_ONE_SHIFT(0, 31, u32, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:322:9: note: in expansion of macro 'TEST_ONE_SHIFT' 322 | TEST_ONE_SHIFT(0, 31, u32, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:321:9: note: in expansion of macro 'TEST_ONE_SHIFT' 321 | TEST_ONE_SHIFT(0, 31, unsigned int, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:321:9: note: in expansion of macro 'TEST_ONE_SHIFT' 321 | TEST_ONE_SHIFT(0, 31, unsigned int, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:321:9: note: in expansion of macro 'TEST_ONE_SHIFT' 321 | TEST_ONE_SHIFT(0, 31, unsigned int, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:320:9: note: in expansion of macro 'TEST_ONE_SHIFT' 320 | TEST_ONE_SHIFT(0, 15, u16, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:320:9: note: in expansion of macro 'TEST_ONE_SHIFT' 320 | TEST_ONE_SHIFT(0, 15, u16, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:320:9: note: in expansion of macro 'TEST_ONE_SHIFT' 320 | TEST_ONE_SHIFT(0, 15, u16, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:319:9: note: in expansion of macro 'TEST_ONE_SHIFT' 319 | TEST_ONE_SHIFT(0, 7, u8, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:319:9: note: in expansion of macro 'TEST_ONE_SHIFT' 319 | TEST_ONE_SHIFT(0, 7, u8, 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:319:9: note: in expansion of macro 'TEST_ONE_SHIFT' 319 | TEST_ONE_SHIFT(0, 7, u8, 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:316:9: note: in expansion of macro 'TEST_ONE_SHIFT' 316 | TEST_ONE_SHIFT(0xFFFFFFFFULL, 32, u64, 0xFFFFFFFFULL << 32, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:316:9: note: in expansion of macro 'TEST_ONE_SHIFT' 316 | TEST_ONE_SHIFT(0xFFFFFFFFULL, 32, u64, 0xFFFFFFFFULL << 32, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:316:9: note: in expansion of macro 'TEST_ONE_SHIFT' 316 | TEST_ONE_SHIFT(0xFFFFFFFFULL, 32, u64, 0xFFFFFFFFULL << 32, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:315:9: note: in expansion of macro 'TEST_ONE_SHIFT' 315 | TEST_ONE_SHIFT(1, 63, u64, 1ULL << 63, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:315:9: note: in expansion of macro 'TEST_ONE_SHIFT' 315 | TEST_ONE_SHIFT(1, 63, u64, 1ULL << 63, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:315:9: note: in expansion of macro 'TEST_ONE_SHIFT' 315 | TEST_ONE_SHIFT(1, 63, u64, 1ULL << 63, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:314:9: note: in expansion of macro 'TEST_ONE_SHIFT' 314 | TEST_ONE_SHIFT(1, 40, u64, 1ULL << 40, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:314:9: note: in expansion of macro 'TEST_ONE_SHIFT' 314 | TEST_ONE_SHIFT(1, 40, u64, 1ULL << 40, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:314:9: note: in expansion of macro 'TEST_ONE_SHIFT' 314 | TEST_ONE_SHIFT(1, 40, u64, 1ULL << 40, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:313:9: note: in expansion of macro 'TEST_ONE_SHIFT' 313 | TEST_ONE_SHIFT(1, 0, u64, 1ULL << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:313:9: note: in expansion of macro 'TEST_ONE_SHIFT' 313 | TEST_ONE_SHIFT(1, 0, u64, 1ULL << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:313:9: note: in expansion of macro 'TEST_ONE_SHIFT' 313 | TEST_ONE_SHIFT(1, 0, u64, 1ULL << 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:312:9: note: in expansion of macro 'TEST_ONE_SHIFT' 312 | TEST_ONE_SHIFT(0xFFFFU, 16, u32, 0xFFFFU << 16, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:312:9: note: in expansion of macro 'TEST_ONE_SHIFT' 312 | TEST_ONE_SHIFT(0xFFFFU, 16, u32, 0xFFFFU << 16, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:312:9: note: in expansion of macro 'TEST_ONE_SHIFT' 312 | TEST_ONE_SHIFT(0xFFFFU, 16, u32, 0xFFFFU << 16, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:311:9: note: in expansion of macro 'TEST_ONE_SHIFT' 311 | TEST_ONE_SHIFT(1, 31, u32, 1U << 31, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:311:9: note: in expansion of macro 'TEST_ONE_SHIFT' 311 | TEST_ONE_SHIFT(1, 31, u32, 1U << 31, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:311:9: note: in expansion of macro 'TEST_ONE_SHIFT' 311 | TEST_ONE_SHIFT(1, 31, u32, 1U << 31, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:310:9: note: in expansion of macro 'TEST_ONE_SHIFT' 310 | TEST_ONE_SHIFT(1, 20, u32, 1U << 20, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:310:9: note: in expansion of macro 'TEST_ONE_SHIFT' 310 | TEST_ONE_SHIFT(1, 20, u32, 1U << 20, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:310:9: note: in expansion of macro 'TEST_ONE_SHIFT' 310 | TEST_ONE_SHIFT(1, 20, u32, 1U << 20, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:309:9: note: in expansion of macro 'TEST_ONE_SHIFT' 309 | TEST_ONE_SHIFT(1, 0, u32, 1U << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:309:9: note: in expansion of macro 'TEST_ONE_SHIFT' 309 | TEST_ONE_SHIFT(1, 0, u32, 1U << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:309:9: note: in expansion of macro 'TEST_ONE_SHIFT' 309 | TEST_ONE_SHIFT(1, 0, u32, 1U << 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:308:9: note: in expansion of macro 'TEST_ONE_SHIFT' 308 | TEST_ONE_SHIFT(0xFFFFU, 16, unsigned int, 0xFFFFU << 16, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:308:9: note: in expansion of macro 'TEST_ONE_SHIFT' 308 | TEST_ONE_SHIFT(0xFFFFU, 16, unsigned int, 0xFFFFU << 16, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:308:9: note: in expansion of macro 'TEST_ONE_SHIFT' 308 | TEST_ONE_SHIFT(0xFFFFU, 16, unsigned int, 0xFFFFU << 16, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:307:9: note: in expansion of macro 'TEST_ONE_SHIFT' 307 | TEST_ONE_SHIFT(1, 31, unsigned int, 1U << 31, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:307:9: note: in expansion of macro 'TEST_ONE_SHIFT' 307 | TEST_ONE_SHIFT(1, 31, unsigned int, 1U << 31, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:307:9: note: in expansion of macro 'TEST_ONE_SHIFT' 307 | TEST_ONE_SHIFT(1, 31, unsigned int, 1U << 31, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:306:9: note: in expansion of macro 'TEST_ONE_SHIFT' 306 | TEST_ONE_SHIFT(1, 20, unsigned int, 1U << 20, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:306:9: note: in expansion of macro 'TEST_ONE_SHIFT' 306 | TEST_ONE_SHIFT(1, 20, unsigned int, 1U << 20, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:306:9: note: in expansion of macro 'TEST_ONE_SHIFT' 306 | TEST_ONE_SHIFT(1, 20, unsigned int, 1U << 20, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:305:9: note: in expansion of macro 'TEST_ONE_SHIFT' 305 | TEST_ONE_SHIFT(1, 0, unsigned int, 1U << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:305:9: note: in expansion of macro 'TEST_ONE_SHIFT' 305 | TEST_ONE_SHIFT(1, 0, unsigned int, 1U << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:305:9: note: in expansion of macro 'TEST_ONE_SHIFT' 305 | TEST_ONE_SHIFT(1, 0, unsigned int, 1U << 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:304:9: note: in expansion of macro 'TEST_ONE_SHIFT' 304 | TEST_ONE_SHIFT(1, 30, s32, 1 << 30, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:304:9: note: in expansion of macro 'TEST_ONE_SHIFT' 304 | TEST_ONE_SHIFT(1, 30, s32, 1 << 30, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:304:9: note: in expansion of macro 'TEST_ONE_SHIFT' 304 | TEST_ONE_SHIFT(1, 30, s32, 1 << 30, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:303:9: note: in expansion of macro 'TEST_ONE_SHIFT' 303 | TEST_ONE_SHIFT(1, 16, s32, 1 << 16, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:303:9: note: in expansion of macro 'TEST_ONE_SHIFT' 303 | TEST_ONE_SHIFT(1, 16, s32, 1 << 16, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:303:9: note: in expansion of macro 'TEST_ONE_SHIFT' 303 | TEST_ONE_SHIFT(1, 16, s32, 1 << 16, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:302:9: note: in expansion of macro 'TEST_ONE_SHIFT' 302 | TEST_ONE_SHIFT(1, 0, s32, 1 << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:302:9: note: in expansion of macro 'TEST_ONE_SHIFT' 302 | TEST_ONE_SHIFT(1, 0, s32, 1 << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:302:9: note: in expansion of macro 'TEST_ONE_SHIFT' 302 | TEST_ONE_SHIFT(1, 0, s32, 1 << 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:301:9: note: in expansion of macro 'TEST_ONE_SHIFT' 301 | TEST_ONE_SHIFT(1, 30, int, 1 << 30, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:301:9: note: in expansion of macro 'TEST_ONE_SHIFT' 301 | TEST_ONE_SHIFT(1, 30, int, 1 << 30, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:301:9: note: in expansion of macro 'TEST_ONE_SHIFT' 301 | TEST_ONE_SHIFT(1, 30, int, 1 << 30, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:300:9: note: in expansion of macro 'TEST_ONE_SHIFT' 300 | TEST_ONE_SHIFT(1, 16, int, 1 << 16, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:300:9: note: in expansion of macro 'TEST_ONE_SHIFT' 300 | TEST_ONE_SHIFT(1, 16, int, 1 << 16, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:300:9: note: in expansion of macro 'TEST_ONE_SHIFT' 300 | TEST_ONE_SHIFT(1, 16, int, 1 << 16, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:299:9: note: in expansion of macro 'TEST_ONE_SHIFT' 299 | TEST_ONE_SHIFT(1, 0, int, 1 << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:299:9: note: in expansion of macro 'TEST_ONE_SHIFT' 299 | TEST_ONE_SHIFT(1, 0, int, 1 << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:299:9: note: in expansion of macro 'TEST_ONE_SHIFT' 299 | TEST_ONE_SHIFT(1, 0, int, 1 << 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:298:9: note: in expansion of macro 'TEST_ONE_SHIFT' 298 | TEST_ONE_SHIFT(0xFF, 8, u16, 0xFF << 8, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:298:9: note: in expansion of macro 'TEST_ONE_SHIFT' 298 | TEST_ONE_SHIFT(0xFF, 8, u16, 0xFF << 8, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:298:9: note: in expansion of macro 'TEST_ONE_SHIFT' 298 | TEST_ONE_SHIFT(0xFF, 8, u16, 0xFF << 8, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:297:9: note: in expansion of macro 'TEST_ONE_SHIFT' 297 | TEST_ONE_SHIFT(1, 15, u16, 1 << 15, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:297:9: note: in expansion of macro 'TEST_ONE_SHIFT' 297 | TEST_ONE_SHIFT(1, 15, u16, 1 << 15, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:297:9: note: in expansion of macro 'TEST_ONE_SHIFT' 297 | TEST_ONE_SHIFT(1, 15, u16, 1 << 15, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:296:9: note: in expansion of macro 'TEST_ONE_SHIFT' 296 | TEST_ONE_SHIFT(1, 10, u16, 1 << 10, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:296:9: note: in expansion of macro 'TEST_ONE_SHIFT' 296 | TEST_ONE_SHIFT(1, 10, u16, 1 << 10, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:296:9: note: in expansion of macro 'TEST_ONE_SHIFT' 296 | TEST_ONE_SHIFT(1, 10, u16, 1 << 10, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:295:9: note: in expansion of macro 'TEST_ONE_SHIFT' 295 | TEST_ONE_SHIFT(1, 0, u16, 1 << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:295:9: note: in expansion of macro 'TEST_ONE_SHIFT' 295 | TEST_ONE_SHIFT(1, 0, u16, 1 << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:295:9: note: in expansion of macro 'TEST_ONE_SHIFT' 295 | TEST_ONE_SHIFT(1, 0, u16, 1 << 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:294:9: note: in expansion of macro 'TEST_ONE_SHIFT' 294 | TEST_ONE_SHIFT(0xF, 4, u8, 0xF << 4, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:294:9: note: in expansion of macro 'TEST_ONE_SHIFT' 294 | TEST_ONE_SHIFT(0xF, 4, u8, 0xF << 4, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:294:9: note: in expansion of macro 'TEST_ONE_SHIFT' 294 | TEST_ONE_SHIFT(0xF, 4, u8, 0xF << 4, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:293:9: note: in expansion of macro 'TEST_ONE_SHIFT' 293 | TEST_ONE_SHIFT(1, 7, u8, 1 << 7, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:293:9: note: in expansion of macro 'TEST_ONE_SHIFT' 293 | TEST_ONE_SHIFT(1, 7, u8, 1 << 7, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:293:9: note: in expansion of macro 'TEST_ONE_SHIFT' 293 | TEST_ONE_SHIFT(1, 7, u8, 1 << 7, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:292:9: note: in expansion of macro 'TEST_ONE_SHIFT' 292 | TEST_ONE_SHIFT(1, 4, u8, 1 << 4, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:292:9: note: in expansion of macro 'TEST_ONE_SHIFT' 292 | TEST_ONE_SHIFT(1, 4, u8, 1 << 4, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:292:9: note: in expansion of macro 'TEST_ONE_SHIFT' 292 | TEST_ONE_SHIFT(1, 4, u8, 1 << 4, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 279 | KUNIT_EXPECT_EQ_MSG(test, __d, __e, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:291:9: note: in expansion of macro 'TEST_ONE_SHIFT' 291 | TEST_ONE_SHIFT(1, 0, u8, 1 << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 275 | KUNIT_EXPECT_EQ_MSG(test, __of, of, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:291:9: note: in expansion of macro 'TEST_ONE_SHIFT' 291 | TEST_ONE_SHIFT(1, 0, u8, 1 << 0, false); | ^~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:272:11: note: byref variable will be forcibly initialized 272 | t __d; \ | ^~~ /kisskb/src/lib/overflow_kunit.c:291:9: note: in expansion of macro 'TEST_ONE_SHIFT' 291 | TEST_ONE_SHIFT(1, 0, u8, 1 << 0, false); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/lib/overflow_kunit.c:9: /kisskb/src/lib/overflow_kunit.c: In function 'test_kmalloc': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:504:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 504 | DEFINE_TEST_ALLOC(kmalloc, kfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:504:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 504 | DEFINE_TEST_ALLOC(kmalloc, kfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:504:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 504 | DEFINE_TEST_ALLOC(kmalloc, kfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'test_kmalloc_node': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:505:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 505 | DEFINE_TEST_ALLOC(kmalloc_node, kfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:505:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 505 | DEFINE_TEST_ALLOC(kmalloc_node, kfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:505:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 505 | DEFINE_TEST_ALLOC(kmalloc_node, kfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'test_kzalloc': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:506:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 506 | DEFINE_TEST_ALLOC(kzalloc, kfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:506:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 506 | DEFINE_TEST_ALLOC(kzalloc, kfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:506:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 506 | DEFINE_TEST_ALLOC(kzalloc, kfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'test_kzalloc_node': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:507:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 507 | DEFINE_TEST_ALLOC(kzalloc_node, kfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:507:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 507 | DEFINE_TEST_ALLOC(kzalloc_node, kfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:507:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 507 | DEFINE_TEST_ALLOC(kzalloc_node, kfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'test___vmalloc': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:508:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 508 | DEFINE_TEST_ALLOC(__vmalloc, vfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:508:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 508 | DEFINE_TEST_ALLOC(__vmalloc, vfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:508:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 508 | DEFINE_TEST_ALLOC(__vmalloc, vfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'test_kvmalloc': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:509:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 509 | DEFINE_TEST_ALLOC(kvmalloc, kvfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:509:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 509 | DEFINE_TEST_ALLOC(kvmalloc, kvfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:509:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 509 | DEFINE_TEST_ALLOC(kvmalloc, kvfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'test_kvzalloc': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:511:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 511 | DEFINE_TEST_ALLOC(kvzalloc, kvfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:511:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 511 | DEFINE_TEST_ALLOC(kvzalloc, kvfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:511:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 511 | DEFINE_TEST_ALLOC(kvzalloc, kvfree, 0, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'test_kvmalloc_node': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:510:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 510 | DEFINE_TEST_ALLOC(kvmalloc_node, kvfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:510:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 510 | DEFINE_TEST_ALLOC(kvmalloc_node, kvfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:510:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 510 | DEFINE_TEST_ALLOC(kvmalloc_node, kvfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'test_kvzalloc_node': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:512:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 512 | DEFINE_TEST_ALLOC(kvzalloc_node, kvfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:512:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 512 | DEFINE_TEST_ALLOC(kvzalloc_node, kvfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:512:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 512 | DEFINE_TEST_ALLOC(kvzalloc_node, kvfree, 0, 1, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'test_devm_kmalloc': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:513:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 513 | DEFINE_TEST_ALLOC(devm_kmalloc, devm_kfree, 1, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:513:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 513 | DEFINE_TEST_ALLOC(devm_kmalloc, devm_kfree, 1, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:513:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 513 | DEFINE_TEST_ALLOC(devm_kmalloc, devm_kfree, 1, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'test_devm_kzalloc': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:529:9: note: in expansion of macro 'KUNIT_ASSERTION' 529 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:549:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 549 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:493:17: note: in expansion of macro 'KUNIT_FAIL' 493 | KUNIT_FAIL(test, #func " missed saturation!\n"); \ | ^~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:514:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 514 | DEFINE_TEST_ALLOC(devm_kzalloc, devm_kfree, 1, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 485 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:514:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 514 | DEFINE_TEST_ALLOC(devm_kzalloc, devm_kfree, 1, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 478 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:514:1: note: in expansion of macro 'DEFINE_TEST_ALLOC' 514 | DEFINE_TEST_ALLOC(devm_kzalloc, devm_kfree, 1, 1, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c: In function 'overflow_allocation_test': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1054:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1054 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:529:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE_MSG' 529 | KUNIT_ASSERT_FALSE_MSG(test, IS_ERR(dev), | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/overflow_kunit.c:518:20: note: byref variable will be forcibly initialized 518 | const char device_name[] = "overflow-test"; | ^~~~~~~~~~~ /kisskb/src/fs/super.c: In function 'super_setup_bdi_name': /kisskb/src/fs/super.c:1549:17: note: byref variable will be forcibly initialized 1549 | va_list args; | ^~~~ 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/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/fs/jffs2/background.c:17: /kisskb/src/fs/jffs2/background.c: In function 'kernel_dequeue_signal': /kisskb/src/include/linux/sched/signal.h:284:23: note: byref variable will be forcibly initialized 284 | enum pid_type __type; | ^~~~~~ /kisskb/src/include/linux/sched/signal.h:283:26: note: byref variable will be forcibly initialized 283 | kernel_siginfo_t __info; | ^~~~~~ /kisskb/src/fs/jffs2/background.c: In function 'jffs2_garbage_collect_thread': /kisskb/src/fs/jffs2/background.c:78:18: note: byref variable will be forcibly initialized 78 | sigset_t hupmask; | ^~~~~~~ /kisskb/src/kernel/ucount.c: In function 'put_ucounts': /kisskb/src/kernel/ucount.c:209:23: note: byref variable will be forcibly initialized 209 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/video/fbdev/core/fb_defio.c:11: /kisskb/src/drivers/video/fbdev/core/fb_defio.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/kernel/events/uprobes.c: In function '__update_ref_ctr': /kisskb/src/kernel/events/uprobes.c:366:32: note: byref variable will be forcibly initialized 366 | struct vm_area_struct *vma; | ^~~ /kisskb/src/kernel/events/uprobes.c:365:22: note: byref variable will be forcibly initialized 365 | struct page *page; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/events/uprobes.c:13: /kisskb/src/kernel/events/uprobes.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/events/uprobes.c:12: /kisskb/src/kernel/events/uprobes.c: In function 'xol_add_vma': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/uprobes.c:1469:9: note: in expansion of macro 'smp_store_release' 1469 | smp_store_release(&mm->uprobes_state.xol_area, area); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/events/uprobes.c:13: /kisskb/src/kernel/events/uprobes.c: In function 'xol_take_insn_slot': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/events/uprobes.c:1592:17: note: in expansion of macro 'wait_event' 1592 | wait_event(area->wq, (atomic_read(&area->slot_count) < UINSNS_PER_PAGE)); | ^~~~~~~~~~ /kisskb/src/kernel/events/uprobes.c: In function 'verify_opcode': /kisskb/src/kernel/events/uprobes.c:254:25: note: byref variable will be forcibly initialized 254 | uprobe_opcode_t old_opcode; | ^~~~~~~~~~ /kisskb/src/kernel/events/uprobes.c: In function 'is_trap_at_addr': /kisskb/src/kernel/events/uprobes.c:2007:25: note: byref variable will be forcibly initialized 2007 | uprobe_opcode_t opcode; | ^~~~~~ /kisskb/src/kernel/events/uprobes.c:2006:22: note: byref variable will be forcibly initialized 2006 | struct page *page; | ^~~~ /kisskb/src/kernel/events/uprobes.c: In function 'uprobe_write_opcode': /kisskb/src/kernel/events/uprobes.c:463:32: note: byref variable will be forcibly initialized 463 | struct vm_area_struct *vma; | ^~~ /kisskb/src/kernel/events/uprobes.c:462:22: note: byref variable will be forcibly initialized 462 | struct page *old_page, *new_page; | ^~~~~~~~ /kisskb/src/kernel/events/uprobes.c: In function 'uprobe_mmap': /kisskb/src/kernel/events/uprobes.c:1358:26: note: byref variable will be forcibly initialized 1358 | struct list_head tmp_list; | ^~~~~~~~ /kisskb/src/kernel/events/uprobes.c: In function '__create_xol_area': /kisskb/src/kernel/events/uprobes.c:1479:25: note: byref variable will be forcibly initialized 1479 | uprobe_opcode_t insn = UPROBE_SWBP_INSN; | ^~~~ /kisskb/src/kernel/events/uprobes.c: In function 'handle_swbp': /kisskb/src/kernel/events/uprobes.c:2186:13: note: byref variable will be forcibly initialized 2186 | int is_swbp; | ^~~~~~~ /kisskb/src/fs/char_dev.c: In function 'chrdev_open': /kisskb/src/fs/char_dev.c:384:21: note: byref variable will be forcibly initialized 384 | int idx; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/stat.c:9: /kisskb/src/fs/stat.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat': /kisskb/src/fs/stat.c:357:21: note: byref variable will be forcibly initialized 357 | struct stat tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat64': /kisskb/src/fs/stat.c:502:23: note: byref variable will be forcibly initialized 502 | struct stat64 tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_statx': /kisskb/src/fs/stat.c:586:22: note: byref variable will be forcibly initialized 586 | struct statx tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_compat_stat': /kisskb/src/fs/stat.c:665:28: note: byref variable will be forcibly initialized 665 | struct compat_stat tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'do_readlinkat': /kisskb/src/fs/stat.c:449:13: note: byref variable will be forcibly initialized 449 | int empty = 0; | ^~~~~ /kisskb/src/fs/stat.c:447:21: note: byref variable will be forcibly initialized 447 | struct path path; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstat': /kisskb/src/fs/stat.c:434:22: note: byref variable will be forcibly initialized 434 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstat64': /kisskb/src/fs/stat.c:561:22: note: byref variable will be forcibly initialized 561 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newfstat': /kisskb/src/fs/stat.c:740:22: note: byref variable will be forcibly initialized 740 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function 'vfs_statx': /kisskb/src/fs/stat.c:219:21: note: byref variable will be forcibly initialized 219 | struct path path; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newstat': /kisskb/src/fs/stat.c:397:22: note: byref variable will be forcibly initialized 397 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_stat64': /kisskb/src/fs/stat.c:538:22: note: byref variable will be forcibly initialized 538 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newstat': /kisskb/src/fs/stat.c:701:22: note: byref variable will be forcibly initialized 701 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newlstat': /kisskb/src/fs/stat.c:408:22: note: byref variable will be forcibly initialized 408 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_lstat64': /kisskb/src/fs/stat.c:550:22: note: byref variable will be forcibly initialized 550 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newlstat': /kisskb/src/fs/stat.c:713:22: note: byref variable will be forcibly initialized 713 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstatat': /kisskb/src/fs/stat.c:422:22: note: byref variable will be forcibly initialized 422 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstatat64': /kisskb/src/fs/stat.c:573:22: note: byref variable will be forcibly initialized 573 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newfstatat': /kisskb/src/fs/stat.c:727:22: note: byref variable will be forcibly initialized 727 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function 'do_statx': /kisskb/src/fs/stat.c:621:22: note: byref variable will be forcibly initialized 621 | struct kstat stat; | ^~~~ /kisskb/src/kernel/regset.c: In function 'copy_regset_to_user': /kisskb/src/kernel/regset.c:68:15: note: byref variable will be forcibly initialized 68 | void *buf; | ^~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_i2c_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:118:24: note: byref variable will be forcibly initialized 118 | struct i2c_msg i2c_msg; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:141:12: note: byref variable will be forcibly initialized 141 | u8 msg[MAX_MSG_LEN]; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:11: /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:92:23: note: in expansion of macro 'wait_event_interruptible' 92 | ret = wait_event_interruptible(ipmb_dev->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:79:25: note: byref variable will be forcibly initialized 79 | struct ipmb_msg msg; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/jffs2/fs.c:19: /kisskb/src/fs/jffs2/fs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_do_setattr': /kisskb/src/fs/jffs2/fs.c:42:18: note: byref variable will be forcibly initialized 42 | uint32_t alloclen; | ^~~~~~~~ /kisskb/src/fs/jffs2/fs.c:38:33: note: byref variable will be forcibly initialized 38 | union jffs2_device_node dev; | ^~~ /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_iget': /kisskb/src/fs/jffs2/fs.c:258:33: note: byref variable will be forcibly initialized 258 | union jffs2_device_node jdev; | ^~~~ /kisskb/src/fs/jffs2/fs.c:257:32: note: byref variable will be forcibly initialized 257 | struct jffs2_raw_inode latest_node; | ^~~~~~~~~~~ /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_dirty_inode': /kisskb/src/fs/jffs2/fs.c:374:22: note: byref variable will be forcibly initialized 374 | struct iattr iattr; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/jffs2/fs.c:17: /kisskb/src/fs/jffs2/fs.c: In function 'jffs2_gc_fetch_inode': /kisskb/src/fs/jffs2/os-linux.h:43:35: note: byref variable will be forcibly initialized 43 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jffs2/fs.c:660:33: note: in expansion of macro 'sleep_on_spinunlock' 660 | sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/orangefs/protocol.h:5, from /kisskb/src/fs/orangefs/orangefs-mod.c:11: /kisskb/src/fs/orangefs/orangefs-mod.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_fh_to_dentry': /kisskb/src/fs/orangefs/super.c:331:37: note: byref variable will be forcibly initialized 331 | struct orangefs_object_kref refn; | ^~~~ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_encode_fh': /kisskb/src/fs/orangefs/super.c:353:37: note: byref variable will be forcibly initialized 353 | struct orangefs_object_kref refn; | ^~~~ /kisskb/src/fs/orangefs/super.c: In function 'parse_mount_options': /kisskb/src/fs/orangefs/super.c:58:21: note: byref variable will be forcibly initialized 58 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_fill_sb': /kisskb/src/fs/orangefs/super.c:420:37: note: byref variable will be forcibly initialized 420 | struct orangefs_object_kref root_object; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/kmod.c:4: /kisskb/src/kernel/kmod.c: In function '__request_module': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:935:9: note: in expansion of macro '___wait_event' 935 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:966:25: note: in expansion of macro '__wait_event_killable_timeout' 966 | __ret = __wait_event_killable_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:155:23: note: in expansion of macro 'wait_event_killable_timeout' 155 | ret = wait_event_killable_timeout(kmod_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:127:14: note: byref variable will be forcibly initialized 127 | char module_name[MODULE_NAME_LEN]; | ^~~~~~~~~~~ /kisskb/src/kernel/kmod.c:126:17: note: byref variable will be forcibly initialized 126 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/groups.c:7: /kisskb/src/kernel/groups.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/groups.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/preemptirq_delay_test.c: In function 'preemptirq_delay_run': /kisskb/src/kernel/trace/preemptirq_delay_test.c:122:24: note: byref variable will be forcibly initialized 122 | struct cpumask cpu_mask; | ^~~~~~~~ /kisskb/src/kernel/trace/preemptirq_delay_test.c: In function 'preemptirq_run_test': /kisskb/src/kernel/trace/preemptirq_delay_test.c:150:14: note: byref variable will be forcibly initialized 150 | char task_name[50]; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/kernel/trace/trace_benchmark.h:42, from /kisskb/src/kernel/trace/trace_benchmark.c:8: /kisskb/src/kernel/trace/trace_benchmark.c: In function 'perf_trace_benchmark_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_benchmark.h:15:1: note: in expansion of macro 'TRACE_EVENT_FN' 15 | TRACE_EVENT_FN(benchmark_event, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_benchmark.h:15:1: note: in expansion of macro 'TRACE_EVENT_FN' 15 | TRACE_EVENT_FN(benchmark_event, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/kernel/trace/trace_benchmark.h:42, from /kisskb/src/kernel/trace/trace_benchmark.c:8: /kisskb/src/kernel/trace/trace_benchmark.c: In function 'trace_event_raw_event_benchmark_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_benchmark.h:15:1: note: in expansion of macro 'TRACE_EVENT_FN' 15 | TRACE_EVENT_FN(benchmark_event, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/kernel/trace/trace_benchmark.h:42, from /kisskb/src/kernel/trace/trace_benchmark.c:8: /kisskb/src/kernel/trace/trace_benchmark.c: In function '__bpf_trace_benchmark_event': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_benchmark.h:15:1: note: in expansion of macro 'TRACE_EVENT_FN' 15 | TRACE_EVENT_FN(benchmark_event, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_benchmark.h:15:1: note: in expansion of macro 'TRACE_EVENT_FN' 15 | TRACE_EVENT_FN(benchmark_event, | ^~~~~~~~~~~~~~ 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/kernel/trace/trace_benchmark.c:2: /kisskb/src/kernel/trace/trace_benchmark.c: In function 'benchmark_event_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_benchmark.c:168:17: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 168 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task_stack.h:9, from /kisskb/src/kernel/stacktrace.c:9: /kisskb/src/kernel/stacktrace.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c: In function 'iproc_armpll_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c:249:21: note: byref variable will be forcibly initialized 249 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c:248:30: note: byref variable will be forcibly initialized 248 | struct clk_init_data init; | ^~~~ /kisskb/src/kernel/profile.c: In function 'profile_setup': /kisskb/src/kernel/profile.c:62:13: note: byref variable will be forcibly initialized 62 | int par; | ^~~ /kisskb/src/kernel/freezer.c: In function 'fake_signal_wake_up': /kisskb/src/kernel/freezer.c:96:23: note: byref variable will be forcibly initialized 96 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/profile.c: In function 'prof_cpu_mask_proc_write': /kisskb/src/kernel/profile.c:358:23: note: byref variable will be forcibly initialized 358 | cpumask_var_t new_value; | ^~~~~~~~~ /kisskb/src/kernel/profile.c: In function 'write_profile': /kisskb/src/kernel/profile.c:434:30: note: byref variable will be forcibly initialized 434 | unsigned int multiplier; | ^~~~~~~~~~ /kisskb/src/kernel/profile.c: In function 'read_profile': /kisskb/src/kernel/profile.c:399:23: note: byref variable will be forcibly initialized 399 | unsigned long sample_step = 1UL << prof_shift; | ^~~~~~~~~~~ /kisskb/src/fs/jffs2/super.c: In function 'jffs2_parse_param': /kisskb/src/fs/jffs2/super.c:189:32: note: byref variable will be forcibly initialized 189 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'dispatch_ioctl_command': /kisskb/src/fs/orangefs/devorangefs-req.c:598:13: note: byref variable will be forcibly initialized 598 | int upstream_kmod = 1; | ^~~~~~~~~~~~~ /kisskb/src/fs/orangefs/devorangefs-req.c:596:38: note: byref variable will be forcibly initialized 596 | struct ORANGEFS_dev_map_desc user_desc; | ^~~~~~~~~ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'orangefs_devreq_compat_ioctl': /kisskb/src/fs/orangefs/devorangefs-req.c:737:48: note: byref variable will be forcibly initialized 737 | struct ORANGEFS_dev_map_desc32 d32; | ^~~ /kisskb/src/fs/orangefs/devorangefs-req.c:736:46: note: byref variable will be forcibly initialized 736 | struct ORANGEFS_dev_map_desc desc; | ^~~~ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'orangefs_devreq_write_iter': /kisskb/src/fs/orangefs/devorangefs-req.c:370:11: note: byref variable will be forcibly initialized 370 | } head; | ^~~~ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'orangefs_devreq_read': /kisskb/src/fs/orangefs/devorangefs-req.c:163:15: note: byref variable will be forcibly initialized 163 | __s32 proto_ver = ORANGEFS_KERNEL_PROTO_VERSION; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:9: note: in expansion of macro '___wait_event' 617 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 625 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:571:17: note: in expansion of macro 'wait_event_interruptible_exclusive' 571 | wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:617:9: note: in expansion of macro '___wait_event' 617 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:625:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 625 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:378:21: note: in expansion of macro 'wait_event_interruptible_exclusive' 378 | if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:257:37: note: in expansion of macro 'smp_load_acquire' 257 | unsigned int head = smp_load_acquire(&pipe->head); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe2': /kisskb/src/fs/pipe.c:1007:13: note: byref variable will be forcibly initialized 1007 | int fd[2]; | ^~ /kisskb/src/fs/pipe.c:1006:22: note: byref variable will be forcibly initialized 1006 | struct file *files[2]; | ^~~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe_flags': /kisskb/src/fs/pipe.c:991:22: note: byref variable will be forcibly initialized 991 | struct file *files[2]; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_wait_readable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1048:9: note: in expansion of macro 'wait_event_interruptible' 1048 | wait_event_interruptible(pipe->rd_wait, pipe_readable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_wait_writable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1055:9: note: in expansion of macro 'wait_event_interruptible' 1055 | wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_rename': /kisskb/src/fs/orangefs/namei.c:386:22: note: byref variable will be forcibly initialized 386 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_mkdir': /kisskb/src/fs/orangefs/namei.c:315:22: note: byref variable will be forcibly initialized 315 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/orangefs/namei.c:313:37: note: byref variable will be forcibly initialized 313 | struct orangefs_object_kref ref; | ^~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_symlink': /kisskb/src/fs/orangefs/namei.c:228:22: note: byref variable will be forcibly initialized 228 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/orangefs/namei.c:226:37: note: byref variable will be forcibly initialized 226 | struct orangefs_object_kref ref; | ^~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_create': /kisskb/src/fs/orangefs/namei.c:28:22: note: byref variable will be forcibly initialized 28 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/orangefs/namei.c:26:37: note: byref variable will be forcibly initialized 26 | struct orangefs_object_kref ref; | ^~~ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_unlink': /kisskb/src/fs/orangefs/namei.c:178:22: note: byref variable will be forcibly initialized 178 | struct iattr iattr; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'get_arg_page': /kisskb/src/fs/exec.c:201:22: note: byref variable will be forcibly initialized 201 | struct page *page; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:202:9: note: in expansion of macro 'rcu_assign_pointer' 202 | rcu_assign_pointer(list_next_rcu(new->prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:690:27: note: byref variable will be forcibly initialized 690 | struct mmu_gather tlb; | ^~~ /kisskb/src/fs/exec.c: In function 'setup_arg_pages': /kisskb/src/fs/exec.c:761:27: note: byref variable will be forcibly initialized 761 | struct mmu_gather tlb; | ^~~ /kisskb/src/fs/exec.c:755:32: note: byref variable will be forcibly initialized 755 | struct vm_area_struct *prev = 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/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/exec.c:27: /kisskb/src/fs/exec.c: In function 'unshare_sighand': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c:1208:17: note: in expansion of macro 'rcu_assign_pointer' 1208 | rcu_assign_pointer(me->sighand, newsighand); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'prepare_binprm': /kisskb/src/fs/exec.c:1655:16: note: byref variable will be forcibly initialized 1655 | loff_t pos = 0; | ^~~ /kisskb/src/fs/exec.c: In function 'compat_do_execve': /kisskb/src/fs/exec.c:2040:29: note: userspace variable will be forcibly initialized 2040 | struct user_arg_ptr envp = { | ^~~~ /kisskb/src/fs/exec.c:2036:29: note: userspace variable will be forcibly initialized 2036 | struct user_arg_ptr argv = { | ^~~~ /kisskb/src/fs/exec.c: In function 'compat_do_execveat': /kisskb/src/fs/exec.c:2056:29: note: userspace variable will be forcibly initialized 2056 | struct user_arg_ptr envp = { | ^~~~ /kisskb/src/fs/exec.c:2052:29: note: userspace variable will be forcibly initialized 2052 | struct user_arg_ptr argv = { | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/llist.h:51, from /kisskb/src/include/linux/smp_types.h:5, from /kisskb/src/include/linux/irq_work.h:5, from /kisskb/src/kernel/smp.c:10: /kisskb/src/kernel/smp.c: In function 'csd_lock_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:414:9: note: in expansion of macro 'smp_cond_load_acquire' 414 | smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function 'csd_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:467:9: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&csd->node.u_flags, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function 'csd_lock_print_extended': /kisskb/src/kernel/smp.c:295:22: note: byref variable will be forcibly initialized 295 | unsigned int n_data = 0, i; | ^~~~~~ /kisskb/src/kernel/smp.c:294:27: note: byref variable will be forcibly initialized 294 | union cfd_seq_cnt data[2 * ARRAY_SIZE(seq_type)]; | ^~~~ /kisskb/src/kernel/smp.c: In function 'csdlock_debug': /kisskb/src/kernel/smp.c:166:22: note: byref variable will be forcibly initialized 166 | unsigned int val = 0; | ^~~ /kisskb/src/kernel/smp.c: In function 'nrcpus': /kisskb/src/kernel/smp.c:1070:13: note: byref variable will be forcibly initialized 1070 | int nr_cpus; | ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/llist.h:51, from /kisskb/src/include/linux/smp_types.h:5, from /kisskb/src/include/linux/irq_work.h:5, from /kisskb/src/kernel/smp.c:10: /kisskb/src/kernel/smp.c: In function 'csd_lock_wait_toolong': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:358:23: note: in expansion of macro 'smp_load_acquire' 358 | cpu_cur_csd = smp_load_acquire(&per_cpu(cur_csd, cpux)); /* Before func and info. */ | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/fcntl.c:8: /kisskb/src/fs/fcntl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c: In function 'get_compat_flock': /kisskb/src/fs/fcntl.c:523:29: note: byref variable will be forcibly initialized 523 | struct compat_flock fl; | ^~ /kisskb/src/kernel/smp.c: In function '__csd_lock_wait': /kisskb/src/kernel/smp.c:396:18: note: byref variable will be forcibly initialized 396 | u64 ts0, ts1; | ^~~ /kisskb/src/kernel/smp.c:395:13: note: byref variable will be forcibly initialized 395 | int bug_id = 0; | ^~~~~~ /kisskb/src/fs/fcntl.c: In function 'get_compat_flock64': /kisskb/src/fs/fcntl.c:533:31: note: byref variable will be forcibly initialized 533 | struct compat_flock64 fl; | ^~ /kisskb/src/fs/fcntl.c: In function 'f_setown_ex': /kisskb/src/fs/fcntl.c:168:27: note: byref variable will be forcibly initialized 168 | struct f_owner_ex owner; | ^~~~~ /kisskb/src/fs/fcntl.c: In function 'put_compat_flock': /kisskb/src/fs/fcntl.c:543:29: note: byref variable will be forcibly initialized 543 | struct compat_flock fl; | ^~ /kisskb/src/fs/fcntl.c: In function 'put_compat_flock64': /kisskb/src/fs/fcntl.c:554:31: note: byref variable will be forcibly initialized 554 | struct compat_flock64 fl; | ^~ /kisskb/src/fs/fcntl.c: In function 'fcntl_rw_hint': /kisskb/src/fs/fcntl.c:290:13: note: byref variable will be forcibly initialized 290 | u64 h; | ^ /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:729:42: note: byref variable will be forcibly initialized 729 | kernel_siginfo_t si; | ^~ /kisskb/src/fs/fcntl.c: In function 'do_fcntl': /kisskb/src/fs/fcntl.c:318:22: note: byref variable will be forcibly initialized 318 | struct flock flock; | ^~~~~ /kisskb/src/fs/fcntl.c: In function 'do_compat_fcntl64': /kisskb/src/fs/fcntl.c:604:22: note: byref variable will be forcibly initialized 604 | struct flock flock; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/fcntl.c:8: /kisskb/src/fs/fcntl.c: In function 'fasync_insert_entry': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c:930:9: note: in expansion of macro 'rcu_assign_pointer' 930 | rcu_assign_pointer(*fapp, new); | ^~~~~~~~~~~~~~~~~~ /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:44: note: byref variable will be forcibly initialized 521 | 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | 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:36: note: byref variable will be forcibly initialized 558 | 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_clk_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:809:29: note: byref variable will be forcibly initialized 809 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:736:21: note: byref variable will be forcibly initialized 736 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:735:30: note: byref variable will be forcibly initialized 735 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/ioctl.c:8: /kisskb/src/fs/ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:201:23: note: byref variable will be forcibly initialized 201 | struct fiemap fiemap; | ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'fiemap_fill_next_extent': /kisskb/src/fs/ioctl.c:118:30: note: byref variable will be forcibly initialized 118 | struct fiemap_extent extent; | ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_to_user': /kisskb/src/fs/ioctl.c:545:24: note: byref variable will be forcibly initialized 545 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_from_user': /kisskb/src/fs/ioctl.c:564:24: note: byref variable will be forcibly initialized 564 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_setflags': /kisskb/src/fs/ioctl.c:719:25: note: byref variable will be forcibly initialized 719 | struct fileattr fa; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fssetxattr': /kisskb/src/fs/ioctl.c:751:25: note: byref variable will be forcibly initialized 751 | struct fileattr fa; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c:272:27: note: byref variable will be forcibly initialized 272 | struct space_resv sr; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_file_clone_range': /kisskb/src/fs/ioctl.c:254:33: note: byref variable will be forcibly initialized 254 | struct file_clone_range args; | ^~~~ /kisskb/src/fs/ioctl.c: In function 'do_vfs_ioctl': /kisskb/src/fs/ioctl.c:796:32: note: byref variable will be forcibly initialized 796 | loff_t res = inode_get_bytes(inode); | ^~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function '__traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1401:25: note: in expansion of macro 'smp_load_acquire' 1401 | flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1376:33: note: in expansion of macro 'smp_load_acquire' 1376 | flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1420:26: note: in expansion of macro 'smp_load_acquire' 1420 | unsigned flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'follow_down': /kisskb/src/fs/namei.c:1456:14: note: byref variable will be forcibly initialized 1456 | bool jumped; | ^~~~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1883:26: note: byref variable will be forcibly initialized 1883 | unsigned seq; | ^~~ /kisskb/src/fs/namei.c:1882:29: note: byref variable will be forcibly initialized 1882 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'choose_mountpoint': /kisskb/src/fs/namei.c:1309:26: note: byref variable will be forcibly initialized 1309 | unsigned seq, mseq = read_seqbegin(&mount_lock); | ^~~ /kisskb/src/fs/jffs2/compr_rtime.c: In function 'jffs2_rtime_compress': /kisskb/src/fs/jffs2/compr_rtime.c:36:24: note: byref variable will be forcibly initialized 36 | unsigned short positions[256]; | ^~~~~~~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/namei.c:1922:29: note: byref variable will be forcibly initialized 1922 | struct path path; | ^~~~ /kisskb/src/fs/jffs2/compr_rtime.c: In function 'jffs2_rtime_decompress': /kisskb/src/fs/jffs2/compr_rtime.c:80:24: note: byref variable will be forcibly initialized 80 | unsigned short positions[256]; | ^~~~~~~~~ /kisskb/src/fs/namei.c: In function 'lookup_fast': /kisskb/src/fs/namei.c:1623:26: note: byref variable will be forcibly initialized 1623 | 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:1680:41: note: byref variable will be forcibly initialized 1680 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/namei.c: In function 'handle_mounts': /kisskb/src/fs/namei.c:1521:14: note: byref variable will be forcibly initialized 1521 | bool jumped; | ^~~~~~ /kisskb/src/fs/namei.c: In function 'step_into': /kisskb/src/fs/namei.c:1843:21: note: byref variable will be forcibly initialized 1843 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1956:26: note: byref variable will be forcibly initialized 1956 | unsigned seq; | ^~~ /kisskb/src/fs/namei.c:1955:31: note: byref variable will be forcibly initialized 1955 | struct inode *inode; | ^~~~~ /kisskb/src/fs/namei.c: In function 'walk_component': /kisskb/src/fs/namei.c:1999:18: note: byref variable will be forcibly initialized 1999 | unsigned seq; | ^~~ /kisskb/src/fs/namei.c:1998:23: note: byref variable will be forcibly initialized 1998 | struct inode *inode; | ^~~~~ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2304:45: note: byref variable will be forcibly initialized 2304 | struct qstr this = { { .hash_len = hash_len }, .name = name }; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_parentat': /kisskb/src/fs/namei.c:2558:26: note: byref variable will be forcibly initialized 2558 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2693:21: note: byref variable will be forcibly initialized 2693 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2720:21: note: byref variable will be forcibly initialized 2720 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one': /kisskb/src/fs/namei.c:2750:21: note: byref variable will be forcibly initialized 2750 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_unlocked': /kisskb/src/fs/namei.c:2781:21: note: byref variable will be forcibly initialized 2781 | 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function 'lookup_one_positive_unlocked': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:2822:46: note: in expansion of macro 'smp_load_acquire' 2822 | if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function '__kern_path_locked': /kisskb/src/fs/namei.c:2582:13: note: byref variable will be forcibly initialized 2582 | int type, error; | ^~~~ /kisskb/src/fs/namei.c:2581:21: note: byref variable will be forcibly initialized 2581 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/fs/namei.c:3623:21: note: byref variable will be forcibly initialized 3623 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_create': /kisskb/src/fs/namei.c:3723:13: note: byref variable will be forcibly initialized 3723 | int type; | ^~~~ /kisskb/src/fs/namei.c:3719:21: note: byref variable will be forcibly initialized 3719 | struct qstr last; | ^~~~ /kisskb/src/kernel/kallsyms.c: In function '__sprint_symbol': /kisskb/src/kernel/kallsyms.c:450:31: note: byref variable will be forcibly initialized 450 | unsigned long offset, size; | ^~~~ /kisskb/src/kernel/kallsyms.c:450:23: note: byref variable will be forcibly initialized 450 | unsigned long offset, size; | ^~~~~~ /kisskb/src/kernel/kallsyms.c:448:30: note: byref variable will be forcibly initialized 448 | const unsigned char *buildid; | ^~~~~~~ /kisskb/src/kernel/kallsyms.c:447:15: note: byref variable will be forcibly initialized 447 | char *modname; | ^~~~~~~ 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:3289:41: note: byref variable will be forcibly initialized 3289 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_lookup_name': /kisskb/src/kernel/kallsyms.c:212:14: note: byref variable will be forcibly initialized 212 | char namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/fs/namei.c: In function 'open_last_lookups': /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_on_each_symbol': /kisskb/src/kernel/kallsyms.c:240:14: note: byref variable will be forcibly initialized 240 | char namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/fs/namei.c:3397:23: note: byref variable will be forcibly initialized 3397 | struct inode *inode; | ^~~~~ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_lookup_size_offset': /kisskb/src/kernel/kallsyms.c:321:14: note: byref variable will be forcibly initialized 321 | char namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/fs/namei.c:3396:18: note: byref variable will be forcibly initialized 3396 | unsigned seq; | ^~~ /kisskb/src/fs/namei.c: In function 'vfs_rename': /kisskb/src/fs/namei.c:4635:30: note: byref variable will be forcibly initialized 4635 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'page_symlink': /kisskb/src/fs/namei.c:5054:15: note: byref variable will be forcibly initialized 5054 | void *fsdata; | ^~~~~~ /kisskb/src/fs/namei.c:5053:22: note: byref variable will be forcibly initialized 5053 | struct page *page; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_mknodat': /kisskb/src/fs/namei.c:3882:21: note: byref variable will be forcibly initialized 3882 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_lookup': /kisskb/src/fs/namei.c:2518:26: note: byref variable will be forcibly initialized 2518 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'vfs_path_lookup': /kisskb/src/fs/namei.c:2633:21: note: byref variable will be forcibly initialized 2633 | struct path root = {.mnt = mnt, .dentry = dentry}; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_tmpfile': /kisskb/src/fs/namei.c:3595:21: note: byref variable will be forcibly initialized 3595 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/fs/namei.c:3675:26: note: byref variable will be forcibly initialized 3675 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_file_open_root': /kisskb/src/fs/namei.c:3692:26: note: byref variable will be forcibly initialized 3692 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:3985:21: note: byref variable will be forcibly initialized 3985 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:4086:13: note: byref variable will be forcibly initialized 4086 | int type; | ^~~~ /kisskb/src/fs/namei.c:4085:21: note: byref variable will be forcibly initialized 4085 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4084:21: note: byref variable will be forcibly initialized 4084 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_unlinkat': /kisskb/src/fs/namei.c:4228:23: note: byref variable will be forcibly initialized 4228 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4226:13: note: byref variable will be forcibly initialized 4226 | int type; | ^~~~ /kisskb/src/fs/namei.c:4225:21: note: byref variable will be forcibly initialized 4225 | struct qstr last; | ^~~~ /kisskb/src/kernel/acct.c: In function 'check_free_space': /kisskb/src/kernel/acct.c:122:24: note: byref variable will be forcibly initialized 122 | struct kstatfs sbuf; | ^~~~ /kisskb/src/fs/namei.c:4224:21: note: byref variable will be forcibly initialized 4224 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4352:21: note: byref variable will be forcibly initialized 4352 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_linkat': /kisskb/src/fs/namei.c:4499:23: note: byref variable will be forcibly initialized 4499 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4498:31: note: byref variable will be forcibly initialized 4498 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/kernel/acct.c: In function 'do_acct_process': /kisskb/src/kernel/acct.c:537:24: note: byref variable will be forcibly initialized 537 | loff_t pos = 0; | ^~~ /kisskb/src/kernel/acct.c:492:16: note: byref variable will be forcibly initialized 492 | acct_t ac; | ^~ /kisskb/src/fs/namei.c:4498:21: note: byref variable will be forcibly initialized 4498 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_renameat2': /kisskb/src/fs/namei.c:4767:23: note: byref variable will be forcibly initialized 4767 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4766:23: note: byref variable will be forcibly initialized 4766 | int old_type, new_type; | ^~~~~~~~ /kisskb/src/fs/namei.c:4766:13: note: byref variable will be forcibly initialized 4766 | int old_type, new_type; | ^~~~~~~~ /kisskb/src/fs/namei.c:4765:31: note: byref variable will be forcibly initialized 4765 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4765:21: note: byref variable will be forcibly initialized 4765 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4764:31: note: byref variable will be forcibly initialized 4764 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4764:21: note: byref variable will be forcibly initialized 4764 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/kernel/acct.c: In function 'acct_collect': /kisskb/src/kernel/acct.c:554:20: note: byref variable will be forcibly initialized 554 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/acct.c:554:13: note: byref variable will be forcibly initialized 554 | u64 utime, stime; | ^~~~~ /kisskb/src/fs/namei.c:4761:27: note: byref variable will be forcibly initialized 4761 | 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:4948:29: note: byref variable will be forcibly initialized 4948 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/fs/namei.c: In function 'page_readlink': /kisskb/src/fs/namei.c:5039:29: note: byref variable will be forcibly initialized 5039 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ In file included from /kisskb/src/drivers/soc/apple/sart.c:21: /kisskb/src/drivers/soc/apple/sart.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/soc/apple/sart.c: In function 'apple_sart_remove_allowed_region': /kisskb/src/drivers/soc/apple/sart.c:266:29: note: byref variable will be forcibly initialized 266 | phys_addr_t epaddr; | ^~~~~~ /kisskb/src/drivers/soc/apple/sart.c:265:24: note: byref variable will be forcibly initialized 265 | size_t esize; | ^~~~~ /kisskb/src/drivers/soc/apple/sart.c:264:20: note: byref variable will be forcibly initialized 264 | u8 eflags; | ^~~~~~ /kisskb/src/drivers/soc/apple/sart.c: In function 'apple_sart_probe': /kisskb/src/drivers/soc/apple/sart.c:150:29: note: byref variable will be forcibly initialized 150 | phys_addr_t paddr; | ^~~~~ /kisskb/src/drivers/soc/apple/sart.c:149:24: note: byref variable will be forcibly initialized 149 | size_t size; | ^~~~ /kisskb/src/drivers/soc/apple/sart.c:148:20: note: byref variable will be forcibly initialized 148 | u8 flags; | ^~~~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_suffix': /kisskb/src/kernel/crash_core.c:168:15: note: byref variable will be forcibly initialized 168 | char *cur = cmdline; | ^~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_mem': /kisskb/src/kernel/crash_core.c:45:31: note: byref variable will be forcibly initialized 45 | char *cur = cmdline, *tmp; | ^~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_simple': /kisskb/src/kernel/crash_core.c:130:15: note: byref variable will be forcibly initialized 130 | char *cur = cmdline; | ^~~ /kisskb/src/kernel/crash_core.c: In function 'vmcoreinfo_append_str': /kisskb/src/kernel/crash_core.c:362:14: note: byref variable will be forcibly initialized 362 | char buf[0x50]; | ^~~ /kisskb/src/kernel/crash_core.c:361:17: note: byref variable will be forcibly initialized 361 | va_list args; | ^~~~ In file included from /kisskb/src/drivers/soc/fsl/dpio/dpio.c:8: /kisskb/src/drivers/soc/fsl/dpio/dpio.c: In function 'mc_encode_cmd_header': /kisskb/src/include/linux/fsl/mc.h:260:16: note: byref variable will be forcibly initialized 260 | __le64 header = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/fs/select.c:18: /kisskb/src/fs/select.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/fs/select.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/fs/select.c:18: /kisskb/src/fs/select.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/select.c: In function 'poll_select_finish': /kisskb/src/fs/select.c:337:46: note: byref variable will be forcibly initialized 337 | struct old_timeval32 rtv; | ^~~ /kisskb/src/fs/select.c:325:53: note: byref variable will be forcibly initialized 325 | struct __kernel_old_timeval rtv; | ^~~ /kisskb/src/fs/select.c:302:27: note: byref variable will be forcibly initialized 302 | struct timespec64 rts; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/fs/select.c:18: /kisskb/src/fs/select.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/select.c: In function 'select_estimate_accuracy': /kisskb/src/fs/select.c:79:27: note: byref variable will be forcibly initialized 79 | struct timespec64 now; | ^~~ /kisskb/src/fs/select.c: In function 'do_select': /kisskb/src/fs/select.c:482:29: note: byref variable will be forcibly initialized 482 | struct poll_wqueues table; | ^~~~~ /kisskb/src/fs/select.c:481:17: note: byref variable will be forcibly initialized 481 | ktime_t expire, *to = NULL; | ^~~~~~ /kisskb/src/fs/select.c: In function 'compat_core_sys_select': /kisskb/src/fs/select.c:1202:14: note: byref variable will be forcibly initialized 1202 | long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; | ^~~~~~~~~ /kisskb/src/fs/select.c:1198:21: note: byref variable will be forcibly initialized 1198 | fd_set_bits fds; | ^~~ /kisskb/src/fs/select.c: In function 'do_poll': /kisskb/src/fs/select.c:906:22: note: byref variable will be forcibly initialized 906 | bool can_busy_loop = false; | ^~~~~~~~~~~~~ /kisskb/src/fs/select.c:889:17: note: byref variable will be forcibly initialized 889 | ktime_t expire, *to = NULL; | ^~~~~~ /kisskb/src/fs/select.c: In function 'do_sys_poll': /kisskb/src/fs/select.c:982:14: note: byref variable will be forcibly initialized 982 | long stack_pps[POLL_STACK_ALLOC/sizeof(long)]; | ^~~~~~~~~ /kisskb/src/fs/select.c:977:29: note: byref variable will be forcibly initialized 977 | struct poll_wqueues table; | ^~~~~ /kisskb/src/fs/select.c: In function 'do_restart_poll': /kisskb/src/fs/select.c:1051:39: note: byref variable will be forcibly initialized 1051 | struct timespec64 *to = NULL, end_time; | ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_poll': /kisskb/src/fs/select.c:1071:27: note: byref variable will be forcibly initialized 1071 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_ppoll': /kisskb/src/fs/select.c:1105:31: note: byref variable will be forcibly initialized 1105 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1105:27: note: byref variable will be forcibly initialized 1105 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function 'do_compat_select': /kisskb/src/fs/select.c:1270:30: note: byref variable will be forcibly initialized 1270 | struct old_timeval32 tv; | ^~ /kisskb/src/fs/select.c:1269:27: note: byref variable will be forcibly initialized 1269 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_compat_sys_old_select': /kisskb/src/fs/select.c:1305:38: note: byref variable will be forcibly initialized 1305 | struct compat_sel_arg_struct a; | ^ /kisskb/src/fs/select.c: In function 'do_compat_pselect': /kisskb/src/fs/select.c:1318:31: note: byref variable will be forcibly initialized 1318 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1318:27: note: byref variable will be forcibly initialized 1318 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function '__do_compat_sys_pselect6_time64': /kisskb/src/fs/select.c:1372:38: note: byref variable will be forcibly initialized 1372 | struct compat_sigset_argpack x = {0, 0}; | ^ /kisskb/src/drivers/video/fbdev/core/fb_ddc.c: In function 'fb_do_probe_ddc_edid': /kisskb/src/drivers/video/fbdev/core/fb_ddc.c:26:24: note: byref variable will be forcibly initialized 26 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/video/fbdev/core/fb_ddc.c:24:23: note: byref variable will be forcibly initialized 24 | unsigned char start = 0x0; | ^~~~~ /kisskb/src/fs/select.c: In function '__do_compat_sys_ppoll_time64': /kisskb/src/fs/select.c:1429:31: note: byref variable will be forcibly initialized 1429 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1429:27: note: byref variable will be forcibly initialized 1429 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function 'core_sys_select': /kisskb/src/fs/select.c:634:14: note: byref variable will be forcibly initialized 634 | long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; | ^~~~~~~~~ /kisskb/src/fs/select.c:628:21: note: byref variable will be forcibly initialized 628 | fd_set_bits fds; | ^~~ /kisskb/src/fs/select.c: In function 'kern_select': /kisskb/src/fs/select.c:708:37: note: byref variable will be forcibly initialized 708 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/fs/select.c:707:27: note: byref variable will be forcibly initialized 707 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function 'do_pselect': /kisskb/src/fs/select.c:737:31: note: byref variable will be forcibly initialized 737 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:737:27: note: byref variable will be forcibly initialized 737 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function '__do_sys_pselect6': /kisskb/src/fs/select.c:799:31: note: byref variable will be forcibly initialized 799 | struct sigset_argpack x = {NULL, 0}; | ^ /kisskb/src/drivers/soc/fsl/rcpm.c: In function 'rcpm_pm_prepare': /kisskb/src/drivers/soc/fsl/rcpm.c:61:13: note: byref variable will be forcibly initialized 61 | u32 value[RCPM_WAKEUP_CELL_MAX_SIZE + 1]; | ^~~~~ /kisskb/src/kernel/backtracetest.c: In function 'backtrace_test_saved': /kisskb/src/kernel/backtracetest.c:47:23: note: byref variable will be forcibly initialized 47 | unsigned long entries[8]; | ^~~~~~~ In file included from /kisskb/src/fs/orangefs/protocol.h:5, from /kisskb/src/fs/orangefs/orangefs-bufmap.c:7: /kisskb/src/fs/orangefs/orangefs-bufmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/kexec.c: In function 'do_kexec_load': /kisskb/src/kernel/kexec.c:90:38: note: byref variable will be forcibly initialized 90 | struct kimage **dest_image, *image; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/kernel/kexec.c:10: /kisskb/src/kernel/kexec.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/kexec.c: In function '__do_compat_sys_kexec_load': /kisskb/src/kernel/kexec.c:262:37: note: byref variable will be forcibly initialized 262 | struct compat_kexec_segment in; | ^~ /kisskb/src/fs/orangefs/orangefs-debugfs.c: In function 'debug_string_to_mask': /kisskb/src/fs/orangefs/orangefs-debugfs.c:857:16: note: byref variable will be forcibly initialized 857 | __u64 *k_mask = NULL; | ^~~~~~ /kisskb/src/fs/orangefs/orangefs-debugfs.c:856:35: note: byref variable will be forcibly initialized 856 | struct client_debug_mask *c_mask = NULL; | ^~~~~~ /kisskb/src/fs/orangefs/orangefs-debugfs.c:853:15: note: byref variable will be forcibly initialized 853 | char *strsep_fodder = kstrdup(debug_string, GFP_KERNEL); | ^~~~~~~~~~~~~ /kisskb/src/fs/orangefs/orangefs-debugfs.c: In function 'orangefs_debug_write': /kisskb/src/fs/orangefs/orangefs-debugfs.c:400:34: note: byref variable will be forcibly initialized 400 | struct client_debug_mask c_mask = { NULL, 0, 0 }; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/fs/orangefs/orangefs-debugfs.c:38: /kisskb/src/fs/orangefs/orangefs-debugfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function '__d_set_inode_and_type': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:349:9: note: in expansion of macro 'smp_store_release' 349 | smp_store_release(&dentry->d_flags, flags); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'hlist_bl_set_first_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_bl.h:17:9: note: in expansion of macro 'rcu_assign_pointer' 17 | rcu_assign_pointer(h->first, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'end_dir_add': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2577:9: note: in expansion of macro 'smp_store_release' 2577 | smp_store_release(&dir->i_dir_seq, n + 2); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'kimage_alloc_normal_control_pages': /kisskb/src/kernel/kexec_core.c:367:26: note: byref variable will be forcibly initialized 367 | struct list_head extra_pages; | ^~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'kimage_crash_copy_vmcoreinfo': /kisskb/src/kernel/kexec_core.c:503:22: note: byref variable will be forcibly initialized 503 | struct page *vmcoreinfo_page; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function '__crash_kexec': /kisskb/src/kernel/kexec_core.c:977:40: note: byref variable will be forcibly initialized 977 | struct pt_regs fixed_regs; | ^~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'crash_save_cpu': /kisskb/src/kernel/kexec_core.c:1083:29: note: byref variable will be forcibly initialized 1083 | struct elf_prstatus prstatus; | ^~~~~~~~ /kisskb/src/fs/dcache.c: In function 'path_check_mount': /kisskb/src/fs/dcache.c:1462:21: note: byref variable will be forcibly initialized 1462 | struct path path = { .mnt = info->mnt, .dentry = dentry }; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_walk': /kisskb/src/fs/dcache.c:1353:18: note: byref variable will be forcibly initialized 1353 | unsigned seq = 0; | ^~~ /kisskb/src/fs/dcache.c: In function 'path_has_submounts': /kisskb/src/fs/dcache.c:1483:28: note: byref variable will be forcibly initialized 1483 | struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function '__d_alloc': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:1805:9: note: in expansion of macro 'smp_store_release' 1805 | smp_store_release(&dentry->d_name.name, dname); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'd_alloc_name': /kisskb/src/fs/dcache.c:1907:21: note: byref variable will be forcibly initialized 1907 | struct qstr q; | ^ In file included from /kisskb/src/include/linux/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:2583:35: note: byref variable will be forcibly initialized 2583 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'shrink_dcache_sb': /kisskb/src/fs/dcache.c:1317:27: note: byref variable will be forcibly initialized 1317 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_parent': /kisskb/src/fs/dcache.c:1622:36: note: byref variable will be forcibly initialized 1622 | struct select_data data = {.start = parent}; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_invalidate': /kisskb/src/fs/dcache.c:1739:32: note: byref variable will be forcibly initialized 1739 | struct dentry *victim = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'prune_dcache_sb': /kisskb/src/fs/dcache.c:1277:19: note: byref variable will be forcibly initialized 1277 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'd_alloc_parallel': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2610:15: note: in expansion of macro 'smp_load_acquire' 2610 | seq = smp_load_acquire(&parent->d_inode->i_dir_seq); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2603:30: note: byref variable will be forcibly initialized 2603 | unsigned seq, r_seq, d_seq; | ^~~~~ /kisskb/src/drivers/soc/fsl/dpio/qbman-portal.c: In function 'qbman_swp_enqueue_direct': /kisskb/src/drivers/soc/fsl/dpio/qbman-portal.c:597:13: note: byref variable will be forcibly initialized 597 | int flags = 0; | ^~~~~ In file included from /kisskb/src/kernel/stop_machine.c:24: /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_two_works': /kisskb/src/kernel/stop_machine.c:266:23: note: byref variable will be forcibly initialized 266 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_work': /kisskb/src/kernel/stop_machine.c:96:23: note: byref variable will be forcibly initialized 96 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/drivers/soc/fsl/dpio/qbman-portal.c: In function 'qbman_swp_enqueue_mem_back': /kisskb/src/drivers/soc/fsl/dpio/qbman-portal.c:623:13: note: byref variable will be forcibly initialized 623 | int flags = 0; | ^~~~~ /kisskb/src/kernel/stop_machine.c: In function '__stop_cpus': /kisskb/src/kernel/stop_machine.c:426:30: note: byref variable will be forcibly initialized 426 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_one_cpu': /kisskb/src/kernel/stop_machine.c:141:30: note: byref variable will be forcibly initialized 141 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_two_cpus': /kisskb/src/kernel/stop_machine.c:337:37: note: byref variable will be forcibly initialized 337 | struct cpu_stop_work work1, work2; | ^~~~~ /kisskb/src/kernel/stop_machine.c:337:30: note: byref variable will be forcibly initialized 337 | struct cpu_stop_work work1, work2; | ^~~~~ /kisskb/src/kernel/stop_machine.c:336:30: note: byref variable will be forcibly initialized 336 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_machine_from_inactive_cpu': /kisskb/src/kernel/stop_machine.c:682:30: note: byref variable will be forcibly initialized 682 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/compat.c: In function 'get_compat_sigset': /kisskb/src/kernel/compat.c:253:25: note: byref variable will be forcibly initialized 253 | compat_sigset_t v; | ^ /kisskb/src/kernel/compat.c: In function '__do_compat_sys_sigprocmask': /kisskb/src/kernel/compat.c:45:18: note: byref variable will be forcibly initialized 45 | sigset_t new_blocked; | ^~~~~~~~~~~ /kisskb/src/kernel/compat.c: In function 'put_compat_rusage': /kisskb/src/kernel/compat.c:85:30: note: byref variable will be forcibly initialized 85 | struct compat_rusage r32; | ^~~ /kisskb/src/kernel/compat.c: In function '__do_compat_sys_sched_setaffinity': /kisskb/src/kernel/compat.c:128:23: note: byref variable will be forcibly initialized 128 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/compat.c: In function '__do_compat_sys_sched_getaffinity': /kisskb/src/kernel/compat.c:148:23: note: byref variable will be forcibly initialized 148 | cpumask_var_t mask; | ^~~~ 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 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/clk/hisilicon/clk.c:19: /kisskb/src/drivers/clk/hisilicon/clk.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/hisilicon/clk.c:13: /kisskb/src/drivers/clk/hisilicon/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/inode.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'evict_inodes': /kisskb/src/fs/inode.c:714:19: note: byref variable will be forcibly initialized 714 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/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:634:16: note: byref variable will be forcibly initialized 634 | 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:29: note: byref variable will be forcibly initialized 222 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:220:29: note: byref variable will be forcibly initialized 220 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:219:38: note: byref variable will be forcibly initialized 219 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:2003:22: note: byref variable will be forcibly initialized 2003 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2396:27: note: byref variable will be forcibly initialized 2396 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'file_update_time': /kisskb/src/fs/inode.c:2061:27: note: byref variable will be forcibly initialized 2061 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'dump_mapping': /kisskb/src/fs/inode.c:561:23: note: byref variable will be forcibly initialized 561 | unsigned long ino; | ^~~ /kisskb/src/fs/inode.c:560:23: note: byref variable will be forcibly initialized 560 | struct dentry dentry; | ^~~~~~ /kisskb/src/fs/inode.c:558:28: note: byref variable will be forcibly initialized 558 | struct hlist_node *dentry_first; | ^~~~~~~~~~~~ /kisskb/src/fs/inode.c:557:48: note: byref variable will be forcibly initialized 557 | const struct address_space_operations *a_ops; | ^~~~~ /kisskb/src/fs/inode.c:556:23: note: byref variable will be forcibly initialized 556 | struct inode *host; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:765:19: note: byref variable will be forcibly initialized 765 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:891:19: note: byref variable will be forcibly initialized 891 | LIST_HEAD(freeable); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1921:27: note: byref variable will be forcibly initialized 1921 | struct timespec64 now; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/kernel/tracepoint.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_add_func': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:373:17: note: in expansion of macro 'rcu_assign_pointer' 373 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:360:17: note: in expansion of macro 'rcu_assign_pointer' 360 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:327:39: note: byref variable will be forcibly initialized 327 | struct tracepoint_func *old, *tp_funcs; | ^~~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio_may_exist': /kisskb/src/kernel/tracepoint.c:475:32: note: byref variable will be forcibly initialized 475 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio': /kisskb/src/kernel/tracepoint.c:504:32: note: byref variable will be forcibly initialized 504 | struct tracepoint_func tp_func; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_remove_func': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:446:17: note: in expansion of macro 'rcu_assign_pointer' 446 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:429:17: note: in expansion of macro 'rcu_assign_pointer' 429 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:421:17: note: in expansion of macro 'rcu_assign_pointer' 421 | rcu_assign_pointer(tp->funcs, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:399:39: note: byref variable will be forcibly initialized 399 | struct tracepoint_func *old, *tp_funcs; | ^~~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_unregister': /kisskb/src/kernel/tracepoint.c:545:32: note: byref variable will be forcibly initialized 545 | struct tracepoint_func tp_func; | ^~~~~~~ /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:32: note: byref variable will be forcibly initialized 47 | struct of_phandle_args spec; | ^~~~ /kisskb/src/kernel/latencytop.c: In function '__account_scheduler_latency': /kisskb/src/kernel/latencytop.c:181:31: note: byref variable will be forcibly initialized 181 | struct latency_record lat; | ^~~ /kisskb/src/drivers/soc/rockchip/grf.c: In function 'rockchip_grf_init': /kisskb/src/drivers/soc/rockchip/grf.c:157:36: note: byref variable will be forcibly initialized 157 | const struct of_device_id *match; | ^~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/irq_work.c:10: /kisskb/src/kernel/irq_work.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/padata.c:18: /kisskb/src/kernel/padata.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_serial_worker': /kisskb/src/kernel/padata.c:347:19: note: byref variable will be forcibly initialized 347 | LIST_HEAD(local_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_replace_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/padata.c:636:9: note: in expansion of macro 'rcu_assign_pointer' 636 | rcu_assign_pointer(ps->pd, pd_new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/padata.c: In function 'store_cpumask': /kisskb/src/kernel/padata.c:877:23: note: byref variable will be forcibly initialized 877 | cpumask_var_t new_cpumask; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_do_multithreaded': /kisskb/src/kernel/padata.c:474:19: note: byref variable will be forcibly initialized 474 | LIST_HEAD(works); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/padata.c:473:36: note: byref variable will be forcibly initialized 473 | struct padata_mt_job_state ps; | ^~ /kisskb/src/kernel/padata.c:472:28: note: byref variable will be forcibly initialized 472 | struct padata_work my_work, *pw; | ^~~~~~~ /kisskb/src/kernel/crash_dump.c: In function 'setup_elfcorehdr': /kisskb/src/kernel/crash_dump.c:31:15: note: byref variable will be forcibly initialized 31 | char *end; | ^~~ /kisskb/src/drivers/clk/hisilicon/clkgate-separated.c: In function 'hisi_register_clkgate_sep': /kisskb/src/drivers/clk/hisilicon/clkgate-separated.c:91:30: note: byref variable will be forcibly initialized 91 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/memory.h:19, from /kisskb/src/kernel/jump_label.c:9: /kisskb/src/kernel/jump_label.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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/rockchip/pm_domains.c:8: /kisskb/src/drivers/soc/rockchip/pm_domains.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/rockchip/pm_domains.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pm_clock.h:11, from /kisskb/src/drivers/soc/rockchip/pm_domains.c:12: /kisskb/src/drivers/soc/rockchip/pm_domains.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pm_domain.h:16, from /kisskb/src/drivers/soc/rockchip/pm_domains.c:13: /kisskb/src/drivers/soc/rockchip/pm_domains.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/soc/rockchip/pm_domains.c: In function 'rockchip_pmu_domain_is_idle': /kisskb/src/drivers/soc/rockchip/pm_domains.c:251:22: note: byref variable will be forcibly initialized 251 | unsigned int val; | ^~~ /kisskb/src/drivers/soc/rockchip/pm_domains.c: In function 'rockchip_pmu_domain_is_on': /kisskb/src/drivers/soc/rockchip/pm_domains.c:364:22: note: byref variable will be forcibly initialized 364 | unsigned int val; | ^~~ /kisskb/src/drivers/soc/rockchip/pm_domains.c: In function 'rockchip_pmu_read_ack': /kisskb/src/drivers/soc/rockchip/pm_domains.c:259:22: note: byref variable will be forcibly initialized 259 | unsigned int val; | ^~~ /kisskb/src/drivers/soc/rockchip/pm_domains.c: In function 'rockchip_pm_add_one_domain': /kisskb/src/drivers/soc/rockchip/pm_domains.c:501:13: note: byref variable will be forcibly initialized 501 | u32 id; | ^~ /kisskb/src/drivers/soc/rockchip/pm_domains.c: In function 'rockchip_pm_add_subdomain': /kisskb/src/drivers/soc/rockchip/pm_domains.c:688:21: note: byref variable will be forcibly initialized 688 | u32 idx; | ^~~ /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c: In function 'mtk_infracfg_set_bus_protection': /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c:31:13: note: byref variable will be forcibly initialized 31 | u32 val; | ^~~ /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c: In function 'mtk_infracfg_clear_bus_protection': /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c:63:13: note: byref variable will be forcibly initialized 63 | u32 val; | ^~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(context_tracking_user, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(context_tracking_user, | ^~~~~~~~~~~~~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(context_tracking_user, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_context_tracking_user': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(context_tracking_user, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(context_tracking_user, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'pick_file': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:647:17: note: in expansion of macro 'rcu_assign_pointer' 647 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/kernel/torture.c: In function 'torture_hrtimeout_ns': /kisskb/src/kernel/torture.c:88:17: note: byref variable will be forcibly initialized 88 | ktime_t hto = baset_ns; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'do_dup2': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:1104:9: note: in expansion of macro 'rcu_assign_pointer' 1104 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/torture.c:14: /kisskb/src/kernel/torture.c: In function 'stutter_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:176:25: note: in expansion of macro 'smp_store_release' 176 | smp_store_release(&(t)->trc_reader_checked, true); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:187:9: note: in expansion of macro 'rcu_tasks_trace_qs' 187 | rcu_tasks_trace_qs((t)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:217:9: note: in expansion of macro 'rcu_tasks_qs' 217 | rcu_tasks_qs(current, false); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/torture.c:728:9: note: in expansion of macro 'cond_resched_tasks_rcu_qs' 728 | cond_resched_tasks_rcu_qs(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/torture.c: In function 'torture_kthread_stopping': /kisskb/src/kernel/torture.c:912:14: note: byref variable will be forcibly initialized 912 | char buf[128]; | ^~~ In file included from /kisskb/src/kernel/torture.c:39: /kisskb/src/kernel/torture.c: In function 'torture_onoff': /kisskb/src/kernel/torture.c:339:31: note: byref variable will be forcibly initialized 339 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/fs/file.c: In function 'expand_fdtable': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:198:9: note: in expansion of macro 'rcu_assign_pointer' 198 | rcu_assign_pointer(files->fdt, new_fdt); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'expand_files': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/file.c:235:17: note: in expansion of macro 'wait_event' 235 | wait_event(files->resize_wait, !files->resize_in_progress); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'alloc_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:548:17: note: in expansion of macro 'rcu_assign_pointer' 548 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/torture.c: In function 'torture_stutter': /kisskb/src/kernel/torture.c:758:31: note: byref variable will be forcibly initialized 758 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/fs/file.c: In function 'fd_install': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:622:9: note: in expansion of macro 'rcu_assign_pointer' 622 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:614:17: note: in expansion of macro 'rcu_assign_pointer' 614 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'dup_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:402:9: note: in expansion of macro 'rcu_assign_pointer' 402 | rcu_assign_pointer(newf->fdt, new_fdt); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:395:17: note: in expansion of macro 'rcu_assign_pointer' 395 | rcu_assign_pointer(*new_fds++, f); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c:12: /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c: In function 'hi6220_register_clkdiv': /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c:106:30: note: byref variable will be forcibly initialized 106 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/file.c: In function '__close_range': /kisskb/src/fs/file.c:732:52: note: byref variable will be forcibly initialized 732 | struct files_struct *cur_fds = me->files, *fds = NULL; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'do_close_on_exec': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:841:25: note: in expansion of macro 'rcu_assign_pointer' 841 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ 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 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_idmap_mount': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c:4098:9: note: in expansion of macro 'smp_store_release' 4098 | smp_store_release(&mnt->mnt.mnt_userns, mnt_userns); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:370:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 370 | KUNIT_EXPECT_EQ(test, 0, *((int *)table.data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:369:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 369 | KUNIT_ASSERT_EQ(test, max_len, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:367:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 367 | KUNIT_EXPECT_EQ(test, -EINVAL, proc_dointvec(&table, KUNIT_PROC_WRITE, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1155:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1155 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1152:9: note: in expansion of macro 'KUNIT_ASSERT_LT_MSG' 1152 | KUNIT_ASSERT_LT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:364:9: note: in expansion of macro 'KUNIT_ASSERT_LT' 364 | KUNIT_ASSERT_LT(test, (size_t)snprintf(buffer, max_len, "%lu", | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:363:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 363 | KUNIT_ASSERT_GT(test, greater_than_max, (unsigned long)INT_MAX); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:358:16: note: byref variable will be forcibly initialized 358 | loff_t pos = 0; | ^~~ /kisskb/src/kernel/sysctl-test.c:357:30: note: byref variable will be forcibly initialized 357 | size_t max_len = 32, len = max_len; | ^~~ /kisskb/src/kernel/sysctl-test.c:347:13: note: byref variable will be forcibly initialized 347 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:338:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 338 | KUNIT_EXPECT_EQ(test, 0, *((int *)table.data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:337:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 337 | KUNIT_EXPECT_EQ(test, max_len, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:335:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 335 | KUNIT_EXPECT_EQ(test, -EINVAL, proc_dointvec(&table, KUNIT_PROC_WRITE, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1155:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1155 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1152:9: note: in expansion of macro 'KUNIT_ASSERT_LT_MSG' 1152 | KUNIT_ASSERT_LT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:330:9: note: in expansion of macro 'KUNIT_ASSERT_LT' 330 | KUNIT_ASSERT_LT(test, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:320:16: note: byref variable will be forcibly initialized 320 | loff_t pos = 0; | ^~~ /kisskb/src/kernel/sysctl-test.c:319:30: note: byref variable will be forcibly initialized 319 | size_t max_len = 32, len = max_len; | ^~~ /kisskb/src/kernel/sysctl-test.c:309:13: note: byref variable will be forcibly initialized 309 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:177:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 177 | KUNIT_EXPECT_EQ(test, 0, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:175:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 175 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_READ, buffer, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:173:16: note: byref variable will be forcibly initialized 173 | loff_t pos = 1; | ^~~ /kisskb/src/kernel/sysctl-test.c:168:16: note: byref variable will be forcibly initialized 168 | size_t len = 1234; | ^~~ /kisskb/src/kernel/sysctl-test.c:151:13: note: byref variable will be forcibly initialized 151 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:142:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 142 | KUNIT_EXPECT_EQ(test, 0, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:140:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 140 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_WRITE, buffer, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:138:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 138 | KUNIT_EXPECT_EQ(test, 0, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:136:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 136 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_READ, buffer, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:134:16: note: byref variable will be forcibly initialized 134 | loff_t pos; | ^~~ /kisskb/src/kernel/sysctl-test.c:133:16: note: byref variable will be forcibly initialized 133 | size_t len = 0; | ^~~ /kisskb/src/kernel/sysctl-test.c:117:13: note: byref variable will be forcibly initialized 117 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:107:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 107 | KUNIT_EXPECT_EQ(test, 0, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:104:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 104 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&data_maxlen_unset_table, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:98:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 98 | KUNIT_EXPECT_EQ(test, 0, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:95:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 95 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&data_maxlen_unset_table, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:88:16: note: byref variable will be forcibly initialized 88 | loff_t pos; | ^~~ /kisskb/src/kernel/sysctl-test.c:87:16: note: byref variable will be forcibly initialized 87 | size_t len; | ^~~ /kisskb/src/kernel/sysctl-test.c:71:13: note: byref variable will be forcibly initialized 71 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:61:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 61 | KUNIT_EXPECT_EQ(test, 0, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:58:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 58 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&null_data_table, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:52:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 52 | KUNIT_EXPECT_EQ(test, 0, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:49:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 49 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&null_data_table, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:42:16: note: byref variable will be forcibly initialized 42 | loff_t pos; | ^~~ /kisskb/src/kernel/sysctl-test.c:41:16: note: byref variable will be forcibly initialized 41 | 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_write_happy_single_negative': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:299:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 299 | KUNIT_EXPECT_EQ(test, -9, *((int *)table.data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:298:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 298 | KUNIT_EXPECT_EQ(test, sizeof(input) - 1, pos); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:297:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 297 | KUNIT_EXPECT_EQ(test, sizeof(input) - 1, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:295:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 295 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_WRITE, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:289:16: note: byref variable will be forcibly initialized 289 | loff_t pos = 0; | ^~~ /kisskb/src/kernel/sysctl-test.c:288:16: note: byref variable will be forcibly initialized 288 | size_t len = sizeof(input) - 1; | ^~~ /kisskb/src/kernel/sysctl-test.c:287:14: note: byref variable will be forcibly initialized 287 | char input[] = "-9"; | ^~~~~ /kisskb/src/kernel/sysctl-test.c:277:13: note: byref variable will be forcibly initialized 277 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:269:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 269 | KUNIT_EXPECT_EQ(test, 9, *((int *)table.data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:268:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 268 | KUNIT_EXPECT_EQ(test, sizeof(input) - 1, pos); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:267:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 267 | KUNIT_EXPECT_EQ(test, sizeof(input) - 1, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:265:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 265 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_WRITE, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:259:16: note: byref variable will be forcibly initialized 259 | loff_t pos = 0; | ^~~ /kisskb/src/kernel/sysctl-test.c:258:16: note: byref variable will be forcibly initialized 258 | size_t len = sizeof(input) - 1; | ^~~ /kisskb/src/kernel/sysctl-test.c:257:14: note: byref variable will be forcibly initialized 257 | char input[] = "9"; | ^~~~~ /kisskb/src/kernel/sysctl-test.c:246:13: note: byref variable will be forcibly initialized 246 | 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_negative': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:675:9: note: in expansion of macro 'KUNIT_ASSERTION' 675 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:928:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 928 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:925:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 925 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:238:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 238 | KUNIT_EXPECT_STREQ(test, "-16\n", buffer); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:236:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 236 | KUNIT_ASSERT_EQ(test, 4, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:234:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 234 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_READ, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:229:16: note: byref variable will be forcibly initialized 229 | loff_t pos = 0; | ^~~ /kisskb/src/kernel/sysctl-test.c:228:16: note: byref variable will be forcibly initialized 228 | size_t len = 5; | ^~~ /kisskb/src/kernel/sysctl-test.c:217:13: note: byref variable will be forcibly initialized 217 | 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:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:675:9: note: in expansion of macro 'KUNIT_ASSERTION' 675 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:928:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 928 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:925:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 925 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:209:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 209 | KUNIT_EXPECT_STREQ(test, "13\n", buffer); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:206:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 206 | KUNIT_ASSERT_EQ(test, 3, len); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:204:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 204 | KUNIT_EXPECT_EQ(test, 0, proc_dointvec(&table, KUNIT_PROC_READ, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/sysctl-test.c:198:16: note: byref variable will be forcibly initialized 198 | loff_t pos = 0; | ^~~ /kisskb/src/kernel/sysctl-test.c:197:16: note: byref variable will be forcibly initialized 197 | size_t len = 4; | ^~~ /kisskb/src/kernel/sysctl-test.c:186:13: note: byref variable will be forcibly initialized 186 | int data = 0; | ^~~~ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4374:21: note: byref variable will be forcibly initialized 4374 | struct path root; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'umount_tree': /kisskb/src/fs/namespace.c:1551:19: note: byref variable will be forcibly initialized 1551 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'shrink_submounts': /kisskb/src/fs/namespace.c:3226:19: note: byref variable will be forcibly initialized 3226 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'commit_tree': /kisskb/src/fs/namespace.c:956:19: note: byref variable will be forcibly initialized 956 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'mnt_warn_timestamp_expiry': /kisskb/src/fs/namespace.c:2618:27: note: byref variable will be forcibly initialized 2618 | struct tm tm; | ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mntput_no_expire': /kisskb/src/fs/namespace.c:1209:19: note: byref variable will be forcibly initialized 1209 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'namespace_unlock': /kisskb/src/fs/namespace.c:1485:19: note: byref variable will be forcibly initialized 1485 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c:1482:27: note: byref variable will be forcibly initialized 1482 | struct hlist_head head; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mark_mounts_for_expiry': /kisskb/src/fs/namespace.c:3141:19: note: byref variable will be forcibly initialized 3141 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:155:25: note: byref variable will be forcibly initialized 155 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/seq_file.c:154:22: note: byref variable will be forcibly initialized 154 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/seq_file.c:153:22: note: byref variable will be forcibly initialized 153 | struct iovec iov = { .iov_base = buf, .iov_len = size}; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_escape_mem': /kisskb/src/fs/seq_file.c:377:15: note: byref variable will be forcibly initialized 377 | char *buf; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_printf': /kisskb/src/fs/seq_file.c:403:17: note: byref variable will be forcibly initialized 403 | va_list args; | ^~~~ /kisskb/src/fs/seq_file.c: In function 'seq_path': /kisskb/src/fs/seq_file.c:472:15: note: byref variable will be forcibly initialized 472 | char *buf; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_dentry': /kisskb/src/fs/seq_file.c:539:15: note: byref variable will be forcibly initialized 539 | char *buf; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_hex_dump': /kisskb/src/fs/seq_file.c:870:15: note: byref variable will be forcibly initialized 870 | char *buffer; | ^~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_path_root': /kisskb/src/fs/seq_file.c:510:15: note: byref variable will be forcibly initialized 510 | char *buf; | ^~~ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/fs/namespace.c:4328:28: note: byref variable will be forcibly initialized 4328 | struct mount_kattr kattr; | ^~~~~ /kisskb/src/fs/namespace.c:4327:27: note: byref variable will be forcibly initialized 4327 | struct mount_attr attr; | ^~~~ /kisskb/src/fs/namespace.c:4326:21: note: byref variable will be forcibly initialized 4326 | struct path target; | ^~~~~~ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1813:21: note: byref variable will be forcibly initialized 1813 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_open_tree': /kisskb/src/fs/namespace.c:2507:21: note: byref variable will be forcibly initialized 2507 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3645:22: note: byref variable will be forcibly initialized 3645 | unsigned int mnt_flags = 0; | ^~~~~~~~~ /kisskb/src/fs/namespace.c:3642:21: note: byref variable will be forcibly initialized 3642 | struct path newmount; | ^~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hisi-phase.c: In function 'clk_register_hisi_phase': /kisskb/src/drivers/clk/hisilicon/clk-hisi-phase.c:98:30: note: byref variable will be forcibly initialized 98 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'attach_recursive_mnt': /kisskb/src/fs/namespace.c:2204:20: note: byref variable will be forcibly initialized 2204 | HLIST_HEAD(tree_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/fs/namespace.c: In function 'do_loopback': /kisskb/src/fs/namespace.c:2422:21: note: byref variable will be forcibly initialized 2422 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2906:21: note: byref variable will be forcibly initialized 2906 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_is_pmic_cipher_ready': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1559:13: note: byref variable will be forcibly initialized 1559 | u32 rdata; | ^~~~~ /kisskb/src/fs/namespace.c:3770:32: note: byref variable will be forcibly initialized 3770 | struct path from_path, to_path; | ^~~~~~~ /kisskb/src/fs/namespace.c:3770:21: note: byref variable will be forcibly initialized 3770 | struct path from_path, to_path; | ^~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_mount': /kisskb/src/fs/namespace.c:3377:21: note: byref variable will be forcibly initialized 3377 | struct path path; | ^~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_write32': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1347:23: note: byref variable will be forcibly initialized 1347 | int ret, msb, rdata; | ^~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_sidly': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1430:13: note: byref variable will be forcibly initialized 1430 | u32 rdata; | ^~~~~ /kisskb/src/fs/namespace.c:3871:31: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_dual_io': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1461:13: note: byref variable will be forcibly initialized 1461 | u32 rdata; | ^~~~~ /kisskb/src/fs/namespace.c:3871:26: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c:3871:21: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_cipher': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1573:13: note: byref variable will be forcibly initialized 1573 | u32 rdata = 0; | ^~~~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3536:21: note: byref variable will be forcibly initialized 3536 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4642:21: note: byref variable will be forcibly initialized 4642 | struct path root; | ^~~~ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4490:21: note: byref variable will be forcibly initialized 4490 | struct path fs_root; | ^~~~~~~ /kisskb/src/fs/namespace.c:4489:21: note: byref variable will be forcibly initialized 4489 | struct path ns_root; | ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c:17: /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi3559a.c: In function 'hisi_clk_register_pll': /kisskb/src/drivers/clk/hisilicon/clk-hi3559a.c:461:30: note: byref variable will be forcibly initialized 461 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c: In function 'raspberrypi_clock_property': /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c:161:42: note: byref variable will be forcibly initialized 161 | struct raspberrypi_firmware_prop msg = { | ^~~ /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c: In function 'raspberrypi_fw_is_prepared': /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c:182:13: note: byref variable will be forcibly initialized 182 | u32 val = 0; | ^~~ /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c: In function 'raspberrypi_fw_get_rate': /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c:200:13: note: byref variable will be forcibly initialized 200 | u32 val = 0; | ^~~ /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c: In function 'raspberrypi_fw_set_rate': /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c:217:13: note: byref variable will be forcibly initialized 217 | u32 _rate = rate; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c: In function 'raspberrypi_clk_register': /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c:269:23: note: byref variable will be forcibly initialized 269 | u32 min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-raspberrypi.c:269:13: note: byref variable will be forcibly initialized 269 | u32 min_rate, max_rate; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/fsl/mc.h:13, from /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c:8: /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c: In function 'dpaa2_io_service_pull_fq': /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c:398:32: note: byref variable will be forcibly initialized 398 | struct qbman_pull_desc pd; | ^~ /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c: In function 'dpaa2_io_service_pull_channel': /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c:429:32: note: byref variable will be forcibly initialized 429 | struct qbman_pull_desc pd; | ^~ /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c: In function 'dpaa2_io_service_enqueue_fq': /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c:463:30: note: byref variable will be forcibly initialized 463 | struct qbman_eq_desc ed; | ^~ /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c: In function 'dpaa2_io_service_enqueue_multiple_fq': /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c:493:30: note: byref variable will be forcibly initialized 493 | struct qbman_eq_desc ed; | ^~ /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c: In function 'dpaa2_io_service_enqueue_qd': /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c:564:30: note: byref variable will be forcibly initialized 564 | struct qbman_eq_desc ed; | ^~ /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c: In function 'dpaa2_io_service_release': /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c:592:35: note: byref variable will be forcibly initialized 592 | struct qbman_release_desc rd; | ^~ /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c: In function 'dpaa2_io_query_fq_count': /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c:768:39: note: byref variable will be forcibly initialized 768 | struct qbman_fq_query_np_rslt state; | ^~~~~ /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c: In function 'dpaa2_io_query_bp_count': /kisskb/src/drivers/soc/fsl/dpio/dpio-service.c:801:36: note: byref variable will be forcibly initialized 801 | struct qbman_bp_query_rslt state; | ^~~~~ /kisskb/src/drivers/soc/fsl/dpio/dpio-driver.c: In function 'dpaa2_dpio_probe': /kisskb/src/drivers/soc/fsl/dpio/dpio-driver.c:125:30: note: byref variable will be forcibly initialized 125 | struct dpaa2_io_desc desc; | ^~~~ /kisskb/src/drivers/soc/fsl/dpio/dpio-driver.c:124:26: note: byref variable will be forcibly initialized 124 | struct dpio_attr dpio_attrs; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/pnode.c:10: /kisskb/src/fs/pnode.c: In function 'propagate_umount': /kisskb/src/fs/pnode.c:540:19: note: byref variable will be forcibly initialized 540 | LIST_HEAD(visited); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:539:19: note: byref variable will be forcibly initialized 539 | LIST_HEAD(to_umount); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:538:19: note: byref variable will be forcibly initialized 538 | LIST_HEAD(to_restore); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/xattr.c:11: /kisskb/src/fs/xattr.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'xattr_getsecurity': /kisskb/src/fs/xattr.c:323:15: note: byref variable will be forcibly initialized 323 | void *buffer = NULL; | ^~~~~~ /kisskb/src/fs/xattr.c: In function 'vfs_removexattr': /kisskb/src/fs/xattr.c:522:23: note: byref variable will be forcibly initialized 522 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'removexattr': /kisskb/src/fs/xattr.c:866:14: note: byref variable will be forcibly initialized 866 | char kname[XATTR_NAME_MAX + 1]; | ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_removexattr': /kisskb/src/fs/xattr.c:880:21: note: byref variable will be forcibly initialized 880 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:818:21: note: byref variable will be forcibly initialized 818 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'vfs_setxattr': /kisskb/src/fs/xattr.c:290:23: note: byref variable will be forcibly initialized 290 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'setxattr': /kisskb/src/fs/xattr.c:598:26: note: byref variable will be forcibly initialized 598 | struct xattr_ctx ctx = { | ^~~ /kisskb/src/fs/xattr.c:597:27: note: byref variable will be forcibly initialized 597 | struct xattr_name kname; | ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_setxattr': /kisskb/src/fs/xattr.c:621:21: note: byref variable will be forcibly initialized 621 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'getxattr': /kisskb/src/fs/xattr.c:717:26: note: byref variable will be forcibly initialized 717 | struct xattr_ctx ctx = { | ^~~ /kisskb/src/fs/xattr.c:716:27: note: byref variable will be forcibly initialized 716 | struct xattr_name kname; | ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_getxattr': /kisskb/src/fs/xattr.c:741:21: note: byref variable will be forcibly initialized 741 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'simple_xattr_list': /kisskb/src/fs/xattr.c:1141:17: note: byref variable will be forcibly initialized 1141 | ssize_t remaining_size = size; | ^~~~~~~~~~~~~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_read': /kisskb/src/fs/libfs.c:980:21: note: byref variable will be forcibly initialized 980 | u64 val; | ^~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_write': /kisskb/src/fs/libfs.c:1001:28: note: byref variable will be forcibly initialized 1001 | unsigned long long val; | ^~~ 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-scpsys.c:10: /kisskb/src/drivers/soc/mediatek/mtk-scpsys.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-scpsys.c: In function 'init_scp': /kisskb/src/drivers/soc/mediatek/mtk-scpsys.c:431:21: note: byref variable will be forcibly initialized 431 | struct clk *clk[CLK_MAX]; | ^~~ /kisskb/src/fs/splice.c: In function 'pipe_to_sendpage': /kisskb/src/fs/splice.c:352:16: note: byref variable will be forcibly initialized 352 | loff_t pos = sd->pos; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/fs/splice.c:21: /kisskb/src/fs/splice.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/splice.c: In function 'generic_file_splice_read': /kisskb/src/fs/splice.c:303:22: note: byref variable will be forcibly initialized 303 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/splice.c:302:25: note: byref variable will be forcibly initialized 302 | struct iov_iter to; | ^~ /kisskb/src/fs/splice.c: In function 'iter_file_splice_write': /kisskb/src/fs/splice.c:639:33: note: byref variable will be forcibly initialized 639 | struct iov_iter from; | ^~~~ /kisskb/src/fs/splice.c: In function 'splice_direct_to_actor': /kisskb/src/fs/splice.c:868:24: note: byref variable will be forcibly initialized 868 | loff_t pos = sd->pos, prev_pos = pos; | ^~~ /kisskb/src/fs/splice.c: In function 'iter_to_pipe': /kisskb/src/fs/splice.c:1171:24: note: byref variable will be forcibly initialized 1171 | size_t start; | ^~~~~ /kisskb/src/fs/splice.c:1169:30: note: byref variable will be forcibly initialized 1169 | struct page *pages[16]; | ^~~~~ /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1304:13: note: byref variable will be forcibly initialized 1304 | int type; | ^~~~ /kisskb/src/fs/splice.c:1301:25: note: byref variable will be forcibly initialized 1301 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/splice.c:1300:23: note: byref variable will be forcibly initialized 1300 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/splice.c:1299:22: note: byref variable will be forcibly initialized 1299 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/splice.c: In function 'do_splice': /kisskb/src/fs/splice.c:1033:16: note: byref variable will be forcibly initialized 1033 | loff_t offset; | ^~~~~~ /kisskb/src/fs/splice.c: In function '__do_splice': /kisskb/src/fs/splice.c:1122:16: note: byref variable will be forcibly initialized 1122 | loff_t offset, *__off_in = NULL, *__off_out = NULL; | ^~~~~~ /kisskb/src/fs/sync.c: In function 'do_sync_work': /kisskb/src/fs/sync.c:119:13: note: byref variable will be forcibly initialized 119 | int nowait = 0; | ^~~~~~ /kisskb/src/fs/sync.c: In function 'ksys_sync': /kisskb/src/fs/sync.c:99:25: note: byref variable will be forcibly initialized 99 | int nowait = 0, wait = 1; | ^~~~ /kisskb/src/fs/sync.c:99:13: note: byref variable will be forcibly initialized 99 | int nowait = 0, wait = 1; | ^~~~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_root': /kisskb/src/fs/fs_struct.c:17:21: note: byref variable will be forcibly initialized 17 | struct path old_root; | ^~~~~~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_pwd': /kisskb/src/fs/fs_struct.c:36:21: note: byref variable will be forcibly initialized 36 | struct path old_pwd; | ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/fs/fs-writeback.c:19: /kisskb/src/fs/fs-writeback.c: In function 'move_expired_inodes': /kisskb/src/fs/fs-writeback.c:1358:19: note: byref variable will be forcibly initialized 1358 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/writeback.h:861, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_folio_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_dirty_inode_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_write_inode_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_work_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_pages_written': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_bdi_register': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_wbc_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_queue_io': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_global_dirty_state': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_bdi_dirty_ratelimit': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_balance_dirty_pages': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/utimes.c:3: /kisskb/src/fs/utimes.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_sb_inodes_requeue': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_single_inode_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c: In function 'vfs_utimes': /kisskb/src/fs/utimes.c:24:23: note: byref variable will be forcibly initialized 24 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c:22:22: note: byref variable will be forcibly initialized 22 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_inode_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/writeback.h:798:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/writeback.h:798:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/writeback.h:861, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_folio_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c: In function 'do_utimes_path': /kisskb/src/fs/utimes.c:82:21: note: byref variable will be forcibly initialized 82 | struct path path; | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_dirty_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c: In function '__do_sys_utimensat': /kisskb/src/fs/utimes.c:150:27: note: byref variable will be forcibly initialized 150 | struct timespec64 tstimes[2]; | ^~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_write_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_work_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_pages_written': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_bdi_register': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_wbc_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_queue_io': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_global_dirty_state': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_bdi_dirty_ratelimit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_balance_dirty_pages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_sb_inodes_requeue': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_single_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:798:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/hdmi.c: In function 'hdmi_spd_infoframe_log': /kisskb/src/drivers/video/hdmi.c:1269:12: note: byref variable will be forcibly initialized 1269 | u8 buf[17]; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/writeback.h:861, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_folio_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/d_path.c:2: /kisskb/src/fs/d_path.c: In function 'prepend_name': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/d_path.c:97:29: note: in expansion of macro 'smp_load_acquire' 97 | const char *dname = smp_load_acquire(&name->name); /* ^^^ */ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_dirty_inode_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_write_inode_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_work_class': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/d_path.c: In function 'prepend_path': /kisskb/src/fs/d_path.c:160:31: note: byref variable will be forcibly initialized 160 | struct prepend_buffer b; | ^ /kisskb/src/fs/d_path.c:159:23: note: byref variable will be forcibly initialized 159 | unsigned seq, m_seq = 0; | ^~~~~ /kisskb/src/fs/d_path.c:159:18: note: byref variable will be forcibly initialized 159 | unsigned seq, m_seq = 0; | ^~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_wbc_class': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_global_dirty_state': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/fs/d_path.c: In function 'd_path': /kisskb/src/fs/d_path.c:267:21: note: byref variable will be forcibly initialized 267 | struct path root; | ^~~~ /kisskb/src/fs/d_path.c:266:24: note: byref variable will be forcibly initialized 266 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_pages_written': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_class': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/d_path.c: In function '__dentry_path': /kisskb/src/fs/d_path.c:335:13: note: byref variable will be forcibly initialized 335 | int seq = 0; | ^~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_bdi_register': /kisskb/src/fs/d_path.c:334:31: note: byref variable will be forcibly initialized 334 | struct prepend_buffer b; | ^ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_sb_inodes_requeue': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ /kisskb/src/fs/d_path.c: In function 'dentry_path_raw': /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_inode_template': /kisskb/src/fs/d_path.c:364:24: note: byref variable will be forcibly initialized 364 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:798:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:798:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_queue_io': /kisskb/src/fs/d_path.c: In function '__do_sys_getcwd': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/fs/d_path.c:429:32: note: byref variable will be forcibly initialized 429 | DECLARE_BUFFER(b, page, PATH_MAX); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/fs/d_path.c:415:26: note: byref variable will be forcibly initialized 415 | struct path pwd, root; | ^~~~ /kisskb/src/fs/d_path.c:415:21: note: byref variable will be forcibly initialized 415 | struct path pwd, root; | ^~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_bdi_dirty_ratelimit': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/fs/d_path.c: In function '__d_path': /kisskb/src/fs/d_path.c:218:24: note: byref variable will be forcibly initialized 218 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_writeback_single_inode_template': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/d_path.c: In function 'd_absolute_path': /kisskb/src/fs/d_path.c:230:24: note: byref variable will be forcibly initialized 230 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dynamic_dname': /kisskb/src/fs/d_path.c:304:14: note: byref variable will be forcibly initialized 304 | char temp[64]; | ^~~~ /kisskb/src/fs/d_path.c:303:17: note: byref variable will be forcibly initialized 303 | va_list args; | ^~~~ /kisskb/src/fs/d_path.c: In function 'simple_dname': /kisskb/src/fs/d_path.c:320:24: note: byref variable will be forcibly initialized 320 | DECLARE_BUFFER(b, buffer, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dentry_path': /kisskb/src/fs/d_path.c:373:24: note: byref variable will be forcibly initialized 373 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/fs-writeback.c: In function '__bpf_trace_balance_dirty_pages': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:73:24: note: in expansion of macro '__CAST_TO_U64' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:73:24: note: in expansion of macro '__CAST_TO_U64' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:74:25: note: in expansion of macro '__CAST_TO_U64' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:74:25: note: in expansion of macro '__CAST_TO_U64' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:75:25: note: in expansion of macro '__CAST_TO_U64' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:75:25: note: in expansion of macro '__CAST_TO_U64' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:76:25: note: in expansion of macro '__CAST_TO_U64' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:76:25: note: in expansion of macro '__CAST_TO_U64' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_background_flush': /kisskb/src/fs/fs-writeback.c:2099:42: note: byref variable will be forcibly initialized 2099 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_start_all': /kisskb/src/fs/fs-writeback.c:2156:42: note: byref variable will be forcibly initialized 2156 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_old_data_flush': /kisskb/src/fs/fs-writeback.c:2133:42: note: byref variable will be forcibly initialized 2133 | struct wb_writeback_work work = { | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/fs/fs-writeback.c:19: /kisskb/src/fs/fs-writeback.c: In function 'wait_sb_inodes': /kisskb/src/fs/fs-writeback.c:2505:19: note: byref variable will be forcibly initialized 2505 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h: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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c:191:9: note: in expansion of macro 'wait_event' 191 | wait_event(*done->waitq, !atomic_read(&done->cnt)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function '__writeback_inodes_sb_nr': /kisskb/src/fs/fs-writeback.c:2592:30: note: byref variable will be forcibly initialized 2592 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:30: note: in definition of macro 'DEFINE_WB_COMPLETION' 86 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'sync_inodes_sb': /kisskb/src/fs/fs-writeback.c:2670:30: note: byref variable will be forcibly initialized 2670 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:30: note: in definition of macro 'DEFINE_WB_COMPLETION' 86 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /kisskb/src/fs/statfs.c: In function 'put_compat_statfs': /kisskb/src/fs/statfs.c:269:30: note: byref variable will be forcibly initialized 269 | struct compat_statfs buf; | ^~~ /kisskb/src/fs/statfs.c: In function 'put_compat_statfs64': /kisskb/src/fs/statfs.c:325:32: note: byref variable will be forcibly initialized 325 | struct compat_statfs64 buf; | ^~~ /kisskb/src/fs/statfs.c: In function 'vfs_get_fsid': /kisskb/src/fs/statfs.c:74:24: note: byref variable will be forcibly initialized 74 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function 'do_statfs_native': /kisskb/src/fs/statfs.c:128:23: note: byref variable will be forcibly initialized 128 | struct statfs buf; | ^~~ /kisskb/src/fs/statfs.c: In function 'do_statfs64': /kisskb/src/fs/statfs.c:170:25: note: byref variable will be forcibly initialized 170 | struct statfs64 buf; | ^~~ /kisskb/src/fs/statfs.c: In function '__do_sys_ustat': /kisskb/src/fs/statfs.c:251:24: note: byref variable will be forcibly initialized 251 | struct kstatfs sbuf; | ^~~~ /kisskb/src/fs/statfs.c:250:22: note: byref variable will be forcibly initialized 250 | struct ustat tmp; | ^~~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_ustat': /kisskb/src/fs/statfs.c:394:24: note: byref variable will be forcibly initialized 394 | struct kstatfs sbuf; | ^~~~ /kisskb/src/fs/statfs.c:393:29: note: byref variable will be forcibly initialized 393 | struct compat_ustat tmp; | ^~~ /kisskb/src/fs/statfs.c: In function 'user_statfs': /kisskb/src/fs/statfs.c:99:21: note: byref variable will be forcibly initialized 99 | struct path path; | ^~~~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs': /kisskb/src/fs/statfs.c:194:24: note: byref variable will be forcibly initialized 194 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs64': /kisskb/src/fs/statfs.c:203:24: note: byref variable will be forcibly initialized 203 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_statfs': /kisskb/src/fs/statfs.c:307:24: note: byref variable will be forcibly initialized 307 | struct kstatfs tmp; | ^~~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs': /kisskb/src/fs/statfs.c:215:24: note: byref variable will be forcibly initialized 215 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs64': /kisskb/src/fs/statfs.c:224:24: note: byref variable will be forcibly initialized 224 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_fstatfs': /kisskb/src/fs/statfs.c:316:24: note: byref variable will be forcibly initialized 316 | struct kstatfs tmp; | ^~~ /kisskb/src/fs/statfs.c: In function 'kcompat_sys_statfs64': /kisskb/src/fs/statfs.c:350:24: note: byref variable will be forcibly initialized 350 | struct kstatfs tmp; | ^~~ /kisskb/src/fs/statfs.c: In function 'kcompat_sys_fstatfs64': /kisskb/src/fs/statfs.c:369:24: note: byref variable will be forcibly initialized 369 | struct kstatfs tmp; | ^~~ /kisskb/src/drivers/soc/samsung/pm_domains.c: In function 'exynos_get_domain_name': /kisskb/src/drivers/soc/samsung/pm_domains.c:96:21: note: byref variable will be forcibly initialized 96 | 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:39: note: byref variable will be forcibly initialized 108 | struct of_phandle_args child, parent; | ^~~~~~ /kisskb/src/drivers/soc/samsung/pm_domains.c:108:32: note: byref variable will be forcibly initialized 108 | struct of_phandle_args child, parent; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:12: /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidiafb_cursor': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:527:12: note: byref variable will be forcibly initialized 527 | u8 data[MAX_CURS * MAX_CURS / 8]; | ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidiafb_setcolreg': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:729:34: note: byref variable will be forcibly initialized 729 | u8 r, g, b; | ^ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:729:31: note: byref variable will be forcibly initialized 729 | u8 r, g, b; | ^ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:729:28: note: byref variable will be forcibly initialized 729 | u8 r, g, b; | ^ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_fuse_probe': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:212:29: note: byref variable will be forcibly initialized 212 | struct nvmem_config nvmem; | ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidia_set_fbinfo': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:1140:22: note: byref variable will be forcibly initialized 1140 | char buf[16]; | ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:1106:29: note: byref variable will be forcibly initialized 1106 | struct fb_videomode modedb; | ^~~~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_init_fuse': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:498:25: note: byref variable will be forcibly initialized 498 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:496:36: note: byref variable will be forcibly initialized 496 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidiafb_probe': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:1278:24: note: byref variable will be forcibly initialized 1278 | unsigned short cmd; | ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidiafb_init': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:1518:15: note: byref variable will be forcibly initialized 1518 | char *option = NULL; | ^~~~~~ /kisskb/src/fs/fs_pin.c: In function 'pin_kill': /kisskb/src/fs/fs_pin.c:32:28: note: byref variable will be forcibly initialized 32 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra30.c: In function 'tegra30_fuse_add_randomness': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra30.c:69:13: note: byref variable will be forcibly initialized 69 | u32 randomness[12]; | ^~~~~~~~~~ /kisskb/src/fs/nsfs.c: In function 'ns_get_path': /kisskb/src/fs/nsfs.c:139:38: note: byref variable will be forcibly initialized 139 | struct ns_get_path_task_args args = { | ^~~~ /kisskb/src/drivers/video/of_display_timing.c: In function 'parse_timing_property': /kisskb/src/drivers/video/of_display_timing.c:29:13: note: byref variable will be forcibly initialized 29 | int length, cells, ret; | ^~~~~~ /kisskb/src/drivers/video/of_display_timing.c: In function 'of_parse_display_timing': /kisskb/src/drivers/video/of_display_timing.c:60:13: note: byref variable will be forcibly initialized 60 | u32 val = 0; | ^~~ In file included from /kisskb/src/drivers/video/of_display_timing.c:10: /kisskb/src/drivers/video/of_display_timing.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/video/of_display_timing.c:11: /kisskb/src/drivers/video/of_display_timing.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/fs/fs_context.c:388:26: note: byref variable will be forcibly initialized 388 | struct va_format vaf = {.fmt = fmt, .va = &va}; | ^~~ /kisskb/src/fs/fs_context.c:387:17: note: byref variable will be forcibly initialized 387 | va_list va; | ^~ /kisskb/src/drivers/soc/samsung/exynos-chipid.c: In function 'exynos_chipid_get_chipid_info': /kisskb/src/drivers/soc/samsung/exynos-chipid.c:80:22: note: byref variable will be forcibly initialized 80 | unsigned int val, main_rev, sub_rev; | ^~~ /kisskb/src/fs/fs_context.c: In function 'generic_parse_monolithic': /kisskb/src/fs/fs_context.c:203:15: note: byref variable will be forcibly initialized 203 | char *options = data, *key; | ^~~~~~~ /kisskb/src/drivers/soc/samsung/exynos-chipid.c: In function 'exynos_chipid_probe': /kisskb/src/drivers/soc/samsung/exynos-chipid.c:102:35: note: byref variable will be forcibly initialized 102 | struct exynos_chipid_info soc_info; | ^~~~~~~~ /kisskb/src/drivers/soc/samsung/exynos-asv.c: In function 'exynos_asv_init': /kisskb/src/drivers/soc/samsung/exynos-asv.c:116:13: note: byref variable will be forcibly initialized 116 | u32 product_id = 0; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/init.c:7: /kisskb/src/fs/init.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/init.c: In function 'init_mount': /kisskb/src/fs/init.c:19:21: note: byref variable will be forcibly initialized 19 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_umount': /kisskb/src/fs/init.c:33:21: note: byref variable will be forcibly initialized 33 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chdir': /kisskb/src/fs/init.c:46:21: note: byref variable will be forcibly initialized 46 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chroot': /kisskb/src/fs/init.c:61:21: note: byref variable will be forcibly initialized 61 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chown': /kisskb/src/fs/init.c:85:21: note: byref variable will be forcibly initialized 85 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chmod': /kisskb/src/fs/init.c:102:21: note: byref variable will be forcibly initialized 102 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_eaccess': /kisskb/src/fs/init.c:115:21: note: byref variable will be forcibly initialized 115 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_stat': /kisskb/src/fs/init.c:129:21: note: byref variable will be forcibly initialized 129 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_mknod': /kisskb/src/fs/init.c:144:21: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_link': /kisskb/src/fs/init.c:169:31: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c:169:21: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c: In function 'init_symlink': /kisskb/src/fs/init.c:204:21: note: byref variable will be forcibly initialized 204 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_mkdir': /kisskb/src/fs/init.c:226:21: note: byref variable will be forcibly initialized 226 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_utimes': /kisskb/src/fs/init.c:249:21: note: byref variable will be forcibly initialized 249 | struct path path; | ^~~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file': /kisskb/src/fs/kernel_read_file.c:39:24: note: byref variable will be forcibly initialized 39 | loff_t i_size, pos; | ^~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file_from_path_initns': /kisskb/src/fs/kernel_read_file.c:153:21: note: byref variable will be forcibly initialized 153 | struct path root; | ^~~~ 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/mediatek/clk-mtk.c:10: /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'mtk_clk_register_composite': /kisskb/src/drivers/clk/mediatek/clk-mtk.c:187:21: note: byref variable will be forcibly initialized 187 | const char *parent; | ^~~~~~ /kisskb/src/fs/fsopen.c: In function '__do_sys_fspick': /kisskb/src/fs/fsopen.c:161:21: note: byref variable will be forcibly initialized 161 | struct path target; | ^~~~~~ /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c: In function 'tegra_init_apbmisc': /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c:138:34: note: byref variable will be forcibly initialized 138 | struct resource apbmisc, straps; | ^~~~~~ /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c:138:25: note: byref variable will be forcibly initialized 138 | struct resource apbmisc, straps; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/remap_range.c:2: /kisskb/src/fs/remap_range.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/nsproxy.h:5, from /kisskb/src/fs/proc_namespace.c:11: /kisskb/src/fs/proc_namespace.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_checks': /kisskb/src/fs/remap_range.c:35:18: note: byref variable will be forcibly initialized 35 | uint64_t count = *req_count; | ^~~~~ /kisskb/src/fs/proc_namespace.c: In function 'show_vfsstat': /kisskb/src/fs/proc_namespace.c:201:21: note: byref variable will be forcibly initialized 201 | struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; | ^~~~~~~~ /kisskb/src/fs/proc_namespace.c: In function 'show_vfsmnt': /kisskb/src/fs/proc_namespace.c:105:21: note: byref variable will be forcibly initialized 105 | struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; | ^~~~~~~~ /kisskb/src/fs/proc_namespace.c: In function 'mounts_open_common': /kisskb/src/fs/proc_namespace.c:248:21: note: byref variable will be forcibly initialized 248 | struct path root; | ^~~~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_file_range_prep': /kisskb/src/fs/remap_range.c:335:33: note: byref variable will be forcibly initialized 335 | bool is_same = false; | ^~~~~~~ /kisskb/src/fs/proc_namespace.c: In function 'show_mountinfo': /kisskb/src/fs/proc_namespace.c:140:21: note: byref variable will be forcibly initialized 140 | struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/fuse/speedo-tegra124.c: In function 'tegra124_init_speedo_data': /kisskb/src/drivers/soc/tegra/fuse/speedo-tegra124.c:104:16: note: byref variable will be forcibly initialized 104 | int i, threshold, soc_speedo_0_value; | ^~~~~~~~~ /kisskb/src/drivers/soc/tegra/fuse/speedo-tegra210.c: In function 'tegra210_init_speedo_data': /kisskb/src/drivers/soc/tegra/fuse/speedo-tegra210.c:106:22: note: byref variable will be forcibly initialized 106 | unsigned int index; | ^~~~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_show_fdinfo': /kisskb/src/fs/signalfd.c:235:18: note: byref variable will be forcibly initialized 235 | sigset_t sigmask; | ^~~~~~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_dequeue': /kisskb/src/fs/signalfd.c:158:23: note: byref variable will be forcibly initialized 158 | enum pid_type type; | ^~~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_copyinfo': /kisskb/src/fs/signalfd.c:74:33: note: byref variable will be forcibly initialized 74 | struct signalfd_siginfo new; | ^~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_read': /kisskb/src/fs/signalfd.c:209:26: note: byref variable will be forcibly initialized 209 | kernel_siginfo_t info; | ^~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd4': /kisskb/src/fs/signalfd.c:305:18: note: byref variable will be forcibly initialized 305 | sigset_t mask; | ^~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd': /kisskb/src/fs/signalfd.c:317:18: note: byref variable will be forcibly initialized 317 | sigset_t mask; | ^~~~ /kisskb/src/fs/signalfd.c: In function 'do_compat_signalfd4': /kisskb/src/fs/signalfd.c:331:18: note: byref variable will be forcibly initialized 331 | sigset_t mask; | ^~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-xtal.c: In function 'armada_3700_xtal_clock_probe': /kisskb/src/drivers/clk/mvebu/armada-37xx-xtal.c:27:13: note: byref variable will be forcibly initialized 27 | u32 reg; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-xtal.c:22:21: note: byref variable will be forcibly initialized 22 | const char *xtal_name = "xtal"; | ^~~~~~~~~ /kisskb/src/fs/timerfd.c: In function 'timerfd_ioctl': /kisskb/src/fs/timerfd.c:357:21: note: byref variable will be forcibly initialized 357 | u64 ticks; | ^~~~~ 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:21: note: byref variable will be forcibly initialized 776 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:776:9: note: in expansion of macro 'DEFINE_WAIT' 776 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:842:16: note: in expansion of macro '__wait_event_interruptible_locked' 842 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/timerfd.c:278:23: note: in expansion of macro 'wait_event_interruptible_locked_irq' 278 | 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:55, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_settime': /kisskb/src/fs/timerfd.c:458:19: note: byref variable will be forcibly initialized 458 | struct fd f; | ^ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_settime': /kisskb/src/fs/timerfd.c:562:34: note: byref variable will be forcibly initialized 562 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c:562:29: note: byref variable will be forcibly initialized 562 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c: In function 'do_timerfd_gettime': /kisskb/src/fs/timerfd.c:528:19: note: byref variable will be forcibly initialized 528 | struct fd f; | ^ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_gettime': /kisskb/src/fs/timerfd.c:578:29: note: byref variable will be forcibly initialized 578 | struct itimerspec64 kotmr; | ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c: In function 'nv4UpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:387:28: note: byref variable will be forcibly initialized 387 | unsigned int MClk, NVClk, cfg1; | ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:387:22: note: byref variable will be forcibly initialized 387 | unsigned int MClk, NVClk, cfg1; | ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:386:23: note: byref variable will be forcibly initialized 386 | nv4_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:385:23: note: byref variable will be forcibly initialized 385 | nv4_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c: In function 'nv10UpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:626:28: note: byref variable will be forcibly initialized 626 | unsigned int MClk, NVClk, cfg1; | ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:626:22: note: byref variable will be forcibly initialized 626 | unsigned int MClk, NVClk, cfg1; | ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:625:24: note: byref variable will be forcibly initialized 625 | nv10_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:624:24: note: byref variable will be forcibly initialized 624 | nv10_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c: In function 'nv30UpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:661:24: note: byref variable will be forcibly initialized 661 | unsigned int MClk, NVClk; | ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:661:18: note: byref variable will be forcibly initialized 661 | unsigned int MClk, NVClk; | ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c: In function 'nForceUpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:723:21: note: byref variable will be forcibly initialized 723 | u32 dimm[3]; | ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:689:30: note: byref variable will be forcibly initialized 689 | unsigned int uMClkPostDiv; | ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:684:49: note: byref variable will be forcibly initialized 684 | unsigned int M, N, P, pll, MClk, NVClk, memctrl; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:684:36: note: byref variable will be forcibly initialized 684 | unsigned int M, N, P, pll, MClk, NVClk, memctrl; | ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:683:24: note: byref variable will be forcibly initialized 683 | nv10_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:682:24: note: byref variable will be forcibly initialized 682 | nv10_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c: In function 'NVCalcStateExt': /kisskb/src/drivers/video/fbdev/nvidia/nv_hw.c:862:25: note: byref variable will be forcibly initialized 862 | int pixelDepth, VClk = 0; | ^~~~ /kisskb/src/fs/eventfd.c: In function 'eventfd_read': /kisskb/src/fs/eventfd.c:225:15: note: byref variable will be forcibly initialized 225 | __u64 ucnt = 0; | ^~~~ /kisskb/src/fs/eventfd.c: In function 'eventfd_write': /kisskb/src/fs/eventfd.c:270:15: note: byref variable will be forcibly initialized 270 | __u64 ucnt; | ^~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/fs/io-wq.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_nulls.h:106:9: note: in expansion of macro 'rcu_assign_pointer' 106 | rcu_assign_pointer(hlist_nulls_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io-wq.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/fs/io-wq.c:11: /kisskb/src/fs/io-wq.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/fs/io-wq.c: In function 'create_worker_cont': /kisskb/src/fs/io-wq.c:776:50: note: byref variable will be forcibly initialized 776 | struct io_cb_cancel_data match = { | ^~~~~ /kisskb/src/fs/io-wq.c: In function 'io_wqe_enqueue': /kisskb/src/fs/io-wq.c:919:34: note: byref variable will be forcibly initialized 919 | struct io_cb_cancel_data match; | ^~~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/posix_acl.c:15: /kisskb/src/fs/posix_acl.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/fs/io-wq.c: In function 'io_wqe_worker': /kisskb/src/fs/io-wq.c:661:40: note: byref variable will be forcibly initialized 661 | struct ksignal ksig; | ^~~~ /kisskb/src/fs/io-wq.c:630:14: note: byref variable will be forcibly initialized 630 | char buf[TASK_COMM_LEN]; | ^~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_chmod': /kisskb/src/fs/posix_acl.c:593:27: note: byref variable will be forcibly initialized 593 | struct posix_acl *acl; | ^~~ /kisskb/src/fs/io-wq.c: In function '__io_wq_cpu_online': /kisskb/src/fs/io-wq.c:1323:28: note: byref variable will be forcibly initialized 1323 | struct online_data od = { | ^~ /kisskb/src/fs/io-wq.c: In function 'io_wq_destroy': /kisskb/src/fs/io-wq.c:1285:42: note: byref variable will be forcibly initialized 1285 | struct io_cb_cancel_data match = { | ^~~~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_update_mode': /kisskb/src/fs/posix_acl.c:694:17: note: byref variable will be forcibly initialized 694 | umode_t mode = inode->i_mode; | ^~~~ /kisskb/src/fs/posix_acl.c: In function 'simple_acl_create': /kisskb/src/fs/posix_acl.c:1013:41: note: byref variable will be forcibly initialized 1013 | struct posix_acl *default_acl, *acl; | ^~~ /kisskb/src/fs/posix_acl.c:1013:27: note: byref variable will be forcibly initialized 1013 | struct posix_acl *default_acl, *acl; | ^~~~~~~~~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf.c: In function 'fill_prstatus': /kisskb/src/fs/binfmt_elf.c:1559:28: note: byref variable will be forcibly initialized 1559 | u64 utime, stime; | ^~~~~ /kisskb/src/fs/binfmt_elf.c:1559:21: note: byref variable will be forcibly initialized 1559 | u64 utime, stime; | ^~~~~ /kisskb/src/fs/binfmt_elf.c:1549:37: note: byref variable will be forcibly initialized 1549 | struct task_cputime cputime; | ^~~~~~~ In file included from /kisskb/src/fs/compat_binfmt_elf.c:144: /kisskb/src/fs/compat_binfmt_elf.c: In function 'fill_prstatus': /kisskb/src/fs/binfmt_elf.c:1559:28: note: byref variable will be forcibly initialized 1559 | u64 utime, stime; | ^~~~~ /kisskb/src/fs/binfmt_elf.c:1559:21: note: byref variable will be forcibly initialized 1559 | u64 utime, stime; | ^~~~~ /kisskb/src/fs/binfmt_elf.c: In function 'fill_thread_core_info': /kisskb/src/fs/binfmt_elf.c:1549:37: note: byref variable will be forcibly initialized 1549 | struct task_cputime cputime; | ^~~~~~~ /kisskb/src/fs/binfmt_elf.c:1798:23: note: byref variable will be forcibly initialized 1798 | void *data; | ^~~~ In file included from /kisskb/src/fs/compat_binfmt_elf.c:144: /kisskb/src/fs/compat_binfmt_elf.c: In function 'fill_thread_core_info': /kisskb/src/fs/binfmt_elf.c:1798:23: note: byref variable will be forcibly initialized 1798 | void *data; | ^~~~ /kisskb/src/fs/binfmt_elf.c: In function 'writenote': /kisskb/src/fs/binfmt_elf.c:1480:25: note: byref variable will be forcibly initialized 1480 | struct elf_note en; | ^~ In file included from /kisskb/src/fs/compat_binfmt_elf.c:144: /kisskb/src/fs/compat_binfmt_elf.c: In function 'writenote': In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/fs/aio.c:18: /kisskb/src/fs/aio.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/fs/binfmt_elf.c:1480:25: note: byref variable will be forcibly initialized 1480 | struct elf_note en; | ^~ /kisskb/src/fs/aio.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/fs/binfmt_elf.c: In function 'elf_core_dump': /kisskb/src/fs/binfmt_elf.c:2272:33: note: byref variable will be forcibly initialized 2272 | struct elf_phdr phdr; | ^~~~ /kisskb/src/fs/binfmt_elf.c:2199:23: note: byref variable will be forcibly initialized 2199 | struct elfhdr elf; | ^~~ In file included from /kisskb/src/fs/compat_binfmt_elf.c:144: /kisskb/src/fs/compat_binfmt_elf.c: In function 'elf_core_dump': /kisskb/src/fs/binfmt_elf.c:2272:33: note: byref variable will be forcibly initialized 2272 | struct elf_phdr phdr; | ^~~~ /kisskb/src/fs/binfmt_elf.c:2199:23: note: byref variable will be forcibly initialized 2199 | struct elfhdr elf; | ^~~ /kisskb/src/fs/binfmt_elf.c: In function 'parse_elf_properties': /kisskb/src/fs/binfmt_elf.c:779:13: note: byref variable will be forcibly initialized 779 | u32 prev_type; | ^~~~~~~~~ /kisskb/src/fs/binfmt_elf.c:776:16: note: byref variable will be forcibly initialized 776 | size_t off, datasz; | ^~~ /kisskb/src/fs/binfmt_elf.c:774:16: note: byref variable will be forcibly initialized 774 | loff_t pos; | ^~~ /kisskb/src/fs/binfmt_elf.c:773:11: note: byref variable will be forcibly initialized 773 | } note; | ^~~~ In file included from /kisskb/src/fs/compat_binfmt_elf.c:144: /kisskb/src/fs/compat_binfmt_elf.c: In function 'parse_elf_properties': /kisskb/src/fs/binfmt_elf.c:779:13: note: byref variable will be forcibly initialized 779 | u32 prev_type; | ^~~~~~~~~ /kisskb/src/fs/binfmt_elf.c:776:16: note: byref variable will be forcibly initialized 776 | size_t off, datasz; | ^~~ /kisskb/src/fs/binfmt_elf.c:774:16: note: byref variable will be forcibly initialized 774 | loff_t pos; | ^~~ /kisskb/src/fs/binfmt_elf.c:773:11: note: byref variable will be forcibly initialized 773 | } note; | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1676:16: note: in expansion of macro 'smp_load_acquire' 1676 | head = smp_load_acquire(&req->head); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/fs/aio.c:18: /kisskb/src/fs/aio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/binfmt_elf.c: In function 'create_elf_tables': /kisskb/src/fs/binfmt_elf.c:188:23: note: byref variable will be forcibly initialized 188 | unsigned char k_rand_bytes[16]; | ^~~~~~~~~~~~ /kisskb/src/fs/compat_binfmt_elf.c: In function 'create_elf_tables': /kisskb/src/fs/binfmt_elf.c:188:23: note: byref variable will be forcibly initialized 188 | unsigned char k_rand_bytes[16]; | ^~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'aio_setup_ring': /kisskb/src/fs/aio.c:491:29: note: byref variable will be forcibly initialized 491 | 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/aio.c:14: /kisskb/src/fs/aio.c: In function 'ioctx_add_table': /kisskb/src/fs/binfmt_elf.c: In function 'load_elf_binary': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:705:25: note: in expansion of macro 'rcu_assign_pointer' 705 | rcu_assign_pointer(mm->ioctx_table, table); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf.c:843:31: note: byref variable will be forcibly initialized 843 | struct arch_elf_state arch_state = INIT_ARCH_ELF_STATE; | ^~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:700:25: note: in expansion of macro 'rcu_assign_pointer' 700 | rcu_assign_pointer(mm->ioctx_table, table); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:674:41: note: in expansion of macro 'rcu_assign_pointer' 674 | rcu_assign_pointer(table->table[i], ctx); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/compat_binfmt_elf.c: In function 'load_elf_binary': /kisskb/src/fs/binfmt_elf.c:843:31: note: byref variable will be forcibly initialized 843 | struct arch_elf_state arch_state = INIT_ARCH_ELF_STATE; | ^~~~~~~~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_destroy': /kisskb/src/fs/aio.c:1411:36: note: byref variable will be forcibly initialized 1411 | struct ctx_rq_wait wait; | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_read': /kisskb/src/fs/aio.c:1545:25: note: byref variable will be forcibly initialized 1545 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/aio.c:1544:49: note: byref variable will be forcibly initialized 1544 | struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; | ^~~~~ /kisskb/src/fs/aio.c:1544:22: note: byref variable will be forcibly initialized 1544 | struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; | ^~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'aio_write': /kisskb/src/fs/aio.c:1572:25: note: byref variable will be forcibly initialized 1572 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/aio.c:1571:49: note: byref variable will be forcibly initialized 1571 | struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; | ^~~~~ /kisskb/src/fs/aio.c:1571:22: note: byref variable will be forcibly initialized 1571 | struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; | ^~~~~~~~~~~ /kisskb/src/fs/binfmt_misc.c: In function 'parse_command': /kisskb/src/fs/binfmt_misc.c:481:14: note: byref variable will be forcibly initialized 481 | char s[4]; | ^ /kisskb/src/fs/aio.c: In function 'aio_poll': /kisskb/src/fs/aio.c:1867:31: note: byref variable will be forcibly initialized 1867 | 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1832:25: note: in expansion of macro 'smp_store_release' 1832 | smp_store_release(&req->head, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'io_submit_one': /kisskb/src/fs/aio.c:1996:21: note: byref variable will be forcibly initialized 1996 | struct iocb iocb; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/fs/aio.c:18: /kisskb/src/fs/aio.c: In function 'read_events': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:552:17: note: in expansion of macro '___wait_event' 552 | __ret = ___wait_event(wq_head, condition, state, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:611:25: note: in expansion of macro '__wait_event_hrtimeout' 611 | __ret = __wait_event_hrtimeout(wq, condition, timeout, \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1319:17: note: in expansion of macro 'wait_event_interruptible_hrtimeout' 1319 | wait_event_interruptible_hrtimeout(ctx->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:543:32: note: byref variable will be forcibly initialized 543 | struct hrtimer_sleeper __t; \ | ^~~ /kisskb/src/include/linux/wait.h:611:25: note: in expansion of macro '__wait_event_hrtimeout' 611 | __ret = __wait_event_hrtimeout(wq, condition, timeout, \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1319:17: note: in expansion of macro 'wait_event_interruptible_hrtimeout' 1319 | wait_event_interruptible_hrtimeout(ctx->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1300:14: note: byref variable will be forcibly initialized 1300 | long ret = 0; | ^~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents': /kisskb/src/fs/aio.c:2227:33: note: byref variable will be forcibly initialized 2227 | struct timespec64 ts; | ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_pgetevents': /kisskb/src/fs/aio.c:2255:33: note: byref variable will be forcibly initialized 2255 | struct timespec64 ts; | ^~ /kisskb/src/fs/aio.c: In function '__do_compat_sys_io_pgetevents_time64': /kisskb/src/fs/aio.c:2392:27: note: byref variable will be forcibly initialized 2392 | struct timespec64 t; | ^ /kisskb/src/fs/aio.c: In function 'exit_aio': /kisskb/src/fs/aio.c:889:28: note: byref variable will be forcibly initialized 889 | struct ctx_rq_wait 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/mmzone.h:8, 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 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c: In function 'umh_pipe_setup': /kisskb/src/fs/coredump.c:495:22: note: byref variable will be forcibly initialized 495 | struct file *files[2]; | ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_pll_round_rate': /kisskb/src/drivers/clk/mediatek/clk-pll.c:235:13: note: byref variable will be forcibly initialized 235 | int postdiv; | ^~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c:234:13: note: byref variable will be forcibly initialized 234 | u32 pcw = 0; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-gate.c: In function 'mtk_get_clockgating': /kisskb/src/drivers/clk/mediatek/clk-gate.c:34:13: note: byref variable will be forcibly initialized 34 | u32 val; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_clk_register_pll': /kisskb/src/drivers/clk/mediatek/clk-pll.c:319:21: note: byref variable will be forcibly initialized 319 | const char *parent_name = "clk26m"; | ^~~~~~~~~~~ /kisskb/src/fs/coredump.c: In function 'cn_vprintf': /kisskb/src/fs/coredump.c:88:17: note: byref variable will be forcibly initialized 88 | va_list arg_copy; | ^~~~~~~~ /kisskb/src/fs/coredump.c: In function 'cn_printf': /kisskb/src/fs/coredump.c:110:17: note: byref variable will be forcibly initialized 110 | va_list arg; | ^~~ /kisskb/src/fs/coredump.c: In function 'cn_esc_printf': /kisskb/src/fs/coredump.c:124:17: note: byref variable will be forcibly initialized 124 | va_list arg; | ^~~ In file included from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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:206:13: note: byref variable will be forcibly initialized 206 | u32 postdiv; | ^~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c:205:13: note: byref variable will be forcibly initialized 205 | u32 pcw = 0; | ^~~ /kisskb/src/fs/coredump.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/fs/coredump.c: In function 'dump_vma_snapshot': /kisskb/src/fs/coredump.c:1165:30: note: byref variable will be forcibly initialized 1165 | char elfmag[SELFMAG]; | ^~~~~~ 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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c:474:9: note: in expansion of macro 'wait_event_interruptible' 474 | wait_event_interruptible(pipe->rd_wait, pipe->readers == 1); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c: In function '__dump_emit': /kisskb/src/fs/coredump.c:797:16: note: byref variable will be forcibly initialized 797 | loff_t pos = file->f_pos; | ^~~ /kisskb/src/fs/coredump.c: In function 'do_coredump': /kisskb/src/fs/coredump.c:688:37: note: byref variable will be forcibly initialized 688 | struct path root; | ^~~~ /kisskb/src/fs/coredump.c:522:13: note: byref variable will be forcibly initialized 522 | int argc = 0; | ^~~~ /kisskb/src/fs/coredump.c:521:17: note: byref variable will be forcibly initialized 521 | size_t *argv = NULL; | ^~~~ /kisskb/src/fs/coredump.c:514:26: note: byref variable will be forcibly initialized 514 | struct core_name cn; | ^~ /kisskb/src/fs/coredump.c:513:27: note: byref variable will be forcibly initialized 513 | struct core_state core_state; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/kyro/STG4000Ramdac.c: In function 'InitialiseRamdac': /kisskb/src/drivers/video/fbdev/kyro/STG4000Ramdac.c:30:27: note: byref variable will be forcibly initialized 30 | u32 F = 0, R = 0, P = 0; | ^ /kisskb/src/drivers/video/fbdev/kyro/STG4000Ramdac.c:30:20: note: byref variable will be forcibly initialized 30 | u32 F = 0, R = 0, P = 0; | ^ /kisskb/src/drivers/video/fbdev/kyro/STG4000Ramdac.c:30:13: note: byref variable will be forcibly initialized 30 | u32 F = 0, R = 0, P = 0; | ^ /kisskb/src/drivers/soc/tegra/common.c: In function 'devm_tegra_core_dev_init_opp_table': /kisskb/src/drivers/soc/tegra/common.c:108:13: note: byref variable will be forcibly initialized 108 | u32 hw_version; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c: In function 'nv10GetConfig': /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c:248:21: note: byref variable will be forcibly initialized 248 | u32 amt; | ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c:243:21: note: byref variable will be forcibly initialized 243 | u32 amt; | ^~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c: In function 'NVCommonSetup': /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c:276:28: note: byref variable will be forcibly initialized 276 | u8 *edidA = NULL, *edidB = NULL; | ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_setup.c:276:13: note: byref variable will be forcibly initialized 276 | u8 *edidA = NULL, *edidB = NULL; | ^~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'armada_3700_pm_dvfs_get_cpu_parent': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:409:34: note: byref variable will be forcibly initialized 409 | unsigned int load_level, sel; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:409:22: note: byref variable will be forcibly initialized 409 | unsigned int load_level, sel; | ^~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'armada_3700_pm_dvfs_get_cpu_div': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:384:34: note: byref variable will be forcibly initialized 384 | unsigned int load_level, div; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:384:22: note: byref variable will be forcibly initialized 384 | unsigned int load_level, div; | ^~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'armada_3700_pm_dvfs_is_enabled': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:370:22: note: byref variable will be forcibly initialized 370 | unsigned int val, reg = ARMADA_37XX_NB_DYN_MOD; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'clk_pm_cpu_round_rate': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:470:35: note: byref variable will be forcibly initialized 470 | unsigned int reg, val, offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:185, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:21: /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'clk_pm_cpu_set_rate_wa': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:513:22: note: byref variable will be forcibly initialized 513 | unsigned int cur_level; | ^~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'clk_pm_cpu_set_rate': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:570:41: note: byref variable will be forcibly initialized 570 | unsigned int reg, mask, val, | ^~~ /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c: In function 'ap806_syscon_common_probe': /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c:137:13: note: byref variable will be forcibly initialized 137 | u32 reg; | ^~~ /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c:132:46: note: byref variable will be forcibly initialized 132 | unsigned int freq_mode, cpuclk_freq, dclk_freq; | ^~~~~~~~~ /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c:132:33: note: byref variable will be forcibly initialized 132 | unsigned int freq_mode, cpuclk_freq, dclk_freq; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c: In function 'cp110_gate_is_enabled': /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c:142:13: note: byref variable will be forcibly initialized 142 | u32 val; | ^~~ /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c: In function 'cp110_register_gate': /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c:161:30: note: byref variable will be forcibly initialized 161 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c: In function 'cp110_syscon_common_probe': /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c:225:13: note: byref variable will be forcibly initialized 225 | u32 nand_clk_ctrl; | ^~~~~~~~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-cpumux.c: In function 'mtk_clk_register_cpumux': /kisskb/src/drivers/clk/mediatek/clk-cpumux.c:66:30: note: byref variable will be forcibly initialized 66 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/mediatek/clk-cpumux.c: In function 'clk_cpumux_get_parent': /kisskb/src/drivers/clk/mediatek/clk-cpumux.c:34:22: note: byref variable will be forcibly initialized 34 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_get_parent': /kisskb/src/drivers/clk/mediatek/clk-mux.c:86:13: note: byref variable will be forcibly initialized 86 | u32 val; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_is_enabled': /kisskb/src/drivers/clk/mediatek/clk-mux.c:75:13: note: byref variable will be forcibly initialized 75 | u32 val; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_set_parent_setclr_lock': /kisskb/src/drivers/clk/mediatek/clk-mux.c:98:18: note: byref variable will be forcibly initialized 98 | u32 val, orig; | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/perf_event.h:51, from /kisskb/src/include/linux/trace_events.h:10, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c:3201:16: note: in expansion of macro 'smp_load_acquire' 3201 | return smp_load_acquire(&rings->sq.tail) - ctx->cached_sq_head; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_poll_remove_entry': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c:6799:40: note: in expansion of macro 'smp_load_acquire' 6799 | struct wait_queue_head *head = smp_load_acquire(&poll->head); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_copy_iov': /kisskb/src/fs/io_uring.c:10657:37: note: byref variable will be forcibly initialized 10657 | struct compat_iovec ciov; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_validate_ext_arg': /kisskb/src/fs/io_uring.c:11927:47: note: byref variable will be forcibly initialized 11927 | struct io_uring_getevents_arg arg; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_get_ext_arg': /kisskb/src/fs/io_uring.c:11941:39: note: byref variable will be forcibly initialized 11941 | struct io_uring_getevents_arg arg; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:634, 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_register': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_link': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:234:1: note: in expansion of macro 'TRACE_EVENT' 234 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:234:1: note: in expansion of macro 'TRACE_EVENT' 234 | 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_complete': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_cqe_overflow': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:634, 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_link': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:234:1: note: in expansion of macro 'TRACE_EVENT' 234 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_complete': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_cqe_overflow': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_buffer_validate': /kisskb/src/fs/io_uring.c:10874:23: note: byref variable will be forcibly initialized 10874 | unsigned long tmp, acct_len = iov->iov_len + (PAGE_SIZE - 1); | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/fs/io_uring.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/fs/io_uring.c: In function 'rings_size': /kisskb/src/fs/io_uring.c:10566:16: note: byref variable will be forcibly initialized 10566 | size_t off, sq_array_size; | ^~~ In file included from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:17, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_ring_buffer_select': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/compiler.h:78:45: note: in definition of macro 'unlikely' 78 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c:3825:22: note: in expansion of macro 'smp_load_acquire' 3825 | if (unlikely(smp_load_acquire(&br->tail) == head)) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_provide_buffers_prep': /kisskb/src/fs/io_uring.c:5598:29: note: byref variable will be forcibly initialized 5598 | unsigned long size, tmp_check; | ^~~~~~~~~ /kisskb/src/fs/io_uring.c:5598:23: note: byref variable will be forcibly initialized 5598 | unsigned long size, tmp_check; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_create': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_register': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_fail_link': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_task_add': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_cqe_overflow': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_file_get': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_defer': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_req_failed': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_queue_async_work': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_complete': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:340:1: note: in expansion of macro 'TRACE_EVENT' 340 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_submit_sqe': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_link': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:234:1: note: in expansion of macro 'TRACE_EVENT' 234 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:234:1: note: in expansion of macro 'TRACE_EVENT' 234 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:234:1: note: in expansion of macro 'TRACE_EVENT' 234 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:234:1: note: in expansion of macro 'TRACE_EVENT' 234 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:234:1: note: in expansion of macro 'TRACE_EVENT' 234 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:234:1: note: in expansion of macro 'TRACE_EVENT' 234 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_cqring_wait': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function '__bpf_trace_io_uring_poll_arm': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/ari-tegra186.c: In function 'read_uncore_mca': /kisskb/src/drivers/soc/tegra/ari-tegra186.c:29:30: note: byref variable will be forcibly initialized 29 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/soc/tegra/ari-tegra186.c: In function 'tegra186_ari_panic_handler': /kisskb/src/drivers/soc/tegra/ari-tegra186.c:50:42: note: byref variable will be forcibly initialized 50 | u64 addr, misc1, misc2; | ^~~~~ /kisskb/src/drivers/soc/tegra/ari-tegra186.c:50:35: note: byref variable will be forcibly initialized 50 | u64 addr, misc1, misc2; | ^~~~~ /kisskb/src/drivers/soc/tegra/ari-tegra186.c:50:29: note: byref variable will be forcibly initialized 50 | u64 addr, misc1, misc2; | ^~~~ /kisskb/src/drivers/soc/tegra/ari-tegra186.c:42:13: note: byref variable will be forcibly initialized 42 | u64 status; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_poll_wake': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c:7023:17: note: in expansion of macro 'smp_store_release' 7023 | smp_store_release(&poll->head, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_commit_cqring': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c:2162:9: note: in expansion of macro 'smp_store_release' 2162 | smp_store_release(&ctx->rings->cq.tail, ctx->cached_cq_tail); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_commit_sqring': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c:9026:9: note: in expansion of macro 'smp_store_release' 9026 | smp_store_release(&rings->sq.head, ctx->cached_sq_head); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/flowctrl.c: In function 'tegra_flowctrl_init': /kisskb/src/drivers/soc/tegra/flowctrl.c:192:25: note: byref variable will be forcibly initialized 192 | struct resource res; | ^~~ /kisskb/src/fs/io_uring.c: In function '__io_uring_show_fdinfo': /kisskb/src/fs/io_uring.c:12236:31: note: byref variable will be forcibly initialized 12236 | unsigned long index; | ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_ringfd_unregister': /kisskb/src/fs/io_uring.c:11808:37: note: byref variable will be forcibly initialized 11808 | struct io_uring_rsrc_update 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_eventfd_unregister': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c:11060:17: note: in expansion of macro 'rcu_assign_pointer' 11060 | rcu_assign_pointer(ctx->io_ev_fd, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_destroy_buffers': /kisskb/src/fs/io_uring.c:11071:23: note: byref variable will be forcibly initialized 11071 | unsigned long index; | ^~~~~ /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:10251:21: note: byref variable will be forcibly initialized 10251 | u64 tag = 0; | ^~~ /kisskb/src/fs/io_uring.c:10241:13: note: byref variable will be forcibly initialized 10241 | int fd, i, err = 0; | ^~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_get_max_id': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:91:35: note: byref variable will be forcibly initialized 91 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:90:31: note: byref variable will be forcibly initialized 90 | struct mrq_pg_request request; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:89:32: note: byref variable will be forcibly initialized 89 | struct mrq_pg_response response; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_set_state': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:35:35: note: byref variable will be forcibly initialized 35 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:34:31: note: byref variable will be forcibly initialized 34 | struct mrq_pg_request request; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_get_state': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:62:35: note: byref variable will be forcibly initialized 62 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:61:31: note: byref variable will be forcibly initialized 61 | struct mrq_pg_request request; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:60:32: note: byref variable will be forcibly initialized 60 | struct mrq_pg_response response; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:7: /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_get_name': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:120:35: note: byref variable will be forcibly initialized 120 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:119:31: note: byref variable will be forcibly initialized 119 | struct mrq_pg_request request; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:118:32: note: byref variable will be forcibly initialized 118 | struct mrq_pg_response response; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_init_powergates': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:330:38: note: byref variable will be forcibly initialized 330 | struct tegra_powergate_info *powergates; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/perf_event.h:51, from /kisskb/src/include/linux/trace_events.h:10, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'loop_rw_iter': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/fs/io_uring.c:4049:30: note: userspace variable will be forcibly initialized 4049 | struct iovec iovec; | ^~~~~ /kisskb/src/fs/io_uring.c: In function '__io_import_fixed': /kisskb/src/fs/io_uring.c:3727:13: note: byref variable will be forcibly initialized 3727 | 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:3912:17: note: byref variable will be forcibly initialized 3912 | ssize_t len; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_arm_poll_handler': /kisskb/src/fs/io_uring.c:7189:30: note: byref variable will be forcibly initialized 7189 | struct io_poll_table ipt; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_unregister_pbuf_ring': /kisskb/src/fs/io_uring.c:12991:33: note: byref variable will be forcibly initialized 12991 | struct io_uring_buf_reg reg; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_compat_import': /kisskb/src/fs/io_uring.c:3886:16: note: byref variable will be forcibly initialized 3886 | size_t len; | ^~~ /kisskb/src/fs/io_uring.c: In function '__io_import_iovec': /kisskb/src/fs/io_uring.c:3963:16: note: byref variable will be forcibly initialized 3963 | size_t sqe_len; | ^~~~~~~ /kisskb/src/fs/io_uring.c:3961:23: note: byref variable will be forcibly initialized 3961 | struct iovec *iovec; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_readl': /kisskb/src/drivers/soc/tegra/pmc.c:456:30: note: byref variable will be forcibly initialized 456 | struct arm_smccc_res res; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_rw_prep_async': /kisskb/src/fs/io_uring.c:4150:23: note: byref variable will be forcibly initialized 4150 | struct iovec *iov; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_writel': /kisskb/src/drivers/soc/tegra/pmc.c:479:30: note: byref variable will be forcibly initialized 479 | struct arm_smccc_res res; | ^~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c:3501:9: note: in expansion of macro 'smp_store_release' 3501 | smp_store_release(&req->iopoll_completed, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_is_powered': /kisskb/src/drivers/soc/tegra/pmc.c:1690:13: note: byref variable will be forcibly initialized 1690 | u32 mask, value; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1689:32: note: byref variable will be forcibly initialized 1689 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1689:23: note: byref variable will be forcibly initialized 1689 | unsigned long request, status; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_enable': /kisskb/src/drivers/soc/tegra/pmc.c:1624:13: note: byref variable will be forcibly initialized 1624 | u32 mask; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1623:32: note: byref variable will be forcibly initialized 1623 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1623:23: note: byref variable will be forcibly initialized 1623 | unsigned long request, status; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_disable': /kisskb/src/drivers/soc/tegra/pmc.c:1660:13: note: byref variable will be forcibly initialized 1660 | u32 mask; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1659:32: note: byref variable will be forcibly initialized 1659 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1659:23: note: byref variable will be forcibly initialized 1659 | unsigned long request, status; | ^~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_files_update_with_index_alloc': In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/soc/tegra/pmc.c:17: /kisskb/src/drivers/soc/tegra/pmc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/io_uring.c:7974:18: note: byref variable will be forcibly initialized 7974 | int ret, fd; | ^~ /kisskb/src/fs/io_uring.c:7974:13: note: byref variable will be forcibly initialized 7974 | int ret, fd; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/io_uring.c:45: /kisskb/src/fs/io_uring.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra186_pmc_setup_irq_polarity': /kisskb/src/drivers/soc/tegra/pmc.c:3568:25: note: byref variable will be forcibly initialized 3568 | struct resource regs; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_sqe_buffer_register': /kisskb/src/fs/io_uring.c:10813:18: note: byref variable will be forcibly initialized 10813 | int ret, nr_pages, i; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_parse_dt': /kisskb/src/fs/io_uring.c: In function '__io_sqe_buffers_update': /kisskb/src/drivers/soc/tegra/pmc.c:1851:20: note: byref variable will be forcibly initialized 1851 | u32 value, values[2]; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1851:13: note: byref variable will be forcibly initialized 1851 | u32 value, values[2]; | ^~~~~ /kisskb/src/fs/io_uring.c:10972:21: note: byref variable will be forcibly initialized 10972 | u64 tag = 0; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_init_tsense_reset': /kisskb/src/drivers/soc/tegra/pmc.c:1931:52: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:42: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:32: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:23: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~ /kisskb/src/fs/io_uring.c:10970:40: note: byref variable will be forcibly initialized 10970 | struct io_mapped_ubuf *imu; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:13: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/fs/io_uring.c:10959:22: note: byref variable will be forcibly initialized 10959 | struct page *last_hpage = NULL; | ^~~~~~~~~~ /kisskb/src/fs/io_uring.c:10958:22: note: byref variable will be forcibly initialized 10958 | 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:12723:15: note: byref variable will be forcibly initialized 12723 | __u32 tmp; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_core_pd_add': /kisskb/src/drivers/soc/tegra/pmc.c:1387:21: note: byref variable will be forcibly initialized 1387 | const char *rname = "core"; | ^~~~~ In file included from /kisskb/src/drivers/soc/tegra/pmc.c:22: /kisskb/src/drivers/soc/tegra/pmc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_register_files_update': /kisskb/src/fs/io_uring.c:12744:38: note: byref variable will be forcibly initialized 12744 | struct io_uring_rsrc_update2 up; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_register_rsrc_update': /kisskb/src/fs/io_uring.c:12759:38: note: byref variable will be forcibly initialized 12759 | struct io_uring_rsrc_update2 up; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_sqe_buffers_register': /kisskb/src/fs/io_uring.c:10902:22: note: byref variable will be forcibly initialized 10902 | struct iovec iov; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_powergate_init': /kisskb/src/drivers/soc/tegra/pmc.c:1428:44: note: byref variable will be forcibly initialized 1428 | struct of_phandle_args child_args, parent_args; | ^~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1428:32: note: byref variable will be forcibly initialized 1428 | struct of_phandle_args child_args, parent_args; | ^~~~~~~~~~ /kisskb/src/fs/io_uring.c:10900:30: note: byref variable will be forcibly initialized 10900 | struct io_rsrc_data *data; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_irq_alloc': /kisskb/src/drivers/soc/tegra/pmc.c:2243:43: note: byref variable will be forcibly initialized 2243 | struct irq_fwspec spec; | ^~~~ /kisskb/src/fs/io_uring.c:10899:22: note: byref variable will be forcibly initialized 10899 | struct page *last_hpage = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_clk_out_register': /kisskb/src/drivers/soc/tegra/pmc.c:2597:30: note: byref variable will be forcibly initialized 2597 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_register_pbuf_ring': /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_clk_gate_register': /kisskb/src/drivers/soc/tegra/pmc.c:2653:30: note: byref variable will be forcibly initialized 2653 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/io_uring.c:12936:13: note: byref variable will be forcibly initialized 12936 | int nr_pages; | ^~~~~~~~ /kisskb/src/fs/io_uring.c:12933:33: note: byref variable will be forcibly initialized 12933 | struct io_uring_buf_reg reg; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_early_init': /kisskb/src/drivers/soc/tegra/pmc.c:3976:25: note: byref variable will be forcibly initialized 3976 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:3974:36: note: byref variable will be forcibly initialized 3974 | const struct of_device_id *match; | ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_setxattr': /kisskb/src/fs/io_uring.c:4819:21: note: byref variable will be forcibly initialized 4819 | struct path path; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_getxattr': /kisskb/src/fs/io_uring.c:4704:21: note: byref variable will be forcibly initialized 4704 | struct path path; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_read': /kisskb/src/fs/io_uring.c:4309:23: note: byref variable will be forcibly initialized 4309 | struct iovec *iovec; | ^~~~~ /kisskb/src/fs/io_uring.c:4308:28: note: byref variable will be forcibly initialized 4308 | struct io_rw_state __s, *s = &__s; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_write': /kisskb/src/fs/io_uring.c:4453:23: note: byref variable will be forcibly initialized 4453 | struct iovec *iovec; | ^~~~~ /kisskb/src/fs/io_uring.c:4452:28: note: byref variable will be forcibly initialized 4452 | struct io_rw_state __s, *s = &__s; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_poll_add': /kisskb/src/fs/io_uring.c:7409:30: note: byref variable will be forcibly initialized 7409 | struct io_poll_table ipt; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_files_update': /kisskb/src/fs/io_uring.c:8009:38: note: byref variable will be forcibly initialized 8009 | struct io_uring_rsrc_update2 up; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_openat2': /kisskb/src/fs/io_uring.c:5442:27: note: byref variable will be forcibly initialized 5442 | struct open_flags op; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_poll_remove': /kisskb/src/fs/io_uring.c:7429:14: note: byref variable will be forcibly initialized 7429 | bool locked; | ^~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_timeout_remove': /kisskb/src/fs/io_uring.c:7645:39: note: byref variable will be forcibly initialized 7645 | struct io_cancel_data cd = { .data = tr->addr, }; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_async_cancel': /kisskb/src/fs/io_uring.c:7923:31: note: byref variable will be forcibly initialized 7923 | struct io_cancel_data cd = { | ^~ /kisskb/src/fs/io_uring.c: In function 'io_poll_check_events': /kisskb/src/fs/io_uring.c:6869:50: note: byref variable will be forcibly initialized 6869 | struct poll_table_struct pt = { ._key = req->apoll_events }; | ^~ 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/drivers/video/fbdev/nvidia/nv_backlight.c: In function 'nvidia_bl_init': /kisskb/src/drivers/video/fbdev/nvidia/nv_backlight.c:91:14: note: byref variable will be forcibly initialized 91 | char name[12]; | ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_backlight.c:88:37: note: byref variable will be forcibly initialized 88 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/io_uring.c:11422:19: note: byref variable will be forcibly initialized 11422 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, 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:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c:3266:22: note: in expansion of macro 'smp_load_acquire' 3266 | 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:11366:23: note: byref variable will be forcibly initialized 11366 | unsigned long index; | ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_uring_try_cancel_requests': /kisskb/src/fs/io_uring.c:11472:31: note: byref variable will be forcibly initialized 11472 | struct io_task_cancel cancel = { .task = task, .all = cancel_all, }; | ^~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_ring_exit_work': /kisskb/src/fs/io_uring.c:11277:29: note: byref variable will be forcibly initialized 11277 | struct io_tctx_exit exit; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_fallback_req_func': /kisskb/src/fs/io_uring.c:1868:14: note: byref variable will be forcibly initialized 1868 | bool locked = false; | ^~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_req_task_link_timeout': /kisskb/src/fs/io_uring.c:8618:47: note: byref variable will be forcibly initialized 8618 | struct io_cancel_data cd = { | ^~ /kisskb/src/fs/io_uring.c: In function 'io_uring_clean_tctx': /kisskb/src/fs/io_uring.c:11600:23: note: byref variable will be forcibly initialized 11600 | unsigned long index; | ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_register_iowq_max_workers': /kisskb/src/fs/io_uring.c:12854:15: note: byref variable will be forcibly initialized 12854 | __u32 new_count[2]; | ^~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'tctx_task_work': /kisskb/src/fs/io_uring.c:2938:29: note: byref variable will be forcibly initialized 2938 | struct io_ring_ctx *ctx = NULL; | ^~~ /kisskb/src/fs/io_uring.c:2937:14: note: byref variable will be forcibly initialized 2937 | bool uring_locked = false; | ^~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_init_wq_offload': /kisskb/src/fs/io_uring.c:10316:27: note: byref variable will be forcibly initialized 10316 | struct io_wq_data data; | ^~~~ /kisskb/src/fs/io_uring.c: In function '__io_uring_add_tctx_node': /kisskb/src/fs/io_uring.c:11528:38: note: byref variable will be forcibly initialized 11528 | unsigned int limits[2] = { ctx->iowq_limits[0], | ^~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_ringfd_register': /kisskb/src/fs/io_uring.c:11748:37: note: byref variable will be forcibly initialized 11748 | struct io_uring_rsrc_update reg; | ^~~ /kisskb/src/fs/io_uring.c: In function '__io_alloc_req_refill': /kisskb/src/fs/io_uring.c:2655:15: note: byref variable will be forcibly initialized 2655 | void *reqs[IO_REQ_ALLOC_BATCH]; | ^~~~ In file included from /kisskb/src/drivers/clk/rockchip/clk.c:17: /kisskb/src/drivers/clk/rockchip/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/rockchip/clk.c: In function 'rockchip_clk_register_frac_branch': /kisskb/src/drivers/clk/rockchip/clk.c:260:38: note: byref variable will be forcibly initialized 260 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_cqring_wait': /kisskb/src/fs/io_uring.c:9389:35: note: byref variable will be forcibly initialized 9389 | struct timespec64 ts; | ^~ /kisskb/src/fs/io_uring.c:9362:30: note: byref variable will be forcibly initialized 9362 | struct io_wait_queue iowq; | ^~~~ /kisskb/src/fs/io_uring.c: In function '__do_sys_io_uring_enter': /kisskb/src/fs/io_uring.c:12072:58: note: byref variable will be forcibly initialized 12072 | struct __kernel_timespec __user *ts; | ^~ /kisskb/src/fs/io_uring.c:12071:48: note: byref variable will be forcibly initialized 12071 | const sigset_t __user *sig; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_allocate_scq_urings': /kisskb/src/fs/io_uring.c:12297:22: note: byref variable will be forcibly initialized 12297 | size_t size, sq_array_offset; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_sq_offload_create': /kisskb/src/fs/io_uring.c:10425:22: note: byref variable will be forcibly initialized 10425 | bool attached; | ^~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_sqd_handle_event': /kisskb/src/fs/io_uring.c:9173:24: note: byref variable will be forcibly initialized 9173 | struct ksignal ksig; | ^~~~ /kisskb/src/fs/io_uring.c: In function 'io_uring_setup': /kisskb/src/fs/io_uring.c:12551:32: note: byref variable will be forcibly initialized 12551 | struct io_uring_params p; | ^ /kisskb/src/fs/io_uring.c: In function 'io_sqe_files_register': /kisskb/src/fs/io_uring.c:10048:13: note: byref variable will be forcibly initialized 10048 | int fd, ret; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_register_rsrc': /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_rk3036_pll_recalc_rate': /kisskb/src/drivers/clk/rockchip/clk-pll.c:167:40: note: byref variable will be forcibly initialized 167 | struct rockchip_pll_rate_table cur; | ^~~ /kisskb/src/fs/io_uring.c:12773:39: note: byref variable will be forcibly initialized 12773 | struct io_uring_rsrc_register rr; | ^~ /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_rk3066_pll_recalc_rate': /kisskb/src/drivers/clk/rockchip/clk-pll.c:404:40: note: byref variable will be forcibly initialized 404 | struct rockchip_pll_rate_table cur; | ^~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_eventfd_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/io_uring.c:11040:9: note: in expansion of macro 'rcu_assign_pointer' 11040 | rcu_assign_pointer(ctx->io_ev_fd, ev_fd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_rk3399_pll_recalc_rate': /kisskb/src/drivers/clk/rockchip/clk-pll.c:649:40: note: byref variable will be forcibly initialized 649 | struct rockchip_pll_rate_table cur; | ^~~ /kisskb/src/fs/io_uring.c:11018:13: note: byref variable will be forcibly initialized 11018 | int fd; | ^~ /kisskb/src/fs/io_uring.c: In function 'io_register_personality': /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_rk3399_pll_set_params': /kisskb/src/drivers/clk/rockchip/clk-pll.c:676:40: note: byref variable will be forcibly initialized 676 | struct rockchip_pll_rate_table cur; | ^~~ /kisskb/src/fs/io_uring.c:12621:13: note: byref variable will be forcibly initialized 12621 | u32 id; | ^~ /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_rk3399_pll_init': /kisskb/src/drivers/clk/rockchip/clk-pll.c:784:40: note: byref variable will be forcibly initialized 784 | struct rockchip_pll_rate_table cur; | ^~~ /kisskb/src/fs/io_uring.c: In function 'io_register_iowq_aff': /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_rk3036_pll_set_params': /kisskb/src/drivers/clk/rockchip/clk-pll.c:194:40: note: byref variable will be forcibly initialized 194 | struct rockchip_pll_rate_table cur; | ^~~ /kisskb/src/fs/io_uring.c:12806:23: note: byref variable will be forcibly initialized 12806 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_rk3036_pll_init': /kisskb/src/drivers/clk/rockchip/clk-pll.c:300:40: note: byref variable will be forcibly initialized 300 | struct rockchip_pll_rate_table cur; | ^~~ /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_pll_wait_lock': /kisskb/src/drivers/clk/rockchip/clk-pll.c:89:22: note: byref variable will be forcibly initialized 89 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_rk3066_pll_set_params': /kisskb/src/drivers/clk/rockchip/clk-pll.c:429:40: note: byref variable will be forcibly initialized 429 | struct rockchip_pll_rate_table cur; | ^~~ /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_rk3066_pll_init': /kisskb/src/drivers/clk/rockchip/clk-pll.c:535:40: note: byref variable will be forcibly initialized 535 | struct rockchip_pll_rate_table cur; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_queue_async_work': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_queue_async_work': /kisskb/src/drivers/clk/rockchip/clk-pll.c: In function 'rockchip_clk_register_pll': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:146:1: note: in expansion of macro 'TRACE_EVENT' 146 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/drivers/clk/rockchip/clk-pll.c:862:14: note: byref variable will be forcibly initialized 862 | char pll_name[20]; | ^~~~~~~~ /kisskb/src/drivers/clk/rockchip/clk-pll.c:858:30: note: byref variable will be forcibly initialized 858 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/rockchip/clk-pll.c:857:21: note: byref variable will be forcibly initialized 857 | const char *pll_parents[3]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_defer': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_defer': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_fail_link': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_fail_link': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:297:1: note: in expansion of macro 'TRACE_EVENT' 297 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_submit_sqe': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_submit_sqe': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:390:1: note: in expansion of macro 'TRACE_EVENT' 390 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_poll_arm': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_poll_arm': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_task_add': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_task_add': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:485:1: note: in expansion of macro 'TRACE_EVENT' 485 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'perf_trace_io_uring_req_failed': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | 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:634, from /kisskb/src/fs/io_uring.c:86: /kisskb/src/fs/io_uring.c: In function 'trace_event_raw_event_io_uring_req_failed': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:527:1: note: in expansion of macro 'TRACE_EVENT' 527 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/fs/io_uring.c: In function 'io_uring_cancel_generic': /kisskb/src/fs/io_uring.c:11652:39: note: byref variable will be forcibly initialized 11652 | unsigned long index; | ^~~~~ /kisskb/src/fs/io_uring.c: In function 'io_sq_thread': /kisskb/src/fs/io_uring.c:9191:14: note: byref variable will be forcibly initialized 9191 | char buf[TASK_COMM_LEN]; | ^~~ /kisskb/src/drivers/clk/rockchip/clk-cpu.c: In function 'rockchip_clk_register_cpuclk': /kisskb/src/drivers/clk/rockchip/clk-cpu.c:254:30: note: byref variable will be forcibly initialized 254 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/virtio/virtio.c: In function 'virtio_device_of_init': /kisskb/src/drivers/virtio/virtio.c:370:14: note: byref variable will be forcibly initialized 370 | char compat[] = "virtio,deviceXXXXXXXX"; | ^~~~~~ /kisskb/src/drivers/video/fbdev/kyro/STG4000InitDevice.c: In function 'SetCoreClockPLL': /kisskb/src/drivers/video/fbdev/kyro/STG4000InitDevice.c:244:27: note: byref variable will be forcibly initialized 244 | u16 core_pll = 0, sub; | ^~~ /kisskb/src/drivers/video/fbdev/kyro/STG4000InitDevice.c:243:19: note: byref variable will be forcibly initialized 243 | u32 F, R, P; | ^ /kisskb/src/drivers/video/fbdev/kyro/STG4000InitDevice.c:243:16: note: byref variable will be forcibly initialized 243 | u32 F, R, P; | ^ /kisskb/src/drivers/video/fbdev/kyro/STG4000InitDevice.c:243:13: note: byref variable will be forcibly initialized 243 | u32 F, R, P; | ^ /kisskb/src/drivers/clk/rockchip/clk-inverter.c: In function 'rockchip_clk_register_inverter': /kisskb/src/drivers/clk/rockchip/clk-inverter.c:78:30: note: byref variable will be forcibly initialized 78 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/rockchip/clk-mmc-phase.c: In function 'rockchip_clk_register_mmc': /kisskb/src/drivers/clk/rockchip/clk-mmc-phase.c:195:30: note: byref variable will be forcibly initialized 195 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/rockchip/clk-muxgrf.c: In function 'rockchip_muxgrf_get_parent': /kisskb/src/drivers/clk/rockchip/clk-muxgrf.c:25:22: note: byref variable will be forcibly initialized 25 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/rockchip/clk-muxgrf.c: In function 'rockchip_clk_register_muxgrf': /kisskb/src/drivers/clk/rockchip/clk-muxgrf.c:62:30: note: byref variable will be forcibly initialized 62 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/rockchip/clk-ddr.c: In function 'rockchip_ddrclk_sip_set_rate': /kisskb/src/drivers/clk/rockchip/clk-ddr.c:34:30: note: byref variable will be forcibly initialized 34 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/clk/rockchip/clk-ddr.c: In function 'rockchip_ddrclk_sip_round_rate': /kisskb/src/drivers/clk/rockchip/clk-ddr.c:62:30: note: byref variable will be forcibly initialized 62 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/clk/rockchip/clk-ddr.c: In function 'rockchip_ddrclk_sip_recalc_rate': /kisskb/src/drivers/clk/rockchip/clk-ddr.c:49:30: note: byref variable will be forcibly initialized 49 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/clk/rockchip/clk-ddr.c: In function 'rockchip_clk_register_ddrclk': /kisskb/src/drivers/clk/rockchip/clk-ddr.c:99:30: note: byref variable will be forcibly initialized 99 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c: In function 'virtio_pci_find_capability': /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:121:26: note: byref variable will be forcibly initialized 121 | u8 type, bar; | ^~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:121:20: note: byref variable will be forcibly initialized 121 | u8 type, bar; | ^~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c: In function 'vp_modern_map_capability': /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:27:21: note: byref variable will be forcibly initialized 27 | u32 offset, length; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:27:13: note: byref variable will be forcibly initialized 27 | u32 offset, length; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:26:12: note: byref variable will be forcibly initialized 26 | u8 bar; | ^~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c: In function 'vp_modern_probe': /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:219:13: note: byref variable will be forcibly initialized 219 | u32 notify_offset; | ^~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern_dev.c:218:13: note: byref variable will be forcibly initialized 218 | u32 notify_length; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_ring.c:6: /kisskb/src/drivers/virtio/virtio_ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_packed': /kisskb/src/drivers/virtio/virtio_ring.c:1674:58: note: byref variable will be forcibly initialized 1674 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1674:35: note: byref variable will be forcibly initialized 1674 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1674:20: note: byref variable will be forcibly initialized 1674 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_split': /kisskb/src/drivers/virtio/virtio_ring.c:924:20: note: byref variable will be forcibly initialized 924 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/kyro/fbdev.c: In function 'kyro_dev_overlay_create': /kisskb/src/drivers/video/fbdev/kyro/fbdev.c:336:21: note: byref variable will be forcibly initialized 336 | u32 stride, uvStride; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/kyro/fbdev.c:336:13: note: byref variable will be forcibly initialized 336 | u32 stride, uvStride; | ^~~~~~ /kisskb/src/drivers/video/fbdev/kyro/fbdev.c: In function 'kyrofb_ioctl': /kisskb/src/drivers/video/fbdev/kyro/fbdev.c:593:30: note: byref variable will be forcibly initialized 593 | overlay_viewport_set ol_viewport_set; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/kyro/fbdev.c:592:24: note: byref variable will be forcibly initialized 592 | overlay_create ol_create; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/kyro/fbdev.c: In function 'kyrofb_init': /kisskb/src/drivers/video/fbdev/kyro/fbdev.c:786:15: note: byref variable will be forcibly initialized 786 | char *option = NULL; | ^~~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/samsung/clk.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | 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:634:16: note: byref variable will be forcibly initialized 634 | 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:13: note: byref variable will be forcibly initialized 261 | u32 freq; | ^~~~ /kisskb/src/drivers/clk/samsung/clk.c:259:36: note: byref variable will be forcibly initialized 259 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/clk/samsung/clk-pll.c: In function '_samsung_clk_register_pll': /kisskb/src/drivers/clk/samsung/clk-pll.c:1429:30: note: byref variable will be forcibly initialized 1429 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/samsung/clk-cpu.c: In function 'exynos_register_cpu_clock': /kisskb/src/drivers/clk/samsung/clk-cpu.c:411:21: note: byref variable will be forcibly initialized 411 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/samsung/clk-cpu.c:410:30: note: byref variable will be forcibly initialized 410 | 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:30: note: byref variable will be forcibly initialized 195 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c: In function 'agilex_register_pll': /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c:235:30: note: byref variable will be forcibly initialized 235 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c: In function 'n5x_register_pll': /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c:274:30: note: byref variable will be forcibly initialized 274 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c: In function 'virtio_pci_find_shm_cap': /kisskb/src/drivers/virtio/virtio_pci_modern.c:297:21: note: byref variable will be forcibly initialized 297 | u32 tmp32; | ^~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:296:39: note: byref variable will be forcibly initialized 296 | u8 type, cap_len, id, res_bar; | ^~~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:296:35: note: byref variable will be forcibly initialized 296 | u8 type, cap_len, id, res_bar; | ^~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:296:26: note: byref variable will be forcibly initialized 296 | u8 type, cap_len, id, res_bar; | ^~~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:296:20: note: byref variable will be forcibly initialized 296 | u8 type, cap_len, id, res_bar; | ^~~~ /kisskb/src/drivers/xen/events/events_2l.c: In function 'evtchn_2l_unmask': /kisskb/src/drivers/xen/events/events_2l.c:120:38: note: byref variable will be forcibly initialized 120 | struct evtchn_unmask unmask = { .port = port }; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c: In function 'vp_get_shm_region': /kisskb/src/drivers/virtio/virtio_pci_modern.c:360:21: note: byref variable will be forcibly initialized 360 | u64 offset, len; | ^~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:360:13: note: byref variable will be forcibly initialized 360 | u64 offset, len; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c:359:12: note: byref variable will be forcibly initialized 359 | u8 bar; | ^~~ /kisskb/src/drivers/virtio/virtio_pci_modern.c: In function 'vp_set': /kisskb/src/drivers/virtio/virtio_pci_modern.c:109:16: note: byref variable will be forcibly initialized 109 | __le32 l; | ^ /kisskb/src/drivers/virtio/virtio_pci_modern.c:108:16: note: byref variable will be forcibly initialized 108 | __le16 w; | ^ /kisskb/src/drivers/virtio/virtio_pci_modern.c:107:12: note: byref variable will be forcibly initialized 107 | u8 b; | ^ /kisskb/src/drivers/virtio/virtio_pci_modern.c: In function 'vp_get': /kisskb/src/drivers/virtio/virtio_pci_modern.c:71:16: note: byref variable will be forcibly initialized 71 | __le32 l; | ^ /kisskb/src/drivers/virtio/virtio_pci_modern.c:70:16: note: byref variable will be forcibly initialized 70 | __le16 w; | ^ /kisskb/src/drivers/virtio/virtio_pci_modern.c:69:12: note: byref variable will be forcibly initialized 69 | u8 b; | ^ /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c: In function 'exynos_audss_clk_probe': /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c:127:21: note: byref variable will be forcibly initialized 127 | const char *mout_i2s_p[] = {"mout_audss", "cdclk0", "sclk_audio0"}; | ^~~~~~~~~~ /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c:126:21: note: byref variable will be forcibly initialized 126 | const char *mout_audss_p[] = {"fin_pll", "fout_epll"}; | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function '__evtchn_fifo_handle_events': /kisskb/src/drivers/xen/events/events_fifo.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long ready; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/socfpga/clk-s10.c:5: /kisskb/src/drivers/clk/socfpga/clk-s10.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'init_control_block': /kisskb/src/drivers/xen/events/events_fifo.c:106:36: note: byref variable will be forcibly initialized 106 | struct evtchn_init_control init_control; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-s10.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'evtchn_fifo_unmask': /kisskb/src/drivers/xen/events/events_fifo.c:255:38: note: byref variable will be forcibly initialized 255 | struct evtchn_unmask unmask = { .port = port }; | ^~~~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'evtchn_fifo_setup': /kisskb/src/drivers/xen/events/events_fifo.c:153:44: note: byref variable will be forcibly initialized 153 | struct evtchn_expand_array expand_array; | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_mmio.c: In function 'vm_set': /kisskb/src/drivers/virtio/virtio_mmio.c:197:16: note: byref variable will be forcibly initialized 197 | __le32 l; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c:196:16: note: byref variable will be forcibly initialized 196 | __le16 w; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c:195:12: note: byref variable will be forcibly initialized 195 | u8 b; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c: In function 'vm_get': /kisskb/src/drivers/virtio/virtio_mmio.c:155:16: note: byref variable will be forcibly initialized 155 | __le32 l; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c:154:16: note: byref variable will be forcibly initialized 154 | __le16 w; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c:153:12: note: byref variable will be forcibly initialized 153 | u8 b; | ^ 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:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'event_handler_exit': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c:828:9: note: in expansion of macro 'smp_store_release' 828 | smp_store_release(&info->is_active, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_irq_lateeoi_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c:655:9: note: in expansion of macro 'smp_store_release' 655 | smp_store_release(&info->is_active, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_test_irq_shared': /kisskb/src/drivers/xen/events/events_base.c:2088:41: note: byref variable will be forcibly initialized 2088 | struct physdev_irq_status_query irq_status; | ^~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'eoi_pirq': /kisskb/src/drivers/xen/events/events_base.c:852:28: note: byref variable will be forcibly initialized 852 | 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:29: note: byref variable will be forcibly initialized 818 | 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:41: note: byref variable will be forcibly initialized 834 | struct physdev_irq_status_query irq_status; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'find_virq': /kisskb/src/drivers/xen/events/events_base.c:1332:30: note: byref variable will be forcibly initialized 1332 | struct evtchn_status status; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_rebind_evtchn_to_cpu': /kisskb/src/drivers/xen/events/events_base.c:1791:33: note: byref variable will be forcibly initialized 1791 | 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:33: note: byref variable will be forcibly initialized 1979 | 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:32: note: byref variable will be forcibly initialized 2006 | struct evtchn_bind_ipi bind_ipi; | ^~~~~~~~ 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_irq': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/xen/events/events_base.c: In function '__startup_pirq': /kisskb/src/drivers/xen/events/events_base.c:874:33: note: byref variable will be forcibly initialized 874 | 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:33: note: byref variable will be forcibly initialized 1942 | struct physdev_map_pirq map_irq; | ^~~~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/samsung/clk-exynos5433.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /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:40: note: byref variable will be forcibly initialized 1309 | struct evtchn_bind_interdomain bind_interdomain; | ^~~~~~~~~~~~~~~~ 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_ipi_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1262:32: note: byref variable will be forcibly initialized 1262 | struct evtchn_bind_ipi bind_ipi; | ^~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_set_irq_priority': /kisskb/src/drivers/xen/events/events_base.c:1565:36: note: byref variable will be forcibly initialized 1565 | 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:35: note: byref variable will be forcibly initialized 2066 | struct sched_poll poll; | ^~~~ /kisskb/src/drivers/xen/events/events_base.c:2063:23: note: byref variable will be forcibly initialized 2063 | evtchn_port_t evtchn = evtchn_from_irq(irq); | ^~~~~~ /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:28: note: byref variable will be forcibly initialized 1021 | struct physdev_irq irq_op; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_allocate_pirq_msi': /kisskb/src/drivers/xen/events/events_base.c:1091:38: note: byref variable will be forcibly initialized 1091 | struct physdev_get_free_pirq op_get_free_pirq; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_destroy_irq': /kisskb/src/drivers/xen/events/events_base.c:1138:35: note: byref variable will be forcibly initialized 1138 | 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:23: note: byref variable will be forcibly initialized 1369 | evtchn_port_t evtchn = 0; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c:1368:33: note: byref variable will be forcibly initialized 1368 | struct evtchn_bind_virq bind_virq; | ^~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-audio-sync.c: In function 'tegra_clk_register_sync_source': /kisskb/src/drivers/clk/tegra/clk-audio-sync.c:50:30: note: byref variable will be forcibly initialized 50 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/tegra/clk.c:6: /kisskb/src/drivers/clk/tegra/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/virtio/virtio_pci_common.h:19, from /kisskb/src/drivers/virtio/virtio_pci_common.c:17: /kisskb/src/drivers/virtio/virtio_pci_common.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c: In function 'mb86290fb_copyarea': /kisskb/src/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c:45:15: note: byref variable will be forcibly initialized 45 | __u32 cmd[6]; | ^~~ /kisskb/src/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c: In function 'mb86290fb_fillrect': /kisskb/src/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c:255:13: note: byref variable will be forcibly initialized 255 | u32 cmd[7]; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c:11: /kisskb/src/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/aty/aty128fb.c: In function 'aty128_decode_var': /kisskb/src/drivers/video/fbdev/aty/aty128fb.c:1559:31: note: byref variable will be forcibly initialized 1559 | struct aty128_ddafifo fifo_reg; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/aty128fb.c:1558:27: note: byref variable will be forcibly initialized 1558 | struct aty128_pll pll; | ^~~ /kisskb/src/drivers/video/fbdev/aty/aty128fb.c:1557:28: note: byref variable will be forcibly initialized 1557 | struct aty128_crtc crtc; | ^~~~ /kisskb/src/drivers/video/fbdev/aty/aty128fb.c: In function 'aty128fb_check_var': /kisskb/src/drivers/video/fbdev/aty/aty128fb.c:1604:29: note: byref variable will be forcibly initialized 1604 | struct aty128fb_par par; | ^~~ /kisskb/src/drivers/video/fbdev/aty/aty128fb.c: In function 'aty128_map_ROM': /kisskb/src/drivers/video/fbdev/aty/aty128fb.c:815:16: note: byref variable will be forcibly initialized 815 | size_t rom_size; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/aty128fb.c: In function 'aty128_bl_init': /kisskb/src/drivers/video/fbdev/aty/aty128fb.c:1834:14: note: byref variable will be forcibly initialized 1834 | char name[12]; | ^~~~ /kisskb/src/drivers/video/fbdev/aty/aty128fb.c:1831:37: note: byref variable will be forcibly initialized 1831 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/fbdev/aty/aty128fb.c: In function 'aty128_init': /kisskb/src/drivers/video/fbdev/aty/aty128fb.c:1904:14: note: byref variable will be forcibly initialized 1904 | char video_card[50]; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/aty128fb.c:1903:34: note: byref variable will be forcibly initialized 1903 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/aty/radeon_base.c: In function 'radeon_show_edid2': /kisskb/src/drivers/video/fbdev/aty/radeon_base.c:2211:16: note: byref variable will be forcibly initialized 2211 | static ssize_t radeon_show_edid2(struct file *filp, struct kobject *kobj, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_base.c: In function 'radeon_show_edid1': /kisskb/src/drivers/video/fbdev/aty/radeon_base.c:2199:16: note: byref variable will be forcibly initialized 2199 | static ssize_t radeon_show_edid1(struct file *filp, struct kobject *kobj, | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/video/fbdev/aty/radeonfb.h:9, from /kisskb/src/drivers/video/fbdev/aty/radeon_base.c:55: /kisskb/src/drivers/video/fbdev/aty/radeon_base.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_base.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_base.c: In function 'radeonfb_check_var': /kisskb/src/drivers/video/fbdev/aty/radeon_base.c:834:34: note: byref variable will be forcibly initialized 834 | struct fb_var_screeninfo v; | ^ /kisskb/src/drivers/video/fbdev/aty/radeon_base.c: In function 'radeon_map_ROM': /kisskb/src/drivers/video/fbdev/aty/radeon_base.c:419:16: note: byref variable will be forcibly initialized 419 | size_t rom_size; | ^~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c: In function 's10_register_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:108:21: note: byref variable will be forcibly initialized 108 | const char *parent_name = clks->parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:106:30: note: byref variable will be forcibly initialized 106 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c: In function 'n5x_register_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:144:21: note: byref variable will be forcibly initialized 144 | const char *parent_name = clks->parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:142:30: note: byref variable will be forcibly initialized 142 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c: In function 's10_register_cnt_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:179:21: note: byref variable will be forcibly initialized 179 | const char *parent_name = clks->parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:177:30: note: byref variable will be forcibly initialized 177 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c: In function 's10_register_gate': /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:132:21: note: byref variable will be forcibly initialized 132 | const char *parent_name = clks->parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:131:30: note: byref variable will be forcibly initialized 131 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c: In function 'agilex_register_gate': /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:190:21: note: byref variable will be forcibly initialized 190 | const char *parent_name = clks->parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:189:30: note: byref variable will be forcibly initialized 189 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/samsung/clk-exynos-clkout.c: In function 'exynos_clkout_probe': /kisskb/src/drivers/clk/samsung/clk-exynos-clkout.c:136:22: note: byref variable will be forcibly initialized 136 | char name[] = "clkoutXX"; | ^~~~ /kisskb/src/drivers/clk/samsung/clk-exynos-clkout.c:109:13: note: byref variable will be forcibly initialized 109 | u32 mux_mask; | ^~~~~~~~ /kisskb/src/drivers/clk/samsung/clk-exynos-clkout.c:105:21: note: byref variable will be forcibly initialized 105 | const char *parent_names[EXYNOS_CLKOUT_PARENTS]; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/socfpga/clk-agilex.c:5: /kisskb/src/drivers/clk/socfpga/clk-agilex.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/socfpga/clk-agilex.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_search_mode': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:186:26: note: byref variable will be forcibly initialized 186 | char strbuf[16], strbuf1[20]; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:186:14: note: byref variable will be forcibly initialized 186 | char strbuf[16], strbuf1[20]; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:184:60: note: byref variable will be forcibly initialized 184 | unsigned int j = 0, xres = 0, yres = 0, depth = 0, rate = 0; | ^~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:184:49: note: byref variable will be forcibly initialized 184 | unsigned int j = 0, xres = 0, yres = 0, depth = 0, rate = 0; | ^~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:184:39: note: byref variable will be forcibly initialized 184 | unsigned int j = 0, xres = 0, yres = 0, depth = 0, rate = 0; | ^~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:184:29: note: byref variable will be forcibly initialized 184 | unsigned int j = 0, xres = 0, yres = 0, depth = 0, rate = 0; | ^~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_post_xgi_ramsize': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:4633:53: note: byref variable will be forcibly initialized 4633 | unsigned int buswidth, ranksize, channelab, mapsize; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_ioctl': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:1690:33: note: byref variable will be forcibly initialized 1690 | struct fb_vblank sisvbblank; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:1689:33: note: byref variable will be forcibly initialized 1689 | struct sis_memreq sismemreq; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_find_rom': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:4111:16: note: byref variable will be forcibly initialized 4111 | size_t romsize; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'SiS_SenseLCD': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2288:23: note: byref variable will be forcibly initialized 2288 | unsigned char buffer[256]; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_handle_ddc': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:541:24: note: byref variable will be forcibly initialized 541 | unsigned char buffer[256]; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_post_xgi': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:5110:25: note: byref variable will be forcibly initialized 5110 | u32 rega, regb, regd; | ^~~~ /kisskb/src/drivers/clk/versatile/clk-icst.c: In function 'vco_get': /kisskb/src/drivers/clk/versatile/clk-icst.c:65:13: note: byref variable will be forcibly initialized 65 | u32 val; | ^~~ /kisskb/src/drivers/clk/versatile/clk-icst.c: In function 'icst_recalc_rate': /kisskb/src/drivers/clk/versatile/clk-icst.c:223:25: note: byref variable will be forcibly initialized 223 | 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:30: note: byref variable will be forcibly initialized 345 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'SiS_Sense30x': /kisskb/src/drivers/clk/versatile/clk-icst.c: In function 'of_syscon_icst_setup': /kisskb/src/drivers/clk/versatile/clk-icst.c:486:30: note: byref variable will be forcibly initialized 486 | struct clk_icst_desc icst_desc; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2410:10: note: byref variable will be forcibly initialized 2410 | char tvstr[] = "TV connected to"; | ^~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2409:10: note: byref variable will be forcibly initialized 2409 | char stdstr[] = "sisfb: Detected"; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'SiS_SenseCh': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2546:10: note: byref variable will be forcibly initialized 2546 | char stdstr[] = "sisfb: Chrontel: Detected TV connected to"; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_get_VB_type': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2669:14: note: byref variable will be forcibly initialized 2669 | char bridgestr[] = "video bridge"; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2668:14: note: byref variable will be forcibly initialized 2668 | char stdstr[] = "sisfb: Detected"; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_verify_rate': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:596:21: note: byref variable will be forcibly initialized 596 | int htotal, vtotal; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:596:13: note: byref variable will be forcibly initialized 596 | int htotal, vtotal; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_probe': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:5845:13: note: byref variable will be forcibly initialized 5845 | u16 reg16; | ^~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_read_mio_pci_word': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:1070:8: note: byref variable will be forcibly initialized 1070 | u16 val = 0; | ^~~ /kisskb/src/drivers/video/fbdev/cyber2000fb.c: In function 'cyber2000fb_check_var': /kisskb/src/drivers/video/fbdev/cyber2000fb.c:757:25: note: byref variable will be forcibly initialized 757 | struct par_info hw; | ^~ /kisskb/src/drivers/video/fbdev/cyber2000fb.c: In function 'cyber2000fb_set_par': /kisskb/src/drivers/video/fbdev/cyber2000fb.c:861:25: note: byref variable will be forcibly initialized 861 | struct par_info hw; | ^~ /kisskb/src/drivers/video/fbdev/cyber2000fb.c: In function 'cyberpro_pci_probe': /kisskb/src/drivers/video/fbdev/cyber2000fb.c:1718:14: note: byref variable will be forcibly initialized 1718 | char name[16]; | ^~~~ /kisskb/src/drivers/video/fbdev/cyber2000fb.c: In function 'cyber2000fb_init': /kisskb/src/drivers/video/fbdev/cyber2000fb.c:1873:15: note: byref variable will be forcibly initialized 1873 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c: In function 'savagefb_decode_var': /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:974:28: note: byref variable will be forcibly initialized 974 | unsigned int m, n, r; | ^ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:974:25: note: byref variable will be forcibly initialized 974 | unsigned int m, n, r; | ^ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:974:22: note: byref variable will be forcibly initialized 974 | unsigned int m, n, r; | ^ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:972:25: note: byref variable will be forcibly initialized 972 | struct xtimings timings; | ^~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_stats': /kisskb/src/drivers/virtio/virtio_balloon.c:324:24: note: byref variable will be forcibly initialized 324 | struct sysinfo i; | ^ /kisskb/src/drivers/virtio/virtio_balloon.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long events[NR_VM_EVENT_ITEMS]; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'init_vqs': /kisskb/src/drivers/virtio/virtio_balloon.c:542:36: note: byref variable will be forcibly initialized 542 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c:501:21: note: byref variable will be forcibly initialized 501 | const char *names[VIRTIO_BALLOON_VQ_MAX]; | ^~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:500:24: note: byref variable will be forcibly initialized 500 | vq_callback_t *callbacks[VIRTIO_BALLOON_VQ_MAX]; | ^~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:499:27: note: byref variable will be forcibly initialized 499 | struct virtqueue *vqs[VIRTIO_BALLOON_VQ_MAX]; | ^~~ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'towards_target': /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:402:9: note: in expansion of macro 'virtio_cread_le' 402 | virtio_cread_le(vb->vdev, struct virtio_balloon_config, num_pages, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_size': /kisskb/src/include/linux/virtio_config.h:470:50: note: byref variable will be forcibly initialized 470 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:462:9: note: in expansion of macro 'virtio_cwrite_le' 462 | virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, actual, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtio_balloon_cmd_id_received': /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:577:17: note: in expansion of macro 'virtio_cread_le' 577 | 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:18: note: byref variable will be forcibly initialized 589 | int err, unused; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:587:28: note: byref variable will be forcibly initialized 587 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_stop': /kisskb/src/drivers/virtio/virtio_balloon.c:608:18: note: byref variable will be forcibly initialized 608 | int err, unused; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:606:28: note: byref variable will be forcibly initialized 606 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'stats_handle_request': /kisskb/src/drivers/virtio/virtio_balloon.c:384:22: note: byref variable will be forcibly initialized 384 | unsigned int len, num_stats; | ^~~ /kisskb/src/drivers/virtio/virtio_balloon.c:383:28: note: byref variable will be forcibly initialized 383 | 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:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'tell_host': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:164:9: note: in expansion of macro 'wait_event' 164 | wait_event(vb->acked, virtqueue_get_buf(vq, &len)); | ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:155:22: note: byref variable will be forcibly initialized 155 | unsigned int len; | ^~~ /kisskb/src/drivers/virtio/virtio_balloon.c:154:28: note: byref variable will be forcibly initialized 154 | 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:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'leak_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:280:19: note: byref variable will be forcibly initialized 280 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:44: /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_free_page_report': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:190:9: note: in expansion of macro 'wait_event' 190 | wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); | ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:174:22: note: byref variable will be forcibly initialized 174 | 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:18: note: byref variable will be forcibly initialized 626 | int err, unused; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:625:28: note: byref variable will be forcibly initialized 625 | struct scatterlist sg; | ^~ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c: In function 'savagefb_probe': 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:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'fill_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:216:19: note: byref variable will be forcibly initialized 216 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:2226:37: note: byref variable will be forcibly initialized 2226 | struct fb_videomode cvt_mode; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c: In function 'savagefb_init': /kisskb/src/drivers/video/fbdev/savage/savagefb_driver.c:2550:15: note: byref variable will be forcibly initialized 2550 | char *option; | ^~~~~~ 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:470:50: note: byref variable will be forcibly initialized 470 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:982:17: note: in expansion of macro 'virtio_cwrite_le' 982 | virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:968:23: note: byref variable will be forcibly initialized 968 | __u32 poison_val = 0; | ^~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-periph.c: In function '_tegra_clk_register_periph': /kisskb/src/drivers/clk/tegra/clk-periph.c:168:30: note: byref variable will be forcibly initialized 168 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-divider.c: In function 'tegra_clk_register_divider': /kisskb/src/drivers/clk/tegra/clk-divider.c:141:30: note: byref variable will be forcibly initialized 141 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/visconti/clkc.c: In function 'visconti_clk_register_gate': /kisskb/src/drivers/clk/visconti/clkc.c:86:30: note: byref variable will be forcibly initialized 86 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/visconti/clkc.c: In function 'visconti_gate_clk_is_enabled': /kisskb/src/drivers/clk/visconti/clkc.c:32:13: note: byref variable will be forcibly initialized 32 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/clk/visconti/clkc.c:13: /kisskb/src/drivers/clk/visconti/clkc.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/visconti/clkc.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/tegra/clk-periph-fixed.c: In function 'tegra_clk_register_periph_fixed': /kisskb/src/drivers/clk/tegra/clk-periph-fixed.c:80:30: note: byref variable will be forcibly initialized 80 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-periph-gate.c: In function 'tegra_clk_register_periph_gate': /kisskb/src/drivers/clk/tegra/clk-periph-gate.c:142:30: note: byref variable will be forcibly initialized 142 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'set_memclock': /kisskb/src/drivers/video/fbdev/pm2fb.c:450:29: note: byref variable will be forcibly initialized 450 | unsigned char m, n, p; | ^ /kisskb/src/drivers/video/fbdev/pm2fb.c:450:26: note: byref variable will be forcibly initialized 450 | unsigned char m, n, p; | ^ /kisskb/src/drivers/video/fbdev/pm2fb.c:450:23: note: byref variable will be forcibly initialized 450 | unsigned char m, n, p; | ^ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'set_pixclock': /kisskb/src/drivers/video/fbdev/pm2fb.c:487:29: note: byref variable will be forcibly initialized 487 | unsigned char m, n, p; | ^ /kisskb/src/drivers/video/fbdev/pm2fb.c:487:26: note: byref variable will be forcibly initialized 487 | unsigned char m, n, p; | ^ /kisskb/src/drivers/video/fbdev/pm2fb.c:487:23: note: byref variable will be forcibly initialized 487 | unsigned char m, n, p; | ^ /kisskb/src/drivers/video/fbdev/tdfxfb.c: In function 'tdfxfb_set_par': /kisskb/src/drivers/video/fbdev/tdfxfb.c:552:13: note: byref variable will be forcibly initialized 552 | int fout, freq; | ^~~~ /kisskb/src/drivers/video/fbdev/tdfxfb.c:551:28: note: byref variable will be forcibly initialized 551 | struct banshee_reg reg; | ^~~ /kisskb/src/drivers/video/fbdev/tdfxfb.c: In function 'tdfxfb_init': /kisskb/src/drivers/video/fbdev/tdfxfb.c:1629:15: note: byref variable will be forcibly initialized 1629 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/video/fbdev/imsttfb.c: In function 'imsttfb_ioctl': /kisskb/src/drivers/video/fbdev/imsttfb.c:1271:14: note: byref variable will be forcibly initialized 1271 | __u8 idx[2]; | ^~~ /kisskb/src/drivers/video/fbdev/imsttfb.c:1270:15: note: byref variable will be forcibly initialized 1270 | __u32 reg[2]; | ^~~ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'pm2fb_copyarea': /kisskb/src/drivers/video/fbdev/pm2fb.c:1108:28: note: byref variable will be forcibly initialized 1108 | struct fb_copyarea modded; | ^~~~~~ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'pm2fb_fillrect': /kisskb/src/drivers/video/fbdev/pm2fb.c:1050:28: note: byref variable will be forcibly initialized 1050 | struct fb_fillrect modded; | ^~~~~~ /kisskb/src/drivers/video/fbdev/pm2fb.c: In function 'pm2fb_init': /kisskb/src/drivers/video/fbdev/pm2fb.c:1791:15: note: byref variable will be forcibly initialized 1791 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/video/fbdev/imsttfb.c: In function 'imsttfb_init': /kisskb/src/drivers/video/fbdev/imsttfb.c:1613:15: note: byref variable will be forcibly initialized 1613 | char *option = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/clk/clk-bulk.c:10: /kisskb/src/drivers/clk/clk-bulk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllre_recalc_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1589:41: note: byref variable will be forcibly initialized 1589 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/video/fbdev/tridentfb.c: In function 'tridentfb_init': /kisskb/src/drivers/video/fbdev/tridentfb.c:1817:15: note: byref variable will be forcibly initialized 1817 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll-out.c: In function 'tegra_clk_register_pll_out': /kisskb/src/drivers/clk/tegra/clk-pll-out.c:94:30: note: byref variable will be forcibly initialized 94 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllre_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1555:46: note: byref variable will be forcibly initialized 1555 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1555:41: note: byref variable will be forcibly initialized 1555 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function '_program_pll': /kisskb/src/drivers/clk/tegra/clk-pll.c:755:41: note: byref variable will be forcibly initialized 755 | struct tegra_clk_pll_freq_table old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:805:46: note: byref variable will be forcibly initialized 805 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_fetch_pwm_params': /kisskb/src/drivers/clk/tegra/clk-pll.c:805:41: note: byref variable will be forcibly initialized 805 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c:1849:13: note: byref variable will be forcibly initialized 1849 | u32 pwm_period; | ^~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_fetch_i2c_params': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1821:23: note: byref variable will be forcibly initialized 1821 | int vsel_reg, vsel_mask; | ^~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllxc_set_rate': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1821:13: note: byref variable will be forcibly initialized 1821 | int vsel_reg, vsel_mask; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1332:46: note: byref variable will be forcibly initialized 1332 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1332:41: note: byref variable will be forcibly initialized 1332 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'get_dvco_rate_below': /kisskb/src/drivers/clk/tegra/clk-dfll.c:507:23: note: byref variable will be forcibly initialized 507 | unsigned long rate, prev_rate; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_ramp_round_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1360:41: note: byref variable will be forcibly initialized 1360 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllc_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1489:46: note: byref variable will be forcibly initialized 1489 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1489:41: note: byref variable will be forcibly initialized 1489 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_round_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:847:41: note: byref variable will be forcibly initialized 847 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_request_rate': /kisskb/src/drivers/clk/tegra/clk-dfll.c:915:30: note: byref variable will be forcibly initialized 915 | struct dfll_rate_req req; | ^~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_clk_determine_rate': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1134:30: note: byref variable will be forcibly initialized 1134 | struct dfll_rate_req req; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_recalc_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:880:49: note: byref variable will be forcibly initialized 880 | struct tegra_clk_pll_freq_table sel; | ^~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_build_i2c_lut': /kisskb/src/drivers/clk/tegra/clk-pll.c:867:41: note: byref variable will be forcibly initialized 867 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c:1702:23: note: byref variable will be forcibly initialized 1702 | unsigned long rate, v, v_opp; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_build_lut': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1767:23: note: byref variable will be forcibly initialized 1767 | unsigned long rate, v_max; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_plle_enable': /kisskb/src/drivers/clk/tegra/clk-pll.c:958:41: note: byref variable will be forcibly initialized 958 | struct tegra_clk_pll_freq_table sel; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_plle_tegra114_enable': /kisskb/src/drivers/clk/tegra/clk-pll.c:1612:41: note: byref variable will be forcibly initialized 1612 | struct tegra_clk_pll_freq_table sel; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_plle_tegra210_enable': /kisskb/src/drivers/clk/tegra/clk-pll.c:2451:41: note: byref variable will be forcibly initialized 2451 | struct tegra_clk_pll_freq_table sel; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function '_tegra_clk_register_pll': /kisskb/src/drivers/clk/tegra/clk-pll.c:1895:30: note: byref variable will be forcibly initialized 1895 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_create': /kisskb/src/drivers/clk/clkdev.c:206:17: note: byref variable will be forcibly initialized 206 | va_list ap; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_hw_create': /kisskb/src/drivers/clk/clkdev.c:229:17: note: byref variable will be forcibly initialized 229 | va_list ap; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function '__clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:273:17: note: byref variable will be forcibly initialized 273 | va_list ap; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:316:28: note: byref variable will be forcibly initialized 316 | struct clk_lookup *cl; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_hw_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:343:28: note: byref variable will be forcibly initialized 343 | struct clk_lookup *cl; | ^~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'tegra_clk_register_pllc': /kisskb/src/drivers/clk/tegra/clk-pll.c:2206:41: note: byref variable will be forcibly initialized 2206 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'tegra_clk_register_pllss': /kisskb/src/drivers/clk/tegra/clk-pll.c:2336:41: note: byref variable will be forcibly initialized 2336 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-sdmmc-mux.c: In function 'tegra_clk_register_sdmmc_mux_div': /kisskb/src/drivers/clk/tegra/clk-sdmmc-mux.c:239:30: note: byref variable will be forcibly initialized 239 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/versatile/clk-vexpress-osc.c: In function 'vexpress_osc_recalc_rate': /kisskb/src/drivers/clk/versatile/clk-vexpress-osc.c:29:13: note: byref variable will be forcibly initialized 29 | u32 rate; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-super.c: In function 'tegra_clk_register_super_mux': /kisskb/src/drivers/clk/tegra/clk-super.c:207:30: note: byref variable will be forcibly initialized 207 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/versatile/clk-vexpress-osc.c: In function 'vexpress_osc_probe': /kisskb/src/drivers/clk/versatile/clk-vexpress-osc.c:69:13: note: byref variable will be forcibly initialized 69 | u32 range[2]; | ^~~~~ /kisskb/src/drivers/clk/versatile/clk-vexpress-osc.c:67:30: note: byref variable will be forcibly initialized 67 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-super.c: In function 'tegra_clk_register_super_clk': /kisskb/src/drivers/clk/tegra/clk-super.c:243:30: note: byref variable will be forcibly initialized 243 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/video/fbdev/sis/init.c: In function 'SiSSetMode': /kisskb/src/drivers/video/fbdev/sis/init.c:3170:31: note: byref variable will be forcibly initialized 3170 | unsigned short RealModeNo, ModeIdIndex; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra-super-cclk.c: In function 'cclk_super_determine_rate': /kisskb/src/drivers/clk/tegra/clk-tegra-super-cclk.c:74:23: note: byref variable will be forcibly initialized 74 | unsigned long pllp_rate; | ^~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra-super-cclk.c: In function 'tegra_clk_register_super_cclk': /kisskb/src/drivers/clk/tegra/clk-tegra-super-cclk.c:130:30: note: byref variable will be forcibly initialized 130 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/visconti/pll.c:14: /kisskb/src/drivers/clk/visconti/pll.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/visconti/pll.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/visconti/pll.c: In function 'visconti_register_pll': /kisskb/src/drivers/clk/visconti/pll.c:247:30: note: byref variable will be forcibly initialized 247 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/visconti/pll.c: In function 'visconti_pll_recalc_rate': /kisskb/src/drivers/clk/visconti/pll.c:123:40: note: byref variable will be forcibly initialized 123 | struct visconti_pll_rate_table rate_table; | ^~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c: In function 'tegra124_dfll_fcpu_probe': /kisskb/src/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c:558:31: note: byref variable will be forcibly initialized 558 | struct rail_alignment align; | ^~~~~ In file included from /kisskb/src/drivers/clk/clk_test.c:11: /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_invalid': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 844 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:9: note: in expansion of macro 'KUNIT_EXPECT_LT_MSG' 841 | KUNIT_EXPECT_LT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:380:9: note: in expansion of macro 'KUNIT_EXPECT_LT' 380 | KUNIT_EXPECT_LT(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:865:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 865 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:862:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 862 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:367:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 367 | KUNIT_EXPECT_LE(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:907:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 907 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:904:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 904 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:366:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 366 | KUNIT_EXPECT_GE(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:365:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 365 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:358:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 358 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_test_orphan_transparent_parent_mux_set_range': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:331:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 331 | KUNIT_EXPECT_EQ(test, rate, new_rate); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:330:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 330 | KUNIT_ASSERT_GT(test, new_rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:323:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 323 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:321:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 321 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_test_get_rate': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:168:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 168 | KUNIT_EXPECT_EQ(test, rate, ctx->rate); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:167:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 167 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_multiple_set_range_rate_minimized': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:874:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 874 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:873:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 873 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:868:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 868 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:866:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 866 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:865:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 865 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:858:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 858 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:856:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 856 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:855:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 855 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:848:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 848 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:846:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 846 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:843:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 843 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_multiple_disjoints_range': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:844:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 844 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:841:9: note: in expansion of macro 'KUNIT_EXPECT_LT_MSG' 841 | KUNIT_EXPECT_LT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:407:9: note: in expansion of macro 'KUNIT_EXPECT_LT' 407 | KUNIT_EXPECT_LT(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:403:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 403 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:401:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 401 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:398:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 398 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_rate_minimized': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:823:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 823 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:822:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 822 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:815:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 815 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:813:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 813 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1 + 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:812:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 812 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:805:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 805 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:803:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 803 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:802:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 802 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:795:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 795 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:791:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 791 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_multiple_set_range_rate_maximized': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 757 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:756:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 756 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:751:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 751 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:749:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 749 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:748:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 748 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:741:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 741 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:739:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 739 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:738:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 738 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:731:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 731 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:727:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 727 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:725:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 725 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:722:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 722 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_rate_maximized': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:702:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 702 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:701:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 701 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:694:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 694 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:692:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 692 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2 - 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:691:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 691 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:684:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 684 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:682:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 682 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:681:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 681 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:674:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 674 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:670:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 670 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_get_rate_lowered': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:630:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 630 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:629:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 629 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:622:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 622 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:618:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 618 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_get_rate_raised': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:600:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 600 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:599:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 599 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:592:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 592 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:588:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 588 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_set_rate_higher': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:865:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 865 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:862:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 862 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:541:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 541 | KUNIT_EXPECT_LE(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:907:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 907 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:904:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 904 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:540:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 540 | KUNIT_EXPECT_GE(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:539:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 539 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:534:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 534 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:528:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 528 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_set_rate_lower': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:865:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 865 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:862:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 862 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:462:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 462 | KUNIT_EXPECT_LE(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:907:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 907 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:904:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 904 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:461:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 461 | KUNIT_EXPECT_GE(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:460:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 460 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:455:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 455 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:449:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 449 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_test_set_set_get_rate': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:218:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 218 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:217:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 217 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:212:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 212 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:208:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 208 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_test_set_get_rate': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:191:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 191 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:190:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 190 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:185:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 185 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_set_round_rate_consistent_higher': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:570:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 570 | KUNIT_EXPECT_EQ(test, rounded, clk_get_rate(clk)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:566:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 566 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:564:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 564 | KUNIT_ASSERT_GT(test, rounded, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:557:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 557 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_round_rate_higher': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:865:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 865 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:862:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 862 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:514:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 514 | KUNIT_EXPECT_LE(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:907:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 907 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:904:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 904 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:513:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 513 | KUNIT_EXPECT_GE(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:512:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 512 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:505:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 505 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_set_round_rate_consistent_lower': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:491:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 491 | KUNIT_EXPECT_EQ(test, rounded, clk_get_rate(clk)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:487:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 487 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 485 | KUNIT_ASSERT_GT(test, rounded, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 478 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_round_rate_lower': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:865:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 865 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:862:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 862 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:435:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 435 | KUNIT_EXPECT_LE(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:907:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 907 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:904:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 904 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:434:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 434 | KUNIT_EXPECT_GE(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:433:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 433 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:426:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 426 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_test_round_set_get_rate': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:242:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 242 | KUNIT_EXPECT_EQ(test, rounded_rate, set_rate); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:241:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 241 | KUNIT_ASSERT_GT(test, set_rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:236:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 236 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:234:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 234 | KUNIT_EXPECT_EQ(test, rounded_rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1196:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1196 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1193:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1193 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:233:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 233 | KUNIT_ASSERT_GT(test, rounded_rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_orphan_transparent_single_parent_mux_test_init': /kisskb/src/drivers/clk/clk_test.c:269:28: note: byref variable will be forcibly initialized 269 | const char * const parents[] = { "orphan_parent" }; | ^~~~~~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_range': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'perf_trace_regulator_value': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_basic': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_range': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_value': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_regulator_basic': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '__bpf_trace_regulator_range': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '__bpf_trace_regulator_value': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage_rdev': /kisskb/src/drivers/regulator/core.c:4337:14: note: byref variable will be forcibly initialized 4337 | bool bypassed; | ^~~~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:21: /kisskb/src/drivers/regulator/core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'of_get_regulator': /kisskb/src/drivers/regulator/core.c:401:14: note: byref variable will be forcibly initialized 401 | char prop_name[64]; /* 64 is max size of property name */ | ^~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'rdev_init_debugfs': /kisskb/src/drivers/regulator/core.c:5140:14: note: byref variable will be forcibly initialized 5140 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'create_regulator': /kisskb/src/drivers/regulator/core.c:1778:22: note: byref variable will be forcibly initialized 1778 | char buf[REG_STR_SIZE]; | ^~~ /kisskb/src/drivers/video/fbdev/s3fb.c: In function 's3_set_pixclock': /kisskb/src/drivers/video/fbdev/s3fb.c:461:19: note: byref variable will be forcibly initialized 461 | u16 m, n, r; | ^ /kisskb/src/drivers/video/fbdev/s3fb.c:461:16: note: byref variable will be forcibly initialized 461 | u16 m, n, r; | ^ /kisskb/src/drivers/video/fbdev/s3fb.c:461:13: note: byref variable will be forcibly initialized 461 | u16 m, n, r; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/regulator/core.c:12: /kisskb/src/drivers/regulator/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_lock_dependent': /kisskb/src/drivers/regulator/core.c:325:31: note: byref variable will be forcibly initialized 325 | struct regulator_dev *old_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:324:31: note: byref variable will be forcibly initialized 324 | struct regulator_dev *new_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/s3fb.c: In function 's3fb_check_var': /kisskb/src/drivers/video/fbdev/s3fb.c:550:19: note: byref variable will be forcibly initialized 550 | u16 m, n, r; | ^ /kisskb/src/drivers/video/fbdev/s3fb.c:550:16: note: byref variable will be forcibly initialized 550 | u16 m, n, r; | ^ /kisskb/src/drivers/video/fbdev/s3fb.c:550:13: note: byref variable will be forcibly initialized 550 | u16 m, n, r; | ^ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_enable_pllu': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:2895:30: note: byref variable will be forcibly initialized 2895 | struct tegra_clk_pll pllu; | ^~~~ In file included from /kisskb/src/drivers/video/fbdev/s3fb.c:22: /kisskb/src/drivers/video/fbdev/s3fb.c: In function 'svga_primary_device': /kisskb/src/include/linux/svga.h:94:13: note: byref variable will be forcibly initialized 94 | u16 flags; | ^~~~~ /kisskb/src/drivers/video/fbdev/s3fb.c: In function 's3_pci_probe': /kisskb/src/drivers/video/fbdev/s3fb.c:1119:25: note: byref variable will be forcibly initialized 1119 | struct resource vga_res; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/s3fb.c:1118:31: note: byref variable will be forcibly initialized 1118 | struct pci_bus_region bus_reg; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/s3fb.c: In function 's3fb_init': /kisskb/src/drivers/video/fbdev/s3fb.c:1553:15: note: byref variable will be forcibly initialized 1553 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage': /kisskb/src/drivers/regulator/core.c:3376:40: note: byref variable will be forcibly initialized 3376 | 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:3400:40: note: byref variable will be forcibly initialized 3400 | struct pre_voltage_change_data data; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage': /kisskb/src/drivers/regulator/core.c:4391:31: note: byref variable will be forcibly initialized 4391 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'drms_uA_update': /kisskb/src/drivers/regulator/core.c:946:22: note: byref variable will be forcibly initialized 946 | unsigned int mode; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_pllx_set_defaults': /kisskb/src/drivers/regulator/core.c: In function '_regulator_do_set_voltage': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1177:21: note: byref variable will be forcibly initialized 1177 | u32 step_a, step_b; | ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1177:13: note: byref variable will be forcibly initialized 1177 | u32 step_a, step_b; | ^~~~~~ /kisskb/src/drivers/regulator/core.c:3513:22: note: byref variable will be forcibly initialized 3513 | unsigned int selector; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_pll_fixed_mdiv_cfg': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1486:13: note: byref variable will be forcibly initialized 1486 | u32 pdiv; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_transfer': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:63:35: note: byref variable will be forcibly initialized 63 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:62:32: note: byref variable will be forcibly initialized 62 | struct mrq_clk_request request; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_max_id': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:316:39: note: byref variable will be forcibly initialized 316 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:315:48: note: byref variable will be forcibly initialized 315 | struct cmd_clk_get_max_clk_id_response response; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_info': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:338:39: note: byref variable will be forcibly initialized 338 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:337:46: note: byref variable will be forcibly initialized 337 | struct cmd_clk_get_all_info_response response; | ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock_all': In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/tegra/clk-tegra210.c:9: /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'kmalloc_array': /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_recalc_rate': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:149:39: note: byref variable will be forcibly initialized 149 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:148:41: note: byref variable will be forcibly initialized 148 | struct cmd_clk_get_rate_request request; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:147:42: note: byref variable will be forcibly initialized 147 | struct cmd_clk_get_rate_response response; | ^~~~~~~~ /kisskb/src/drivers/regulator/core.c:5964:34: note: byref variable will be forcibly initialized 5964 | struct summary_lock_data lock_data; | ^~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_is_prepared': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:127:39: note: byref variable will be forcibly initialized 127 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:126:44: note: byref variable will be forcibly initialized 126 | struct cmd_clk_is_enabled_response response; | ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock': /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_prepare': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:98:39: note: byref variable will be forcibly initialized 98 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_set_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:261:39: note: byref variable will be forcibly initialized 261 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/regulator/core.c:5983:31: note: byref variable will be forcibly initialized 5983 | struct regulator_dev *old_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:260:41: note: byref variable will be forcibly initialized 260 | struct cmd_clk_set_rate_request request; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:259:42: note: byref variable will be forcibly initialized 259 | struct cmd_clk_set_rate_response response; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_determine_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:173:39: note: byref variable will be forcibly initialized 173 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:172:43: note: byref variable will be forcibly initialized 172 | struct cmd_clk_round_rate_request request; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:171:44: note: byref variable will be forcibly initialized 171 | struct cmd_clk_round_rate_response response; | ^~~~~~~~ /kisskb/src/drivers/regulator/core.c:5982:31: note: byref variable will be forcibly initialized 5982 | struct regulator_dev *new_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_set_parent': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:204:39: note: byref variable will be forcibly initialized 204 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:203:43: note: byref variable will be forcibly initialized 203 | struct cmd_clk_set_parent_request request; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:202:44: note: byref variable will be forcibly initialized 202 | struct cmd_clk_set_parent_response response; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/clk/tegra/clk-bpmp.c:7: /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'print_constraints_debug': /kisskb/src/drivers/regulator/core.c:1073:14: note: byref variable will be forcibly initialized 1073 | char buf[160] = ""; | ^~~ In file included from /kisskb/src/drivers/clk/tegra/clk-bpmp.c:7: /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_register': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:490:30: note: byref variable will be forcibly initialized 490 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_unprepare': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:110:39: note: byref variable will be forcibly initialized 110 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_parent': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:231:39: note: byref variable will be forcibly initialized 231 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:230:44: note: byref variable will be forcibly initialized 230 | struct cmd_clk_get_parent_response response; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_init_clocks': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:646:37: note: byref variable will be forcibly initialized 646 | struct tegra_bpmp_clk_info *clocks; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'bypass_show': /kisskb/src/drivers/regulator/core.c:899:14: note: byref variable will be forcibly initialized 899 | bool bypass; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_temp_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:937:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 937 | REGULATOR_ERROR_ATTR(over_temp_warn, REGULATOR_ERROR_OVER_TEMP_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_voltage_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:936:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 936 | REGULATOR_ERROR_ATTR(over_voltage_warn, REGULATOR_ERROR_OVER_VOLTAGE_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_current_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:935:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 935 | REGULATOR_ERROR_ATTR(over_current_warn, REGULATOR_ERROR_OVER_CURRENT_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'under_voltage_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:934:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 934 | REGULATOR_ERROR_ATTR(under_voltage_warn, REGULATOR_ERROR_UNDER_VOLTAGE_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_temp_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:933:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 933 | REGULATOR_ERROR_ATTR(over_temp, REGULATOR_ERROR_OVER_TEMP); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'fail_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:932:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 932 | REGULATOR_ERROR_ATTR(fail, REGULATOR_ERROR_FAIL); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulation_out_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:931:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 931 | REGULATOR_ERROR_ATTR(regulation_out, REGULATOR_ERROR_REGULATION_OUT); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_current_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:930:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 930 | REGULATOR_ERROR_ATTR(over_current, REGULATOR_ERROR_OVER_CURRENT); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'under_voltage_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:929:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 929 | REGULATOR_ERROR_ATTR(under_voltage, REGULATOR_ERROR_UNDER_VOLTAGE); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210-emc.c: In function 'tegra210_clk_register_emc': /kisskb/src/drivers/clk/tegra/clk-tegra210-emc.c:270:30: note: byref variable will be forcibly initialized 270 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show': /kisskb/src/drivers/regulator/core.c:6031:31: note: byref variable will be forcibly initialized 6031 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show_subtree': /kisskb/src/drivers/regulator/core.c:5851:29: note: byref variable will be forcibly initialized 5851 | struct summary_data summary_data; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_optimal_voltage': /kisskb/src/drivers/regulator/core.c:3842:21: note: byref variable will be forcibly initialized 3842 | int tmp_max = INT_MAX; | ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3841:21: note: byref variable will be forcibly initialized 3841 | int tmp_min = 0; | ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3807:33: note: byref variable will be forcibly initialized 3807 | int desired_min_uV = 0, desired_max_uV = INT_MAX; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3807:13: note: byref variable will be forcibly initialized 3807 | int desired_min_uV = 0, desired_max_uV = INT_MAX; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_do_balance_voltage': /kisskb/src/drivers/regulator/core.c:3978:65: note: byref variable will be forcibly initialized 3978 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3978:45: note: byref variable will be forcibly initialized 3978 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3978:29: note: byref variable will be forcibly initialized 3978 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3949:23: note: byref variable will be forcibly initialized 3949 | unsigned long c_rdev_done = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable': /kisskb/src/drivers/regulator/core.c:2958:31: note: byref variable will be forcibly initialized 2958 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:15: /kisskb/src/drivers/regulator/core.c: In function 'regulator_bulk_enable': /kisskb/src/drivers/regulator/core.c:4831:32: note: byref variable will be forcibly initialized 4831 | ASYNC_DOMAIN_EXCLUSIVE(async_domain); | ^~~~~~~~~~~~ /kisskb/src/include/linux/async.h:35:29: note: in definition of macro 'ASYNC_DOMAIN_EXCLUSIVE' 35 | struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_enable': /kisskb/src/drivers/regulator/core.c:2851:31: note: byref variable will be forcibly initialized 2851 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_force_disable': /kisskb/src/drivers/regulator/core.c:3007:31: note: byref variable will be forcibly initialized 3007 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_voltage': /kisskb/src/drivers/regulator/core.c:4070:31: note: byref variable will be forcibly initialized 4070 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_suspend_voltage': /kisskb/src/drivers/regulator/core.c:4150:31: note: byref variable will be forcibly initialized 4150 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_sync_voltage': /kisskb/src/drivers/regulator/core.c:4291:26: note: byref variable will be forcibly initialized 4291 | int ret, min_uV, max_uV; | ^~~~~~ /kisskb/src/drivers/regulator/core.c:4291:18: note: byref variable will be forcibly initialized 4291 | int ret, min_uV, max_uV; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable_work': /kisskb/src/drivers/regulator/core.c:3035:31: note: byref variable will be forcibly initialized 3035 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c: In function '_of_fixed_factor_clk_setup': /kisskb/src/drivers/clk/clk-fixed-factor.c:223:18: note: byref variable will be forcibly initialized 223 | u32 div, mult; | ^~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:223:13: note: byref variable will be forcibly initialized 223 | u32 div, mult; | ^~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:221:21: note: byref variable will be forcibly initialized 221 | const char *clk_name = node->name; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/arkfb.c: In function 'dac_write_reg': /kisskb/src/drivers/video/fbdev/arkfb.c:335:12: note: byref variable will be forcibly initialized 335 | u8 code[2] = {reg, val}; | ^~~~ /kisskb/src/drivers/video/fbdev/arkfb.c: In function 'ics5342_set_mode': /kisskb/src/drivers/video/fbdev/arkfb.c:335:12: note: byref variable will be forcibly initialized In file included from /kisskb/src/drivers/video/fbdev/arkfb.c:23: /kisskb/src/drivers/video/fbdev/arkfb.c: In function 'svga_primary_device': /kisskb/src/include/linux/svga.h:94:13: note: byref variable will be forcibly initialized 94 | u16 flags; | ^~~~~ /kisskb/src/drivers/video/fbdev/arkfb.c: In function 'ark_pci_probe': /kisskb/src/drivers/video/fbdev/arkfb.c:946:25: note: byref variable will be forcibly initialized 946 | struct resource vga_res; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/arkfb.c:945:31: note: byref variable will be forcibly initialized 945 | struct pci_bus_region bus_reg; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/arkfb.c: In function 'ics5342_set_freq': /kisskb/src/drivers/video/fbdev/arkfb.c:420:20: note: byref variable will be forcibly initialized 420 | u8 code[6] = {4, 3, 5, m-2, 5, (n-2) | (r << 5)}; | ^~~~ /kisskb/src/drivers/video/fbdev/arkfb.c:410:19: note: byref variable will be forcibly initialized 410 | u16 m, n, r; | ^ /kisskb/src/drivers/video/fbdev/arkfb.c:410:16: note: byref variable will be forcibly initialized 410 | u16 m, n, r; | ^ /kisskb/src/drivers/video/fbdev/arkfb.c:410:13: note: byref variable will be forcibly initialized 410 | u16 m, n, r; | ^ /kisskb/src/drivers/video/fbdev/arkfb.c: In function 'arkfb_init': /kisskb/src/drivers/video/fbdev/arkfb.c:1185:15: note: byref variable will be forcibly initialized 1185 | char *option = NULL; | ^~~~~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_rate': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_rate_range': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_parent': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_phase': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/visconti/reset.c: In function 'visconti_reset_status': /kisskb/src/drivers/clk/visconti/reset.c:67:13: note: byref variable will be forcibly initialized 67 | u32 reg; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'perf_trace_clk_duty_cycle': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/clk.h:270, from /kisskb/src/drivers/clk/clk.c:95: /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate_range': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_parent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_phase': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_duty_cycle': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_clk': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_rate': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_parent': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_phase': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_duty_cycle': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function '__bpf_trace_clk_rate_range': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_get': /kisskb/src/drivers/clk/clk.c:393:32: note: byref variable will be forcibly initialized 393 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_mux_determine_rate_flags': /kisskb/src/drivers/clk/clk.c:546:33: note: byref variable will be forcibly initialized 546 | struct clk_rate_request parent_req = *req; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_hw_round_rate': /kisskb/src/drivers/clk/clk.c:1450:33: note: byref variable will be forcibly initialized 1450 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_round_rate': /kisskb/src/drivers/clk/clk.c:1474:33: note: byref variable will be forcibly initialized 1474 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_calc_new_rates': /kisskb/src/drivers/clk/clk.c:1971:41: note: byref variable will be forcibly initialized 1971 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c:1954:23: note: byref variable will be forcibly initialized 1954 | unsigned long max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:1953:23: note: byref variable will be forcibly initialized 1953 | unsigned long min_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2164:33: note: byref variable will be forcibly initialized 2164 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2849:25: note: byref variable will be forcibly initialized 2849 | struct clk_duty duty; | ^~~~ /kisskb/src/drivers/clk/clk.c: In function '__clk_notify': /kisskb/src/drivers/clk/clk.c:1520:34: note: byref variable will be forcibly initialized 1520 | struct clk_notifier_data cnd; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_dump_one': /kisskb/src/drivers/clk/clk.c:3017:33: note: byref variable will be forcibly initialized 3017 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3017:23: note: byref variable will be forcibly initialized 3017 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_max_rate_show': /kisskb/src/drivers/clk/clk.c:3303:33: note: byref variable will be forcibly initialized 3303 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3303:23: note: byref variable will be forcibly initialized 3303 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_min_rate_show': /kisskb/src/drivers/clk/clk.c:3289:33: note: byref variable will be forcibly initialized 3289 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3289:23: note: byref variable will be forcibly initialized 3289 | unsigned long min_rate, max_rate; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/clk/clk.c:12: /kisskb/src/drivers/clk/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_parent_name': /kisskb/src/drivers/clk/clk.c:5029:13: note: byref variable will be forcibly initialized 5029 | u32 pv; | ^~ /kisskb/src/drivers/clk/clk.c:5027:21: note: byref variable will be forcibly initialized 5027 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:5025:32: note: byref variable will be forcibly initialized 5025 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/clk/clk.c:4960:32: note: byref variable will be forcibly initialized 4960 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_detect_critical': /kisskb/src/drivers/clk/clk.c:5168:18: note: byref variable will be forcibly initialized 5168 | 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:5195:19: note: byref variable will be forcibly initialized 5195 | LIST_HEAD(clk_provider_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/clk/clk.c:5190:36: note: byref variable will be forcibly initialized 5190 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c: In function '_of_fixed_clk_setup': /kisskb/src/drivers/clk/clk-fixed-rate.c:145:13: note: byref variable will be forcibly initialized 145 | u32 accuracy = 0; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c:144:13: note: byref variable will be forcibly initialized 144 | u32 rate; | ^~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c:143:21: note: byref variable will be forcibly initialized 143 | const char *clk_name = node->name; | ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_switch_fatal': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:356:17: note: byref variable will be forcibly initialized 356 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function '__xenbus_switch_state': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:219:13: note: byref variable will be forcibly initialized 219 | int current_state; | ^~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c:218:35: note: byref variable will be forcibly initialized 218 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_dev_error': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:318:17: note: byref variable will be forcibly initialized 318 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_dev_fatal': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:339:17: note: byref variable will be forcibly initialized 339 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_watch_pathfmt': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:179:17: note: byref variable will be forcibly initialized 179 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_setup_ring': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:383:21: note: byref variable will be forcibly initialized 383 | grant_ref_t gref_head; | ^~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_alloc_evtchn': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:461:37: note: byref variable will be forcibly initialized 461 | struct evtchn_alloc_unbound alloc_unbound; | ^~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_free_evtchn': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:484:29: note: byref variable will be forcibly initialized 484 | struct evtchn_close close; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_read_driver_state': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:924:27: note: byref variable will be forcibly initialized 924 | enum xenbus_state result; | ^~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_unmap_ring': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:612:39: note: byref variable will be forcibly initialized 612 | struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_map_ring_hvm': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:662:14: note: byref variable will be forcibly initialized 662 | bool leaked = false; | ^~~~~~ 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/include/linux/fb.h:6, from /kisskb/src/drivers/video/fbdev/xen-fbfront.c:26: /kisskb/src/drivers/video/fbdev/xen-fbfront.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/xen-fbfront.c: In function 'xenfb_connect_backend': /kisskb/src/drivers/video/fbdev/xen-fbfront.c:579:35: note: byref variable will be forcibly initialized 579 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/video/fbdev/xen-fbfront.c:578:18: note: byref variable will be forcibly initialized 578 | int ret, evtchn, irq; | ^~~~~~ /kisskb/src/drivers/video/fbdev/xen-fbfront.c: In function 'xenfb_do_resize': /kisskb/src/drivers/video/fbdev/xen-fbfront.c:108:31: note: byref variable will be forcibly initialized 108 | union xenfb_out_event event; | ^~~~~ /kisskb/src/drivers/video/fbdev/xen-fbfront.c: In function 'xenfb_do_update': /kisskb/src/drivers/video/fbdev/xen-fbfront.c:93:31: note: byref variable will be forcibly initialized 93 | union xenfb_out_event event; | ^~~~~ /kisskb/src/drivers/video/fbdev/xen-fbfront.c: In function 'xenfb_probe': /kisskb/src/drivers/video/fbdev/xen-fbfront.c:369:13: note: byref variable will be forcibly initialized 369 | int val; | ^~~ /kisskb/src/drivers/video/fbdev/aty/radeon_pm.c: In function 'radeonfb_whack_power_state': /kisskb/src/drivers/video/fbdev/aty/radeon_pm.c:2520:13: note: byref variable will be forcibly initialized 2520 | u16 pwr_cmd; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_check_var': /kisskb/src/drivers/video/fbdev/gxt4500.c:363:28: note: byref variable will be forcibly initialized 363 | struct gxt4500_par par; | ^~~ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_probe': /kisskb/src/drivers/video/fbdev/gxt4500.c:621:34: note: byref variable will be forcibly initialized 621 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/carminefb.c: In function 'carminefb_probe': /kisskb/src/drivers/video/fbdev/carminefb.c:614:25: note: byref variable will be forcibly initialized 614 | struct fb_info *info; | ^~~~ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_fd_set_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:156:26: note: byref variable will be forcibly initialized 156 | unsigned long m, n; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:156:23: note: byref variable will be forcibly initialized 156 | unsigned long m, n; | ^ /kisskb/src/drivers/clk/clk-composite.c: In function 'clk_composite_determine_rate': /kisskb/src/drivers/clk/clk-composite.c:107:49: note: byref variable will be forcibly initialized 107 | struct clk_rate_request tmp_req = *req; | ^~~~~~~ /kisskb/src/drivers/clk/clk-composite.c:88:49: note: byref variable will be forcibly initialized 88 | struct clk_rate_request tmp_req = *req; | ^~~~~~~ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_hw_register_fractional_divider': /kisskb/src/drivers/clk/clk-fractional-divider.c:199:30: note: byref variable will be forcibly initialized 199 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_fd_round_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:134:26: note: byref variable will be forcibly initialized 134 | unsigned long m, n; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:134:23: note: byref variable will be forcibly initialized 134 | unsigned long m, n; | ^ /kisskb/src/drivers/reset/tegra/reset-bpmp.c: In function 'tegra_bpmp_reset_common': /kisskb/src/drivers/reset/tegra/reset-bpmp.c:22:35: note: byref variable will be forcibly initialized 22 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/reset/tegra/reset-bpmp.c:21:34: note: byref variable will be forcibly initialized 21 | struct mrq_reset_request request; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/sm712fb.c: In function 'sm712fb_init': /kisskb/src/drivers/video/fbdev/sm712fb.c:1752:15: note: byref variable will be forcibly initialized 1752 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_parents': /kisskb/src/drivers/clk/clk-conf.c:16:32: note: byref variable will be forcibly initialized 16 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_rates': /kisskb/src/drivers/clk/clk-conf.c:83:13: note: byref variable will be forcibly initialized 83 | u32 rate; | ^~~~ /kisskb/src/drivers/clk/clk-conf.c:78:32: note: byref variable will be forcibly initialized 78 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/vfb.c: In function 'vfb_init': /kisskb/src/drivers/video/fbdev/vfb.c:510:15: note: byref variable will be forcibly initialized 510 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c: In function 'radeon_get_panel_info_BIOS': /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:170:14: note: byref variable will be forcibly initialized 170 | char stmp[30]; | ^~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c: In function 'radeon_parse_monitor_layout': /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:376:21: note: byref variable will be forcibly initialized 376 | char s1[5], s2[5]; | ^~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:376:14: note: byref variable will be forcibly initialized 376 | char s1[5], s2[5]; | ^~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c: In function 'radeon_check_modes': /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:930:37: note: byref variable will be forcibly initialized 930 | struct fb_videomode mode; | ^~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:846:41: note: byref variable will be forcibly initialized 846 | char modename[32]; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_monitor.c:779:42: note: byref variable will be forcibly initialized 779 | struct fb_var_screeninfo var; | ^~~ 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/clk-apple-nco.c:12: /kisskb/src/drivers/clk/clk-apple-nco.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-apple-nco.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-apple-nco.c: In function 'applnco_probe': /kisskb/src/drivers/clk/clk-apple-nco.c:262:26: note: byref variable will be forcibly initialized 262 | struct resource *res; | ^~~ /kisskb/src/drivers/clk/clk-apple-nco.c:259:30: note: byref variable will be forcibly initialized 259 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_wait_non_busy': /kisskb/src/drivers/clk/clk-axi-clkgen.c:246:22: note: byref variable will be forcibly initialized 246 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_round_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:28: note: byref variable will be forcibly initialized 392 | unsigned int d, m, dout; | ^~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:25: note: byref variable will be forcibly initialized 392 | unsigned int d, m, dout; | ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:22: note: byref variable will be forcibly initialized 392 | unsigned int d, m, dout; | ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_get_parent': /kisskb/src/drivers/clk/clk-axi-clkgen.c:489:22: note: byref variable will be forcibly initialized 489 | unsigned int parent; | ^~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_get_div': /kisskb/src/drivers/clk/clk-axi-clkgen.c:409:28: note: byref variable will be forcibly initialized 409 | unsigned int val1, val2; | ^~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:409:22: note: byref variable will be forcibly initialized 409 | unsigned int val1, val2; | ^~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_recalc_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:439:22: note: byref variable will be forcibly initialized 439 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_mmcm_write': /kisskb/src/drivers/clk/clk-axi-clkgen.c:285:22: note: byref variable will be forcibly initialized 285 | unsigned int reg_val = 0; | ^~~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_set_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:342:38: note: byref variable will be forcibly initialized 342 | struct axi_clkgen_div_params params; | ^~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:341:28: note: byref variable will be forcibly initialized 341 | unsigned int d, m, dout; | ^~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:341:25: note: byref variable will be forcibly initialized 341 | unsigned int d, m, dout; | ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:341:22: note: byref variable will be forcibly initialized 341 | unsigned int d, m, dout; | ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_probe': /kisskb/src/drivers/clk/clk-axi-clkgen.c:512:21: note: byref variable will be forcibly initialized 512 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:511:21: note: byref variable will be forcibly initialized 511 | const char *parent_names[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:510:30: note: byref variable will be forcibly initialized 510 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-fsl-flexspi.c: In function 'fsl_flexspi_clk_probe': /kisskb/src/drivers/clk/clk-fsl-flexspi.c:51:21: note: byref variable will be forcibly initialized 51 | const char *clk_name = np->name; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c: In function 'SiS_ModCRT1CRTC': /kisskb/src/drivers/video/fbdev/sis/init301.c:8003:52: note: byref variable will be forcibly initialized 8003 | unsigned short tempah, i, modeflag, j, ResIndex, DisplayType; | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c:8003:42: note: byref variable will be forcibly initialized 8003 | unsigned short tempah, i, modeflag, j, ResIndex, DisplayType; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c: In function 'SiS_GetRatePtr': /kisskb/src/drivers/video/fbdev/sis/init301.c:612:24: note: byref variable will be forcibly initialized 612 | unsigned short RRTI,i,backup_i; | ^ /kisskb/src/drivers/video/fbdev/sis/init301.c: In function 'SiS_SetGroup2': /kisskb/src/drivers/video/fbdev/sis/init301.c:6914:28: note: byref variable will be forcibly initialized 6914 | unsigned short resindex, CRT2Index; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c:6914:18: note: byref variable will be forcibly initialized 6914 | unsigned short resindex, CRT2Index; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c: In function 'SiS_GetCRT2Data301': /kisskb/src/drivers/video/fbdev/sis/init301.c:3529:38: note: byref variable will be forcibly initialized 3529 | unsigned short resinfo, CRT2Index, ResIndex; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c:3529:27: note: byref variable will be forcibly initialized 3529 | unsigned short resinfo, CRT2Index, ResIndex; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c: In function 'SiS_GetCRT2DataLVDS': /kisskb/src/drivers/video/fbdev/sis/init301.c:3432:30: note: byref variable will be forcibly initialized 3432 | unsigned short CRT2Index, ResIndex, backup; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c:3432:19: note: byref variable will be forcibly initialized 3432 | unsigned short CRT2Index, ResIndex, backup; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c: In function 'SiS_SetCRT2Group': /kisskb/src/drivers/video/fbdev/sis/init301.c:8836:19: note: byref variable will be forcibly initialized 8836 | unsigned short ModeIdIndex, RefreshRateTableIndex; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/clk-max9485.c: In function 'max9485_i2c_probe': /kisskb/src/drivers/clk/clk-max9485.c:299:29: note: byref variable will be forcibly initialized 299 | const char *name; | ^~~~ /kisskb/src/drivers/clk/clk-max9485.c:261:21: note: byref variable will be forcibly initialized 261 | const char *xclk_name; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/reset/core.c:8: /kisskb/src/drivers/reset/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/reset/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/reset/core.c: In function '__of_reset_control_get': /kisskb/src/drivers/reset/core.c:819:32: note: byref variable will be forcibly initialized 819 | struct of_phandle_args args; | ^~~~ 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:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/clk/clk-pwm.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:26: note: byref variable will be forcibly initialized 368 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/clk/clk-pwm.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:343:26: note: byref variable will be forcibly initialized 343 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/clk/clk-pwm.c: In function 'clk_pwm_probe': /kisskb/src/drivers/clk/clk-pwm.c:74:21: note: byref variable will be forcibly initialized 74 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-pwm.c:70:30: note: byref variable will be forcibly initialized 70 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-qoriq.c: In function 'sysclk_from_fixed': /kisskb/src/drivers/clk/clk-qoriq.c:1096:13: note: byref variable will be forcibly initialized 1096 | u32 rate; | ^~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/clk-qoriq.c:14: /kisskb/src/drivers/clk/clk-qoriq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-qoriq.c: In function 'create_mux_common': /kisskb/src/drivers/clk/clk-qoriq.c:920:14: note: byref variable will be forcibly initialized 920 | char name[32]; | ^~~~ /kisskb/src/drivers/clk/clk-qoriq.c:919:21: note: byref variable will be forcibly initialized 919 | const char *parent_names[NUM_MUX_PARENTS]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-qoriq.c: In function 'core_mux_init': /kisskb/src/drivers/clk/clk-qoriq.c:1074:25: note: byref variable will be forcibly initialized 1074 | struct resource res; | ^~~ /kisskb/src/drivers/clk/clk-qoriq.c: In function 'core_pll_init': /kisskb/src/drivers/clk/clk-qoriq.c:1362:25: note: byref variable will be forcibly initialized 1362 | struct resource res; | ^~~ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xb_read': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized /kisskb/src/drivers/clk/clk-s2mps11.c: In function 's2mps11_clk_is_prepared': /kisskb/src/drivers/clk/clk-s2mps11.c:57:13: note: byref variable will be forcibly initialized 57 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/clk/clk-s2mps11.c:13: /kisskb/src/drivers/clk/clk-s2mps11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xb_write': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:39: /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_request_enter': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:125:17: note: in expansion of macro 'wait_event' 125 | wait_event(xs_state_enter_wq, xs_suspend_active == 0); | ^~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_suspend_enter': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:103:9: note: in expansion of macro 'wait_event' 103 | wait_event(xs_state_exit_wq, xs_state_users == 0); | ^~~~~~~~~~ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:35: /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xenbus_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:415:21: note: in expansion of macro 'wait_event_interruptible' 415 | if (wait_event_interruptible(xb_waitq, xb_thread_work())) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'read_reply': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:209:17: note: in expansion of macro 'wait_event' 209 | wait_event(req->wq, test_reply(req)); | ^~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenwatch_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:882:17: note: in expansion of macro 'wait_event_interruptible' 882 | wait_event_interruptible(watch_events_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sstfb.c: In function 'sstfb_check_var': /kisskb/src/drivers/video/fbdev/sstfb.c:359:22: note: byref variable will be forcibly initialized 359 | unsigned int freq; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_talkv': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:309:28: note: byref variable will be forcibly initialized 309 | struct xsd_sockmsg msg; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_single': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:360:21: note: byref variable will be forcibly initialized 360 | struct kvec iovec; | ^~~~~ /kisskb/src/drivers/video/fbdev/sstfb.c: In function 'sstfb_setvgapass': /kisskb/src/drivers/video/fbdev/sstfb.c:697:23: note: byref variable will be forcibly initialized 697 | u32 fbiinit0, tmp; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_directory': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:426:22: note: byref variable will be forcibly initialized 426 | unsigned int len; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_exists': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:446:13: note: byref variable will be forcibly initialized 446 | int dir_n; | ^~~~~ /kisskb/src/drivers/video/fbdev/sstfb.c: In function 'sstfb_ioctl': /kisskb/src/drivers/video/fbdev/sstfb.c:747:13: note: byref variable will be forcibly initialized 747 | u32 val; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_scanf': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:571:17: note: byref variable will be forcibly initialized 571 | va_list ap; | ^~ /kisskb/src/drivers/video/fbdev/sstfb.c: In function 'sst_shutdown': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_read_unsigned': /kisskb/src/drivers/video/fbdev/sstfb.c:1248:13: note: byref variable will be forcibly initialized 1248 | int Fout; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:594:22: note: byref variable will be forcibly initialized 594 | unsigned int val; | ^~~ /kisskb/src/drivers/video/fbdev/sstfb.c:1247:27: note: byref variable will be forcibly initialized 1247 | struct pll_timing gfx_timings; | ^~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_gather': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:631:17: note: byref variable will be forcibly initialized 631 | va_list ap; | ^~ /kisskb/src/drivers/video/fbdev/sstfb.c: In function 'sst_init': /kisskb/src/drivers/video/fbdev/sstfb.c:1150:13: note: byref variable will be forcibly initialized 1150 | int Fout; | ^~~~ /kisskb/src/drivers/video/fbdev/sstfb.c:1148:27: note: byref variable will be forcibly initialized 1148 | struct pll_timing gfx_timings; | ^~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_transaction_end': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:556:14: note: byref variable will be forcibly initialized 556 | char abortstr[2]; | ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_write': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:483:21: note: byref variable will be forcibly initialized 483 | struct kvec iovec[2]; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_printf': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:609:17: note: byref variable will be forcibly initialized 609 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_watch': /kisskb/src/drivers/video/fbdev/sstfb.c: In function 'sstfb_set_par': /kisskb/src/drivers/video/fbdev/sstfb.c:482:22: note: byref variable will be forcibly initialized 482 | unsigned int freq; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:660:21: note: byref variable will be forcibly initialized 660 | struct kvec iov[2]; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'register_xenbus_watch': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:767:14: note: byref variable will be forcibly initialized 767 | char token[sizeof(watch) * 2 + 1]; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_unwatch': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:673:21: note: byref variable will be forcibly initialized 673 | struct kvec iov[2]; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'unregister_xenbus_watch': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:798:14: note: byref variable will be forcibly initialized 798 | char token[sizeof(watch) * 2 + 1]; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_resume': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:850:14: note: byref variable will be forcibly initialized 850 | char token[sizeof(watch) * 2 + 1]; | ^~~~~ /kisskb/src/drivers/video/fbdev/sstfb.c: In function 'sstfb_init': /kisskb/src/drivers/video/fbdev/sstfb.c:1499:15: note: byref variable will be forcibly initialized 1499 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'clcdfb_of_get_dpi_panel_mode': /kisskb/src/drivers/video/fbdev/amba-clcd.c:548:26: note: byref variable will be forcibly initialized 548 | struct videomode video; | ^~~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c:547:31: note: byref variable will be forcibly initialized 547 | struct display_timing timing; | ^~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/uapi/linux/fb.h:6, from /kisskb/src/include/linux/fb.h:7, from /kisskb/src/include/linux/amba/clcd.h:12, from /kisskb/src/drivers/video/fbdev/amba-clcd.c:14: /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'clcdfb_of_init_display': /kisskb/src/drivers/video/fbdev/amba-clcd.c:687:13: note: byref variable will be forcibly initialized 687 | u32 tft_r0b0g0[3]; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c:686:13: note: byref variable will be forcibly initialized 686 | u32 max_bandwidth; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'clcdfb_of_dma_setup': /kisskb/src/drivers/video/fbdev/amba-clcd.c:800:20: note: byref variable will be forcibly initialized 800 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'clcdfb_of_vram_setup': /kisskb/src/drivers/video/fbdev/amba-clcd.c:750:13: note: byref variable will be forcibly initialized 750 | u64 size; | ^~~~ /kisskb/src/drivers/video/fbdev/amba-clcd.c: In function 'clcdfb_set_par': /kisskb/src/drivers/video/fbdev/amba-clcd.c:282:26: note: byref variable will be forcibly initialized 282 | struct clcd_regs regs; | ^~~~ /kisskb/src/drivers/video/fbdev/cirrusfb.c: In function 'cirrusfb_pci_register': /kisskb/src/drivers/video/fbdev/cirrusfb.c:2085:23: note: byref variable will be forcibly initialized 2085 | unsigned long board_addr, board_size; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/cirrusfb.c: In function 'cirrusfb_copyarea': /kisskb/src/drivers/video/fbdev/cirrusfb.c:1772:28: note: byref variable will be forcibly initialized 1772 | struct fb_copyarea modded; | ^~~~~~ /kisskb/src/drivers/video/fbdev/cirrusfb.c: In function 'cirrusfb_fillrect': /kisskb/src/drivers/video/fbdev/cirrusfb.c:1733:28: note: byref variable will be forcibly initialized 1733 | struct fb_fillrect modded; | ^~~~~~ /kisskb/src/drivers/video/fbdev/cirrusfb.c: In function 'cirrusfb_set_par_foo': /kisskb/src/drivers/video/fbdev/cirrusfb.c:669:23: note: byref variable will be forcibly initialized 669 | int nom, den, div; | ^~~ /kisskb/src/drivers/video/fbdev/cirrusfb.c:669:18: note: byref variable will be forcibly initialized 669 | int nom, den, div; | ^~~ /kisskb/src/drivers/video/fbdev/cirrusfb.c:669:13: note: byref variable will be forcibly initialized 669 | int nom, den, div; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_get_parent': /kisskb/src/drivers/clk/clk-si5341.c:920:13: note: byref variable will be forcibly initialized 920 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_is_on': /kisskb/src/drivers/clk/clk-si5341.c:751:13: note: byref variable will be forcibly initialized 751 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_synth_clk_is_on': /kisskb/src/drivers/clk/clk-si5341.c:566:13: note: byref variable will be forcibly initialized 566 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_clk_get_selected_input': /kisskb/src/drivers/clk/clk-si5341.c:451:13: note: byref variable will be forcibly initialized 451 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_finalize_defaults': /kisskb/src/drivers/clk/clk-si5341.c:1164:13: note: byref variable will be forcibly initialized 1164 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'clear_sticky_store': /kisskb/src/drivers/clk/clk-si5341.c:1527:14: note: byref variable will be forcibly initialized 1527 | long val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'pll_locked_sticky_show': /kisskb/src/drivers/clk/clk-si5341.c:1512:13: note: byref variable will be forcibly initialized 1512 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'pll_locked_show': /kisskb/src/drivers/clk/clk-si5341.c:1497:13: note: byref variable will be forcibly initialized 1497 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'input_present_sticky_show': /kisskb/src/drivers/clk/clk-si5341.c:1482:13: note: byref variable will be forcibly initialized 1482 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'input_present_show': /kisskb/src/drivers/clk/clk-si5341.c:1467:13: note: byref variable will be forcibly initialized 1467 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:799:12: note: byref variable will be forcibly initialized 799 | u8 r[3]; | ^ /kisskb/src/drivers/clk/clk-si5341.c:797:13: note: byref variable will be forcibly initialized 797 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_decode_44_32': /kisskb/src/drivers/clk/clk-si5341.c:369:12: note: byref variable will be forcibly initialized 369 | u8 r[10]; | ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_synth_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:640:13: note: byref variable will be forcibly initialized 640 | u32 n_den; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:639:13: note: byref variable will be forcibly initialized 639 | u64 n_num; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:412:13: note: byref variable will be forcibly initialized 412 | u32 m_den; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:411:13: note: byref variable will be forcibly initialized 411 | u64 m_num; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_is_programmed_already': /kisskb/src/drivers/clk/clk-si5341.c:947:12: note: byref variable will be forcibly initialized 947 | u8 r[4]; | ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_read_settings': /kisskb/src/drivers/clk/clk-si5341.c:1058:12: note: byref variable will be forcibly initialized 1058 | u8 r[10]; | ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_encode_44_32': /kisskb/src/drivers/clk/clk-si5341.c:385:12: note: byref variable will be forcibly initialized 385 | u8 r[10]; | ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_send_preamble': /kisskb/src/drivers/clk/clk-si5341.c:1132:13: note: byref variable will be forcibly initialized 1132 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe_chip_id': /kisskb/src/drivers/clk/clk-si5341.c:996:12: note: byref variable will be forcibly initialized 996 | u8 reg[4]; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_dt_parse_dt': /kisskb/src/drivers/clk/clk-si5341.c:1273:13: note: byref variable will be forcibly initialized 1273 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c:1272:13: note: byref variable will be forcibly initialized 1272 | u32 num; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_initialize_pll': /kisskb/src/drivers/clk/clk-si5341.c:1395:13: note: byref variable will be forcibly initialized 1395 | u32 m_den = 0; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1394:13: note: byref variable will be forcibly initialized 1394 | u32 m_num = 0; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_set_rate': /kisskb/src/drivers/clk/clk-si5341.c:868:12: note: byref variable will be forcibly initialized 868 | u8 r[3]; | ^ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_is_prepared': /kisskb/src/drivers/clk/clk-si544.c:114:22: note: byref variable will be forcibly initialized 114 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_get_muldiv': /kisskb/src/drivers/clk/clk-si544.c:129:12: note: byref variable will be forcibly initialized 129 | u8 reg[6]; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe': /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_recalc_rate': /kisskb/src/drivers/clk/clk-si544.c:320:33: note: byref variable will be forcibly initialized 320 | struct clk_si544_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1587:22: note: byref variable will be forcibly initialized 1587 | char reg_name[10]; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_set_delta_m': /kisskb/src/drivers/clk/clk-si544.c:159:12: note: byref variable will be forcibly initialized 159 | u8 reg[3]; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c:1561:13: note: byref variable will be forcibly initialized 1561 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_set_muldiv': /kisskb/src/drivers/clk/clk-si544.c:173:12: note: byref variable will be forcibly initialized 173 | u8 reg[6]; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c:1559:41: note: byref variable will be forcibly initialized 1559 | struct clk_si5341_output_config config[SI5341_MAX_NUM_OUTPUTS]; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1556:21: note: byref variable will be forcibly initialized 1556 | const char *synth_clock_names[SI5341_NUM_SYNTH]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1555:21: note: byref variable will be forcibly initialized 1555 | const char *root_clock_name; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1553:30: note: byref variable will be forcibly initialized 1553 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_set_rate': /kisskb/src/drivers/clk/clk-si544.c:368:22: note: byref variable will be forcibly initialized 368 | unsigned int old_oe_state; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si544.c:364:33: note: byref variable will be forcibly initialized 364 | struct clk_si544_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_probe': /kisskb/src/drivers/clk/clk-si544.c:465:30: note: byref variable will be forcibly initialized 465 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/drivers/video/fbdev/ssd1307fb.c:16: /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:26: note: byref variable will be forcibly initialized 368 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'ssd1307fb_init': /kisskb/src/drivers/video/fbdev/ssd1307fb.c:381:26: note: byref variable will be forcibly initialized 381 | struct pwm_state pwmstate; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/ssd1307fb.c: In function 'ssd1307fb_probe': /kisskb/src/drivers/video/fbdev/ssd1307fb.c:641:14: note: byref variable will be forcibly initialized 641 | char bl_name[12]; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/char/hw_random/core.c:13: /kisskb/src/drivers/char/hw_random/core.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/char/hw_random/core.c: In function 'rng_quality_store': /kisskb/src/drivers/char/hw_random/core.c:430:13: note: byref variable will be forcibly initialized 430 | u16 quality; | ^~~~~~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_round_rate': /kisskb/src/drivers/clk/clk-si570.c:249:26: note: byref variable will be forcibly initialized 249 | unsigned int n1, hs_div; | ^~~~~~ /kisskb/src/drivers/clk/clk-si570.c:249:22: note: byref variable will be forcibly initialized 249 | unsigned int n1, hs_div; | ^~ /kisskb/src/drivers/clk/clk-si570.c:248:13: note: byref variable will be forcibly initialized 248 | u64 rfreq; | ^~~~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_update_rfreq': /kisskb/src/drivers/clk/clk-si570.c:165:12: note: byref variable will be forcibly initialized 165 | u8 reg[5]; | ^~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_get_divs': /kisskb/src/drivers/clk/clk-si570.c:98:12: note: byref variable will be forcibly initialized 98 | u8 reg[6]; | ^~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_recalc_rate': /kisskb/src/drivers/clk/clk-si570.c:229:26: note: byref variable will be forcibly initialized 229 | unsigned int n1, hs_div; | ^~~~~~ /kisskb/src/drivers/clk/clk-si570.c:229:22: note: byref variable will be forcibly initialized 229 | unsigned int n1, hs_div; | ^~ /kisskb/src/drivers/clk/clk-si570.c:228:13: note: byref variable will be forcibly initialized 228 | u64 rfreq, rate; | ^~~~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_probe': /kisskb/src/drivers/clk/clk-si570.c:415:41: note: byref variable will be forcibly initialized 415 | u32 initial_fout, factory_fout, stability; | ^~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:415:27: note: byref variable will be forcibly initialized 415 | u32 initial_fout, factory_fout, stability; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:415:13: note: byref variable will be forcibly initialized 415 | u32 initial_fout, factory_fout, stability; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:413:30: note: byref variable will be forcibly initialized 413 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'simplefb_parse_dt': /kisskb/src/drivers/video/fbdev/simplefb.c:130:21: note: byref variable will be forcibly initialized 130 | const char *format; | ^~~~~~ 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/include/linux/fb.h:6, from /kisskb/src/drivers/video/fbdev/simplefb.c:16: /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | 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/include/linux/fb.h:6, from /kisskb/src/drivers/video/fbdev/simplefb.c:16: /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/uapi/linux/fb.h:6, from /kisskb/src/include/linux/fb.h:7, from /kisskb/src/drivers/video/fbdev/simplefb.c:16: /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'simplefb_regulators_get': /kisskb/src/drivers/video/fbdev/simplefb.c:352:22: note: byref variable will be forcibly initialized 352 | char name[32]; /* 32 is max size of property name */ | ^~~~ /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'simplefb_probe': /kisskb/src/drivers/video/fbdev/simplefb.c:416:32: note: byref variable will be forcibly initialized 416 | struct simplefb_params params; | ^~~~~~ In file included from /kisskb/src/drivers/clk/clk-gate_test.c:9: /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_hiword_invalid': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:112:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 112 | KUNIT_EXPECT_TRUE(test, IS_ERR(ret)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_alloc_ctx': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:142:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 142 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_is_disabled_inverted': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1054:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1054 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1051:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE_MSG' 1051 | KUNIT_ASSERT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:439:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE' 439 | KUNIT_ASSERT_FALSE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:438:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 438 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_is_enabled_inverted': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1035:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 1035 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1032:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE_MSG' 1032 | KUNIT_ASSERT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:424:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE' 424 | KUNIT_ASSERT_TRUE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:423:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 423 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_is_disabled': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1054:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1054 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1051:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE_MSG' 1051 | KUNIT_ASSERT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:409:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE' 409 | KUNIT_ASSERT_FALSE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:408:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 408 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_is_enabled': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1035:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 1035 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1032:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE_MSG' 1032 | KUNIT_ASSERT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:394:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE' 394 | KUNIT_ASSERT_TRUE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:393:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 393 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_hiword_enable': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:326:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 326 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:325:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 325 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:324:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 324 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:323:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 323 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:322:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 322 | KUNIT_EXPECT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:320:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 320 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_invert_enable': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:253:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 253 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:252:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 252 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:251:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 251 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:250:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 250 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:249:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 249 | KUNIT_EXPECT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:247:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 247 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_enable': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:173:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 173 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:172:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 172 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:171:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 171 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:570:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 570 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 720 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:717:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 717 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:170:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 170 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:169:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 169 | KUNIT_EXPECT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:167:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 167 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_hiword_disable': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:346:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 346 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:345:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 345 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:344:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 344 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:343:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 343 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:342:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 342 | KUNIT_EXPECT_EQ(test, disable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:339:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 339 | KUNIT_ASSERT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:338:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 338 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_invert_disable': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:273:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 273 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:272:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 272 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:271:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 271 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:270:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 270 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:269:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 269 | KUNIT_EXPECT_EQ(test, disable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:266:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 266 | KUNIT_ASSERT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:265:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 265 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_disable': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:193:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 193 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:192:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 192 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:191:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 191 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:560:9: note: in expansion of macro 'KUNIT_ASSERTION' 560 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:578:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 578 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:739:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 739 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:736:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 736 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:190:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 190 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:189:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 189 | KUNIT_EXPECT_EQ(test, disable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:186:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 186 | KUNIT_ASSERT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1074:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1074 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1071:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1071 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:185:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 185 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_hiword_init': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:369:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 369 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:364:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 364 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_invert_init': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:297:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 297 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:291:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 291 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_init': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:216:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 216 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:212:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 212 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-xgene.c: In function 'xgene_register_clk_pll': /kisskb/src/drivers/clk/clk-xgene.c:130:30: note: byref variable will be forcibly initialized 130 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_parent_rate': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:156:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 156 | KUNIT_EXPECT_EQ(test, prate, rate); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-xgene.c: In function 'xgene_pllclk_init': /kisskb/src/drivers/clk/clk-xgene.c:171:21: note: byref variable will be forcibly initialized 171 | const char *clk_name = np->full_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_parent_hw': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:99:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 99 | KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:98:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 98 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:94:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 94 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-xgene.c: In function 'xgene_register_clk_pmd': /kisskb/src/drivers/clk/clk-xgene.c:346:30: note: byref variable will be forcibly initialized 346 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_parent_data_legacy': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:81:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 81 | KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:80:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 80 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:75:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 75 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-xgene.c: In function 'xgene_register_clk': /kisskb/src/drivers/clk/clk-xgene.c:630:30: note: byref variable will be forcibly initialized 630 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_parent_data': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:61:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 61 | KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:60:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 60 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:55:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 55 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-xgene.c: In function 'xgene_pmdclk_init': /kisskb/src/drivers/clk/clk-xgene.c:381:25: note: byref variable will be forcibly initialized 381 | struct resource res; | ^~~ /kisskb/src/drivers/clk/clk-xgene.c:379:21: note: byref variable will be forcibly initialized 379 | const char *clk_name = np->full_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_parent_names': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:651:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 651 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:781:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 781 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:778:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 778 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:41:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 41 | KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:40:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 40 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:36:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 36 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-xgene.c: In function 'xgene_devclk_init': /kisskb/src/drivers/clk/clk-xgene.c:671:37: note: byref variable will be forcibly initialized 671 | struct xgene_dev_parameters parameters; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk-xgene.c:669:25: note: byref variable will be forcibly initialized 669 | struct resource res; | ^~~ /kisskb/src/drivers/clk/clk-xgene.c:667:21: note: byref variable will be forcibly initialized 667 | const char *clk_name = np->full_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_dev': /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:617:9: note: in expansion of macro 'KUNIT_ASSERTION' 617 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:636:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 636 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:760:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 760 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 757 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:23:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 23 | KUNIT_EXPECT_EQ(test, 0UL, clk_hw_get_flags(ret)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:675:9: note: in expansion of macro 'KUNIT_ASSERTION' 675 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:928:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 928 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:925:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 925 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:22:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 22 | KUNIT_EXPECT_STREQ(test, "test_gate", clk_hw_get_name(ret)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:21:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 21 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:517:37: note: byref variable will be forcibly initialized 517 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:695:9: note: in expansion of macro 'KUNIT_ASSERTION' 695 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1320:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1320 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1317:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1317 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:17:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 17 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, pdev); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/initextlfb.c: In function 'sisfb_mode_rate_to_dclock': /kisskb/src/drivers/video/fbdev/sis/initextlfb.c:40:20: note: byref variable will be forcibly initialized 40 | unsigned short ModeIdIndex = 0, ClockIndex = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/initextlfb.c:39:20: note: byref variable will be forcibly initialized 39 | unsigned short ModeNo = modeno; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/initextlfb.c: In function 'sisfb_mode_rate_to_ddata': /kisskb/src/drivers/video/fbdev/sis/initextlfb.c:85:20: note: byref variable will be forcibly initialized 85 | unsigned short ModeIdIndex = 0, index = 0, RRTI = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/initextlfb.c:84:20: note: byref variable will be forcibly initialized 84 | unsigned short ModeNo = modeno; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/initextlfb.c: In function 'sisfb_gettotalfrommode': /kisskb/src/drivers/video/fbdev/sis/initextlfb.c:168:20: note: byref variable will be forcibly initialized 168 | unsigned short ModeIdIndex = 0, CRT1Index = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/initextlfb.c:167:20: note: byref variable will be forcibly initialized 167 | unsigned short ModeNo = modeno; | ^~~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_is_enabled_regmap': /kisskb/src/drivers/regulator/helpers.c:29:22: note: byref variable will be forcibly initialized 29 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_bypass_regmap': /kisskb/src/drivers/regulator/helpers.c:746:22: note: byref variable will be forcibly initialized 746 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_regmap': /kisskb/src/drivers/regulator/helpers.c:237:22: note: byref variable will be forcibly initialized 237 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_current_limit_regmap': /kisskb/src/drivers/regulator/helpers.c:851:22: note: byref variable will be forcibly initialized 851 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_pickable_regmap': /kisskb/src/drivers/regulator/helpers.c:133:22: note: byref variable will be forcibly initialized 133 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c:131:22: note: byref variable will be forcibly initialized 131 | unsigned int r_val; | ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:413:14: note: byref variable will be forcibly initialized 413 | bool found; | ^~~~~ /kisskb/src/drivers/regulator/helpers.c:412:22: note: byref variable will be forcibly initialized 412 | unsigned int sel; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_pickable_linear_range': /kisskb/src/drivers/regulator/helpers.c:472:30: note: byref variable will be forcibly initialized 472 | unsigned int sel; | ^~~ /kisskb/src/drivers/regulator/helpers.c:471:22: note: byref variable will be forcibly initialized 471 | bool found; | ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_desc_list_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:620:22: note: byref variable will be forcibly initialized 620 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_set_ramp_delay_regmap': /kisskb/src/drivers/regulator/helpers.c:949:22: note: byref variable will be forcibly initialized 949 | unsigned int sel; | ^~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_supply_alias': /kisskb/src/drivers/regulator/devres.c:273:45: note: byref variable will be forcibly initialized 273 | struct regulator_supply_alias_match match; | ^~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_notifier': /kisskb/src/drivers/regulator/devres.c:407:41: note: byref variable will be forcibly initialized 407 | struct regulator_notifier_match match; | ^~~~~ /kisskb/src/drivers/clk/clk-bd718x7.c: In function 'bd71837_clk_is_enabled': /kisskb/src/drivers/clk/clk-bd718x7.c:61:13: note: byref variable will be forcibly initialized 61 | int enabled; | ^~~~~~~ /kisskb/src/drivers/clk/clk-bd718x7.c: In function 'bd71837_clk_probe': /kisskb/src/drivers/clk/clk-bd718x7.c:83:21: note: byref variable will be forcibly initialized 83 | const char *parent_clk; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/irq_helpers.c: In function 'regulator_notifier_isr': /kisskb/src/drivers/regulator/irq_helpers.c:161:23: note: byref variable will be forcibly initialized 161 | unsigned long rdev_map = 0; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_ratio_get': /kisskb/src/drivers/clk/clk-cs2000-cp.c:257:22: note: byref variable will be forcibly initialized 257 | unsigned int tmp, i; | ^~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_version_print': /kisskb/src/drivers/clk/clk-cs2000-cp.c:533:22: note: byref variable will be forcibly initialized 533 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_wait_pll_lock': /kisskb/src/drivers/clk/clk-cs2000-cp.c:174:25: note: byref variable will be forcibly initialized 174 | unsigned int i, val; | ^~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_clk_register': /kisskb/src/drivers/clk/clk-cs2000-cp.c:467:13: note: byref variable will be forcibly initialized 467 | u32 aux_out = 0; | ^~~~~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c:465:21: note: byref variable will be forcibly initialized 465 | const char *name = np->name; | ^~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c:464:30: note: byref variable will be forcibly initialized 464 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'spurious_threshold_store': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:240:22: note: byref variable will be forcibly initialized 240 | unsigned int val; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_node': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:501:14: note: byref variable will be forcibly initialized 501 | char devname[XEN_BUS_ID_SIZE]; | ^~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_device_type': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:562:22: note: byref variable will be forcibly initialized 562 | unsigned int dir_n = 0; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_devices': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:583:25: note: byref variable will be forcibly initialized 583 | unsigned int i, dir_n; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_device_find': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:402:29: note: byref variable will be forcibly initialized 402 | struct xb_find_info info = { .dev = NULL, .nodename = nodename }; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_dev_changed': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:627:14: note: byref variable will be forcibly initialized 627 | char type[XEN_BUS_ID_SIZE]; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xen_set_callback_via': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:845:30: note: byref variable will be forcibly initialized 845 | struct xen_hvm_param a; | ^ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:63: /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'hvm_get_parameter': /kisskb/src/include/xen/hvm.h:41:30: note: byref variable will be forcibly initialized 41 | struct xen_hvm_param xhv; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_resume_cb': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:909:26: note: byref variable will be forcibly initialized 909 | uint64_t v = 0; | ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_late_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:930:18: note: byref variable will be forcibly initialized 930 | uint64_t v = 0; | ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenstored_local_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:874:37: note: byref variable will be forcibly initialized 874 | struct evtchn_alloc_unbound alloc_unbound; | ^~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:944:18: note: byref variable will be forcibly initialized 944 | uint64_t v = 0; | ^ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'watch_fired': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:275:19: note: byref variable will be forcibly initialized 275 | LIST_HEAD(staging_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:271:28: note: byref variable will be forcibly initialized 271 | struct xsd_sockmsg hdr; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_command_reply': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:425:11: note: byref variable will be forcibly initialized 425 | } msg; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_file_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:141:23: note: in expansion of macro 'wait_event_interruptible' 141 | ret = wait_event_interruptible(u->read_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_accel.c: In function 'radeonfb_fillrect': /kisskb/src/drivers/video/fbdev/aty/radeon_accel.c:71:28: note: byref variable will be forcibly initialized 71 | struct fb_fillrect modded; | ^~~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_accel.c: In function 'radeonfb_copyarea': /kisskb/src/drivers/video/fbdev/aty/radeon_accel.c:138:28: note: byref variable will be forcibly initialized 138 | struct fb_copyarea modded; | ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_dev_queue_reply': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:368:19: note: byref variable will be forcibly initialized 368 | LIST_HEAD(staging_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/clk/clk-plldig.c:8: /kisskb/src/drivers/clk/clk-plldig.c: In function 'plldig_clk_probe': /kisskb/src/include/linux/clk-provider.h:1346:34: note: byref variable will be forcibly initialized 1346 | (&(struct clk_init_data) { \ | ^ /kisskb/src/drivers/clk/clk-plldig.c:238:25: note: in expansion of macro 'CLK_HW_INIT_PARENTS_DATA' 238 | data->hw.init = CLK_HW_INIT_PARENTS_DATA("dpclk", | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_sclk_recalc_rate': /kisskb/src/drivers/clk/clk-lmk04832.c:874:12: note: byref variable will be forcibly initialized 874 | u8 tmp[2]; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/clk/clk-lmk04832.c:15: /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/clk/clk-lmk04832.c:16: /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_vco_round_rate': /kisskb/src/drivers/clk/clk-lmk04832.c:494:28: note: byref variable will be forcibly initialized 494 | unsigned int n, p, r; | ^ /kisskb/src/drivers/clk/clk-lmk04832.c:494:25: note: byref variable will be forcibly initialized 494 | unsigned int n, p, r; | ^ /kisskb/src/drivers/clk/clk-lmk04832.c:494:22: note: byref variable will be forcibly initialized 494 | unsigned int n, p, r; | ^ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_vco_is_enabled': /kisskb/src/drivers/clk/clk-lmk04832.c:327:22: note: byref variable will be forcibly initialized 327 | unsigned int tmp; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_sclk_is_enabled': /kisskb/src/drivers/clk/clk-lmk04832.c:843:22: note: byref variable will be forcibly initialized 843 | unsigned int tmp; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_clkout_get_parent': /kisskb/src/drivers/clk/clk-lmk04832.c:1269:22: note: byref variable will be forcibly initialized 1269 | unsigned int tmp; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_clkout_is_enabled': /kisskb/src/drivers/clk/clk-lmk04832.c:1167:22: note: byref variable will be forcibly initialized 1167 | unsigned int tmp; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c:1166:22: note: byref variable will be forcibly initialized 1166 | unsigned int sclkx_y_pd; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk-lmk04832.c:1165:22: note: byref variable will be forcibly initialized 1165 | unsigned int clkoutx_y_pd; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_dclk_recalc_rate': /kisskb/src/drivers/clk/clk-lmk04832.c:1048:27: note: byref variable will be forcibly initialized 1048 | unsigned int lsb, msb; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c:1048:22: note: byref variable will be forcibly initialized 1048 | unsigned int lsb, msb; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_dclk_is_enabled': /kisskb/src/drivers/clk/clk-lmk04832.c:1011:22: note: byref variable will be forcibly initialized 1011 | unsigned int tmp; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_vco_recalc_rate': /kisskb/src/drivers/clk/clk-lmk04832.c:378:12: note: byref variable will be forcibly initialized 378 | u8 tmp[3]; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c:376:22: note: byref variable will be forcibly initialized 376 | unsigned int pll2_misc; | ^~~~~~~~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_register_vco': /kisskb/src/drivers/clk/clk-lmk04832.c:589:30: note: byref variable will be forcibly initialized 589 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-lmk04832.c:588:21: note: byref variable will be forcibly initialized 588 | const char *parent_names[1]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_vco_set_rate': /kisskb/src/drivers/clk/clk-lmk04832.c:518:28: note: byref variable will be forcibly initialized 518 | unsigned int n, p, r; | ^ /kisskb/src/drivers/clk/clk-lmk04832.c:518:25: note: byref variable will be forcibly initialized 518 | unsigned int n, p, r; | ^ /kisskb/src/drivers/clk/clk-lmk04832.c:518:22: note: byref variable will be forcibly initialized 518 | unsigned int n, p, r; | ^ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_clkout_set_ddly': /kisskb/src/drivers/clk/clk-lmk04832.c:642:27: note: byref variable will be forcibly initialized 642 | unsigned int lsb, msb; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c:642:22: note: byref variable will be forcibly initialized 642 | unsigned int lsb, msb; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_clkout_prepare': /kisskb/src/drivers/clk/clk-lmk04832.c:1211:22: note: byref variable will be forcibly initialized 1211 | unsigned int tmp; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_register_sclk': /kisskb/src/drivers/clk/clk-lmk04832.c:951:30: note: byref variable will be forcibly initialized 951 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-lmk04832.c:950:21: note: byref variable will be forcibly initialized 950 | const char *parent_names[1]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_register_clkout': /kisskb/src/drivers/clk/clk-lmk04832.c:1293:30: note: byref variable will be forcibly initialized 1293 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-lmk04832.c:1292:21: note: byref variable will be forcibly initialized 1292 | const char *parent_names[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-lmk04832.c:1291:14: note: byref variable will be forcibly initialized 1291 | char dclk_name[] = "lmk-dclkXX_YY"; | ^~~~~~~~~ /kisskb/src/drivers/clk/clk-lmk04832.c:1290:14: note: byref variable will be forcibly initialized 1290 | char name[] = "lmk-clkoutXX"; | ^~~~ /kisskb/src/drivers/clk/clk-lmk04832.c: In function 'lmk04832_probe': /kisskb/src/drivers/clk/clk-lmk04832.c:1448:21: note: byref variable will be forcibly initialized 1448 | int reg; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c:1383:12: note: byref variable will be forcibly initialized 1383 | u8 tmp[3]; | ^~~ /kisskb/src/drivers/clk/clk-lmk04832.c:1380:13: note: byref variable will be forcibly initialized 1380 | int rdbk_pin = RDBK_CLKIN_SEL1; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-palmas.c: In function 'palmas_clks_is_prepared': /kisskb/src/drivers/clk/clk-palmas.c:95:13: note: byref variable will be forcibly initialized 95 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-palmas.c: In function 'palmas_clks_get_clk_data': /kisskb/src/drivers/clk/clk-palmas.c:171:22: note: byref variable will be forcibly initialized 171 | unsigned int prop; | ^~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_round_rate': /kisskb/src/drivers/clk/clk-si514.c:233:33: note: byref variable will be forcibly initialized 233 | struct clk_si514_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_is_prepared': /kisskb/src/drivers/clk/clk-si514.c:85:22: note: byref variable will be forcibly initialized 85 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_muldiv': /kisskb/src/drivers/clk/clk-si514.c:119:12: note: byref variable will be forcibly initialized 119 | u8 reg[7]; | ^~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_rate': /kisskb/src/drivers/clk/clk-si514.c:256:22: note: byref variable will be forcibly initialized 256 | unsigned int old_oe_state; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c:255:33: note: byref variable will be forcibly initialized 255 | struct clk_si514_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_get_muldiv': /kisskb/src/drivers/clk/clk-si514.c:100:12: note: byref variable will be forcibly initialized 100 | u8 reg[7]; | ^~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_recalc_rate': /kisskb/src/drivers/clk/clk-si514.c:218:33: note: byref variable will be forcibly initialized 218 | struct clk_si514_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_probe': /kisskb/src/drivers/clk/clk-si514.c:333:30: note: byref variable will be forcibly initialized 333 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_pfd_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:336:30: note: byref variable will be forcibly initialized 336 | unsigned int prediv, div; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c:336:22: note: byref variable will be forcibly initialized 336 | unsigned int prediv, div; | ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_dbl_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:288:22: note: byref variable will be forcibly initialized 288 | unsigned int premul; | ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_clk_out_get_parent': /kisskb/src/drivers/clk/clk-versaclock5.c:658:22: note: byref variable will be forcibly initialized 658 | unsigned int src; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_mux_get_parent': /kisskb/src/drivers/clk/clk-versaclock5.c:232:22: note: byref variable will be forcibly initialized 232 | unsigned int src; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_pll_set_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:464:12: note: byref variable will be forcibly initialized 464 | u8 fb[5]; | ^~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_fod_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:490:12: note: byref variable will be forcibly initialized 490 | u8 od_frc[4]; | ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:489:12: note: byref variable will be forcibly initialized 489 | u8 od_int[2]; | ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_pll_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:420:12: note: byref variable will be forcibly initialized 420 | u8 fb[5]; | ^~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_mode': /kisskb/src/drivers/clk/clk-versaclock5.c:736:13: note: byref variable will be forcibly initialized 736 | u32 value; | ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_power': /kisskb/src/drivers/clk/clk-versaclock5.c:761:13: note: byref variable will be forcibly initialized 761 | u32 value; | ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_slew': /kisskb/src/drivers/clk/clk-versaclock5.c:843:13: note: byref variable will be forcibly initialized 843 | u32 value; | ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_clk_out_prepare': /kisskb/src/drivers/clk/clk-versaclock5.c:585:22: note: byref variable will be forcibly initialized 585 | unsigned int src; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_fod_set_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:546:12: note: byref variable will be forcibly initialized 546 | u8 data[14] = { | ^~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_cap_load': /kisskb/src/drivers/clk/clk-versaclock5.c:820:13: note: byref variable will be forcibly initialized 820 | u32 value; | ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_probe': /kisskb/src/drivers/clk/clk-versaclock5.c:913:21: note: byref variable will be forcibly initialized 913 | const char *parent_names[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:912:30: note: byref variable will be forcibly initialized 912 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:910:26: note: byref variable will be forcibly initialized 910 | unsigned int oe, sd, src_mask = 0, src_val = 0; | ^~ /kisskb/src/drivers/clk/clk-versaclock5.c:910:22: note: byref variable will be forcibly initialized 910 | unsigned int oe, sd, src_mask = 0, src_val = 0; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'wait_for_devices': /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:305:22: note: byref variable will be forcibly initialized 305 | unsigned int seconds_waited = 0; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/fcntl.h:5, from /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:12: /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'xenbus_reset_wait_for_backend': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:362:19: note: in expansion of macro 'wait_event_interruptible_timeout' 362 | timeout = wait_event_interruptible_timeout(backend_state_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'xenbus_reset_frontend': /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:375:29: note: byref variable will be forcibly initialized 375 | struct xenbus_watch be_watch; | ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'xenbus_check_frontend': /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:415:23: note: byref variable will be forcibly initialized 415 | int be_state, fe_state, err; | ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:415:13: note: byref variable will be forcibly initialized 415 | int be_state, fe_state, err; | ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'xenbus_reset_state': /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:449:25: note: byref variable will be forcibly initialized 449 | int devclass_n, dev_n; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:449:13: note: byref variable will be forcibly initialized 449 | int devclass_n, dev_n; | ^~~~~~~~~~ /kisskb/src/drivers/char/hw_random/timeriomem-rng.c: In function 'timeriomem_rng_probe': /kisskb/src/drivers/char/hw_random/timeriomem-rng.c:135:21: note: byref variable will be forcibly initialized 135 | int i; | ^ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulator_prot_limits': /kisskb/src/drivers/regulator/of_regulator.c:56:22: note: byref variable will be forcibly initialized 56 | char prop[255]; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c:38:13: note: byref variable will be forcibly initialized 38 | u32 pval; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulation_constraints': /kisskb/src/drivers/regulator/of_regulator.c:91:13: note: byref variable will be forcibly initialized 91 | u32 pval; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulator_init_data': /kisskb/src/drivers/regulator/of_regulator.c:335:37: note: byref variable will be forcibly initialized 335 | struct regulator_init_data *init_data; | ^~~~~~~~~ In file included from /kisskb/src/drivers/regulator/of_regulator.c:11: /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_check_coupling_data': /kisskb/src/drivers/regulator/of_regulator.c:623:21: note: byref variable will be forcibly initialized 623 | int c_max_spread, c_n_phandles; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:616:13: note: byref variable will be forcibly initialized 616 | int index; | ^~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_backlight.c: In function 'radeonfb_bl_init': /kisskb/src/drivers/video/fbdev/aty/radeon_backlight.c:132:14: note: byref variable will be forcibly initialized 132 | char name[12]; | ^~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_backlight.c:129:37: note: byref variable will be forcibly initialized 129 | struct backlight_properties props; | ^~~~~ 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:199:27: note: byref variable will be forcibly initialized 199 | struct virtqueue *vq; | ^~ /kisskb/src/include/linux/virtio_config.h:198:21: note: byref variable will be forcibly initialized 198 | const char *names[] = { n }; | ^~~~~ /kisskb/src/include/linux/virtio_config.h:197:24: note: byref variable will be forcibly initialized 197 | vq_callback_t *callbacks[] = { c }; | ^~~~~~~~~ /kisskb/src/drivers/char/hw_random/virtio-rng.c: In function 'request_entropy': /kisskb/src/drivers/char/hw_random/virtio-rng.c:52:28: note: byref variable will be forcibly initialized 52 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_insert_resv_region': /kisskb/src/drivers/iommu/iommu.c:441:19: note: byref variable will be forcibly initialized 441 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map_pages': /kisskb/src/drivers/iommu/iommu.c:2240:24: note: byref variable will be forcibly initialized 2240 | size_t pgsize, count; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_unmap_pages': /kisskb/src/drivers/iommu/iommu.c:2352:24: note: byref variable will be forcibly initialized 2352 | size_t pgsize, count; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1425:35: note: byref variable will be forcibly initialized 1425 | struct group_for_pci_data data; | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'probe_alloc_default_domain': /kisskb/src/drivers/iommu/iommu.c:1668:36: note: byref variable will be forcibly initialized 1668 | struct __group_domain_type gtype; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map': /kisskb/src/drivers/iommu/iommu.c:2293:24: note: byref variable will be forcibly initialized 2293 | size_t mapped = 0; | ^~~~~~ /kisskb/src/drivers/reset/reset-raspberrypi.c: In function 'rpi_reset_reset': /kisskb/src/drivers/reset/reset-raspberrypi.c:29:13: note: byref variable will be forcibly initialized 29 | u32 dev_addr; | ^~~~~~~~ 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:1734:19: note: byref variable will be forcibly initialized 1734 | LIST_HEAD(group_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:788:26: note: byref variable will be forcibly initialized 788 | struct list_head mappings; | ^~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_get_group_resv_regions': /kisskb/src/drivers/iommu/iommu.c:512:34: note: byref variable will be forcibly initialized 512 | struct list_head dev_resv_regions; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_group_show_resv_regions': /kisskb/src/drivers/iommu/iommu.c:537:26: note: byref variable will be forcibly initialized 537 | 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:348:14: note: byref variable will be forcibly initialized 348 | bool pt; | ^~ /kisskb/src/drivers/reset/reset-a10sr.c: In function 'a10sr_reset_status': /kisskb/src/drivers/reset/reset-a10sr.c:75:22: note: byref variable will be forcibly initialized 75 | unsigned int value; | ^~~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_irq_handler': /kisskb/src/drivers/regulator/da9211-regulator.c:342:13: note: byref variable will be forcibly initialized 342 | int reg_val, err, ret = IRQ_NONE; | ^~~~~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_buck_get_mode': /kisskb/src/drivers/regulator/da9211-regulator.c:121:22: note: byref variable will be forcibly initialized 121 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_i2c_remove': /kisskb/src/drivers/regulator/da9121-regulator.c:1170:19: note: byref variable will be forcibly initialized 1170 | const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; | ^~~~~~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_get_current_limit': /kisskb/src/drivers/regulator/da9211-regulator.c:208:22: note: byref variable will be forcibly initialized 208 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_buck_get_mode': /kisskb/src/drivers/regulator/da9121-regulator.c:343:22: note: byref variable will be forcibly initialized 343 | unsigned int val, mode; | ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_get_current_limit': /kisskb/src/drivers/regulator/da9121-regulator.c:194:22: note: byref variable will be forcibly initialized 194 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_set_current_limit': /kisskb/src/drivers/regulator/da9121-regulator.c:265:22: note: byref variable will be forcibly initialized 265 | unsigned int sel = 0; | ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_of_parse_cb': /kisskb/src/drivers/regulator/da9121-regulator.c:408:26: note: byref variable will be forcibly initialized 408 | uint32_t ripple_cancel; | ^~~~~~~~~~~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_regulator_init': /kisskb/src/drivers/regulator/da9211-regulator.c:383:22: note: byref variable will be forcibly initialized 383 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_check_device_type': /kisskb/src/drivers/regulator/da9121-regulator.c:893:13: note: byref variable will be forcibly initialized 893 | u32 variant_id; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c:892:13: note: byref variable will be forcibly initialized 892 | u32 device_id; | ^~~~~~~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_i2c_probe': /kisskb/src/drivers/regulator/da9211-regulator.c:451:22: note: byref variable will be forcibly initialized 451 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_config_irq': /kisskb/src/drivers/regulator/da9121-regulator.c:1058:19: note: byref variable will be forcibly initialized 1058 | const int mask_all[4] = { 0, 0, 0xFF, 0xFF }; | ^~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c:1057:22: note: byref variable will be forcibly initialized 1057 | 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:1135:19: note: byref variable will be forcibly initialized 1135 | const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; | ^~~~~~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_isr': /kisskb/src/drivers/regulator/ltc3676.c:271:25: note: byref variable will be forcibly initialized 271 | unsigned int i, irqstat, event; | ^~~~~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_of_parse_cb': /kisskb/src/drivers/regulator/ltc3676.c:151:13: note: byref variable will be forcibly initialized 151 | u32 r[2]; | ^ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_regulator_probe': /kisskb/src/drivers/regulator/ltc3676.c:326:41: note: byref variable will be forcibly initialized 326 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_get_status': /kisskb/src/drivers/regulator/mt6359-regulator.c:253:13: note: byref variable will be forcibly initialized 253 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_regulator_get_mode': /kisskb/src/drivers/regulator/mt6359-regulator.c:271:18: note: byref variable will be forcibly initialized 271 | int ret, regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359p_vemc_get_voltage_sel': /kisskb/src/drivers/regulator/mt6359-regulator.c:398:13: note: byref variable will be forcibly initialized 398 | u32 val = 0; | ^~~ /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'ti_syscon_reset_status': /kisskb/src/drivers/regulator/max77826-regulator.c: In function 'max77826_read_device_id': /kisskb/src/drivers/reset/reset-ti-syscon.c:142:22: note: byref variable will be forcibly initialized 142 | unsigned int reset_state; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/max77826-regulator.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int device_id; | ^~~~~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359p_vemc_set_voltage_sel': /kisskb/src/drivers/regulator/mt6359-regulator.c:359:13: note: byref variable will be forcibly initialized 359 | u32 val = 0; | ^~~ 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_regulator_probe': /kisskb/src/drivers/regulator/mt6359-regulator.c:954:16: note: byref variable will be forcibly initialized 954 | int i, hw_ver; | ^~~~~~ /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'ti_syscon_reset_probe': /kisskb/src/drivers/reset/reset-ti-syscon.c:175:13: note: byref variable will be forcibly initialized 175 | int size, nr_controls, i; | ^~~~ /kisskb/src/drivers/regulator/mt6311-regulator.c: In function 'mt6311_i2c_probe': /kisskb/src/drivers/regulator/mt6311-regulator.c:94:22: note: byref variable will be forcibly initialized 94 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/mt6380-regulator.c: In function 'mt6380_regulator_get_mode': /kisskb/src/drivers/regulator/mt6380-regulator.c:208:22: note: byref variable will be forcibly initialized 208 | unsigned int val; | ^~~ /kisskb/src/drivers/char/hw_random/iproc-rng200.c: In function 'iproc_rng200_read': /kisskb/src/drivers/char/hw_random/iproc-rng200.c:137:42: note: byref variable will be forcibly initialized 137 | uint32_t rnd_number = ioread32(priv->base + | ^~~~~~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_set_buck_vosel_reg': /kisskb/src/drivers/regulator/mt6397-regulator.c:327:13: note: byref variable will be forcibly initialized 327 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_get_status': /kisskb/src/drivers/regulator/mt6397-regulator.c:221:13: note: byref variable will be forcibly initialized 221 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_regulator_get_mode': /kisskb/src/drivers/regulator/mt6397-regulator.c:196:18: note: byref variable will be forcibly initialized 196 | int ret, regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_regulator_probe': /kisskb/src/drivers/regulator/mt6397-regulator.c:355:13: note: byref variable will be forcibly initialized 355 | u32 reg_value, version; | ^~~~~~~~~ In file included from /kisskb/src/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:25, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/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:13: note: byref variable will be forcibly initialized 373 | 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:36: note: byref variable will be forcibly initialized 587 | 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:36: note: byref variable will be forcibly initialized 622 | 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:36: note: byref variable will be forcibly initialized 645 | 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:34: note: byref variable will be forcibly initialized 742 | struct arm_smmu_ll_queue llq, head; | ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:737:13: note: byref variable will be forcibly initialized 737 | 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:13: note: byref variable will be forcibly initialized 858 | 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:36: note: byref variable will be forcibly initialized 964 | 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:1774:36: note: byref variable will be forcibly initialized 1774 | 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:1867:36: note: byref variable will be forcibly initialized 1867 | struct arm_smmu_cmdq_batch cmds; | ^~~~ /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:2160:31: note: byref variable will be forcibly initialized 2160 | 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /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:34: note: byref variable will be forcibly initialized 1266 | struct arm_smmu_cmdq_ent prefetch_cmd = { | ^~~~~~~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/hw_random/optee-rng.c: In function 'get_optee_rng_info': /kisskb/src/drivers/char/hw_random/optee-rng.c:180:26: note: byref variable will be forcibly initialized 180 | struct tee_param param[4]; | ^~~~~ /kisskb/src/drivers/char/hw_random/optee-rng.c:179:37: note: byref variable will be forcibly initialized 179 | struct tee_ioctl_invoke_arg inv_arg; | ^~~~~~~ /kisskb/src/drivers/char/hw_random/optee-rng.c: In function 'get_optee_rng_data': /kisskb/src/drivers/char/hw_random/optee-rng.c:80:26: note: byref variable will be forcibly initialized 80 | struct tee_param param[4]; | ^~~~~ /kisskb/src/drivers/char/hw_random/optee-rng.c:79:37: note: byref variable will be forcibly initialized 79 | struct tee_ioctl_invoke_arg inv_arg; | ^~~~~~~ /kisskb/src/drivers/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:3675:13: note: byref variable will be forcibly initialized 3675 | 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:1601:42: note: byref variable will be forcibly initialized 1601 | struct arm_smmu_cmdq_ent cmd = { | ^~~ /kisskb/src/drivers/char/hw_random/optee-rng.c: In function 'optee_rng_probe': /kisskb/src/drivers/char/hw_random/optee-rng.c:218:43: note: byref variable will be forcibly initialized 218 | struct tee_ioctl_open_session_arg sess_arg; | ^~~~~~~~ /kisskb/src/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:1621:13: note: byref variable will be forcibly initialized 1621 | u64 evt[PRIQ_ENT_DWORDS]; | ^~~ /kisskb/src/drivers/char/hw_random/hisi-rng.c: In function 'hisi_rng_init': /kisskb/src/drivers/char/hw_random/hisi-rng.c:38:13: note: byref variable will be forcibly initialized 38 | u32 seed; | ^~~~ /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:44: note: byref variable will be forcibly initialized 1525 | 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:13: note: byref variable will be forcibly initialized 1546 | u64 evt[EVTQ_ENT_DWORDS]; | ^~~ /kisskb/src/drivers/regulator/pf8x00-regulator.c: In function 'handle_ilim_property': /kisskb/src/drivers/regulator/pf8x00-regulator.c:213:13: note: byref variable will be forcibly initialized 213 | int val; | ^~~ /kisskb/src/drivers/regulator/pf8x00-regulator.c: In function 'handle_shift_property': /kisskb/src/drivers/regulator/pf8x00-regulator.c:239:13: note: byref variable will be forcibly initialized 239 | int val; | ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c: In function 'arm_smmu_device_reset': /kisskb/src/drivers/regulator/pf8x00-regulator.c: In function 'pf8x00_identify': /kisskb/src/drivers/regulator/pf8x00-regulator.c:503:22: note: byref variable will be forcibly initialized 503 | unsigned int value; | ^~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3285:34: note: byref variable will be forcibly initialized 3285 | 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:3750:25: note: byref variable will be forcibly initialized 3750 | resource_size_t ioaddr; | ^~~~~~ /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:2074:13: note: byref variable will be forcibly initialized 2074 | 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:1794:36: note: byref variable will be forcibly initialized 1794 | struct arm_smmu_cmdq_batch cmds; | ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:1792:34: note: byref variable will be forcibly initialized 1792 | 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:1840:34: note: byref variable will be forcibly initialized 1840 | struct arm_smmu_cmdq_ent cmd; | ^~~ /kisskb/src/drivers/xen/cpu_hotplug.c: In function 'vcpu_online': /kisskb/src/drivers/xen/cpu_hotplug.c:37:23: note: byref variable will be forcibly initialized 37 | char dir[16], state[16]; | ^~~~~ /kisskb/src/drivers/xen/cpu_hotplug.c:37:14: note: byref variable will be forcibly initialized 37 | char dir[16], state[16]; | ^~~ /kisskb/src/drivers/xen/cpu_hotplug.c: In function 'handle_vcpu_hotplug_event': /kisskb/src/drivers/xen/cpu_hotplug.c:75:22: note: byref variable will be forcibly initialized 75 | unsigned int cpu; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:509:17: note: in expansion of macro 'wait_event' 509 | wait_event(dev->devq, (link->open == 0)); | ^~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c: In function 'wait_for_bulk_out_ready': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:153:14: note: in expansion of macro 'wait_event_interruptible_timeout' 153 | rc = wait_event_interruptible_timeout(dev->write_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c: In function 'wait_for_bulk_in_ready': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:201:14: note: in expansion of macro 'wait_event_interruptible_timeout' 201 | rc = wait_event_interruptible_timeout(dev->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/grant-table.c: In function '__max_nr_grant_frames': /kisskb/src/drivers/xen/grant-table.c:775:34: note: byref variable will be forcibly initialized 775 | struct gnttab_query_size query; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_request_version': /kisskb/src/drivers/xen/grant-table.c:1526:35: note: byref variable will be forcibly initialized 1526 | struct gnttab_set_version gsv; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/drivers/xen/grant-table.c:37: /kisskb/src/drivers/xen/grant-table.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_map': /kisskb/src/drivers/xen/grant-table.c:1434:43: note: byref variable will be forcibly initialized 1434 | struct xen_add_to_physmap xatp; | ^~~~ /kisskb/src/drivers/xen/grant-table.c:1428:35: note: byref variable will be forcibly initialized 1428 | struct gnttab_setup_table setup; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_page_cache_shrink': /kisskb/src/drivers/xen/grant-table.c:988:22: note: byref variable will be forcibly initialized 988 | struct page *page[10]; | ^~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_unmap_refs_sync': /kisskb/src/drivers/xen/grant-table.c:1343:41: note: byref variable will be forcibly initialized 1343 | struct unmap_refs_callback_data data; | ^~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_map_frames_v2': /kisskb/src/drivers/xen/grant-table.c:1381:41: note: byref variable will be forcibly initialized 1381 | struct gnttab_get_status_frames getframes; | ^~~~~~~~~ /kisskb/src/drivers/regulator/rt5759-regulator.c: In function 'rt5759_manufacturer_check': /kisskb/src/drivers/regulator/rt5759-regulator.c:280:22: note: byref variable will be forcibly initialized 280 | unsigned int vendor; | ^~~~~~ /kisskb/src/drivers/regulator/rt5759-regulator.c: In function 'rt5759_regulator_register': /kisskb/src/drivers/regulator/rt5759-regulator.c:214:33: note: byref variable will be forcibly initialized 214 | struct regulator_config reg_cfg; | ^~~~~~~ /kisskb/src/drivers/regulator/rt5759-regulator.c: In function 'rt5759_get_error_flags': /kisskb/src/drivers/regulator/rt5759-regulator.c:97:22: note: byref variable will be forcibly initialized 97 | unsigned int status, events = 0; | ^~~~~~ /kisskb/src/drivers/regulator/rt5759-regulator.c: In function 'rt5759_get_mode': /kisskb/src/drivers/regulator/rt5759-regulator.c:80:22: note: byref variable will be forcibly initialized 80 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/sy8824x.c: In function 'sy8824_get_mode': /kisskb/src/drivers/regulator/sy8824x.c:62:13: note: byref variable will be forcibly initialized 62 | u32 val; | ^~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_check_chip_exist': /kisskb/src/drivers/regulator/rtmv20-regulator.c:280:22: note: byref variable will be forcibly initialized 280 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_irq_handler': /kisskb/src/drivers/regulator/rtmv20-regulator.c:169:22: note: byref variable will be forcibly initialized 169 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_lsw_get_current_limit': /kisskb/src/drivers/regulator/rtmv20-regulator.c:132:22: note: byref variable will be forcibly initialized 132 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_properties_init': /kisskb/src/drivers/regulator/rtmv20-regulator.c:240:21: note: byref variable will be forcibly initialized 240 | u32 temp; | ^~~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c:238:24: note: byref variable will be forcibly initialized 238 | __be16 bval16; | ^~~~~~ /kisskb/src/drivers/xen/features.c: In function 'xen_setup_features': /kisskb/src/drivers/xen/features.c:37:33: note: byref variable will be forcibly initialized 37 | struct xen_feature_info fi; | ^~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_max_uA': /kisskb/src/drivers/regulator/virtual.c:197:14: note: byref variable will be forcibly initialized 197 | long val; | ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_min_uA': /kisskb/src/drivers/regulator/virtual.c:171:14: note: byref variable will be forcibly initialized 171 | long val; | ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_max_uV': /kisskb/src/drivers/regulator/virtual.c:145:14: note: byref variable will be forcibly initialized 145 | long val; | ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_min_uV': /kisskb/src/drivers/regulator/virtual.c:119:14: note: byref variable will be forcibly initialized 119 | long val; | ^~~ /kisskb/src/drivers/char/hw_random/arm_smccc_trng.c: In function 'smccc_trng_read': /kisskb/src/drivers/char/hw_random/arm_smccc_trng.c:64:30: note: byref variable will be forcibly initialized 64 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_get_mode': /kisskb/src/drivers/regulator/act8865-regulator.c:362:23: note: byref variable will be forcibly initialized 362 | int reg, ret, val = 0; | ^~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8600_charger_get_status': /kisskb/src/drivers/regulator/act8865-regulator.c:587:22: note: byref variable will be forcibly initialized 587 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_pmic_probe': /kisskb/src/drivers/regulator/act8865-regulator.c:741:41: note: byref variable will be forcibly initialized 741 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_drv.c: In function 'komeda_platform_probe': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_drv.c:113:33: note: byref variable will be forcibly initialized 113 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_read_reg': /kisskb/src/drivers/regulator/ad5398.c:40:24: note: byref variable will be forcibly initialized 40 | unsigned short val; | ^~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_is_enabled': /kisskb/src/drivers/regulator/ad5398.c:128:24: note: byref variable will be forcibly initialized 128 | unsigned short data; | ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_get_current_limit': /kisskb/src/drivers/regulator/ad5398.c:72:24: note: byref variable will be forcibly initialized 72 | unsigned short data; | ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_write_reg': /kisskb/src/drivers/regulator/ad5398.c:55:24: note: byref variable will be forcibly initialized 55 | unsigned short val; | ^~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_disable': /kisskb/src/drivers/regulator/ad5398.c:166:24: note: byref variable will be forcibly initialized 166 | unsigned short data; | ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_enable': /kisskb/src/drivers/regulator/ad5398.c:145:24: note: byref variable will be forcibly initialized 145 | unsigned short data; | ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_set_current_limit': /kisskb/src/drivers/regulator/ad5398.c:90:24: note: byref variable will be forcibly initialized 90 | unsigned short data; | ^~~~ /kisskb/src/drivers/regulator/axp20x-regulator.c: In function 'axp20x_is_polyphase_slave': /kisskb/src/drivers/regulator/axp20x-regulator.c:1163:13: note: byref variable will be forcibly initialized 1163 | u32 reg = 0; | ^~~ /kisskb/src/drivers/regulator/axp20x-regulator.c: In function 'axp20x_regulator_parse_dt': /kisskb/src/drivers/regulator/axp20x-regulator.c:1074:13: note: byref variable will be forcibly initialized 1074 | u32 dcdcfreq = 0; | ^~~~~~~~ /kisskb/src/drivers/regulator/axp20x-regulator.c: In function 'axp20x_regulator_probe': /kisskb/src/drivers/regulator/axp20x-regulator.c:1219:21: note: byref variable will be forcibly initialized 1219 | const char *dcdc5_name = axp22x_regulators[AXP22X_DCDC5].name; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/axp20x-regulator.c:1218:21: note: byref variable will be forcibly initialized 1218 | const char *dcdc1_name = axp22x_regulators[AXP22X_DCDC1].name; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/axp20x-regulator.c:1217:13: note: byref variable will be forcibly initialized 1217 | u32 workmode; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mfd/bcm590xx.h:12, from /kisskb/src/drivers/regulator/bcm590xx-regulator.c:12: /kisskb/src/drivers/regulator/bcm590xx-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/bd71828-regulator.c: In function 'ldo6_parse_dt': /kisskb/src/drivers/regulator/bd71828-regulator.c:111:18: note: byref variable will be forcibly initialized 111 | uint32_t uv = 0; | ^~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'voltage_change_prepare': /kisskb/src/drivers/regulator/bd718x7-regulator.c:187:29: note: byref variable will be forcibly initialized 187 | int tmp; | ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd71837_get_buck34_enable_hwctrl': /kisskb/src/drivers/regulator/bd718x7-regulator.c:120:22: note: byref variable will be forcibly initialized 120 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd718xx_set_voltage_sel_pickable_restricted': /kisskb/src/drivers/regulator/bd718x7-regulator.c:239:13: note: byref variable will be forcibly initialized 239 | int mask; | ^~~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd718xx_set_voltage_sel_restricted': /kisskb/src/drivers/regulator/bd718x7-regulator.c:223:13: note: byref variable will be forcibly initialized 223 | int mask; | ^~~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd718x7_set_buck_uvp': /kisskb/src/drivers/regulator/bd718x7-regulator.c:525:18: note: byref variable will be forcibly initialized 525 | int bit, reg, ret; | ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c:525:13: note: byref variable will be forcibly initialized 525 | int bit, reg, ret; | ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd718x7_set_buck_ovp': /kisskb/src/drivers/regulator/bd718x7-regulator.c:546:18: note: byref variable will be forcibly initialized 546 | int bit, reg, ret; | ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c:546:13: note: byref variable will be forcibly initialized 546 | int bit, reg, ret; | ^~~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'setup_feedback_loop': /kisskb/src/drivers/regulator/bd718x7-regulator.c:1555:20: note: byref variable will be forcibly initialized 1555 | int i, r1, r2, ret; | ^~ /kisskb/src/drivers/regulator/bd718x7-regulator.c:1555:16: note: byref variable will be forcibly initialized 1555 | int i, r1, r2, ret; | ^~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'get_special_regulators': /kisskb/src/drivers/regulator/bd718x7-regulator.c:1642:13: note: byref variable will be forcibly initialized 1642 | int uv; | ^~ /kisskb/src/drivers/regulator/bd718x7-regulator.c: In function 'bd718xx_probe': /kisskb/src/drivers/regulator/bd718x7-regulator.c:1683:24: note: byref variable will be forcibly initialized 1683 | int i, j, err, omit_enable; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_suspend': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:222:22: note: byref variable will be forcibly initialized 222 | unsigned int mode; | ^~~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_avs_get_moni_state': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:54:22: note: byref variable will be forcibly initialized 54 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'backup_mode_store': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:185:22: note: byref variable will be forcibly initialized 185 | unsigned int mode; | ^~~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_avs_get_voltage_sel_regmap': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:79:22: note: byref variable will be forcibly initialized 79 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_regulator_probe': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:279:22: note: byref variable will be forcibly initialized 279 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_ldo_lim_event': /kisskb/src/drivers/regulator/da9063-regulator.c:693:13: note: byref variable will be forcibly initialized 693 | int bits, i, ret; | ^~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_ldo_get_mode': /kisskb/src/drivers/regulator/da9063-regulator.c:294:18: note: byref variable will be forcibly initialized 294 | int ret, val; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_buck_get_mode': /kisskb/src/drivers/regulator/da9063-regulator.c:237:22: note: byref variable will be forcibly initialized 237 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_buck_get_current_limit': /kisskb/src/drivers/regulator/da9063-regulator.c:526:13: note: byref variable will be forcibly initialized 526 | int val, ret, limit; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_buck_set_limit_set_overdrive': /kisskb/src/drivers/regulator/da9063-regulator.c:440:22: note: byref variable will be forcibly initialized 440 | unsigned int orig_overdrive; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_buck_set_limit_clear_overdrive': /kisskb/src/drivers/regulator/da9063-regulator.c:478:18: note: byref variable will be forcibly initialized 478 | int ret, orig_limit; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/regulator/da9063-regulator.c:11: /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/da9063-regulator.c:16: /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_regulator_probe': /kisskb/src/drivers/regulator/da9063-regulator.c:817:44: note: byref variable will be forcibly initialized 817 | int id, irq, n, n_regulators, ret, val; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c:815:33: note: byref variable will be forcibly initialized 815 | struct regulator_config config; | ^~~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c:810:36: note: byref variable will be forcibly initialized 810 | struct of_regulator_match *da9063_reg_matches = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/da9210-regulator.c: In function 'da9210_irq_handler': /kisskb/src/drivers/regulator/da9210-regulator.c:73:22: note: byref variable will be forcibly initialized 73 | unsigned int val, handled = 0; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/xen/balloon.c:41: /kisskb/src/drivers/xen/balloon.c: In function 'decrease_reservation': /kisskb/src/drivers/xen/balloon.c:449:19: note: byref variable will be forcibly initialized 449 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/regulator/hi6421-regulator.c: In function 'hi6421_regulator_buck_get_mode': /kisskb/src/drivers/regulator/hi6421-regulator.c:401:22: note: byref variable will be forcibly initialized 401 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/regulator/hi6421-regulator.c: In function 'hi6421_regulator_ldo_get_mode': /kisskb/src/drivers/regulator/hi6421-regulator.c:388:22: note: byref variable will be forcibly initialized 388 | unsigned int reg_val; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/xen/balloon.c:41: /kisskb/src/drivers/xen/balloon.c: In function 'balloon_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:9: note: in expansion of macro '___wait_event' 422 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:25: note: in expansion of macro '__wait_event_freezable_timeout' 435 | __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/balloon.c:540:17: note: in expansion of macro 'wait_event_freezable_timeout' 540 | wait_event_freezable_timeout(balloon_thread_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/hi6421v530-regulator.c: In function 'hi6421v530_regulator_ldo_get_mode': /kisskb/src/drivers/regulator/hi6421v530-regulator.c:115:22: note: byref variable will be forcibly initialized 115 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/regulator/hi655x-regulator.c: In function 'hi655x_is_enabled': /kisskb/src/drivers/regulator/hi655x-regulator.c:74:22: note: byref variable will be forcibly initialized 74 | unsigned int value = 0; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_format_caps.c:8: /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_format_caps.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c: In function 'config_id_show': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c:74:32: note: byref variable will be forcibly initialized 74 | union komeda_config_id config_id; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c: In function 'komeda_parse_dt': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c:142:13: note: byref variable will be forcibly initialized 142 | u32 pipe_id = U32_MAX; | ^~~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_init_data': /kisskb/src/drivers/regulator/lp8755.c:193:22: note: byref variable will be forcibly initialized 193 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_buck_enable_time': /kisskb/src/drivers/regulator/lp8755.c:55:22: note: byref variable will be forcibly initialized 55 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_buck_get_mode': /kisskb/src/drivers/regulator/lp8755.c:112:22: note: byref variable will be forcibly initialized 112 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_int_config': /kisskb/src/drivers/regulator/lp8755.c:334:22: note: byref variable will be forcibly initialized 334 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_irq_handler': /kisskb/src/drivers/regulator/lp8755.c:276:29: note: byref variable will be forcibly initialized 276 | unsigned int flag0, flag1; | ^~~~~ /kisskb/src/drivers/regulator/lp8755.c:276:22: note: byref variable will be forcibly initialized 276 | unsigned int flag0, flag1; | ^~~~~ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_isr': /kisskb/src/drivers/regulator/ltc3589.c:357:25: note: byref variable will be forcibly initialized 357 | unsigned int i, irqstat, event; | ^~~~~~~ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_of_parse_cb': /kisskb/src/drivers/regulator/ltc3589.c:184:13: note: byref variable will be forcibly initialized 184 | u32 r[2]; | ^ /kisskb/src/drivers/regulator/ltc3589.c: In function 'ltc3589_probe': /kisskb/src/drivers/regulator/ltc3589.c:420:41: note: byref variable will be forcibly initialized 420 | struct regulator_config config = { }; | ^~~~~~ In file included from /kisskb/src/drivers/regulator/max14577-regulator.c:12: /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized 444 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_reg_is_enabled': /kisskb/src/drivers/regulator/max14577-regulator.c:19:12: note: byref variable will be forcibly initialized 19 | u8 reg_data; | ^~~~~~~~ /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_reg_get_current_limit': /kisskb/src/drivers/regulator/max14577-regulator.c:38:12: note: byref variable will be forcibly initialized 38 | u8 reg_data; | ^~~~~~~~ /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_reg_set_current_limit': /kisskb/src/drivers/regulator/max14577-regulator.c:60:12: note: byref variable will be forcibly initialized 60 | u8 reg_data; | ^~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/regulator/max1586.c:9: /kisskb/src/drivers/regulator/max1586.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/max1586.c: In function 'max1586_pmic_probe': /kisskb/src/drivers/regulator/max1586.c:213:46: note: byref variable will be forcibly initialized 213 | struct max1586_platform_data *pdata, pdata_of; | ^~~~~~~~ /kisskb/src/drivers/xen/manage.c: In function 'setup_shutdown_watcher': /kisskb/src/drivers/xen/manage.c:334:14: note: byref variable will be forcibly initialized 334 | char node[FEATURE_PATH_SIZE]; | ^~~~ /kisskb/src/drivers/xen/manage.c: In function 'shutdown_handler': /kisskb/src/drivers/xen/manage.c:224:35: note: byref variable will be forcibly initialized 224 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/regulator/max8907-regulator.c: In function 'max8907_regulator_probe': /kisskb/src/drivers/regulator/max8907-regulator.c:280:22: note: byref variable will be forcibly initialized 280 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_enable_time': /kisskb/src/drivers/regulator/max8649.c:63:22: note: byref variable will be forcibly initialized 63 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_get_mode': /kisskb/src/drivers/regulator/max8649.c:104:22: note: byref variable will be forcibly initialized 104 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_regulator_probe': /kisskb/src/drivers/regulator/max8649.c:155:22: note: byref variable will be forcibly initialized 155 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'mc13783_gpo_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13783-regulator.c:366:22: note: byref variable will be forcibly initialized 366 | unsigned int val; | ^~~ 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/mfd/mc13xxx.h:9, from /kisskb/src/include/linux/mfd/mc13783.h:10, from /kisskb/src/drivers/regulator/mc13783-regulator.c:9: /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'mc13783_powermisc_rmw': /kisskb/src/drivers/regulator/mc13783-regulator.c:299:13: note: byref variable will be forcibly initialized 299 | u32 valread; | ^~~~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_vcam_get_mode': /kisskb/src/drivers/regulator/mc13892-regulator.c:510:22: note: byref variable will be forcibly initialized 510 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_gpo_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13892-regulator.c:372:22: note: byref variable will be forcibly initialized 372 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_sw_regulator_get_voltage_sel': /kisskb/src/drivers/regulator/mc13892-regulator.c:402:22: note: byref variable will be forcibly initialized 402 | unsigned int val, selector; | ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h: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/mfd/mc13xxx.h:9, from /kisskb/src/include/linux/mfd/mc13892.h:9, from /kisskb/src/drivers/regulator/mc13892-regulator.c:9: /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_powermisc_rmw': /kisskb/src/drivers/regulator/mc13892-regulator.c:307:13: note: byref variable will be forcibly initialized 307 | u32 valread; | ^~~~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_regulator_probe': /kisskb/src/drivers/regulator/mc13892-regulator.c:537:13: note: byref variable will be forcibly initialized 537 | u32 val; | ^~~ /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'mc13xxx_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:57:22: note: byref variable will be forcibly initialized 57 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'mc13xxx_regulator_get_voltage': /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:83:22: note: byref variable will be forcibly initialized 83 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/blk_types.h:11, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/memcontrol.h:22, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/include/linux/regulator/consumer.h:35, from /kisskb/src/include/linux/regulator/machine.h:15, from /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:15: /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mcp16502.c: In function 'mcp16502_get_status': /kisskb/src/drivers/regulator/mcp16502.c:270:22: note: byref variable will be forcibly initialized 270 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mcp16502.c: In function 'mcp16502_set_voltage_time_sel': /kisskb/src/drivers/regulator/mcp16502.c:293:32: note: byref variable will be forcibly initialized 293 | unsigned int uV_delta, val; | ^~~ /kisskb/src/drivers/regulator/mcp16502.c: In function 'mcp16502_get_mode': /kisskb/src/drivers/regulator/mcp16502.c:203:22: note: byref variable will be forcibly initialized 203 | unsigned int val; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/iommu.h:169, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_iommu_group_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_iommu_device_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/mp886x.c: In function 'mp886x_get_mode': /kisskb/src/drivers/regulator/mp886x.c:82:13: note: byref variable will be forcibly initialized 82 | u32 val; | ^~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_map': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/mp886x.c: In function 'mp8869_get_voltage_sel': /kisskb/src/drivers/regulator/mp886x.c:119:22: note: byref variable will be forcibly initialized 119 | unsigned int val; | ^~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_unmap': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/mp886x.c: In function 'mp8867_get_voltage_sel': /kisskb/src/drivers/regulator/mp886x.c:197:22: note: byref variable will be forcibly initialized 197 | unsigned int val; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:169, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_group_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_device_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/mp886x.c: In function 'mp886x_i2c_probe': /kisskb/src/drivers/regulator/mp886x.c:296:13: note: byref variable will be forcibly initialized 296 | u32 freq; | ^~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_map': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/mpq7920.c: In function 'mpq7920_parse_cb': /kisskb/src/drivers/regulator/mpq7920.c:214:17: note: byref variable will be forcibly initialized 214 | uint8_t val; | ^~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_unmap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/mpq7920.c: In function 'mpq7920_parse_dt': /kisskb/src/drivers/regulator/mpq7920.c:245:17: note: byref variable will be forcibly initialized 245 | uint8_t freq; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/iommu.h:169, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'perf_trace_iommu_error': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:169, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_error': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/iommu.h:169, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function '__bpf_trace_iommu_group_event': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function '__bpf_trace_iommu_device_event': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function '__bpf_trace_map': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function '__bpf_trace_unmap': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function '__bpf_trace_iommu_error': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'clear_interruption': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:68:12: note: byref variable will be forcibly initialized 68 | u8 interrupt; | ^~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_cancel': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:81:12: note: byref variable will be forcibly initialized 81 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_status': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:93:12: note: byref variable will be forcibly initialized 93 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'check_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:105:12: note: byref variable will be forcibly initialized 105 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'release_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:148:12: note: byref variable will be forcibly initialized 148 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'get_burstcount': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:163:12: note: byref variable will be forcibly initialized 163 | u8 temp; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'request_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:122:12: note: byref variable will be forcibly initialized 122 | u8 data; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:7: /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'wait_for_stat': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:235:31: note: in expansion of macro 'wait_event_interruptible_timeout' 235 | ret = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:210:14: note: byref variable will be forcibly initialized 210 | bool canceled = false; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_send': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:308:12: note: byref variable will be forcibly initialized 308 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_probe': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:442:12: note: byref variable will be forcibly initialized 442 | u8 intmask = 0; | ^~~~~~~ /kisskb/src/drivers/regulator/mt6315-regulator.c: In function 'mt6315_get_status': /kisskb/src/drivers/regulator/mt6315-regulator.c:166:13: note: byref variable will be forcibly initialized 166 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6315-regulator.c: In function 'mt6315_regulator_get_mode': /kisskb/src/drivers/regulator/mt6315-regulator.c:80:18: note: byref variable will be forcibly initialized 80 | int ret, regval; | ^~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_check_ocp_status': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:147:13: note: byref variable will be forcibly initialized 147 | u32 cur_status; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_get_current_limit': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:600:22: note: byref variable will be forcibly initialized 600 | unsigned int cur_step; | ^~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_check_sc_status': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:390:34: note: byref variable will be forcibly initialized 390 | u32 ibb_status, ibb_reg, lab_status, lab_reg; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:390:13: note: byref variable will be forcibly initialized 390 | u32 ibb_status, ibb_reg, lab_status, lab_reg; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_of_parse_cb': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:645:27: note: byref variable will be forcibly initialized 645 | u32 dischg_kohms, soft_start_time; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:645:13: note: byref variable will be forcibly initialized 645 | u32 dischg_kohms, soft_start_time; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_sc_recovery_worker': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:432:40: note: byref variable will be forcibly initialized 432 | u32 lab_reg, ibb_reg, lab_val, ibb_val, val; | ^~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:432:31: note: byref variable will be forcibly initialized 432 | u32 lab_reg, ibb_reg, lab_val, ibb_val, val; | ^~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_regulator_probe': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:770:22: note: byref variable will be forcibly initialized 770 | unsigned int type; | ^~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_saw_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1282:23: note: byref variable will be forcibly initialized 1282 | u8 range_sel, voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1282:12: note: byref variable will be forcibly initialized 1282 | u8 range_sel, voltage_sel; | ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_saw_set_vdd': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:35: note: byref variable will be forcibly initialized 1228 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:26: note: byref variable will be forcibly initialized 1228 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:19: note: byref variable will be forcibly initialized 1228 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:13: note: byref variable will be forcibly initialized 1228 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ult_lo_smps_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:930:23: note: byref variable will be forcibly initialized 930 | u8 range_sel, voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:930:12: note: byref variable will be forcibly initialized 930 | u8 range_sel, voltage_sel; | ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_find_range': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:732:12: note: byref variable will be forcibly initialized 732 | u8 range_sel; | ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_slew_rate': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1615:12: note: byref variable will be forcibly initialized 1615 | u8 reg = 0; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_slew_rate_ftsmps426': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1660:12: note: byref variable will be forcibly initialized 1660 | u8 reg = 0; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_match': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1561:12: note: byref variable will be forcibly initialized 1561 | u8 version[SPMI_COMMON_REG_SUBTYPE - SPMI_COMMON_REG_DIG_MAJOR_REV + 1]; | ^~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_bypass': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1008:12: note: byref variable will be forcibly initialized 1008 | u8 val; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_mode': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1020:12: note: byref variable will be forcibly initialized 1020 | u8 reg; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_single_range_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:915:12: note: byref variable will be forcibly initialized 915 | u8 selector; | ^~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ult_lo_smps_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:954:12: note: byref variable will be forcibly initialized 954 | u8 voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:865:12: note: byref variable will be forcibly initialized 865 | u8 voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ftsmps426_get_mode': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1039:12: note: byref variable will be forcibly initialized 1039 | u8 reg; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ftsmps426_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:880:12: note: byref variable will be forcibly initialized 880 | u8 buf[2]; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_registers': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1690:12: note: byref variable will be forcibly initialized 1690 | u8 ctrl_reg[8], reg, mask; | ^~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_single_range_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:903:12: note: byref variable will be forcibly initialized 903 | u8 sel = selector; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:821:23: note: byref variable will be forcibly initialized 821 | u8 range_sel, voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:821:12: note: byref variable will be forcibly initialized 821 | u8 range_sel, voltage_sel; | ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:820:12: note: byref variable will be forcibly initialized 820 | u8 buf[2]; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_vs_ocp': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:602:12: note: byref variable will be forcibly initialized 602 | u8 reg = SPMI_VS_OCP_OVERRIDE; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ftsmps426_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:839:12: note: byref variable will be forcibly initialized 839 | u8 buf[2]; | ^~~ In file included from /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:14: /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'qcom_spmi_regulator_probe': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:2164:18: note: byref variable will be forcibly initialized 2164 | int ret, lenp; | ^~~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_is_enabled_ldo': /kisskb/src/drivers/regulator/palmas-regulator.c:602:22: note: byref variable will be forcibly initialized 602 | unsigned int reg; | ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_enable_ldo8_track': /kisskb/src/drivers/regulator/palmas-regulator.c:849:22: note: byref variable will be forcibly initialized 849 | unsigned int reg; | ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_set_mode_smps': /kisskb/src/drivers/regulator/palmas-regulator.c:445:22: note: byref variable will be forcibly initialized 445 | unsigned int reg; | ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_ldo_init': /kisskb/src/drivers/regulator/palmas-regulator.c:767:22: note: byref variable will be forcibly initialized 767 | unsigned int reg; | ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_smps_init': /kisskb/src/drivers/regulator/palmas-regulator.c:698:22: note: byref variable will be forcibly initialized 698 | unsigned int reg; | ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'tps65917_smps_registration': /kisskb/src/drivers/regulator/palmas-regulator.c:1292:28: note: byref variable will be forcibly initialized 1292 | unsigned int addr, reg; | ^~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_smps_registration': /kisskb/src/drivers/regulator/palmas-regulator.c:1122:28: note: byref variable will be forcibly initialized 1122 | 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:13: note: byref variable will be forcibly initialized 1472 | u32 prop; | ^~~~ /kisskb/src/drivers/regulator/palmas-regulator.c: In function 'palmas_regulators_probe': /kisskb/src/drivers/regulator/palmas-regulator.c:1606:22: note: byref variable will be forcibly initialized 1606 | unsigned int reg; | ^~~ /kisskb/src/drivers/regulator/pca9450-regulator.c: In function 'pca9450_irq_handler': /kisskb/src/drivers/regulator/pca9450-regulator.c:670:22: note: byref variable will be forcibly initialized 670 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/regulator/pca9450-regulator.c: In function 'buck_set_dvs': /kisskb/src/drivers/regulator/pca9450-regulator.c:158:18: note: byref variable will be forcibly initialized 158 | uint32_t uv; | ^~ /kisskb/src/drivers/regulator/pca9450-regulator.c: In function 'pca9450_i2c_probe': /kisskb/src/drivers/regulator/pca9450-regulator.c:712:22: note: byref variable will be forcibly initialized 712 | unsigned int device_id, i; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_component_verify_inputs': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:275:23: note: byref variable will be forcibly initialized 275 | unsigned long supported_inputs = c->supported_inputs; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_assemble': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:308:23: note: byref variable will be forcibly initialized 308 | unsigned long avail_comps = pipe->avail_comps; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:251:23: note: byref variable will be forcibly initialized 251 | unsigned long avail_comps = pipe->avail_comps; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_component_add': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:212:25: note: byref variable will be forcibly initialized 212 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_destroy': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:49:23: note: byref variable will be forcibly initialized 49 | unsigned long avail_comps = pipe->avail_comps; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_dump_register': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:362:23: note: byref variable will be forcibly initialized 362 | unsigned long avail_comps; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/pv88060-regulator.c: In function 'pv88060_buck_get_mode': /kisskb/src/drivers/regulator/pv88060-regulator.c:71:22: note: byref variable will be forcibly initialized 71 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/pv88060-regulator.c: In function 'pv88060_irq_handler': /kisskb/src/drivers/regulator/pv88060-regulator.c:228:16: note: byref variable will be forcibly initialized 228 | int i, reg_val, err, ret = IRQ_NONE; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_improc_validate': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:778:36: note: byref variable will be forcibly initialized 778 | u32 output_depths, output_formats; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:778:21: note: byref variable will be forcibly initialized 778 | u32 output_depths, output_formats; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_pipeline_unbound_components': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1235:23: note: byref variable will be forcibly initialized 1235 | unsigned long disabling_comps; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_layer_split_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1093:46: note: byref variable will be forcibly initialized 1093 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1093:37: note: byref variable will be forcibly initialized 1093 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_wb_split_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1161:46: note: byref variable will be forcibly initialized 1161 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1161:37: note: byref variable will be forcibly initialized 1161 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_display_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1193:37: note: byref variable will be forcibly initialized 1193 | struct komeda_data_flow_cfg s_dflow; /* slave data flow */ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1192:37: note: byref variable will be forcibly initialized 1192 | struct komeda_data_flow_cfg m_dflow; /* master data flow */ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_pipeline_disable': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1291:23: note: byref variable will be forcibly initialized 1291 | unsigned long disabling_comps; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_pipeline_update': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1336:23: note: byref variable will be forcibly initialized 1336 | unsigned long changed_comps; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c: In function 'komeda_fb_is_layer_supported': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c:272:13: note: byref variable will be forcibly initialized 272 | u32 fourcc = fb->format->format; | ^~~~~~ /kisskb/src/drivers/regulator/pv88090-regulator.c: In function 'pv88090_buck_get_mode': /kisskb/src/drivers/regulator/pv88090-regulator.c:93:22: note: byref variable will be forcibly initialized 93 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/pv88090-regulator.c: In function 'pv88090_irq_handler': /kisskb/src/drivers/regulator/pv88090-regulator.c:221:16: note: byref variable will be forcibly initialized 221 | int i, reg_val, err, ret = IRQ_NONE; | ^~~~~~~ /kisskb/src/drivers/regulator/pv88090-regulator.c: In function 'pv88090_i2c_probe': /kisskb/src/drivers/regulator/pv88090-regulator.c:275:29: note: byref variable will be forcibly initialized 275 | unsigned int conf2, range, index; | ^~~~~ /kisskb/src/drivers/regulator/pv88090-regulator.c:275:22: note: byref variable will be forcibly initialized 275 | unsigned int conf2, range, index; | ^~~~~ /kisskb/src/drivers/regulator/tps51632-regulator.c: In function 'tps51632_init_dcdc': /kisskb/src/drivers/regulator/tps51632-regulator.c:141:30: note: byref variable will be forcibly initialized 141 | unsigned int vmax; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/drivers/xen/time.c:6: /kisskb/src/drivers/xen/time.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/time.c: In function 'xen_steal_clock': /kisskb/src/drivers/xen/time.c:155:35: note: byref variable will be forcibly initialized 155 | struct vcpu_runstate_info state; | ^~~~~ /kisskb/src/drivers/xen/time.c: In function 'xen_manage_runstate_time': /kisskb/src/drivers/xen/time.c:88:35: note: byref variable will be forcibly initialized 88 | struct vcpu_runstate_info state; | ^~~~~ /kisskb/src/drivers/xen/time.c: In function 'xen_setup_runstate_info': /kisskb/src/drivers/xen/time.c:163:51: note: byref variable will be forcibly initialized 163 | struct vcpu_register_runstate_memory_area area; | ^~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_lcd_power_is_enabled': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:147:22: note: byref variable will be forcibly initialized 147 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_i2c_read': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:257:12: note: byref variable will be forcibly initialized 257 | u8 data_buf[1] = { 0, }; | ^~~~~~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:256:12: note: byref variable will be forcibly initialized 256 | u8 addr_buf[1] = { reg }; | ^~~~~~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:255:24: note: byref variable will be forcibly initialized 255 | struct i2c_msg msgs[1]; | ^~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_i2c_probe': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:298:22: note: byref variable will be forcibly initialized 298 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/rohm-regulator.c: In function 'set_dvs_level': /kisskb/src/drivers/regulator/rohm-regulator.c:17:18: note: byref variable will be forcibly initialized 17 | uint32_t uv; | ^~ /kisskb/src/drivers/regulator/rt4831-regulator.c: In function 'rt4831_get_error_flags': /kisskb/src/drivers/regulator/rt4831-regulator.c:52:22: note: byref variable will be forcibly initialized 52 | unsigned int val, events = 0; | ^~~ /kisskb/src/drivers/regulator/s2mps11.c: In function 's2mps11_regulator_set_suspend_disable': /kisskb/src/drivers/regulator/s2mps11.c:267:22: note: byref variable will be forcibly initialized 267 | unsigned int val, state; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/s2mps11.c:13: /kisskb/src/drivers/regulator/s2mps11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/regulator/s2mps11.c:9: /kisskb/src/drivers/regulator/s2mps11.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/host1x/syncpt.c:9: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function 'host1x_syncpt_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/syncpt.c:273:26: note: in expansion of macro 'wait_event_interruptible_timeout' 273 | remain = wait_event_interruptible_timeout(wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/syncpt.c:234:15: note: byref variable will be forcibly initialized 234 | void *ref; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c:233:41: note: byref variable will be forcibly initialized 233 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_irq_handler': /kisskb/src/drivers/regulator/slg51000-regulator.c:353:31: note: byref variable will be forcibly initialized 353 | unsigned int evt_otp, mask_otp; | ^~~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:353:22: note: byref variable will be forcibly initialized 353 | unsigned int evt_otp, mask_otp; | ^~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:351:12: note: byref variable will be forcibly initialized 351 | u8 evt[SLG51000_MAX_EVT_REGISTER][REG_MAX]; | ^~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_regulator_init': /kisskb/src/drivers/regulator/slg51000-regulator.c:249:12: note: byref variable will be forcibly initialized 249 | u8 vsel_range[2]; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:248:27: note: byref variable will be forcibly initialized 248 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_clear_fault_log': /kisskb/src/drivers/regulator/slg51000-regulator.c:419:22: note: byref variable will be forcibly initialized 419 | unsigned int val = 0; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/host1x.h:267, from /kisskb/src/drivers/gpu/host1x/dev.c:22: /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/host1x.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/host1x.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_cdma_push': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_cdma_push_wide': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_channel_submit': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_channel_submitted': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_channel_submit_complete': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_wait_cdma': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_syncpt_load_min': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_syncpt_wait_check': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/host1x.h:267, from /kisskb/src/drivers/gpu/host1x/dev.c:22: /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/host1x.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_cdma_push': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_cdma_push_wide': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_channel_submit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_channel_submitted': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_channel_submit_complete': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_wait_cdma': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_syncpt_load_min': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_syncpt_wait_check': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/host1x.h:267, from /kisskb/src/drivers/gpu/host1x/dev.c:22: /kisskb/src/drivers/gpu/host1x/dev.c: In function 'perf_trace_host1x_cdma_push_gather': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/host1x.h:267, from /kisskb/src/drivers/gpu/host1x/dev.c:22: /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_cdma_push_gather': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/host1x.h:267, from /kisskb/src/drivers/gpu/host1x/dev.c:22: /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x_cdma_push': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x_channel_submitted': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x_channel_submit_complete': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x_cdma_push_wide': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x_cdma_push_gather': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x_channel_submit': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x_syncpt_wait_check': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x_wait_cdma': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function '__bpf_trace_host1x_syncpt_load_min': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/stpmic1_regulator.c: In function 'stpmic1_get_mode': /kisskb/src/drivers/regulator/stpmic1_regulator.c:464:13: note: byref variable will be forcibly initialized 464 | int value; | ^~~~~ /kisskb/src/drivers/xen/pci.c: In function 'xen_add_device': /kisskb/src/drivers/xen/pci.c:139:43: note: byref variable will be forcibly initialized 139 | struct physdev_manage_pci manage_pci = { | ^~~~~~~~~~ /kisskb/src/drivers/xen/pci.c:130:47: note: byref variable will be forcibly initialized 130 | struct physdev_manage_pci_ext manage_pci_ext = { | ^~~~~~~~~~~~~~ /kisskb/src/drivers/xen/pci.c:117:47: note: byref variable will be forcibly initialized 117 | struct physdev_manage_pci_ext manage_pci_ext = { | ^~~~~~~~~~~~~~ /kisskb/src/drivers/xen/pci.c:50:19: note: byref variable will be forcibly initialized 50 | } add_ext = { | ^~~~~~~ /kisskb/src/drivers/xen/pci.c: In function 'xen_remove_device': /kisskb/src/drivers/xen/pci.c:168:43: note: byref variable will be forcibly initialized 168 | struct physdev_manage_pci manage_pci = { | ^~~~~~~~~~ /kisskb/src/drivers/xen/pci.c:157:43: note: byref variable will be forcibly initialized 157 | struct physdev_pci_device device = { | ^~~~~~ /kisskb/src/drivers/regulator/sy7636a-regulator.c: In function 'sy7636a_get_vcom_voltage_op': /kisskb/src/drivers/regulator/sy7636a-regulator.c:27:27: note: byref variable will be forcibly initialized 27 | unsigned int val, val_h; | ^~~~~ /kisskb/src/drivers/regulator/sy7636a-regulator.c:27:22: note: byref variable will be forcibly initialized 27 | unsigned int val, val_h; | ^~~ /kisskb/src/drivers/xen/xen-balloon.c: In function 'watch_target': /kisskb/src/drivers/xen/xen-balloon.c:66:40: note: byref variable will be forcibly initialized 66 | unsigned long long new_target, static_max; | ^~~~~~~~~~ /kisskb/src/drivers/xen/xen-balloon.c:66:28: note: byref variable will be forcibly initialized 66 | 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:15: note: byref variable will be forcibly initialized 192 | char *endchar; | ^~~~~~~ /kisskb/src/drivers/xen/xen-balloon.c: In function 'target_kb_store': /kisskb/src/drivers/xen/xen-balloon.c:165:15: note: byref variable will be forcibly initialized 165 | char *endchar; | ^~~~~~~ /kisskb/src/drivers/iommu/iommu-sysfs.c: In function 'iommu_device_sysfs_add': /kisskb/src/drivers/iommu/iommu-sysfs.c:59:17: note: byref variable will be forcibly initialized 59 | va_list vargs; | ^~~~~ /kisskb/src/drivers/regulator/sy8827n.c: In function 'sy8827n_get_mode': /kisskb/src/drivers/regulator/sy8827n.c:61:13: note: byref variable will be forcibly initialized 61 | u32 val; | ^~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_get_mode': /kisskb/src/drivers/regulator/tps62360-regulator.c:222:22: note: byref variable will be forcibly initialized 222 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_dcdc_get_voltage_sel': /kisskb/src/drivers/regulator/tps62360-regulator.c:124:22: note: byref variable will be forcibly initialized 124 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_dcdc_set_voltage_sel': /kisskb/src/drivers/regulator/tps62360-regulator.c:143:13: note: byref variable will be forcibly initialized 143 | int new_vset_id = tps->curr_vset_id; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_init_dcdc': /kisskb/src/drivers/regulator/tps62360-regulator.c:249:22: note: byref variable will be forcibly initialized 249 | unsigned int ramp_ctrl; | ^~~~~~~~~ /kisskb/src/drivers/regulator/tps6286x-regulator.c: In function 'tps6286x_get_mode': /kisskb/src/drivers/regulator/tps6286x-regulator.c:52:22: note: byref variable will be forcibly initialized 52 | unsigned int val; | ^~~ In file included from /kisskb/src/drivers/char/tpm/st33zp24/spi.c:8: /kisskb/src/drivers/char/tpm/st33zp24/spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/char/tpm/st33zp24/spi.c: In function 'st33zp24_spi_evaluate_latency': /kisskb/src/drivers/char/tpm/st33zp24/spi.c:200:12: note: byref variable will be forcibly initialized 200 | 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/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/parport/share.c:20: /kisskb/src/drivers/parport/share.c: In function 'parport_claim_or_block': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/parport/share.c:1122:25: note: in expansion of macro 'wait_event_interruptible' 1122 | wait_event_interruptible(dev->wait_q, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c: In function 'komeda_crtc_flush_and_wait_for_flip_done': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c:296:27: note: byref variable will be forcibly initialized 296 | struct completion temp; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c: In function 'komeda_kms_irq_handler': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c:43:30: note: byref variable will be forcibly initialized 43 | struct komeda_events evts; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c: In function 'komeda_crtc_normalize_zpos': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c:145:26: note: byref variable will be forcibly initialized 145 | struct list_head zorder_list; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c: In function 'komeda_kms_setup_crtcs': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c:568:14: note: byref variable will be forcibly initialized 568 | char str[16]; | ^~~ /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'tps65090_try_enable_fet': /kisskb/src/drivers/regulator/tps65090-regulator.c:90:22: note: byref variable will be forcibly initialized 90 | unsigned int control; | ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/tps65090-regulator.c:16: /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'tps65090_regulator_probe': /kisskb/src/drivers/regulator/tps65090-regulator.c:414:36: note: byref variable will be forcibly initialized 414 | struct of_regulator_match *tps65090_reg_matches = NULL; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/tps6586x-regulator.c: In function 'tps6586x_regulator_preinit': /kisskb/src/drivers/regulator/tps6586x-regulator.c:270:23: note: byref variable will be forcibly initialized 270 | uint8_t val1, val2; | ^~~~ /kisskb/src/drivers/regulator/tps6586x-regulator.c:270:17: note: byref variable will be forcibly initialized 270 | uint8_t val1, val2; | ^~~~ /kisskb/src/drivers/regulator/tps6586x-regulator.c: In function 'tps6586x_regulator_probe': /kisskb/src/drivers/regulator/tps6586x-regulator.c:455:36: note: byref variable will be forcibly initialized 455 | struct of_regulator_match *tps6586x_reg_matches = NULL; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_restrict': /kisskb/src/drivers/xen/privcmd.c:706:17: note: byref variable will be forcibly initialized 706 | domid_t dom; | ^~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_hypercall': /kisskb/src/drivers/xen/privcmd.c:70:34: note: byref variable will be forcibly initialized 70 | struct privcmd_hypercall hypercall; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'mmap_gfn_range': /kisskb/src/drivers/xen/privcmd.c:220:12: note: byref variable will be forcibly initialized 220 | static int mmap_gfn_range(void *data, void *state) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap': /kisskb/src/drivers/xen/privcmd.c:258:31: note: byref variable will be forcibly initialized 258 | struct mmap_gfn_state state; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c:257:19: note: byref variable will be forcibly initialized 257 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/privcmd.c:253:29: note: byref variable will be forcibly initialized 253 | struct privcmd_mmap mmapcmd; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_batch': /kisskb/src/drivers/xen/privcmd.c:452:33: note: byref variable will be forcibly initialized 452 | struct mmap_batch_state state; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c:451:19: note: byref variable will be forcibly initialized 451 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/privcmd.c:447:37: note: byref variable will be forcibly initialized 447 | struct privcmd_mmapbatch_v2 m; | ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_dm_op': /kisskb/src/drivers/xen/privcmd.c:625:22: note: byref variable will be forcibly initialized 625 | unsigned int pinned = 0; | ^~~~~~ /kisskb/src/drivers/xen/privcmd.c:618:30: note: byref variable will be forcibly initialized 618 | struct privcmd_dm_op kdata; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_resource': /kisskb/src/drivers/xen/privcmd.c:726:38: note: byref variable will be forcibly initialized 726 | struct privcmd_mmap_resource kdata; | ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_set_ext_sleep_config': /kisskb/src/drivers/regulator/tps65910-regulator.c:920:29: note: byref variable will be forcibly initialized 920 | int opvsel, srvsel; | ^~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c:920:21: note: byref variable will be forcibly initialized 920 | int opvsel, srvsel; | ^~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_get_mode': /kisskb/src/drivers/regulator/tps65910-regulator.c:419:23: note: byref variable will be forcibly initialized 419 | int ret, reg, value, id = rdev_get_id(dev); | ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65911_get_voltage_sel': /kisskb/src/drivers/regulator/tps65910-regulator.c:561:22: note: byref variable will be forcibly initialized 561 | unsigned int value, reg; | ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_get_voltage_sel': /kisskb/src/drivers/regulator/tps65910-regulator.c:517:23: note: byref variable will be forcibly initialized 517 | int ret, reg, value, id = rdev_get_id(dev); | ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_get_voltage_dcdc_sel': /kisskb/src/drivers/regulator/tps65910-regulator.c:441:50: note: byref variable will be forcibly initialized 441 | int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; | ^~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c:441:25: note: byref variable will be forcibly initialized 441 | int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; | ^~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c:441:13: note: byref variable will be forcibly initialized 441 | int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; | ^~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_parse_dt_reg_data': /kisskb/src/drivers/regulator/tps65910-regulator.c:1006:22: note: byref variable will be forcibly initialized 1006 | unsigned int prop; | ^~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/tps65910-regulator.c:16: /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_probe': /kisskb/src/drivers/regulator/tps65910-regulator.c:1080:36: note: byref variable will be forcibly initialized 1080 | struct of_regulator_match *tps65910_reg_matches = NULL; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/vexpress-regulator.c: In function 'vexpress_regulator_get_voltage': /kisskb/src/drivers/regulator/vexpress-regulator.c:19:22: note: byref variable will be forcibly initialized 19 | unsigned int uV; | ^~ /kisskb/src/drivers/char/lp.c: In function 'lp_set_timeout32': /kisskb/src/drivers/char/lp.c:700:13: note: byref variable will be forcibly initialized 700 | s32 karg[2]; | ^~~~ /kisskb/src/drivers/char/lp.c: In function 'lp_set_timeout64': In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/privcmd-buf.c:14: /kisskb/src/drivers/xen/privcmd-buf.c: In function 'size_mul': /kisskb/src/drivers/char/lp.c:710:13: note: byref variable will be forcibly initialized 710 | s64 karg[2]; | ^~~~ /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd-buf.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/lp.c: In function 'lp_setup': /kisskb/src/drivers/char/lp.c:887:13: note: byref variable will be forcibly initialized 887 | int x; | ^ /kisskb/src/drivers/char/lp.c: In function 'lp_register': /kisskb/src/drivers/char/lp.c:921:26: note: byref variable will be forcibly initialized 921 | struct pardev_cb ppdev_cb; | ^~~~~~~~ /kisskb/src/drivers/char/lp.c: In function 'lp_do_ioctl': /kisskb/src/drivers/char/lp.c:583:13: note: byref variable will be forcibly initialized 583 | int status; | ^~~~~~ /kisskb/src/drivers/char/lp.c: In function 'lp_init_module': /kisskb/src/drivers/char/lp.c:1093:47: note: byref variable will be forcibly initialized 1093 | char *ep; | ^~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_latency_tolerance_us_store': /kisskb/src/drivers/base/power/sysfs.c:273:13: note: byref variable will be forcibly initialized 273 | s32 value; | ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'autosuspend_delay_ms_store': /kisskb/src/drivers/base/power/sysfs.c:195:14: note: byref variable will be forcibly initialized 195 | long delay; | ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_resume_latency_us_store': /kisskb/src/drivers/base/power/sysfs.c:229:13: note: byref variable will be forcibly initialized 229 | s32 value; | ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_no_power_off_store': /kisskb/src/drivers/base/power/sysfs.c:306:13: note: byref variable will be forcibly initialized 306 | int ret; | ^~~ /kisskb/src/drivers/char/random.c: In function 'add_device_randomness': /kisskb/src/drivers/char/random.c:831:23: note: byref variable will be forcibly initialized 831 | unsigned long entropy = random_get_entropy(); | ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:110, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/linux/rcupdate.h:30, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:28: /kisskb/src/drivers/char/random.c: In function 'arch_get_random_seed_long': /kisskb/src/arch/arm64/include/asm/archrandom.h:91:30: note: byref variable will be forcibly initialized 91 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/char/random.c: In function 'arch_get_random_seed_long_early': /kisskb/src/arch/arm64/include/asm/archrandom.h:154:38: note: byref variable will be forcibly initialized 154 | struct arm_smccc_res res; | ^~~ In file included from /kisskb/src/drivers/char/random.c:57: /kisskb/src/drivers/char/random.c: In function 'blake2s': /kisskb/src/include/crypto/blake2s.h:93:30: note: byref variable will be forcibly initialized 93 | struct blake2s_state state; | ^~~~~ /kisskb/src/drivers/char/random.c: In function 'extract_entropy': /kisskb/src/drivers/char/random.c:598:11: note: byref variable will be forcibly initialized 598 | } block; | ^~~~~ /kisskb/src/drivers/char/random.c:594:37: note: byref variable will be forcibly initialized 594 | u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/char/random.c:594:12: note: byref variable will be forcibly initialized 594 | u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'crng_reseed': /kisskb/src/drivers/char/random.c:207:12: note: byref variable will be forcibly initialized 207 | u8 key[CHACHA_KEY_SIZE]; | ^~~ /kisskb/src/drivers/char/random.c: In function 'random_pm_notification': /kisskb/src/drivers/char/random.c:749:17: note: byref variable will be forcibly initialized 749 | ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; | ^~~~~~ /kisskb/src/drivers/char/random.c:743:30: note: byref variable will be forcibly initialized 743 | unsigned long flags, entropy = random_get_entropy(); | ^~~~~~~ /kisskb/src/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1178:36: note: byref variable will be forcibly initialized 1178 | struct entropy_timer_state stack; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:28: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:135:23: note: in expansion of macro 'wait_event_interruptible_timeout' 135 | ret = wait_event_interruptible_timeout(crng_init_wait, crng_ready(), HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'mix_interrupt_randomness': /kisskb/src/drivers/char/random.c:971:23: note: byref variable will be forcibly initialized 971 | unsigned long pool[2]; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'add_timer_randomness': /kisskb/src/drivers/char/random.c:1037:23: note: byref variable will be forcibly initialized 1037 | unsigned long entropy = random_get_entropy(), now = jiffies, flags; | ^~~~~~~ /kisskb/src/drivers/char/random.c: In function 'crng_fast_key_erasure': /kisskb/src/drivers/char/random.c:248:12: note: byref variable will be forcibly initialized 248 | u8 first_block[CHACHA_BLOCK_SIZE]; | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '_get_random_bytes': /kisskb/src/drivers/char/random.c:357:12: note: byref variable will be forcibly initialized 357 | u8 tmp[CHACHA_BLOCK_SIZE]; | ^~~ /kisskb/src/drivers/char/random.c:356:13: note: byref variable will be forcibly initialized 356 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'get_random_u64': /kisskb/src/drivers/char/random.c:478:14: note: byref variable will be forcibly initialized 478 | type ret; \ | ^~~ /kisskb/src/drivers/char/random.c:509:1: note: in expansion of macro 'DEFINE_BATCHED_ENTROPY' 509 | DEFINE_BATCHED_ENTROPY(u64) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'get_random_u32': /kisskb/src/drivers/char/random.c:478:14: note: byref variable will be forcibly initialized 478 | type ret; \ | ^~~ /kisskb/src/drivers/char/random.c:510:1: note: in expansion of macro 'DEFINE_BATCHED_ENTROPY' 510 | DEFINE_BATCHED_ENTROPY(u32) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'get_random_bytes_user': /kisskb/src/drivers/char/random.c:403:12: note: byref variable will be forcibly initialized 403 | u8 block[CHACHA_BLOCK_SIZE]; | ^~~~~ /kisskb/src/drivers/char/random.c:402:13: note: byref variable will be forcibly initialized 402 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__do_sys_getrandom': /kisskb/src/drivers/char/random.c:1239:22: note: byref variable will be forcibly initialized 1239 | struct iovec iov; | ^~~ /kisskb/src/drivers/char/random.c:1238:25: note: byref variable will be forcibly initialized 1238 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'write_pool_user': /kisskb/src/drivers/char/random.c:1274:12: note: byref variable will be forcibly initialized 1274 | u8 block[BLAKE2S_BLOCK_SIZE]; | ^~~~~ /kisskb/src/drivers/char/random.c: In function 'random_ioctl': /kisskb/src/drivers/char/random.c:1361:30: note: byref variable will be forcibly initialized 1361 | struct iovec iov; | ^~~ /kisskb/src/drivers/char/random.c:1360:33: note: byref variable will be forcibly initialized 1360 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'random_init': /kisskb/src/drivers/char/random.c:780:23: note: byref variable will be forcibly initialized 780 | unsigned long entropy; | ^~~~~~~ /kisskb/src/drivers/char/random.c:778:17: note: byref variable will be forcibly initialized 778 | ktime_t now = ktime_get_real(); | ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c: In function 'komeda_plane_atomic_check': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c:81:37: note: byref variable will be forcibly initialized 81 | struct komeda_data_flow_cfg dflow; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c: In function 'komeda_plane_add': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c:247:23: note: byref variable will be forcibly initialized 247 | u32 *formats, n_formats = 0; | ^~~~~~~~~ /kisskb/src/drivers/xen/xlate_mmu.c: In function 'xen_xlate_remap_gfn_array': /kisskb/src/drivers/xen/xlate_mmu.c:151:27: note: byref variable will be forcibly initialized 151 | struct remap_data data; | ^~~~ /kisskb/src/drivers/xen/xlate_mmu.c: In function 'unmap_gfn': /kisskb/src/drivers/xen/xlate_mmu.c:176:40: note: byref variable will be forcibly initialized 176 | struct xen_remove_from_physmap xrp; | ^~~ /kisskb/src/drivers/xen/xlate_mmu.c: In function 'remap_pte_fn': /kisskb/src/drivers/xen/xlate_mmu.c:99:22: note: byref variable will be forcibly initialized 99 | struct page *page = info->pages[info->index++]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/drivers/xen/xlate_mmu.c:31: /kisskb/src/drivers/xen/xlate_mmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/xlate_mmu.c: In function 'xen_xlate_map_ballooned_pages': /kisskb/src/drivers/xen/xlate_mmu.c:220:34: note: byref variable will be forcibly initialized 220 | struct map_balloon_pages data; | ^~~~ /kisskb/src/drivers/char/tpm/tpm-chip.c: In function 'tpm_default_chip': /kisskb/src/drivers/char/tpm/tpm-chip.c:199:13: note: byref variable will be forcibly initialized 199 | int chip_num = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/xen-front-pgdir-shbuf.c:12: /kisskb/src/drivers/xen/xen-front-pgdir-shbuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/xen-front-pgdir-shbuf.c: In function 'grant_references': /kisskb/src/drivers/xen/xen-front-pgdir-shbuf.c:432:21: note: byref variable will be forcibly initialized 432 | grant_ref_t priv_gref_head; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_mmap': /kisskb/src/drivers/iommu/dma-iommu.c:1403:13: note: byref variable will be forcibly initialized 1403 | int ret; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/acpi_iort.h:10, from /kisskb/src/drivers/iommu/dma-iommu.c:11: /kisskb/src/drivers/iommu/dma-iommu.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/host1x/intr.c: In function 'process_wait_list': /kisskb/src/drivers/gpu/host1x/intr.c:167:26: note: byref variable will be forcibly initialized 167 | struct list_head completed[HOST1X_INTR_ACTION_COUNT]; | ^~~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc_remap': /kisskb/src/drivers/iommu/dma-iommu.c:850:25: note: byref variable will be forcibly initialized 850 | struct sg_table sgt; | ^~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc': /kisskb/src/drivers/iommu/dma-iommu.c:1368:15: note: byref variable will be forcibly initialized 1368 | void *cpu_addr; | ^~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c:1367:22: note: byref variable will be forcibly initialized 1367 | struct page *page = NULL; | ^~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iova_reserve_pci_windows': /kisskb/src/drivers/iommu/dma-iommu.c:433:32: note: byref variable will be forcibly initialized 433 | phys_addr_t start = 0, end; | ^~~ /kisskb/src/drivers/iommu/dma-iommu.c:433:21: note: byref variable will be forcibly initialized 433 | phys_addr_t start = 0, end; | ^~~~~ 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:479:19: note: byref variable will be forcibly initialized 479 | LIST_HEAD(resv_regions); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/io-pgtable-arm-v7s.c: In function '__arm_v7s_alloc_table': /kisskb/src/drivers/iommu/io-pgtable-arm-v7s.c:239:21: note: byref variable will be forcibly initialized 239 | phys_addr_t phys; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/iova.h:15, from /kisskb/src/drivers/iommu/iova.c:8: /kisskb/src/drivers/iommu/iova.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c: In function 'komeda_wb_connector_add': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c:145:23: note: byref variable will be forcibly initialized 145 | u32 *formats, n_formats = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c: In function 'komeda_wb_encoder_atomic_check': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c:43:37: note: byref variable will be forcibly initialized 43 | struct komeda_data_flow_cfg dflow; | ^~~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_pci_iommu_init': /kisskb/src/drivers/iommu/of_iommu.c:98:13: note: byref variable will be forcibly initialized 98 | u32 input_id = alias; | ^~~~~~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure_dev': /kisskb/src/drivers/iommu/of_iommu.c:74:32: note: byref variable will be forcibly initialized 74 | struct of_phandle_args iommu_spec; | ^~~~~~~~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure': /kisskb/src/drivers/iommu/of_iommu.c:135:48: note: byref variable will be forcibly initialized 135 | struct of_pci_iommu_alias_info info = { | ^~~~ In file included from /kisskb/src/drivers/xen/evtchn.c:56: /kisskb/src/drivers/xen/evtchn.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/evtchn.c:36: /kisskb/src/drivers/xen/evtchn.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/evtchn.c: In function 'evtchn_bind_to_user': /kisskb/src/drivers/xen/evtchn.c:372:29: note: byref variable will be forcibly initialized 372 | struct evtchn_close close; | ^~~~~ In file included from /kisskb/src/drivers/xen/evtchn.c:56: /kisskb/src/drivers/xen/evtchn.c: In function 'evtchn_ioctl': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/xen/evtchn.c:570:52: note: byref variable will be forcibly initialized 570 | struct ioctl_evtchn_restrict_domid ierd; | ^~~~ /kisskb/src/drivers/xen/evtchn.c:540:44: note: byref variable will be forcibly initialized 540 | struct ioctl_evtchn_notify notify; | ^~~~~~ /kisskb/src/drivers/xen/evtchn.c:517:44: note: byref variable will be forcibly initialized 517 | struct ioctl_evtchn_unbind unbind; | ^~~~~~ /kisskb/src/drivers/xen/evtchn.c:493:45: note: byref variable will be forcibly initialized 493 | struct evtchn_alloc_unbound alloc_unbound; | ^~~~~~~~~~~~~ /kisskb/src/drivers/xen/evtchn.c:492:55: note: byref variable will be forcibly initialized 492 | struct ioctl_evtchn_bind_unbound_port bind; | ^~~~ /kisskb/src/drivers/xen/evtchn.c:467:48: note: byref variable will be forcibly initialized 467 | struct evtchn_bind_interdomain bind_interdomain; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/evtchn.c:466:54: note: byref variable will be forcibly initialized 466 | struct ioctl_evtchn_bind_interdomain bind; | ^~~~ /kisskb/src/drivers/xen/evtchn.c:442:41: note: byref variable will be forcibly initialized 442 | struct evtchn_bind_virq bind_virq; | ^~~~~~~~~ /kisskb/src/drivers/xen/evtchn.c:441:47: note: byref variable will be forcibly initialized 441 | struct ioctl_evtchn_bind_virq bind; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/xen/evtchn.c:36: /kisskb/src/drivers/xen/evtchn.c: In function 'evtchn_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/evtchn.c:228:22: note: in expansion of macro 'wait_event_interruptible' 228 | rc = wait_event_interruptible(u->evtchn_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c: In function 'komeda_sprintf': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:23:17: note: byref variable will be forcibly initialized 23 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c: In function 'komeda_print_events': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:138:36: note: byref variable will be forcibly initialized 138 | struct drm_printer p = drm_info_printer(dev->dev); | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:137:35: note: byref variable will be forcibly initialized 137 | struct komeda_str str; | ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:136:22: note: byref variable will be forcibly initialized 136 | char msg[256]; | ^~~ In file included from /kisskb/src/drivers/xen/gntalloc.c:71: /kisskb/src/drivers/xen/gntalloc.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/xen/gntalloc.c: In function '__del_gref': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized /kisskb/src/drivers/xen/gntalloc.c: In function 'gntalloc_ioctl_dealloc': /kisskb/src/drivers/xen/gntalloc.c:336:44: note: byref variable will be forcibly initialized 336 | struct ioctl_gntalloc_dealloc_gref op; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/gntalloc.c:54: /kisskb/src/drivers/xen/gntalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/xen/gntalloc.c:54: /kisskb/src/drivers/xen/gntalloc.c: In function 'add_grefs': /kisskb/src/drivers/xen/gntalloc.c:126:19: note: byref variable will be forcibly initialized 126 | LIST_HEAD(queue_file); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/gntalloc.c:125:19: note: byref variable will be forcibly initialized 125 | LIST_HEAD(queue_gref); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/gntalloc.c: In function 'gntalloc_ioctl_alloc': /kisskb/src/drivers/xen/gntalloc.c:273:42: note: byref variable will be forcibly initialized 273 | struct ioctl_gntalloc_alloc_gref op; | ^~ /kisskb/src/drivers/xen/gntalloc.c: In function 'gntalloc_ioctl_unmap_notify': /kisskb/src/drivers/xen/gntalloc.c:374:44: note: byref variable will be forcibly initialized 374 | struct ioctl_gntalloc_unmap_notify op; | ^~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c: In function 'd71_enum_resources': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c:353:29: note: byref variable will be forcibly initialized 353 | struct block_header blk; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/base/power/runtime.c:8: /kisskb/src/drivers/base/power/runtime.c: In function '__pm_runtime_barrier': /kisskb/src/drivers/base/power/runtime.c:1361:29: note: byref variable will be forcibly initialized 1361 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:1361:17: note: in expansion of macro 'DEFINE_WAIT' 1361 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_resume': /kisskb/src/drivers/base/power/runtime.c:792:29: note: byref variable will be forcibly initialized 792 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:792:17: note: in expansion of macro 'DEFINE_WAIT' 792 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_suspend': /kisskb/src/drivers/base/power/runtime.c:610:29: note: byref variable will be forcibly initialized 610 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:610:17: note: in expansion of macro 'DEFINE_WAIT' 610 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/eeprom/at24.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/eeprom/at24.c: In function 'at24_probe': /kisskb/src/drivers/misc/eeprom/at24.c:597:12: note: byref variable will be forcibly initialized 597 | u8 test_byte; | ^~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:592:25: note: byref variable will be forcibly initialized 592 | unsigned int i, num_addresses; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:588:41: note: byref variable will be forcibly initialized 588 | u32 byte_len, page_size, flags, addrw; | ^~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:588:23: note: byref variable will be forcibly initialized 588 | u32 byte_len, page_size, flags, addrw; | ^~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:588:13: note: byref variable will be forcibly initialized 588 | u32 byte_len, page_size, flags, addrw; | ^~~~~~~~ /kisskb/src/drivers/iommu/rockchip-iommu.c: In function 'log_iova': /kisskb/src/drivers/iommu/rockchip-iommu.c:573:21: note: byref variable will be forcibly initialized 573 | phys_addr_t page_addr_phys = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/rockchip-iommu.c:570:21: note: byref variable will be forcibly initialized 570 | phys_addr_t pte_addr_phys = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/iommu/rockchip-iommu.c:567:40: note: byref variable will be forcibly initialized 567 | phys_addr_t mmu_dte_addr_phys, dte_addr_phys; | ^~~~~~~~~~~~~ /kisskb/src/drivers/iommu/rockchip-iommu.c:567:21: note: byref variable will be forcibly initialized 567 | phys_addr_t mmu_dte_addr_phys, dte_addr_phys; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/rockchip-iommu.c: In function 'rk_iommu_irq': /kisskb/src/drivers/iommu/rockchip-iommu.c:614:20: note: byref variable will be forcibly initialized 614 | dma_addr_t iova; | ^~~~ /kisskb/src/drivers/iommu/rockchip-iommu.c: In function 'rk_iommu_map_iova': /kisskb/src/drivers/iommu/rockchip-iommu.c:809:21: note: byref variable will be forcibly initialized 809 | phys_addr_t page_phys; | ^~~~~~~~~ In file included from /kisskb/src/drivers/iommu/rockchip-iommu.c:12: /kisskb/src/drivers/iommu/rockchip-iommu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm-dev-common.c: In function 'tpm_dev_transmit': /kisskb/src/drivers/char/tpm/tpm-dev-common.c:28:22: note: byref variable will be forcibly initialized 28 | ssize_t ret, len; | ^~~ /kisskb/src/drivers/iommu/apple-dart.c: In function 'apple_dart_hw_reset': /kisskb/src/drivers/iommu/apple-dart.c:292:38: note: byref variable will be forcibly initialized 292 | struct apple_dart_stream_map stream_map; | ^~~~~~~~~~ /kisskb/src/drivers/iommu/apple-dart.c: In function 'apple_dart_domain_flush_tlb': /kisskb/src/drivers/iommu/apple-dart.c:319:38: note: byref variable will be forcibly initialized 319 | struct apple_dart_stream_map stream_map; | ^~~~~~~~~~ /kisskb/src/drivers/iommu/apple-dart.c: In function 'apple_dart_finalize_domain': /kisskb/src/drivers/iommu/apple-dart.c:406:31: note: byref variable will be forcibly initialized 406 | struct io_pgtable_cfg pgtbl_cfg; | ^~~~~~~~~ /kisskb/src/drivers/iommu/apple-dart.c: In function 'apple_dart_probe': /kisskb/src/drivers/iommu/apple-dart.c:852:26: note: byref variable will be forcibly initialized 852 | struct resource *res; | ^~~ /kisskb/src/drivers/base/power/main.c: In function 'dpm_wait_for_subordinate': /kisskb/src/drivers/base/power/main.c:334:13: note: byref variable will be forcibly initialized 334 | static void dpm_wait_for_subordinate(struct device *dev, bool async) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/main.c: In function 'dpm_complete': /kisskb/src/drivers/base/power/main.c:1104:26: note: byref variable will be forcibly initialized 1104 | struct list_head list; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/firmware_loader/main.c:14: /kisskb/src/drivers/base/firmware_loader/main.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_decompress_xz_single': /kisskb/src/drivers/base/firmware_loader/main.c:389:23: note: byref variable will be forcibly initialized 389 | struct xz_buf xz_buf; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_decompress_zstd': /kisskb/src/drivers/base/firmware_loader/main.c:322:35: note: byref variable will be forcibly initialized 322 | zstd_frame_header params; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware_prepare': /kisskb/src/drivers/base/firmware_loader/main.c:733:25: note: byref variable will be forcibly initialized 733 | struct fw_priv *fw_priv; | ^~~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_get_filesystem_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:514:24: note: byref variable will be forcibly initialized 514 | size_t file_size = 0; | ^~~~~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c:500:15: note: byref variable will be forcibly initialized 500 | void *buffer = NULL; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_decompress_xz_pages': /kisskb/src/drivers/base/firmware_loader/main.c:415:23: note: byref variable will be forcibly initialized 415 | struct xz_buf xz_buf; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:800:26: note: byref variable will be forcibly initialized 800 | struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'request_firmware_work_func': /kisskb/src/drivers/base/firmware_loader/main.c:1101:32: note: byref variable will be forcibly initialized 1101 | const struct firmware *fw; | ^~ In file included from /kisskb/src/drivers/gpu/host1x/channel.c:8: /kisskb/src/drivers/gpu/host1x/channel.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/host1x/debug.c: In function 'host1x_debug_output': /kisskb/src/drivers/gpu/host1x/debug.c:30:17: note: byref variable will be forcibly initialized 30 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, 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/gpu/host1x/channel.c:8: /kisskb/src/drivers/gpu/host1x/channel.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/host1x/debug.c: In function 'host1x_debug_cont': /kisskb/src/drivers/gpu/host1x/debug.c:42:17: note: byref variable will be forcibly initialized 42 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/host1x/job.c: In function 'copy_gathers': /kisskb/src/drivers/gpu/host1x/job.c:521:32: note: byref variable will be forcibly initialized 521 | struct host1x_firewall fw; | ^~ /kisskb/src/drivers/char/tpm/tpm-interface.c: In function 'tpm_transmit': /kisskb/src/drivers/char/tpm/tpm-interface.c:157:12: note: byref variable will be forcibly initialized 157 | u8 save[TPM_HEADER_SIZE + 3*sizeof(u32)]; | ^~~~ /kisskb/src/drivers/char/tpm/tpm-interface.c: In function 'tpm_send': /kisskb/src/drivers/char/tpm/tpm-interface.c:355:24: note: byref variable will be forcibly initialized 355 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_poll_add_cb': /kisskb/src/drivers/dma-buf/dma-buf.c:215:30: note: byref variable will be forcibly initialized 215 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:333:29: note: byref variable will be forcibly initialized 333 | 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:1287:26: note: byref variable will be forcibly initialized 1287 | struct iosys_map ptr; | ^~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dmabuffs_dname': /kisskb/src/drivers/dma-buf/dma-buf.c:46:14: note: byref variable will be forcibly initialized 46 | char name[DMA_BUF_NAME_LEN]; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'get_valid_inputs': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:60:31: note: byref variable will be forcibly initialized 60 | u32 valid_inputs = 0, comp_id; | ^~~~~~~ /kisskb/src/drivers/mfd/88pm860x-core.c: In function 'verify_addr': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'dump_block_header': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:90:29: note: byref variable will be forcibly initialized 90 | struct block_header hdr; | ^~~ /kisskb/src/drivers/mfd/88pm860x-core.c:1091:24: note: byref variable will be forcibly initialized 1091 | unsigned short addr_8606[] = {0x10, 0x11}; | ^~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-core.c:1090:24: note: byref variable will be forcibly initialized 1090 | unsigned short addr_8607[] = {0x30, 0x34}; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_layer_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:288:13: note: byref variable will be forcibly initialized 288 | u32 v[15], i; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_wb_layer_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:486:13: note: byref variable will be forcibly initialized 486 | u32 v[12], i; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_compiz_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:626:13: note: byref variable will be forcibly initialized 626 | u32 v[8], i; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_scaler_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:795:13: note: byref variable will be forcibly initialized 795 | u32 v[10]; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_splitter_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:924:13: note: byref variable will be forcibly initialized 924 | u32 v[3]; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_merger_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:990:13: note: byref variable will be forcibly initialized 990 | u32 v; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_improc_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1093:13: note: byref variable will be forcibly initialized 1093 | u32 v[12], i; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_timing_ctrlr_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1211:13: note: byref variable will be forcibly initialized 1211 | u32 v[8], i; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_lpu_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1385:13: note: byref variable will be forcibly initialized 1385 | u32 v[6]; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_dou_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1410:13: note: byref variable will be forcibly initialized 1410 | u32 v[5]; | ^ /kisskb/src/drivers/mfd/88pm860x-core.c: In function 'device_irq_init': /kisskb/src/drivers/mfd/88pm860x-core.c:572:23: note: byref variable will be forcibly initialized 572 | unsigned char status_buf[INT_STATUS_NUM]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_layer_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:412:22: note: byref variable will be forcibly initialized 412 | u32 pipe_id, layer_id, layer_info; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:412:13: note: byref variable will be forcibly initialized 412 | u32 pipe_id, layer_id, layer_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_wb_layer_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:530:22: note: byref variable will be forcibly initialized 530 | u32 pipe_id, layer_id; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:530:13: note: byref variable will be forcibly initialized 530 | u32 pipe_id, layer_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_compiz_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:671:22: note: byref variable will be forcibly initialized 671 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:671:13: note: byref variable will be forcibly initialized 671 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_scaler_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:840:22: note: byref variable will be forcibly initialized 840 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:840:13: note: byref variable will be forcibly initialized 840 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_splitter_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:948:22: note: byref variable will be forcibly initialized 948 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:948:13: note: byref variable will be forcibly initialized 948 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_merger_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1018:22: note: byref variable will be forcibly initialized 1018 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1018:13: note: byref variable will be forcibly initialized 1018 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_improc_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1129:22: note: byref variable will be forcibly initialized 1129 | u32 pipe_id, comp_id, value; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1129:13: note: byref variable will be forcibly initialized 1129 | u32 pipe_id, comp_id, value; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_timing_ctrlr_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1256:22: note: byref variable will be forcibly initialized 1256 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1256:13: note: byref variable will be forcibly initialized 1256 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_gcu_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1358:13: note: byref variable will be forcibly initialized 1358 | u32 v[5]; | ^ In file included from /kisskb/src/include/linux/iommu.h:15, from /kisskb/src/drivers/iommu/mtk_iommu.c:15: /kisskb/src/drivers/iommu/mtk_iommu.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/iommu/mtk_iommu.c: In function 'mtk_iommu_mm_dts_parse': /kisskb/src/drivers/iommu/mtk_iommu.c:1057:21: note: byref variable will be forcibly initialized 1057 | u32 id; | ^~ /kisskb/src/drivers/iommu/mtk_iommu.c: In function 'mtk_iommu_probe': /kisskb/src/drivers/iommu/mtk_iommu.c:1125:33: note: byref variable will be forcibly initialized 1125 | u32 val; | ^~~ /kisskb/src/drivers/iommu/mtk_iommu.c:1121:34: note: byref variable will be forcibly initialized 1121 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/iommu/mtk_iommu.c:1120:33: note: byref variable will be forcibly initialized 1120 | resource_size_t ioaddr; | ^~~~~~ /kisskb/src/drivers/mtd/parsers/cmdlinepart.c: In function 'newpart': /kisskb/src/drivers/mtd/parsers/cmdlinepart.c:93:24: note: byref variable will be forcibly initialized 93 | unsigned char *extra_mem; | ^~~~~~~~~ /kisskb/src/drivers/mtd/parsers/cmdlinepart.c: In function 'mtdpart_setup_real': /kisskb/src/drivers/mtd/parsers/cmdlinepart.c:228:33: note: byref variable will be forcibly initialized 228 | int mtd_id_len, num_parts; | ^~~~~~~~~ /kisskb/src/drivers/mtd/parsers/cmdlinepart.c:226:47: note: byref variable will be forcibly initialized 226 | struct cmdline_mtd_partition *this_mtd; | ^~~~~~~~ /kisskb/src/drivers/mtd/parsers/redboot.c: In function 'parse_redboot_of': /kisskb/src/drivers/mtd/parsers/redboot.c:49:13: note: byref variable will be forcibly initialized 49 | u32 dirblock; | ^~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_init_vqs': /kisskb/src/drivers/iommu/virtio-iommu.c:1033:24: note: byref variable will be forcibly initialized 1033 | vq_callback_t *callbacks[] = { | ^~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1032:21: note: byref variable will be forcibly initialized 1032 | const char *names[] = { "request", "event" }; | ^~~~~ /kisskb/src/drivers/mtd/parsers/redboot.c: In function 'parse_redboot_partitions': /kisskb/src/drivers/mtd/parsers/redboot.c:80:16: note: byref variable will be forcibly initialized 80 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/parsers/redboot.c:78:26: note: byref variable will be forcibly initialized 78 | struct fis_list *fl = NULL, *tmp_fl; | ^~ 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/io-64-nonatomic-lo-hi.h:5, from /kisskb/src/drivers/cxl/core/port.c:3: /kisskb/src/drivers/cxl/core/port.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function '__viommu_sync_req': /kisskb/src/drivers/iommu/virtio-iommu.c:157:22: note: byref variable will be forcibly initialized 157 | unsigned int len; | ^~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function '__viommu_add_req': /kisskb/src/drivers/iommu/virtio-iommu.c:225:29: note: byref variable will be forcibly initialized 225 | struct scatterlist *sg[2] = { &top_sg, &bottom_sg }; | ^~ /kisskb/src/drivers/iommu/virtio-iommu.c:224:36: note: byref variable will be forcibly initialized 224 | struct scatterlist top_sg, bottom_sg; | ^~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:224:28: note: byref variable will be forcibly initialized 224 | struct scatterlist top_sg, bottom_sg; | ^~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_unmap': /kisskb/src/drivers/iommu/virtio-iommu.c:835:39: note: byref variable will be forcibly initialized 835 | struct virtio_iommu_req_unmap unmap; | ^~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_replay_mappings': /kisskb/src/drivers/iommu/virtio-iommu.c:440:37: note: byref variable will be forcibly initialized 440 | struct virtio_iommu_req_map map; | ^~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_map': /kisskb/src/drivers/iommu/virtio-iommu.c:797:37: note: byref variable will be forcibly initialized 797 | struct virtio_iommu_req_map map; | ^~~ /kisskb/src/drivers/cxl/core/port.c: In function 'cxl_mem_find_port': /kisskb/src/drivers/cxl/core/port.c:815:34: note: byref variable will be forcibly initialized 815 | struct cxl_find_port_ctx ctx = { | ^~~ /kisskb/src/drivers/cxl/core/port.c: In function 'find_cxl_port_at': /kisskb/src/drivers/cxl/core/port.c:825:34: note: byref variable will be forcibly initialized 825 | struct cxl_find_port_ctx ctx = { | ^~~ /kisskb/src/drivers/cxl/core/port.c: In function 'cxl_dport_unlink': /kisskb/src/drivers/cxl/core/port.c:652:14: note: byref variable will be forcibly initialized 652 | char link_name[CXL_TARGET_STRLEN]; | ^~~~~~~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'devm_cxl_add_dport': /kisskb/src/drivers/cxl/core/port.c:673:14: note: byref variable will be forcibly initialized 673 | char link_name[CXL_TARGET_STRLEN]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/amba/bus.h:15, from /kisskb/src/drivers/iommu/virtio-iommu.c:10: /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_fill_evtq': /kisskb/src/drivers/iommu/virtio-iommu.c:1045:28: note: byref variable will be forcibly initialized 1045 | struct scatterlist sg[1]; | ^~ /kisskb/src/drivers/cxl/core/port.c: In function 'cxl_detach_ep': /kisskb/src/drivers/cxl/core/port.c:815:34: note: byref variable will be forcibly initialized 815 | struct cxl_find_port_ctx ctx = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/io-64-nonatomic-lo-hi.h:5, from /kisskb/src/drivers/cxl/core/port.c:3: /kisskb/src/drivers/cxl/core/port.c:909:27: note: byref variable will be forcibly initialized 909 | LIST_HEAD(reap_dports); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'find_component_registers': /kisskb/src/drivers/cxl/core/port.c:967:33: note: byref variable will be forcibly initialized 967 | struct cxl_register_map map; | ^~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_event_handler': /kisskb/src/drivers/iommu/virtio-iommu.c:615:28: note: byref variable will be forcibly initialized 615 | struct scatterlist sg[1]; | ^~ /kisskb/src/drivers/iommu/virtio-iommu.c:614:22: note: byref variable will be forcibly initialized 614 | unsigned int len; | ^~~ /kisskb/src/drivers/cxl/core/port.c: In function 'add_port_attach_ep': /kisskb/src/drivers/cxl/core/port.c:825:34: note: byref variable will be forcibly initialized 825 | struct cxl_find_port_ctx ctx = { | ^~~ /kisskb/src/drivers/cxl/core/port.c:815:34: note: byref variable will be forcibly initialized 815 | struct cxl_find_port_ctx ctx = { | ^~~ 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/drivers/cxl/core/port.c: In function 'devm_cxl_enumerate_ports': /kisskb/src/drivers/cxl/core/port.c:815:34: note: byref variable will be forcibly initialized /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:605:25: note: in expansion of macro 'virtio_cread_le' 605 | virtio_cread_le((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1120:9: note: in expansion of macro 'virtio_cread_le_feature' 1120 | virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_PROBE, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:605:25: note: in expansion of macro 'virtio_cread_le' 605 | virtio_cread_le((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1116:9: note: in expansion of macro 'virtio_cread_le_feature' 1116 | virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_DOMAIN_RANGE, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:605:25: note: in expansion of macro 'virtio_cread_le' 605 | virtio_cread_le((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1112:9: note: in expansion of macro 'virtio_cread_le_feature' 1112 | virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_DOMAIN_RANGE, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:605:25: note: in expansion of macro 'virtio_cread_le' 605 | virtio_cread_le((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1108:9: note: in expansion of macro 'virtio_cread_le_feature' 1108 | virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_INPUT_RANGE, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:605:25: note: in expansion of macro 'virtio_cread_le' 605 | virtio_cread_le((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1104:9: note: in expansion of macro 'virtio_cread_le_feature' 1104 | virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_INPUT_RANGE, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:442:50: note: byref variable will be forcibly initialized 442 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1092:9: note: in expansion of macro 'virtio_cread_le' 1092 | virtio_cread_le(vdev, struct virtio_iommu_config, page_size_mask, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_attach_dev': /kisskb/src/drivers/iommu/virtio-iommu.c:723:40: note: byref variable will be forcibly initialized 723 | struct virtio_iommu_req_attach req; | ^~~ /kisskb/src/drivers/gpu/host1x/mipi.c: In function 'tegra_mipi_request': /kisskb/src/drivers/gpu/host1x/mipi.c:213:32: note: byref variable will be forcibly initialized 213 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/spi/spi-armada-3700.c: In function 'a3700_spi_fifo_read': /kisskb/src/drivers/spi/spi-armada-3700.c:517:13: note: byref variable will be forcibly initialized 517 | u32 val; | ^~~ /kisskb/src/drivers/spi/spi-armada-3700.c: In function 'a3700_spi_transfer_one_full_duplex': /kisskb/src/drivers/spi/spi-armada-3700.c:745:13: note: byref variable will be forcibly initialized 745 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/drivers/spi/spidev.c:12: /kisskb/src/drivers/spi/spidev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/spi/spi-armada-3700.c: In function 'a3700_spi_probe': /kisskb/src/drivers/spi/spi-armada-3700.c:820:13: note: byref variable will be forcibly initialized 820 | u32 num_cs = 0; | ^~~~~~ /kisskb/src/drivers/spi/spidev.c: In function 'spidev_message': /kisskb/src/drivers/spi/spidev.c:203:33: note: byref variable will be forcibly initialized 203 | struct spi_message msg; | ^~~ /kisskb/src/drivers/spi/spidev.c: In function 'spidev_sync_write': /kisskb/src/drivers/spi/spidev.c:121:33: note: byref variable will be forcibly initialized 121 | struct spi_message m; | ^ /kisskb/src/drivers/spi/spidev.c: In function 'spidev_sync_read': /kisskb/src/drivers/spi/spidev.c:136:33: note: byref variable will be forcibly initialized 136 | struct spi_message m; | ^ /kisskb/src/drivers/spi/spidev.c: In function 'spidev_compat_ioc_message': /kisskb/src/drivers/spi/spidev.c:512:41: note: byref variable will be forcibly initialized 512 | unsigned n_ioc, n; | ^~~~~ /kisskb/src/drivers/spi/spidev.c: In function 'spidev_ioctl': /kisskb/src/drivers/spi/spidev.c:351:33: note: byref variable will be forcibly initialized 351 | unsigned n_ioc; | ^~~~~ In file included from /kisskb/src/include/linux/tpm_eventlog.h:6, from /kisskb/src/drivers/char/tpm/tpm1-cmd.c:21: /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_startup': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:326:24: note: byref variable will be forcibly initialized 326 | struct tpm_buf buf; | ^~~ 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 'tpm1_getcap': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/tpm/tpm1-cmd.c:485:24: note: byref variable will be forcibly initialized 485 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_continue_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:622:24: note: byref variable will be forcibly initialized 622 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/poll.h:10, from /kisskb/src/drivers/char/tpm/tpm1-cmd.c:16: /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_timeouts': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:346:23: note: byref variable will be forcibly initialized 346 | unsigned long durations[3]; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:345:56: note: byref variable will be forcibly initialized 345 | unsigned long timeout_old[4], timeout_chip[4], timeout_eff[4]; | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:345:39: note: byref variable will be forcibly initialized 345 | unsigned long timeout_old[4], timeout_chip[4], timeout_eff[4]; | ^~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:344:15: note: byref variable will be forcibly initialized 344 | cap_t cap; | ^~~ 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 'tpm1_pcr_extend': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:466:24: note: byref variable will be forcibly initialized 466 | struct tpm_buf buf; | ^~~ 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 'tpm1_get_random': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:534:24: note: byref variable will be forcibly initialized 534 | struct tpm_buf buf; | ^~~ 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 'tpm1_pcr_read': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:586:24: note: byref variable will be forcibly initialized 586 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_do_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:648:12: note: byref variable will be forcibly initialized 648 | u8 dummy[TPM_DIGEST_SIZE]; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pm_suspend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:740:24: note: byref variable will be forcibly initialized 740 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:739:12: note: byref variable will be forcibly initialized 739 | u8 dummy_hash[TPM_DIGEST_SIZE] = { 0 }; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/char/tpm/tpm.h:27, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_tpm_pt': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/tpm/tpm2-cmd.c:390:24: note: byref variable will be forcibly initialized 390 | struct tpm_buf buf; | ^~~ 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 'tpm2_probe': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/tpm/tpm2-cmd.c:495:24: note: byref variable will be forcibly initialized 495 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_do_selftest': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:455:12: note: byref variable will be forcibly initialized 455 | static int tpm2_do_selftest(struct tpm_chip *chip) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:457:24: note: byref variable will be forcibly initialized 457 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/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 'tpm2_flush_context': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:350:24: note: byref variable will be forcibly initialized 350 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/char/tpm/tpm.h:21, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/char/tpm/tpm.h:25, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ 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 'tpm2_get_cc_attrs_tbl': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/tpm/tpm2-cmd.c:630:13: note: byref variable will be forcibly initialized 630 | u32 nr_commands; | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:629:24: note: byref variable will be forcibly initialized 629 | struct tpm_buf buf; | ^~~ 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 'tpm2_startup': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:709:24: note: byref variable will be forcibly initialized 709 | struct tpm_buf buf; | ^~~ 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 'tpm2_pcr_read': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:161:5: note: byref variable will be forcibly initialized 161 | int tpm2_pcr_read(struct tpm_chip *chip, u32 pcr_idx, | ^~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:168:12: note: byref variable will be forcibly initialized 168 | u8 pcr_select[TPM2_PCR_SELECT_MIN] = {0}; | ^~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:166:24: note: byref variable will be forcibly initialized 166 | struct tpm_buf buf; | ^~~ 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 'tpm2_pcr_extend': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/tpm/tpm2-cmd.c:239:36: note: byref variable will be forcibly initialized 239 | struct tpm2_null_auth_area auth_area; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:238:24: note: byref variable will be forcibly initialized 238 | struct tpm_buf buf; | ^~~ 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 'tpm2_get_random': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:291:24: note: byref variable will be forcibly initialized 291 | struct tpm_buf buf; | ^~~ 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 'tpm2_shutdown': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:431:24: note: byref variable will be forcibly initialized 431 | struct tpm_buf buf; | ^~~ 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 'tpm2_get_pcr_allocation': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/tpm/tpm2-cmd.c:551:24: note: byref variable will be forcibly initialized 551 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:550:35: note: byref variable will be forcibly initialized 550 | struct tpm2_pcr_selection pcr_selection; | ^~~~~~~~~~~~~ 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'wakeup_source_deactivate': /kisskb/src/drivers/base/power/wakeup.c:700:27: note: byref variable will be forcibly initialized 700 | unsigned int cnt, inpr, cec; | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:700:22: note: byref variable will be forcibly initialized 700 | unsigned int cnt, inpr, cec; | ^~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_wakeup_pending': /kisskb/src/drivers/base/power/wakeup.c:918:35: note: byref variable will be forcibly initialized 918 | unsigned int cnt, inpr; | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:918:30: note: byref variable will be forcibly initialized 918 | unsigned int cnt, inpr; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_get_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:1005:29: note: byref variable will be forcibly initialized 1005 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:1005:17: note: in expansion of macro 'DEFINE_WAIT' 1005 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/wakeup.c:1002:27: note: byref variable will be forcibly initialized 1002 | unsigned int cnt, inpr; | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:1002:22: note: byref variable will be forcibly initialized 1002 | unsigned int cnt, inpr; | ^~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_save_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:1036:27: note: byref variable will be forcibly initialized 1036 | unsigned int cnt, inpr; | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:1036:22: note: byref variable will be forcibly initialized 1036 | unsigned int cnt, inpr; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/spi.h:239, from /kisskb/src/drivers/spi/spi.c:38: /kisskb/src/drivers/spi/spi.c: In function 'perf_trace_spi_controller': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/spi.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/spi.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'perf_trace_spi_setup': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:45:1: note: in expansion of macro 'TRACE_EVENT' 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:45:1: note: in expansion of macro 'TRACE_EVENT' 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'perf_trace_spi_set_cs': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'perf_trace_spi_message': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/spi.h:102:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/spi.h:102:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'perf_trace_spi_message_done': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/spi.h:239, from /kisskb/src/drivers/spi/spi.c:38: /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_controller': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/spi.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_setup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:45:1: note: in expansion of macro 'TRACE_EVENT' 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_set_cs': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_message': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/spi.h:102:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_message_done': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/spi/spi.c:8: /kisskb/src/drivers/spi/spi.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/spi/spi.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/spi.h:239, from /kisskb/src/drivers/spi/spi.c:38: /kisskb/src/drivers/spi/spi.c: In function 'perf_trace_spi_transfer': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/spi.h:239, from /kisskb/src/drivers/spi/spi.c:38: /kisskb/src/drivers/spi/spi.c: In function 'trace_event_raw_event_spi_transfer': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x01.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x01.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/spi.h:239, from /kisskb/src/drivers/spi/spi.c:38: /kisskb/src/drivers/spi/spi.c: In function '__bpf_trace_spi_controller': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function '__bpf_trace_spi_message': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:102:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:102:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:242, from /kisskb/src/drivers/gpu/host1x/hw/host1x01.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x01.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:30: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function '__bpf_trace_spi_message_done': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function '__bpf_trace_spi_setup': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:45:1: note: in expansion of macro 'TRACE_EVENT' 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:45:1: note: in expansion of macro 'TRACE_EVENT' 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:45:1: note: in expansion of macro 'TRACE_EVENT' 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:45:1: note: in expansion of macro 'TRACE_EVENT' 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function '__bpf_trace_spi_set_cs': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi.c: In function '__bpf_trace_spi_transfer': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spi.h:179:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x01.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x01.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x01.c:16: /kisskb/src/drivers/gpu/host1x/hw/host1x01.c: In function 'submit_gathers': /kisskb/src/drivers/gpu/host1x/hw/channel_hw.c:104:36: note: byref variable will be forcibly initialized 104 | dma_addr_t addr = g->base + g->offset; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/spi/spi.c:8: /kisskb/src/drivers/spi/spi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/spi/spi.c: In function 'spi_split_transfers_maxsize': /kisskb/src/drivers/spi/spi.c:3394:30: note: byref variable will be forcibly initialized 3394 | struct spi_transfer *xfer; | ^~~~ In file included from /kisskb/src/drivers/spi/spi.c:8: /kisskb/src/drivers/spi/spi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/spi/spi.c: In function 'slave_store': /kisskb/src/drivers/spi/spi.c:2640:14: note: byref variable will be forcibly initialized 2640 | char name[32]; | ^~~~ /kisskb/src/drivers/spi/spi.c: In function 'of_spi_parse_dt': /kisskb/src/drivers/spi/spi.c:2065:13: note: byref variable will be forcibly initialized 2065 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/drivers/spi/spi.c:8: /kisskb/src/drivers/spi/spi.c: In function '__spi_sync': /kisskb/src/drivers/spi/spi.c:3898:36: note: byref variable will be forcibly initialized 3898 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/spi/spi.c: In function 'spi_write_then_read': /kisskb/src/drivers/spi/spi.c:4091:33: note: byref variable will be forcibly initialized 4091 | struct spi_transfer x[2]; | ^ /kisskb/src/drivers/spi/spi.c:4090:33: note: byref variable will be forcibly initialized 4090 | struct spi_message message; | ^~~~~~~ /kisskb/src/drivers/mtd/parsers/parser_trx.c: In function 'parser_trx_data_part_name': /kisskb/src/drivers/mtd/parsers/parser_trx.c:32:16: note: byref variable will be forcibly initialized 32 | size_t bytes_read; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/parsers/parser_trx.c:31:18: note: byref variable will be forcibly initialized 31 | uint32_t buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/parsers/parser_trx.c:8: /kisskb/src/drivers/mtd/parsers/parser_trx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/parsers/parser_trx.c: In function 'parser_trx_parse': /kisskb/src/drivers/mtd/parsers/parser_trx.c:60:18: note: byref variable will be forcibly initialized 60 | uint32_t trx_magic = TRX_MAGIC; | ^~~~~~~~~ /kisskb/src/drivers/mtd/parsers/parser_trx.c:58:16: note: byref variable will be forcibly initialized 58 | size_t bytes_read; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/parsers/parser_trx.c:57:27: note: byref variable will be forcibly initialized 57 | struct trx_header trx; | ^~~ In file included from /kisskb/src/drivers/mtd/parsers/ar7part.c:10: /kisskb/src/drivers/mtd/parsers/ar7part.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/parsers/ar7part.c: In function 'create_mtd_partitions': /kisskb/src/drivers/mtd/parsers/ar7part.c:37:16: note: byref variable will be forcibly initialized 37 | size_t len; | ^~~ /kisskb/src/drivers/mtd/parsers/ar7part.c:35:28: note: byref variable will be forcibly initialized 35 | struct ar7_bin_rec header; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x02.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x02.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:242, from /kisskb/src/drivers/gpu/host1x/hw/host1x02.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x02.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:30: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x02.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x02.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x02.c:16: /kisskb/src/drivers/gpu/host1x/hw/host1x02.c: In function 'submit_gathers': /kisskb/src/drivers/gpu/host1x/hw/channel_hw.c:104:36: note: byref variable will be forcibly initialized 104 | dma_addr_t addr = g->base + g->offset; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x04.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x04.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:242, from /kisskb/src/drivers/gpu/host1x/hw/host1x04.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x04.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:30: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x04.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x04.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x04.c:16: /kisskb/src/drivers/gpu/host1x/hw/host1x04.c: In function 'submit_gathers': /kisskb/src/drivers/gpu/host1x/hw/channel_hw.c:104:36: note: byref variable will be forcibly initialized 104 | dma_addr_t addr = g->base + g->offset; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x05.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x05.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:242, from /kisskb/src/drivers/gpu/host1x/hw/host1x05.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x05.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:30: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~~~ In file included from /kisskb/src/drivers/char/tpm/tpm.h:27, from /kisskb/src/drivers/char/tpm/tpm2-space.c:16: /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_load_context': /kisskb/src/drivers/char/tpm/tpm2-space.c:74:24: note: byref variable will be forcibly initialized 74 | struct tpm_buf tbuf; | ^~~~ 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 'tpm2_save_context': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c:125:24: note: byref variable will be forcibly initialized 125 | struct tpm_buf tbuf; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x05.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x05.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_load_space': /kisskb/src/drivers/char/tpm/tpm2-space.c:200:21: note: byref variable will be forcibly initialized 200 | u32 handle; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c:179:22: note: byref variable will be forcibly initialized 179 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_save_space': /kisskb/src/drivers/char/tpm/tpm2-space.c:494:22: note: byref variable will be forcibly initialized 494 | unsigned int offset; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x05.c:16: /kisskb/src/drivers/gpu/host1x/hw/host1x05.c: In function 'submit_gathers': /kisskb/src/drivers/gpu/host1x/hw/channel_hw.c:104:36: note: byref variable will be forcibly initialized 104 | dma_addr_t addr = g->base + g->offset; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:240, from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'host1x_debug_show_channel_fifo': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:72:13: note: byref variable will be forcibly initialized 72 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:240, from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:34: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_reg_read': /kisskb/src/drivers/mfd/88pm860x-i2c.c:20:22: note: byref variable will be forcibly initialized 20 | unsigned int data; | ^~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'write_device': /kisskb/src/drivers/mfd/88pm860x-i2c.c:124:24: note: byref variable will be forcibly initialized 124 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:122:23: note: byref variable will be forcibly initialized 122 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'read_device': /kisskb/src/drivers/mfd/88pm860x-i2c.c:89:24: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:87:23: note: byref variable will be forcibly initialized 87 | unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX + 2]; | ^~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:86:23: note: byref variable will be forcibly initialized 86 | unsigned char msgbuf0[I2C_SMBUS_BLOCK_MAX + 3]; | ^~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_page_reg_write': /kisskb/src/drivers/mfd/88pm860x-i2c.c:143:23: note: byref variable will be forcibly initialized 143 | unsigned char zero; | ^~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_page_bulk_read': /kisskb/src/drivers/mfd/88pm860x-i2c.c:161:23: note: byref variable will be forcibly initialized 161 | unsigned char zero = 0; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x07.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x07.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:240, from /kisskb/src/drivers/gpu/host1x/hw/host1x07.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x07.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:34: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x07.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x07.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcr_value_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:354:27: note: byref variable will be forcibly initialized 354 | struct tpm_digest digest; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'caps_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:212:15: note: byref variable will be forcibly initialized 212 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'temp_deactivated_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:188:15: note: byref variable will be forcibly initialized 188 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'owned_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:166:15: note: byref variable will be forcibly initialized 166 | cap_t cap; | ^~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_pci_update_config_reg': /kisskb/src/drivers/misc/cb710/core.c:20:13: note: byref variable will be forcibly initialized 20 | u32 rval; | ^~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'active_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:144:15: note: byref variable will be forcibly initialized 144 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'enabled_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:122:15: note: byref variable will be forcibly initialized 122 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcrs_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:86:12: note: byref variable will be forcibly initialized 86 | u8 digest[TPM_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c:85:15: note: byref variable will be forcibly initialized 85 | cap_t cap; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/misc/cb710/core.c:8: /kisskb/src/drivers/misc/cb710/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_pci_configure': /kisskb/src/drivers/misc/cb710/core.c:33:13: note: byref variable will be forcibly initialized 33 | u32 val; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pubek_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:40:14: note: byref variable will be forcibly initialized 40 | char anti_replay[20]; | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c:35:24: note: byref variable will be forcibly initialized 35 | struct tpm_buf tpm_buf; | ^~~~~~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_probe': /kisskb/src/drivers/misc/cb710/core.c:191:13: note: byref variable will be forcibly initialized 191 | u32 val; | ^~~ /kisskb/src/drivers/misc/cb710/sgbuf2.c: In function 'cb710_sg_dwiter_write_next_block': /kisskb/src/drivers/misc/cb710/sgbuf2.c:133:19: note: byref variable will be forcibly initialized 133 | uint32_t *ptr = NULL; | ^~~ /kisskb/src/drivers/misc/cb710/sgbuf2.c: In function 'sg_dwiter_read_buffer': /kisskb/src/drivers/misc/cb710/sgbuf2.c:28:18: note: byref variable will be forcibly initialized 28 | uint32_t data; | ^~~~ /kisskb/src/drivers/misc/cb710/sgbuf2.c: In function 'cb710_sg_dwiter_read_next_block': /kisskb/src/drivers/misc/cb710/sgbuf2.c:92:19: note: byref variable will be forcibly initialized 92 | uint32_t *ptr = NULL; | ^~~ /kisskb/src/drivers/mfd/88pm800.c: In function 'device_800_init': /kisskb/src/drivers/mfd/88pm800.c:475:22: note: byref variable will be forcibly initialized 475 | unsigned int val; | ^~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_block': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regcache_sync': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_bool': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regmap_async': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'perf_trace_regcache_drop_region': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_native': /kisskb/src/drivers/base/regmap/regmap.c:452:13: note: byref variable will be forcibly initialized 452 | u64 v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_le_inplace': /kisskb/src/drivers/base/regmap/regmap.c:445:13: note: byref variable will be forcibly initialized 445 | u64 v = get_unaligned_le64(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:438:13: note: byref variable will be forcibly initialized 438 | u64 v = get_unaligned_be64(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_native': /kisskb/src/drivers/base/regmap/regmap.c:419:13: note: byref variable will be forcibly initialized 419 | u32 v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_le_inplace': /kisskb/src/drivers/base/regmap/regmap.c:412:13: note: byref variable will be forcibly initialized 412 | u32 v = get_unaligned_le32(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:405:13: note: byref variable will be forcibly initialized 405 | u32 v = get_unaligned_be32(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_native': /kisskb/src/drivers/base/regmap/regmap.c:377:13: note: byref variable will be forcibly initialized 377 | u16 v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_le_inplace': /kisskb/src/drivers/base/regmap/regmap.c:370:13: note: byref variable will be forcibly initialized 370 | u16 v = get_unaligned_le16(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:363:13: note: byref variable will be forcibly initialized 363 | u16 v = get_unaligned_be16(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_64_native': /kisskb/src/drivers/base/regmap/regmap.c:334:13: note: byref variable will be forcibly initialized 334 | u64 v = (u64) val << shift; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_32_native': /kisskb/src/drivers/base/regmap/regmap.c:315:13: note: byref variable will be forcibly initialized 315 | u32 v = val << shift; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_16_native': /kisskb/src/drivers/base/regmap/regmap.c:286:13: note: byref variable will be forcibly initialized 286 | u16 v = val << shift; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_reg': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_block': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_sync': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_bool': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_async': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_drop_region': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_regmap_reg': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regmap_block': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regcache_sync': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi-bcm2835aux.c: In function 'bcm2835aux_debugfs_create': /kisskb/src/drivers/spi/spi-bcm2835aux.c:110:14: note: byref variable will be forcibly initialized 110 | char name[64]; | ^~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regcache_drop_region': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regmap_bool': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regmap_async': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_async_complete': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3224:9: note: in expansion of macro 'wait_event' 3224 | wait_event(map->async_waitq, regmap_async_is_done(map)); | ^~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_cached': /kisskb/src/drivers/base/regmap/regmap.c:107:22: note: byref variable will be forcibly initialized 107 | unsigned int val; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_field_read': /kisskb/src/drivers/base/regmap/regmap.c:2952:22: note: byref variable will be forcibly initialized 2952 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_fields_read': /kisskb/src/drivers/base/regmap/regmap.c:2979:22: note: byref variable will be forcibly initialized 2979 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:3162:22: note: byref variable will be forcibly initialized 3162 | unsigned int val, ret; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_update_bits': /kisskb/src/drivers/base/regmap/regmap.c:3080:27: note: byref variable will be forcibly initialized 3080 | unsigned int tmp, orig; | ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_select_page': /kisskb/src/drivers/base/regmap/regmap.c:1621:14: note: byref variable will be forcibly initialized 1621 | bool page_chg; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2810:22: note: byref variable will be forcibly initialized 2810 | unsigned int v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_bulk_read': /kisskb/src/drivers/base/regmap/regmap.c:3039:38: note: byref variable will be forcibly initialized 3039 | unsigned int ival; | ^~~~ /kisskb/src/drivers/slimbus/core.c: In function 'of_register_slim_devices': /kisskb/src/drivers/slimbus/core.c:209:30: note: byref variable will be forcibly initialized 209 | int manf_id, prod_code; | ^~~~~~~~~ /kisskb/src/drivers/slimbus/core.c:209:21: note: byref variable will be forcibly initialized 209 | int manf_id, prod_code; | ^~~~~~~ /kisskb/src/drivers/slimbus/core.c:208:21: note: byref variable will be forcibly initialized 208 | int reg[2], ret; | ^~~ /kisskb/src/drivers/slimbus/core.c:206:35: note: byref variable will be forcibly initialized 206 | struct slim_eaddr e_addr; | ^~~~~~ /kisskb/src/drivers/slimbus/core.c: In function 'slim_device_alloc_laddr': /kisskb/src/drivers/slimbus/core.c:430:12: note: byref variable will be forcibly initialized 430 | u8 laddr; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/base/power/domain.c:12: /kisskb/src/drivers/base/power/domain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/power/domain.c: In function '__genpd_dev_pm_attach': /kisskb/src/drivers/base/power/domain.c:2716:32: note: byref variable will be forcibly initialized 2716 | struct of_phandle_args pd_args; | ^~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_parse_state': /kisskb/src/drivers/base/power/domain.c:2904:28: note: byref variable will be forcibly initialized 2904 | u32 entry_latency, exit_latency; | ^~~~~~~~~~~~ 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:21: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'perf_trace_dma_fence': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2904:13: note: byref variable will be forcibly initialized 2904 | u32 entry_latency, exit_latency; | ^~~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2903:13: note: byref variable will be forcibly initialized 2903 | u32 residency; | ^~~~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_iterate_idle_states': /kisskb/src/drivers/base/power/domain.c:2937:36: note: byref variable will be forcibly initialized 2937 | struct of_phandle_iterator it; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:21: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'trace_event_raw_event_dma_fence': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_summary_one': /kisskb/src/drivers/base/power/domain.c:3098:14: note: byref variable will be forcibly initialized 3098 | char state[16]; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:21: /kisskb/src/drivers/dma-buf/dma-fence.c: In function '__bpf_trace_dma_fence': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/dma-buf/dma-fence.c:13: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/power/domain_governor.c: In function 'default_suspend_ok': /kisskb/src/drivers/base/power/domain_governor.c:57:13: note: byref variable will be forcibly initialized 57 | s64 constraint_ns; | ^~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_signal_timestamp_locked': /kisskb/src/drivers/dma-buf/dma-fence.c:362:26: note: byref variable will be forcibly initialized 362 | struct list_head cb_list; | ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_default_wait': /kisskb/src/drivers/dma-buf/dma-fence.c:755:32: note: byref variable will be forcibly initialized 755 | struct default_wait_cb cb; | ^~ /kisskb/src/drivers/char/tpm/eventlog/tpm1.c: In function 'get_event_name': /kisskb/src/drivers/char/tpm/eventlog/tpm1.c:148:14: note: byref variable will be forcibly initialized 148 | char data[41] = ""; | ^~~~ /kisskb/src/drivers/char/tpm/eventlog/tpm1.c: In function 'tpm1_binary_bios_measurements_show': /kisskb/src/drivers/char/tpm/eventlog/tpm1.c:226:27: note: byref variable will be forcibly initialized 226 | struct tcpa_event temp_event; | ^~~~~~~~~~ /kisskb/src/drivers/spi/spi-butterfly.c: In function 'butterfly_attach': /kisskb/src/drivers/spi/spi-butterfly.c:183:33: note: byref variable will be forcibly initialized 183 | struct pardev_cb butterfly_cb; | ^~~~~~~~~~~~ /kisskb/src/drivers/firewire/nosy.c: In function 'nosy_ioctl': /kisskb/src/drivers/firewire/nosy.c:348:27: note: byref variable will be forcibly initialized 348 | struct nosy_stats stats; | ^~~~~ 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/firewire/nosy.c:7: /kisskb/src/drivers/firewire/nosy.c: In function 'packet_buffer_get': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/nosy.c:143:13: note: in expansion of macro 'wait_event_interruptible' 143 | if (wait_event_interruptible(buffer->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/nosy.c: In function 'bus_reset_irq_handler': /kisskb/src/drivers/firewire/nosy.c:442:16: note: byref variable will be forcibly initialized 442 | u32 timestamp; | ^~~~~~~~~ /kisskb/src/drivers/firewire/nosy.c:441:27: note: byref variable will be forcibly initialized 441 | struct timespec64 ts64; | ^~~~ /kisskb/src/drivers/firewire/nosy.c: In function 'packet_irq_handler': /kisskb/src/drivers/firewire/nosy.c:411:27: note: byref variable will be forcibly initialized 411 | struct timespec64 ts64; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/drivers/char/tpm/eventlog/tpm2.c:15: /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/char/tpm/eventlog/tpm2.c:20: /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function '__calc_tpm2_event_size': /kisskb/src/include/linux/tpm_eventlog.h:176:18: note: byref variable will be forcibly initialized 176 | const u8 zero_digest[sizeof(event_header->digest)] = {0}; | ^~~~~~~~~~~ /kisskb/src/include/linux/tpm_eventlog.h:172:13: note: byref variable will be forcibly initialized 172 | u16 halg; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/power/clock_ops.c:9: /kisskb/src/drivers/base/power/clock_ops.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_destroy': /kisskb/src/drivers/base/power/clock_ops.c:498:26: note: byref variable will be forcibly initialized 498 | struct list_head list; | ^~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_suspend': /kisskb/src/drivers/base/power/clock_ops.c:547:23: note: byref variable will be forcibly initialized 547 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_resume': /kisskb/src/drivers/base/power/clock_ops.c:585:23: note: byref variable will be forcibly initialized 585 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/mfd/88pm80x.c: In function 'pm80x_init': /kisskb/src/drivers/mfd/88pm80x.c:55:22: note: byref variable will be forcibly initialized 55 | unsigned int val; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'check_locality': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:123:12: note: byref variable will be forcibly initialized 123 | u8 access; | ^~~~~~ In file included from /kisskb/src/drivers/char/tpm/tpm_tis_core.c:28: /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_read32': /kisskb/src/drivers/char/tpm/tpm_tis_core.h:155:16: note: byref variable will be forcibly initialized 155 | __le32 result_le; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_write32': /kisskb/src/drivers/char/tpm/tpm_tis_core.h:182:16: note: byref variable will be forcibly initialized 182 | __le32 value_le; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_remove': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:836:13: note: byref variable will be forcibly initialized 836 | u32 interrupt; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_reenable_interrupts': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:1112:13: note: byref variable will be forcibly initialized 1112 | static void tpm_tis_reenable_interrupts(struct tpm_chip *chip) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:1115:13: note: byref variable will be forcibly initialized 1115 | u32 intmask; | ^~~~~~~ In file included from /kisskb/src/drivers/char/tpm/tpm_tis_core.c:28: /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_read16': /kisskb/src/drivers/char/tpm/tpm_tis_core.h:141:16: note: byref variable will be forcibly initialized 141 | __le16 result_le; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_update_durations': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:511:15: note: byref variable will be forcibly initialized 511 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:509:13: note: byref variable will be forcibly initialized 509 | u32 did_vid; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_update_timeouts': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:585:13: note: byref variable will be forcibly initialized 585 | u32 did_vid; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_status': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:193:12: note: byref variable will be forcibly initialized 193 | u8 status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'get_burstcount': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:237:13: note: byref variable will be forcibly initialized 237 | u32 value; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'wait_startup': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:106:20: note: byref variable will be forcibly initialized 106 | u8 access; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/tpm/tpm_tis_core.c:19: /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'wait_for_tpm_stat': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:69:22: note: in expansion of macro 'wait_event_interruptible_timeout' 69 | rc = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:55:14: note: byref variable will be forcibly initialized 55 | bool canceled = false; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_send_data': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:341:12: note: byref variable will be forcibly initialized 341 | static int tpm_tis_send_data(struct tpm_chip *chip, const u8 *buf, size_t len) | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_send_main': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:435:12: note: byref variable will be forcibly initialized 435 | static int tpm_tis_send_main(struct tpm_chip *chip, const u8 *buf, size_t len) | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'request_locality': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:148:12: note: byref variable will be forcibly initialized 148 | static int request_locality(struct tpm_chip *chip, int l) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/tpm/tpm_tis_core.c:19: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:168:22: note: in expansion of macro 'wait_event_interruptible_timeout' 168 | rc = wait_event_interruptible_timeout(priv->int_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/malidp_drv.c: In function 'malidp_is_compatible_hw_id': /kisskb/src/drivers/gpu/drm/arm/malidp_drv.c:622:22: note: byref variable will be forcibly initialized 622 | char buf[32]; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'probe_itpm': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:628:13: note: byref variable will be forcibly initialized 628 | u16 vendor; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tis_int_handler': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:686:13: note: byref variable will be forcibly initialized 686 | u32 interrupt; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_gen_interrupt': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:721:15: note: byref variable will be forcibly initialized 721 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:720:13: note: byref variable will be forcibly initialized 720 | u32 cap2; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_probe_irq_single': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:742:12: note: byref variable will be forcibly initialized 742 | static int tpm_tis_probe_irq_single(struct tpm_chip *chip, u32 intmask, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:742:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/tpm/tpm_tis_core.c:748:13: note: byref variable will be forcibly initialized 748 | u32 int_status; | ^~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:746:12: note: byref variable will be forcibly initialized 746 | u8 original_int_vec; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_probe_irq': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:813:12: note: byref variable will be forcibly initialized 813 | u8 original_int_vec; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'disable_interrupts': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:412:13: note: byref variable will be forcibly initialized 412 | u32 intmask; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/drm/arm/malidp_drv.c:9: /kisskb/src/drivers/gpu/drm/arm/malidp_drv.c: In function 'malidp_set_and_wait_config_valid': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/malidp_drv.c:183:15: note: in expansion of macro 'wait_event_interruptible_timeout' 183 | ret = wait_event_interruptible_timeout(malidp->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_core_init': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:930:12: note: byref variable will be forcibly initialized 930 | u8 rid; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:928:13: note: byref variable will be forcibly initialized 928 | u32 intmask; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:927:13: note: byref variable will be forcibly initialized 927 | u32 intfcaps; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:926:13: note: byref variable will be forcibly initialized 926 | u32 vendor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/arm/malidp_drv.c: In function 'malidp_bind': /kisskb/src/drivers/gpu/drm/arm/malidp_drv.c:716:12: note: byref variable will be forcibly initialized 716 | u8 output_width[MAX_OUTPUT_CHANNELS]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/malidp_drv.c: In function 'malidp_platform_probe': /kisskb/src/drivers/gpu/drm/arm/malidp_drv.c:940:33: note: byref variable will be forcibly initialized 940 | struct component_match *match = NULL; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/slimbus/messaging.c:6: /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_do_transfer': /kisskb/src/drivers/slimbus/messaging.c:112:36: note: byref variable will be forcibly initialized 112 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_read': /kisskb/src/drivers/slimbus/messaging.c:298:29: note: byref variable will be forcibly initialized 298 | struct slim_val_inf msg; | ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_readb': /kisskb/src/drivers/slimbus/messaging.c:317:12: note: byref variable will be forcibly initialized 317 | u8 buf; | ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_write': /kisskb/src/drivers/slimbus/messaging.c:341:29: note: byref variable will be forcibly initialized 341 | struct slim_val_inf msg; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/spi/spi-gpio.c:10: /kisskb/src/drivers/spi/spi-gpio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c: In function 'dspi_pop_tx': /kisskb/src/drivers/spi/spi-fsl-dspi.c:329:13: note: byref variable will be forcibly initialized 329 | u32 txdata = 0; | ^~~~~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c: In function 'dspi_popr_read': /kisskb/src/drivers/spi/spi-fsl-dspi.c:733:13: note: byref variable will be forcibly initialized 733 | u32 rxdata = 0; | ^~~~~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c: In function 'dspi_interrupt': /kisskb/src/drivers/spi/spi-fsl-dspi.c:889:13: note: byref variable will be forcibly initialized 889 | u32 spi_sr; | ^~~~~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c: In function 'dspi_poll': /kisskb/src/drivers/spi/spi-fsl-dspi.c:870:13: note: byref variable will be forcibly initialized 870 | u32 spi_sr; | ^~~~~~ In file included from /kisskb/src/drivers/spi/spi-fsl-dspi.c:11: /kisskb/src/drivers/spi/spi-fsl-dspi.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:970:28: note: byref variable will be forcibly initialized 970 | struct scatterlist sg; | ^~ /kisskb/src/drivers/spi/spi-fsl-dspi.c: In function 'dspi_setup': /kisskb/src/drivers/spi/spi-fsl-dspi.c:981:33: note: byref variable will be forcibly initialized 981 | unsigned char pasc = 0, asc = 0; | ^~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c:981:23: note: byref variable will be forcibly initialized 981 | unsigned char pasc = 0, asc = 0; | ^~~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c:979:31: note: byref variable will be forcibly initialized 979 | u32 cs_sck_delay = 0, sck_cs_delay = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c:979:13: note: byref variable will be forcibly initialized 979 | u32 cs_sck_delay = 0, sck_cs_delay = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c:978:52: note: byref variable will be forcibly initialized 978 | unsigned char br = 0, pbr = 0, pcssck = 0, cssck = 0; | ^~~~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c:978:40: note: byref variable will be forcibly initialized 978 | unsigned char br = 0, pbr = 0, pcssck = 0, cssck = 0; | ^~~~~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c:978:31: note: byref variable will be forcibly initialized 978 | unsigned char br = 0, pbr = 0, pcssck = 0, cssck = 0; | ^~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c:978:23: note: byref variable will be forcibly initialized 978 | unsigned char br = 0, pbr = 0, pcssck = 0, cssck = 0; | ^~ /kisskb/src/drivers/spi/spi-fsl-dspi.c: In function 'dspi_request_dma': /kisskb/src/drivers/spi/spi-fsl-dspi.c:495:33: note: byref variable will be forcibly initialized 495 | struct dma_slave_config cfg; | ^~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c: In function 'dspi_probe': /kisskb/src/drivers/spi/spi-fsl-dspi.c:1224:26: note: byref variable will be forcibly initialized 1224 | int ret, cs_num, bus_num = -1; | ^~~~~~~ /kisskb/src/drivers/spi/spi-fsl-dspi.c:1224:18: note: byref variable will be forcibly initialized 1224 | int ret, cs_num, bus_num = -1; | ^~~~~~ /kisskb/src/drivers/spi/spi-orion.c: In function 'orion_spi_write_read': /kisskb/src/drivers/spi/spi-orion.c:518:22: note: byref variable will be forcibly initialized 518 | u16 *rx = xfer->rx_buf; | ^~ /kisskb/src/drivers/spi/spi-orion.c:517:28: note: byref variable will be forcibly initialized 517 | const u16 *tx = xfer->tx_buf; | ^~ /kisskb/src/drivers/spi/spi-orion.c:508:21: note: byref variable will be forcibly initialized 508 | u8 *rx = xfer->rx_buf; | ^~ /kisskb/src/drivers/spi/spi-orion.c:507:27: note: byref variable will be forcibly initialized 507 | const u8 *tx = xfer->tx_buf; | ^~ /kisskb/src/drivers/spi/spi-orion.c: In function 'orion_spi_probe': /kisskb/src/drivers/spi/spi-orion.c:740:21: note: byref variable will be forcibly initialized 740 | u32 cs; | ^~ /kisskb/src/drivers/spi/spi-orion.c:664:21: note: byref variable will be forcibly initialized 664 | u32 cell_index; | ^~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis.c: In function 'tpm_tcg_read_bytes': /kisskb/src/drivers/char/tpm/tpm_tis.c:160:16: note: byref variable will be forcibly initialized 160 | __le32 result_le32; | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis.c:159:16: note: byref variable will be forcibly initialized 159 | __le16 result_le16; | ^~~~~~~~~~~ /kisskb/src/drivers/spi/spi-rockchip-sfc.c: In function 'rockchip_sfc_write_fifo': /kisskb/src/drivers/spi/spi-rockchip-sfc.c:371:13: note: byref variable will be forcibly initialized 371 | u32 tmp = 0; | ^~~ /kisskb/src/drivers/spi/spi-rockchip-sfc.c: In function 'rockchip_sfc_read_fifo': /kisskb/src/drivers/spi/spi-rockchip-sfc.c:402:13: note: byref variable will be forcibly initialized 402 | int tmp; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_8': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:118:12: note: byref variable will be forcibly initialized 118 | s8 lo; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_12': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:16: note: byref variable will be forcibly initialized 127 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:12: note: byref variable will be forcibly initialized 127 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis331dlh_read_data': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:16: note: byref variable will be forcibly initialized 138 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:12: note: byref variable will be forcibly initialized 138 | u8 lo, hi; | ^~ In file included from /kisskb/src/drivers/slimbus/stream.c:6: /kisskb/src/drivers/slimbus/stream.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_odr_index': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:213:12: note: byref variable will be forcibly initialized 213 | u8 ctrl; | ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_connect_port_channel': /kisskb/src/drivers/slimbus/stream.c:128:29: note: byref variable will be forcibly initialized 128 | struct slim_val_inf msg = {0, 2, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:127:12: note: byref variable will be forcibly initialized 127 | u8 wbuf[2]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_poweron': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:406:12: note: byref variable will be forcibly initialized 406 | u8 reg; | ^~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_define_channel': /kisskb/src/drivers/slimbus/stream.c:303:29: note: byref variable will be forcibly initialized 303 | struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:302:12: note: byref variable will be forcibly initialized 302 | u8 wbuf[4]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_set_odr': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:244:12: note: byref variable will be forcibly initialized 244 | u8 ctrl; | ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_define_channel_content': /kisskb/src/drivers/slimbus/stream.c:268:29: note: byref variable will be forcibly initialized 268 | struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:267:12: note: byref variable will be forcibly initialized 267 | u8 wbuf[4]; | ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_activate_channel': /kisskb/src/drivers/slimbus/stream.c:327:29: note: byref variable will be forcibly initialized 327 | struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:326:12: note: byref variable will be forcibly initialized 326 | u8 wbuf[1]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_enable': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:685:13: note: byref variable will be forcibly initialized 685 | int btns[] = {BTN_X, BTN_Y, BTN_Z}; | ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_deactivate_remove_channel': /kisskb/src/drivers/slimbus/stream.c:164:29: note: byref variable will be forcibly initialized 164 | struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:163:12: note: byref variable will be forcibly initialized 163 | u8 wbuf[1]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:270:12: note: byref variable will be forcibly initialized 270 | u8 ctrl_reg_data; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:266:20: note: byref variable will be forcibly initialized 266 | u8 ctlreg, reg; | ^~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_disconnect_port': /kisskb/src/drivers/slimbus/stream.c:148:29: note: byref variable will be forcibly initialized 148 | struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:147:12: note: byref variable will be forcibly initialized 147 | u8 wbuf[1]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_xyz': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:184:28: note: byref variable will be forcibly initialized 184 | u8 data[5]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:179:29: note: byref variable will be forcibly initialized 179 | u16 data[3]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:174:13: note: byref variable will be forcibly initialized 174 | int position[3]; | ^~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis302dl_data_ready': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:536:13: note: byref variable will be forcibly initialized 536 | int dummy; | ^~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_poll': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:19: note: byref variable will be forcibly initialized 448 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:16: note: byref variable will be forcibly initialized 448 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:13: note: byref variable will be forcibly initialized 448 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis302dl_interrupt_handle_click': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:511:12: note: byref variable will be forcibly initialized 511 | u8 click_src; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_read': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:66:24: note: byref variable will be forcibly initialized 66 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_write': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:108:24: note: byref variable will be forcibly initialized 108 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_max_tmds_clock': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:271:17: note: byref variable will be forcibly initialized 271 | uint8_t max_tmds_clock; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_rate_set': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_get_tmds_output': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:317:17: note: byref variable will be forcibly initialized 317 | uint8_t tmds_oen; | ^~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:840:23: note: byref variable will be forcibly initialized 840 | unsigned long rate; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_set_tmds_output': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:369:25: note: byref variable will be forcibly initialized 369 | uint8_t tmp; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:357:17: note: byref variable will be forcibly initialized 357 | uint8_t tmds_oen = enable ? 0 : DP_DUAL_MODE_TMDS_DISABLE; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_detect': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:187:17: note: byref variable will be forcibly initialized 187 | uint8_t adaptor_id = 0x00; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:186:14: note: byref variable will be forcibly initialized 186 | char hdmi_id[DP_DUAL_MODE_HDMI_ID_LEN] = {}; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_lspcon_get_mode': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:442:12: note: byref variable will be forcibly initialized 442 | u8 data; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_position_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:19: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:16: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:13: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest_show': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_lspcon_set_mode': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:492:30: note: byref variable will be forcibly initialized 492 | enum drm_lspcon_mode current_mode; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:786:13: note: byref variable will be forcibly initialized 786 | s16 values[3]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:489:12: note: byref variable will be forcibly initialized 489 | u8 data = 0; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_init_dt': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:959:13: note: byref variable will be forcibly initialized 959 | s32 sval; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:958:13: note: byref variable will be forcibly initialized 958 | u32 val; | ^~~ /kisskb/src/drivers/spi/spi-pl022.c: In function 'pl022_setup': /kisskb/src/drivers/spi/spi-pl022.c:1845:33: note: byref variable will be forcibly initialized 1845 | struct ssp_clock_params clk_freq = { .cpsdvsr = 0, .scr = 0}; | ^~~~~~~~ /kisskb/src/drivers/spi/spi-pl022.c:1843:34: note: byref variable will be forcibly initialized 1843 | struct pl022_config_chip chip_info_dt; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_misc_read': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:607:23: note: byref variable will be forcibly initialized 607 | unsigned char byte_data; | ^~~~~~~~~ In file included from /kisskb/src/drivers/spi/spi-tegra210-quad.c:8: /kisskb/src/drivers/spi/spi-tegra210-quad.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:970:28: note: byref variable will be forcibly initialized 970 | struct scatterlist sg; | ^~ /kisskb/src/drivers/spi/spi-tegra210-quad.c: In function 'tegra_qspi_init_dma': /kisskb/src/drivers/spi/spi-tegra210-quad.c:738:20: note: byref variable will be forcibly initialized 738 | dma_addr_t dma_phys; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_get_quirks': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2218:12: note: byref variable will be forcibly initialized 2218 | u8 any_device[] = DEVICE_ID_ANY; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_dpcd_access': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:476:31: note: byref variable will be forcibly initialized 476 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_dpcd_probe': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:543:12: note: byref variable will be forcibly initialized 543 | u8 buffer; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function '__read_delay': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:274:12: note: byref variable will be forcibly initialized 274 | u8 rd_interval, mask; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_128b132b_read_aux_rd_interval': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:342:12: note: byref variable will be forcibly initialized 342 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_read_sink_count': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1515:12: note: byref variable will be forcibly initialized 1515 | u8 count; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_is_frl_ready': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2916:12: note: byref variable will be forcibly initialized 2916 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_active': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3074:12: note: byref variable will be forcibly initialized 3074 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_mode': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3098:12: note: byref variable will be forcibly initialized 3098 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_frl_link_error_count': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3126:12: note: byref variable will be forcibly initialized 3126 | u8 buf, error_count; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_aux_get_crc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1905:12: note: byref variable will be forcibly initialized 1905 | u8 buf, count; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_get_phy_test_pattern': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2588:18: note: byref variable will be forcibly initialized 2588 | u8 rate, lanes; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2588:12: note: byref variable will be forcibly initialized 2588 | u8 rate, lanes; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_probe_state': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3651:12: note: byref variable will be forcibly initialized 3651 | u8 mode_reg; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3650:12: note: byref variable will be forcibly initialized 3650 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_send_real_edid_checksum': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:777:51: note: byref variable will be forcibly initialized 777 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:777:32: note: byref variable will be forcibly initialized 777 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:777:12: note: byref variable will be forcibly initialized 777 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_frl_prepare': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2892:5: note: byref variable will be forcibly initialized 2892 | int drm_dp_pcon_frl_prepare(struct drm_dp_aux *aux, bool enable_frl_ready_hpd) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_frl_configure_1': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2941:5: note: byref variable will be forcibly initialized 2941 | int drm_dp_pcon_frl_configure_1(struct drm_dp_aux *aux, int max_frl_gbps, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2945:12: note: byref variable will be forcibly initialized 2945 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_frl_configure_2': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3001:5: note: byref variable will be forcibly initialized 3001 | int drm_dp_pcon_frl_configure_2(struct drm_dp_aux *aux, int max_frl_mask, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_reset_frl_config': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3026:5: note: byref variable will be forcibly initialized 3026 | int drm_dp_pcon_reset_frl_config(struct drm_dp_aux *aux) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_frl_enable': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3044:5: note: byref variable will be forcibly initialized 3044 | int drm_dp_pcon_frl_enable(struct drm_dp_aux *aux) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3047:12: note: byref variable will be forcibly initialized 3047 | u8 buf = 0; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_configure_dsc_enc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3261:5: note: byref variable will be forcibly initialized 3261 | int drm_dp_pcon_configure_dsc_enc(struct drm_dp_aux *aux, u8 pps_buf_config) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3263:12: note: byref variable will be forcibly initialized 3263 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_convert_rgb_to_ycbcr': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3365:5: note: byref variable will be forcibly initialized 3365 | int drm_dp_pcon_convert_rgb_to_ycbcr(struct drm_dp_aux *aux, u8 color_spc) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3368:12: note: byref variable will be forcibly initialized 3368 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_set_enable': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3428:1: note: byref variable will be forcibly initialized 3428 | drm_edp_backlight_set_enable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3432:12: note: byref variable will be forcibly initialized 3432 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_probe_max': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3551:1: note: byref variable will be forcibly initialized 3551 | drm_edp_backlight_probe_max(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3556:24: note: byref variable will be forcibly initialized 3556 | u8 pn, pn_min, pn_max; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3556:16: note: byref variable will be forcibly initialized 3556 | u8 pn, pn_min, pn_max; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3556:12: note: byref variable will be forcibly initialized 3556 | u8 pn, pn_min, pn_max; | ^~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_set_phy_test_pattern': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2635:5: note: byref variable will be forcibly initialized 2635 | int drm_dp_set_phy_test_pattern(struct drm_dp_aux *aux, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2635:5: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2639:12: note: byref variable will be forcibly initialized 2639 | u8 link_config[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_set_level': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3402:12: note: byref variable will be forcibly initialized 3402 | u8 buf[2] = { 0 }; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_enable': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3477:5: note: byref variable will be forcibly initialized 3477 | int drm_edp_backlight_enable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3477:5: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3477:5: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_read_extended_dpcd_caps': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:839:12: note: byref variable will be forcibly initialized 839 | u8 dpcd_ext[DP_RECEIVER_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_downstream_debug': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1334:17: note: byref variable will be forcibly initialized 1334 | uint8_t rev[2]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1332:14: note: byref variable will be forcibly initialized 1332 | char id[7]; | ^~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_aux_crc_work': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1941:18: note: byref variable will be forcibly initialized 1941 | uint32_t crcs[3]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1940:12: note: byref variable will be forcibly initialized 1940 | u8 crc_bytes[6]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_i2c_drain_msg': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1771:31: note: byref variable will be forcibly initialized 1771 | struct drm_dp_aux_msg msg = *orig_msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_i2c_xfer': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1808:31: note: byref variable will be forcibly initialized 1808 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_start_crc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2127:5: note: byref variable will be forcibly initialized 2127 | int drm_dp_start_crc(struct drm_dp_aux *aux, struct drm_crtc *crtc) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2129:12: note: byref variable will be forcibly initialized 2129 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_stop_crc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2154:5: note: byref variable will be forcibly initialized 2154 | int drm_dp_stop_crc(struct drm_dp_aux *aux) | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2156:12: note: byref variable will be forcibly initialized 2156 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_panel_dp_aux_backlight': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3810:12: note: byref variable will be forcibly initialized 3810 | u8 edp_dpcd[EDP_DISPLAY_CTL_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3809:12: note: byref variable will be forcibly initialized 3809 | u8 current_mode; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3808:13: note: byref variable will be forcibly initialized 3808 | u16 current_level; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_powerdown': /kisskb/src/drivers/mfd/gateworks-gsc.c:79:23: note: byref variable will be forcibly initialized 79 | unsigned char regs[4]; | ^~~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_store': /kisskb/src/drivers/mfd/gateworks-gsc.c:127:14: note: byref variable will be forcibly initialized 127 | long value; | ^~~~~ /kisskb/src/drivers/mfd/gateworks-gsc.c: In function 'gsc_probe': /kisskb/src/drivers/mfd/gateworks-gsc.c:204:22: note: byref variable will be forcibly initialized 204 | unsigned int reg; | ^~~ /kisskb/src/drivers/mfd/gateworks-gsc.c:202:38: note: byref variable will be forcibly initialized 202 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_spi_main.c: In function 'tpm_tis_spi_flow_control': /kisskb/src/drivers/char/tpm/tpm_tis_spi_main.c:51:28: note: byref variable will be forcibly initialized 51 | struct spi_message m; | ^ /kisskb/src/drivers/char/tpm/tpm_tis_spi_main.c: In function 'tpm_tis_spi_transfer': /kisskb/src/drivers/char/tpm/tpm_tis_spi_main.c:80:29: note: byref variable will be forcibly initialized 80 | struct spi_transfer spi_xfer; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_spi_main.c:79:28: note: byref variable will be forcibly initialized 79 | struct spi_message m; | ^ /kisskb/src/drivers/spi/spi-xcomm.c: In function 'spi_xcomm_transfer_one': /kisskb/src/drivers/spi/spi-xcomm.c:139:22: note: byref variable will be forcibly initialized 139 | unsigned int settings = spi_xcomm->settings; | ^~~~~~~~ /kisskb/src/drivers/spi/spi-zynqmp-gqspi.c: In function 'zynqmp_qspi_filltxfifo': /kisskb/src/drivers/spi/spi-zynqmp-gqspi.c:509:24: note: byref variable will be forcibly initialized 509 | u32 count = 0, intermediate; | ^~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-zynqmp-gqspi.c: In function 'zynqmp_qspi_exec_op': /kisskb/src/drivers/spi/spi-zynqmp-gqspi.c:943:13: note: byref variable will be forcibly initialized 943 | u64 opaddr; | ^~~~~~ /kisskb/src/drivers/spi/spi-zynqmp-gqspi.c:942:13: note: byref variable will be forcibly initialized 942 | u16 opcode = op->cmd.opcode; | ^~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/htc-i2cpld.c:18: /kisskb/src/drivers/mfd/htc-i2cpld.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/htc-i2cpld.c: In function 'htcpld_register_chip_i2c': /kisskb/src/drivers/mfd/htc-i2cpld.c:330:31: note: byref variable will be forcibly initialized 330 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c: In function 'am335x_tscadc_need_adc': /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:47:13: note: byref variable will be forcibly initialized 47 | u32 reg; | ^~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c: In function 'tscadc_suspend': /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:327:21: note: byref variable will be forcibly initialized 327 | u32 ctrl; | ^~~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c: In function 'ti_tscadc_probe': /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:128:13: note: byref variable will be forcibly initialized 128 | int readouts = 0, mag_tracks = 0; | ^~~~~~~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:127:13: note: byref variable will be forcibly initialized 127 | int tscmag_wires = 0, adc_channels = 0, cell_idx = 0, total_channels; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:125:13: note: byref variable will be forcibly initialized 125 | u32 val; | ^~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:117:31: note: byref variable will be forcibly initialized 117 | struct ti_tscadc_dev *tscadc; | ^~~~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_slim_handle_rx_irq': /kisskb/src/drivers/slimbus/qcom-ctrl.c:210:22: note: byref variable will be forcibly initialized 210 | u32 *rx_buf, pkt[10]; | ^~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_slim_rxwq': /kisskb/src/drivers/slimbus/qcom-ctrl.c:453:28: note: byref variable will be forcibly initialized 453 | u8 laddr; | ^~~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c:452:43: note: byref variable will be forcibly initialized 452 | struct slim_eaddr ea; | ^~ /kisskb/src/drivers/slimbus/qcom-ctrl.c:441:12: note: byref variable will be forcibly initialized 441 | u8 buf[SLIM_MSGQ_BUF_LEN]; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/drivers/slimbus/qcom-ctrl.c:6: /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_xfer_msg': /kisskb/src/drivers/slimbus/qcom-ctrl.c:329:36: note: byref variable will be forcibly initialized 329 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_set_laddr': /kisskb/src/drivers/slimbus/qcom-ctrl.c:399:20: note: byref variable will be forcibly initialized 399 | } __packed p; | ^ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/slimbus/qcom-ctrl.c:12: /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/slimbus/qcom-ctrl.c:6: /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cxl/core/regs.c: In function 'cxl_find_regblock': /kisskb/src/drivers/cxl/core/regs.c:290:29: note: byref variable will be forcibly initialized 290 | u32 reg_lo, reg_hi; | ^~~~~~ /kisskb/src/drivers/cxl/core/regs.c:290:21: note: byref variable will be forcibly initialized 290 | u32 reg_lo, reg_hi; | ^~~~~~ /kisskb/src/drivers/cxl/core/regs.c:274:13: note: byref variable will be forcibly initialized 274 | u32 regloc_size, regblocks; | ^~~~~~~~~~~ /kisskb/src/drivers/cxl/core/regs.c: In function 'devm_cxl_iomap_block': /kisskb/src/drivers/cxl/core/regs.c:170:33: note: byref variable will be forcibly initialized 170 | resource_size_t end = addr + length - 1; | ^~~ /kisskb/src/drivers/char/tpm/tpm_atmel.c: In function 'init_atmel': /kisskb/src/drivers/char/tpm/tpm_atmel.c:163:23: note: byref variable will be forcibly initialized 163 | unsigned long base; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_atmel.c:162:26: note: byref variable will be forcibly initialized 162 | int have_region, region_size; | ^~~~~~~~~~~ /kisskb/src/drivers/cxl/core/memdev.c: In function 'cxl_memdev_init': /kisskb/src/drivers/cxl/core/memdev.c:371:15: note: byref variable will be forcibly initialized 371 | dev_t devt; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_probe_power_state': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:197:13: note: byref variable will be forcibly initialized 197 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_core_enable': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:326:21: note: byref variable will be forcibly initialized 326 | u32 table; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:325:21: note: byref variable will be forcibly initialized 325 | u16 flags; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:277:13: note: byref variable will be forcibly initialized 277 | u16 cmd; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_for_each_slot_or_bus': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:619:35: note: byref variable will be forcibly initialized 619 | struct vfio_pci_walk_info walk = { | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:13: /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_get_irq_count': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:531:21: note: byref variable will be forcibly initialized 531 | u16 flags; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:521:21: note: byref variable will be forcibly initialized 521 | u16 flags; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:510:20: note: byref variable will be forcibly initialized 510 | u8 pin; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_core_feature_token': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1169:16: note: byref variable will be forcibly initialized 1169 | uuid_t uuid; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_core_match': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1656:16: note: byref variable will be forcibly initialized 1656 | uuid_t uuid; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_memory_lock_and_enable': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1359:13: note: byref variable will be forcibly initialized 1359 | u16 cmd; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_core_ioctl': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1138:46: note: byref variable will be forcibly initialized 1138 | struct vfio_device_ioeventfd ioeventfd; | ^~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1050:31: note: byref variable will be forcibly initialized 1050 | int file_idx, count = 0, ret = 0; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1048:44: note: byref variable will be forcibly initialized 1048 | struct vfio_pci_group_info info; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1045:43: note: byref variable will be forcibly initialized 1045 | struct vfio_pci_hot_reset hdr; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:973:43: note: byref variable will be forcibly initialized 973 | struct vfio_pci_fill_info fill = { 0 }; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:972:48: note: byref variable will be forcibly initialized 972 | struct vfio_pci_hot_reset_info hdr; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:915:24: note: byref variable will be forcibly initialized 915 | size_t data_size = 0; | ^~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:912:37: note: byref variable will be forcibly initialized 912 | struct vfio_irq_set hdr; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:876:38: note: byref variable will be forcibly initialized 876 | struct vfio_irq_info info; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:819:58: note: byref variable will be forcibly initialized 819 | struct vfio_region_info_cap_type cap_type = { | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:774:32: note: byref variable will be forcibly initialized 774 | size_t size; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:733:38: note: byref variable will be forcibly initialized 733 | struct vfio_info_cap caps = { .buf = NULL, .size = 0 }; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:732:41: note: byref variable will be forcibly initialized 732 | struct vfio_region_info info; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:675:38: note: byref variable will be forcibly initialized 675 | struct vfio_info_cap caps = { .buf = NULL, .size = 0 }; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:674:41: note: byref variable will be forcibly initialized 674 | struct vfio_device_info info; | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'cfi_staa_writev': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:667:30: note: byref variable will be forcibly initialized 667 | size_t totlen = 0, thislen; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:21: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'get_vid': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:494:13: note: byref variable will be forcibly initialized 494 | u32 temp; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_read_status': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:92:12: note: byref variable will be forcibly initialized 92 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_get_burstcount': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:141:12: note: byref variable will be forcibly initialized 141 | u8 data; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:16: /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_wait_for_stat': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:179:22: note: in expansion of macro 'wait_event_interruptible_timeout' 179 | rc = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_probe': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:532:13: note: byref variable will be forcibly initialized 532 | u32 vid = 0; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:528:13: note: byref variable will be forcibly initialized 528 | int rc; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/vfio/pci/vfio_pci_intrs.c:13: /kisskb/src/drivers/vfio/pci/vfio_pci_intrs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/char/tpm/xen-tpmfront.c:12: /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'vtpm_cancel': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 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/char/tpm/xen-tpmfront.c:9: /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_intrs.c: In function 'vfio_msi_set_vector_signal': /kisskb/src/drivers/vfio/pci/vfio_pci_intrs.c:337:32: note: byref variable will be forcibly initialized 337 | struct msi_msg msg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/char/tpm/xen-tpmfront.c:9: /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'wait_for_tpm_stat': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c:76:22: note: in expansion of macro 'wait_event_interruptible_timeout' 76 | rc = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c:62:14: note: byref variable will be forcibly initialized 62 | bool canceled = false; | ^~~~~~~~ In file included from /kisskb/src/drivers/char/tpm/xen-tpmfront.c:12: /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'vtpm_send': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'setup_ring': /kisskb/src/drivers/char/tpm/xen-tpmfront.c:253:35: note: byref variable will be forcibly initialized 253 | struct xenbus_transaction xbt; | ^~~ 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/spi/spi-loopback-test.c:12: /kisskb/src/drivers/spi/spi-loopback-test.c: In function 'spi_check_rx_ranges': /kisskb/src/drivers/spi/spi-loopback-test.c:477:19: note: byref variable will be forcibly initialized 477 | LIST_HEAD(ranges_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/spi/spi-loopback-test.c:475:26: note: byref variable will be forcibly initialized 475 | struct rx_ranges ranges[SPI_TEST_MAX_TRANSFERS], *r; | ^~~~~~ /kisskb/src/drivers/spi/spi-loopback-test.c: In function 'spi_test_run_iter': /kisskb/src/drivers/spi/spi-loopback-test.c:824:25: note: byref variable will be forcibly initialized 824 | struct spi_test test; | ^~~~ /kisskb/src/drivers/mfd/stmpe.c: In function 'stmpe_set_altfunc': /kisskb/src/drivers/mfd/stmpe.c:273:12: note: byref variable will be forcibly initialized 273 | u8 regs[8]; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/mfd/stmpe.c:11: /kisskb/src/drivers/mfd/stmpe.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/stmpe.c: In function 'stmpe_irq': /kisskb/src/drivers/mfd/stmpe.c:1092:12: note: byref variable will be forcibly initialized 1092 | u8 isr[3]; | ^~~ /kisskb/src/drivers/mfd/stmpe.c: In function 'stmpe_chip_init': /kisskb/src/drivers/mfd/stmpe.c:1245:12: note: byref variable will be forcibly initialized 1245 | u8 data[2]; | ^~~~ /kisskb/src/drivers/mfd/stmpe.c: In function 'stmpe_probe': /kisskb/src/drivers/mfd/stmpe.c:1388:13: note: byref variable will be forcibly initialized 1388 | u32 val; | ^~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:101: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fwh_unlock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:20:62: note: byref variable will be forcibly initialized 20 | #define FWH_XXLOCK_ONEBLOCK_UNLOCK ((struct fwh_xxlock_thunk){ FWH_UNLOCKED, FL_UNLOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:96:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_UNLOCK' 96 | (void *)&FWH_XXLOCK_ONEBLOCK_UNLOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fwh_lock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:19:62: note: byref variable will be forcibly initialized 19 | #define FWH_XXLOCK_ONEBLOCK_LOCK ((struct fwh_xxlock_thunk){ FWH_DENY_WRITE, FL_LOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:85:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' 85 | (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_erase_chip': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2421:18: note: byref variable will be forcibly initialized 2421 | map_word datum = map_word_ff(map); | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:23: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_buffer_wait': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1959:43: note: byref variable will be forcibly initialized 1959 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_oneword_once': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1679:43: note: byref variable will be forcibly initialized 1679 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_erase_oneblock': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2521:18: note: byref variable will be forcibly initialized 2521 | map_word datum = map_word_ff(map); | ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_amdstd_write_buffers': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2160:24: note: byref variable will be forcibly initialized 2160 | size_t retlen_dregs = 0; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:23: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fixup_convert_atmel_pri': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:297:30: note: byref variable will be forcibly initialized 297 | struct cfi_pri_atmel atmel_pri; | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_amdstd_lock_user_prot_reg': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1641:16: note: byref variable will be forcibly initialized 1641 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_validate_guid': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2743:13: note: byref variable will be forcibly initialized 2743 | u64 salt; | ^~~~ /kisskb/src/drivers/spi/spi-altera-core.c: In function 'altera_spi_rx_word': /kisskb/src/drivers/spi/spi-altera-core.c:117:22: note: byref variable will be forcibly initialized 117 | unsigned int rxd; | ^~~ /kisskb/src/drivers/spi/spi-altera-core.c: In function 'altera_spi_init_master': /kisskb/src/drivers/spi/spi-altera-core.c:207:13: note: byref variable will be forcibly initialized 207 | u32 val; | ^~~ /kisskb/src/drivers/spi/spi-altera-core.c: In function 'altera_spi_txrx': /kisskb/src/drivers/spi/spi-altera-core.c:146:13: note: byref variable will be forcibly initialized 146 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_dpcd_read': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2759:45: note: byref variable will be forcibly initialized 2759 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_dpcd_write': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1144:45: note: byref variable will be forcibly initialized 1144 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_power_updown_phy': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1206:45: note: byref variable will be forcibly initialized 1206 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1222:45: note: byref variable will be forcibly initialized 1222 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_enum_path_resources': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1174:45: note: byref variable will be forcibly initialized 1174 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_clear_payload_id_table': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1164:45: note: byref variable will be forcibly initialized 1164 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_link_address': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1156:45: note: byref variable will be forcibly initialized 1156 | struct drm_dp_sideband_msg_req_body req; | ^~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:24: /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/drivers/mfd/stmpe-spi.c:10: /kisskb/src/drivers/mfd/stmpe-spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mfd/stmpe-spi.c: In function 'spi_reg_write': /kisskb/src/drivers/mfd/stmpe-spi.c:31:13: note: byref variable will be forcibly initialized 31 | u16 cmd = (val << 8) | reg; | ^~~ In file included from /kisskb/src/drivers/mfd/stmpe-spi.c:10: /kisskb/src/drivers/mfd/stmpe-spi.c: In function 'spi_w8r16': /kisskb/src/include/linux/spi/spi.h:1325:33: note: byref variable will be forcibly initialized 1325 | u16 result; | ^~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:26: /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_rad_to_str': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:181:12: note: byref variable will be forcibly initialized 181 | u8 unpacked_rad[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_sideband_msg_tx': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:691:14: note: byref variable will be forcibly initialized 691 | char buf[64]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:690:45: note: byref variable will be forcibly initialized 690 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_allocate_payload': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1189:45: note: byref variable will be forcibly initialized 1189 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'process_single_tx_qlock': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2874:44: note: byref variable will be forcibly initialized 2874 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2835:25: note: byref variable will be forcibly initialized 2835 | int len, space, idx, tosend; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2834:40: note: byref variable will be forcibly initialized 2834 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2833:12: note: byref variable will be forcibly initialized 2833 | u8 chunk[48]; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_queue_down_tx': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2919:36: note: byref variable will be forcibly initialized 2919 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_wait_tx_reply': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1359:36: note: byref variable will be forcibly initialized 1359 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:24: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1325:23: note: in expansion of macro 'wait_event_timeout' 1325 | ret = wait_event_timeout(mgr->tx_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_payload_send_msg': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3163:12: note: byref variable will be forcibly initialized 3163 | u8 sinks[DRM_DP_MAX_SDP_STREAMS]; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3162:18: note: byref variable will be forcibly initialized 3162 | int ret, port_num; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_read': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5642:45: note: byref variable will be forcibly initialized 5642 | struct drm_dp_sideband_msg_req_body msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_write': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5695:45: note: byref variable will be forcibly initialized 5695 | struct drm_dp_sideband_msg_req_body msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_send_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3253:12: note: byref variable will be forcibly initialized 3253 | u8 nonce[7]; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_read_mst_cap': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3686:12: note: byref variable will be forcibly initialized 3686 | u8 mstm_cap; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'do_get_act_status': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4686:12: note: byref variable will be forcibly initialized 4686 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_dpcd_write_payload': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4640:12: note: byref variable will be forcibly initialized 4640 | static int drm_dp_dpcd_write_payload(struct drm_dp_mst_topology_mgr *mgr, | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4643:30: note: byref variable will be forcibly initialized 4643 | u8 payload_alloc[3], status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4643:12: note: byref variable will be forcibly initialized 4643 | u8 payload_alloc[3], status; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_update_payload_part1': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3371:31: note: byref variable will be forcibly initialized 3371 | struct drm_dp_payload req_payload; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_set_mst': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3706:5: note: byref variable will be forcibly initialized 3706 | int drm_dp_mst_topology_mgr_set_mst(struct drm_dp_mst_topology_mgr *mgr, bool mst_state) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3706:5: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3719:39: note: byref variable will be forcibly initialized 3719 | struct drm_dp_payload reset_pay; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_suspend': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3816:6: note: byref variable will be forcibly initialized 3816 | void drm_dp_mst_topology_mgr_suspend(struct drm_dp_mst_topology_mgr *mgr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_resume': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3853:5: note: byref variable will be forcibly initialized 3853 | int drm_dp_mst_topology_mgr_resume(struct drm_dp_mst_topology_mgr *mgr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3857:12: note: byref variable will be forcibly initialized 3857 | u8 guid[16]; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c:15: /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c: In function 'vtpm_proxy_fops_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c:79:15: note: in expansion of macro 'wait_event_interruptible' 79 | sig = wait_event_interruptible(proxy_dev->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_get_one_sb_msg': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3923:40: note: byref variable will be forcibly initialized 3923 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3922:12: note: byref variable will be forcibly initialized 3922 | u8 hdrlen; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3919:12: note: byref variable will be forcibly initialized 3919 | u8 replyblock[32]; | ^~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c: In function 'vtpm_proxy_request_locality': /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c:395:12: note: byref variable will be forcibly initialized 395 | static int vtpm_proxy_request_locality(struct tpm_chip *chip, int locality) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c:397:24: note: byref variable will be forcibly initialized 397 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c: In function 'vtpmx_ioc_new_dev': /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c:629:35: note: byref variable will be forcibly initialized 629 | struct vtpm_proxy_new_dev vtpm_new_dev; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_handle_down_rep': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3995:35: note: byref variable will be forcibly initialized 3995 | struct drm_dp_mst_branch *mstb = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_mstb': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4804:14: note: byref variable will be forcibly initialized 4804 | char prefix[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_topology': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4911:20: note: byref variable will be forcibly initialized 4911 | u8 buf[DP_PAYLOAD_TABLE_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4884:30: note: byref variable will be forcibly initialized 4884 | char name[14]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_port_set_pdt': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2096:12: note: byref variable will be forcibly initialized 2096 | u8 rad[8], lct; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_mst_prop_path': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2240:14: note: byref variable will be forcibly initialized 2240 | char temp[8]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_port_add_connector': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2299:14: note: byref variable will be forcibly initialized 2299 | char proppath[255]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_send_link_address': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2990:22: note: byref variable will be forcibly initialized 2990 | char buf[64]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dsc_aux_for_port': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5949:20: note: byref variable will be forcibly initialized 5949 | u8 dpcd_ext[DP_RECEIVER_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5909:20: note: byref variable will be forcibly initialized 5909 | u8 upstream_dsc; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5884:12: note: byref variable will be forcibly initialized 5884 | u8 endpoint_dsc; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5883:12: note: byref variable will be forcibly initialized 5883 | u8 endpoint_fec; | ^~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-axi-spi-engine.c: In function 'spi_engine_tx_next': /kisskb/src/drivers/spi/spi-axi-spi-engine.c:261:30: note: byref variable will be forcibly initialized 261 | struct spi_transfer *xfer = spi_engine->tx_xfer; | ^~~~ /kisskb/src/drivers/spi/spi-axi-spi-engine.c: In function 'spi_engine_rx_next': /kisskb/src/drivers/spi/spi-axi-spi-engine.c:278:30: note: byref variable will be forcibly initialized 278 | struct spi_transfer *xfer = spi_engine->rx_xfer; | ^~~~ /kisskb/src/drivers/spi/spi-axi-spi-engine.c: In function 'spi_engine_transfer_one_message': /kisskb/src/drivers/spi/spi-axi-spi-engine.c:418:35: note: byref variable will be forcibly initialized 418 | struct spi_engine_program p_dry, *p; | ^~~~~ /kisskb/src/drivers/auxdisplay/charlcd.c: In function 'parse_xy': /kisskb/src/drivers/auxdisplay/charlcd.c:159:15: note: byref variable will be forcibly initialized 159 | char *p; | ^ /kisskb/src/drivers/char/tpm/tpm_ftpm_tee.c: In function 'ftpm_tee_probe': /kisskb/src/drivers/char/tpm/tpm_ftpm_tee.c:222:43: note: byref variable will be forcibly initialized 222 | struct tee_ioctl_open_session_arg sess_arg; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_ftpm_tee.c: In function 'ftpm_tee_tpm_op_send': /kisskb/src/drivers/char/tpm/tpm_ftpm_tee.c:81:26: note: byref variable will be forcibly initialized 81 | struct tee_param command_params[4]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_ftpm_tee.c:80:37: note: byref variable will be forcibly initialized 80 | struct tee_ioctl_invoke_arg transceive_args; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-bcm2835.c: In function 'bcm2835_rd_fifo_count': /kisskb/src/drivers/spi/spi-bcm2835.c:250:13: note: byref variable will be forcibly initialized 250 | u32 val; | ^~~ /kisskb/src/drivers/spi/spi-bcm2835.c: In function 'bcm2835_wr_fifo_count': /kisskb/src/drivers/spi/spi-bcm2835.c:276:13: note: byref variable will be forcibly initialized 276 | u32 val; | ^~~ /kisskb/src/drivers/spi/spi-bcm2835.c: In function 'bcm2835_dma_init': /kisskb/src/drivers/spi/spi-bcm2835.c:885:33: note: byref variable will be forcibly initialized 885 | struct dma_slave_config slave_config; | ^~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-bcm2835.c: In function 'bcm2835_debugfs_create': /kisskb/src/drivers/spi/spi-bcm2835.c:166:14: note: byref variable will be forcibly initialized 166 | char name[64]; | ^~~~ /kisskb/src/drivers/spi/spi-dw-core.c: In function 'dw_spi_poll_transfer': /kisskb/src/drivers/spi/spi-dw-core.c:392:26: note: byref variable will be forcibly initialized 392 | struct spi_delay delay; | ^~~~~ /kisskb/src/drivers/spi/spi-dw-core.c: In function 'dw_spi_wait_mem_op_done': /kisskb/src/drivers/spi/spi-dw-core.c:621:26: note: byref variable will be forcibly initialized 621 | struct spi_delay delay; | ^~~~~ /kisskb/src/drivers/spi/spi-dw-core.c: In function 'dw_spi_exec_mem_op': /kisskb/src/drivers/spi/spi-dw-core.c:666:27: note: byref variable will be forcibly initialized 666 | struct dw_spi_cfg cfg; | ^~~ /kisskb/src/drivers/spi/spi-dw-core.c: In function 'dw_spi_setup': /kisskb/src/drivers/spi/spi-dw-core.c:786:21: note: byref variable will be forcibly initialized 786 | u32 rx_sample_dly_ns; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-dw-core.c: In function 'dw_spi_debugfs_init': /kisskb/src/drivers/spi/spi-dw-core.c:62:14: note: byref variable will be forcibly initialized 62 | char name[32]; | ^~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_mbox_send_cmd': /kisskb/src/drivers/cxl/core/mbox.c:168:29: note: byref variable will be forcibly initialized 168 | struct cxl_mbox_cmd mbox_cmd = { | ^~~~~~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_xfer_log': /kisskb/src/drivers/cxl/core/mbox.c:564:41: note: byref variable will be forcibly initialized 564 | struct cxl_mbox_get_log log = { | ^~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_mem_get_partition_info': /kisskb/src/drivers/cxl/core/mbox.c:726:20: note: byref variable will be forcibly initialized 726 | } __packed pi; | ^~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_validate_cmd_from_user': /kisskb/src/drivers/cxl/core/mbox.c:401:32: note: byref variable will be forcibly initialized 401 | struct cxl_mem_command mem_cmd; | ^~~~~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_enumerate_cmds': /kisskb/src/drivers/cxl/core/mbox.c:669:24: note: byref variable will be forcibly initialized 669 | uuid_t uuid = gsl->entry[i].uuid; | ^~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_dev_state_identify': /kisskb/src/drivers/cxl/core/mbox.c:759:34: note: byref variable will be forcibly initialized 759 | struct cxl_mbox_identify id; | ^~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_send_cmd': /kisskb/src/drivers/cxl/core/mbox.c:534:29: note: byref variable will be forcibly initialized 534 | struct cxl_mbox_cmd mbox_cmd; | ^~~~~~~~ /kisskb/src/drivers/cxl/core/mbox.c:533:33: note: byref variable will be forcibly initialized 533 | struct cxl_send_command send; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/iommu.h:10, from /kisskb/src/drivers/gpu/drm/arm/malidp_planes.c:9: /kisskb/src/drivers/gpu/drm/arm/malidp_planes.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/malidp_planes.c: In function 'malidp_de_planes_init': /kisskb/src/drivers/gpu/drm/arm/malidp_planes.c:945:13: note: byref variable will be forcibly initialized 945 | u64 supported_modifiers[MODIFIERS_COUNT_MAX]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-lm70llp.c: In function 'spi_lm70llp_attach': /kisskb/src/drivers/spi/spi-lm70llp.c:194:33: note: byref variable will be forcibly initialized 194 | struct pardev_cb lm70llp_cb; | ^~~~~~~~~~ /kisskb/src/drivers/spi/spi-s3c64xx.c: In function 'prepare_dma': /kisskb/src/drivers/spi/spi-s3c64xx.c:275:33: note: byref variable will be forcibly initialized 275 | struct dma_slave_config config; | ^~~~~~ /kisskb/src/drivers/spi/spi-s3c64xx.c: In function 's3c64xx_spi_transfer_one': /kisskb/src/drivers/spi/spi-s3c64xx.c:743:53: note: byref variable will be forcibly initialized 743 | struct dma_tx_state s; | ^ /kisskb/src/drivers/spi/spi-s3c64xx.c: In function 's3c64xx_get_slave_ctrldata': /kisskb/src/drivers/spi/spi-s3c64xx.c:793:13: note: byref variable will be forcibly initialized 793 | u32 fb_delay = 0; | ^~~~~~~~ /kisskb/src/drivers/spi/spi-s3c64xx.c: In function 's3c64xx_spi_parse_dt': /kisskb/src/drivers/spi/spi-s3c64xx.c:991:13: note: byref variable will be forcibly initialized 991 | u32 temp; | ^~~~ /kisskb/src/drivers/spi/spi-s3c64xx.c: In function 's3c64xx_spi_probe': /kisskb/src/drivers/spi/spi-s3c64xx.c:1039:14: note: byref variable will be forcibly initialized 1039 | char clk_name[16]; | ^~~~~~~~ /kisskb/src/drivers/spi/spi-slave-mt27xx.c: In function 'mtk_spi_slave_interrupt': /kisskb/src/drivers/spi/spi-slave-mt27xx.c:332:25: note: byref variable will be forcibly initialized 332 | u32 int_status, reg_val, cnt, remainder; | ^~~~~~~ /kisskb/src/drivers/spi/spi-slave-mt27xx.c: In function 'mtk_spi_slave_fifo_transfer': /kisskb/src/drivers/spi/spi-slave-mt27xx.c:167:13: note: byref variable will be forcibly initialized 167 | int reg_val, cnt, remainder, ret; | ^~~~~~~ /kisskb/src/drivers/spi/spi-sc18is602.c: In function 'sc18is602_wait_ready': /kisskb/src/drivers/spi/spi-sc18is602.c:54:12: note: byref variable will be forcibly initialized 54 | u8 dummy[1]; | ^~~~~ /kisskb/src/drivers/spi/spi-sc18is602.c: In function 'sc18is602_probe': /kisskb/src/drivers/spi/spi-sc18is602.c:286:29: note: byref variable will be forcibly initialized 286 | int len; | ^~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/dma-fence.h:20, 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 '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/include/linux/dma-fence-chain.h:13, from /kisskb/src/drivers/dma-buf/dma-fence-chain.c:10: /kisskb/src/drivers/dma-buf/dma-fence-chain.c: In function 'dma_fence_chain_init': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence-chain.c:238:9: note: in expansion of macro 'rcu_assign_pointer' 238 | rcu_assign_pointer(chain->prev, prev); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/lochnagar-i2c.c: In function 'lochnagar_update_config': /kisskb/src/drivers/mfd/lochnagar-i2c.c:236:22: note: byref variable will be forcibly initialized 236 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/mfd/lochnagar-i2c.c: In function 'lochnagar_i2c_probe': /kisskb/src/drivers/mfd/lochnagar-i2c.c:276:22: note: byref variable will be forcibly initialized 276 | unsigned int val; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c: In function 'do_io_rw': /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c:185:36: note: byref variable will be forcibly initialized 185 | u8 val = 0xFF; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c:160:28: note: byref variable will be forcibly initialized 160 | u8 val; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c:138:29: note: byref variable will be forcibly initialized 138 | u16 val; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c:116:29: note: byref variable will be forcibly initialized 116 | u32 val; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c: In function 'vfio_pci_bar_rw': /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c:233:16: note: byref variable will be forcibly initialized 233 | size_t x_start = 0, x_end = 0; | ^~~~~~~ /kisskb/src/drivers/spi/spi-synquacer.c: In function 'synquacer_spi_transfer_one': /kisskb/src/drivers/spi/spi-synquacer.c:457:21: note: byref variable will be forcibly initialized 457 | u32 buf[SYNQUACER_HSSPI_FIFO_DEPTH]; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_spi.c: In function 'lis3_spi_init': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_spi.c:45:12: note: byref variable will be forcibly initialized 45 | u8 reg; | ^~~ In file included from /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_spi.c:14: /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_spi.c: In function 'lis3_spi_write': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_spi.c:38:12: note: byref variable will be forcibly initialized 38 | u8 tmp[2] = { reg, val }; | ^~~ In file included from /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_spi.c:14: /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_spi.c: In function 'spi_w8r8': /kisskb/src/include/linux/spi/spi.h:1300:33: note: byref variable will be forcibly initialized 1300 | u8 result; | ^~~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_is_jack_det_active': /kisskb/src/drivers/mfd/arizona-core.c:513:22: note: byref variable will be forcibly initialized 513 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_underclocked': /kisskb/src/drivers/mfd/arizona-core.c:120:22: note: byref variable will be forcibly initialized 120 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_poll_reg': /kisskb/src/drivers/mfd/arizona-core.c:252:22: note: byref variable will be forcibly initialized 252 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5102_apply_hardware_patch': /kisskb/src/drivers/mfd/arizona-core.c:399:37: note: byref variable will be forcibly initialized 399 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5110_apply_sleep_patch': /kisskb/src/drivers/mfd/arizona-core.c:440:37: note: byref variable will be forcibly initialized 440 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_overclocked': /kisskb/src/drivers/mfd/arizona-core.c:160:22: note: byref variable will be forcibly initialized 160 | unsigned int val[3]; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_dev_init': /kisskb/src/drivers/mfd/arizona-core.c:945:27: note: byref variable will be forcibly initialized 945 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c:945:22: note: byref variable will be forcibly initialized 945 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/spi/spi-xilinx.c: In function 'xilinx_spi_probe': /kisskb/src/drivers/spi/spi-xilinx.c:394:30: note: byref variable will be forcibly initialized 394 | int ret, num_cs = 0, bits_per_word; | ^~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-xilinx.c:394:18: note: byref variable will be forcibly initialized 394 | int ret, num_cs = 0, bits_per_word; | ^~~~~~ /kisskb/src/drivers/pcmcia/socket_sysfs.c: In function 'pccard_store_irq_mask': /kisskb/src/drivers/pcmcia/socket_sysfs.c:157:13: note: byref variable will be forcibly initialized 157 | u32 mask; | ^~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_reset': /kisskb/src/drivers/pcmcia/cs.c:251:13: note: byref variable will be forcibly initialized 251 | int status, i; | ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_setup': /kisskb/src/drivers/pcmcia/cs.c:334:13: note: byref variable will be forcibly initialized 334 | int status, i; | ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_shutdown': /kisskb/src/drivers/pcmcia/cs.c:287:13: note: byref variable will be forcibly initialized 287 | int status; | ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_detect_change': /kisskb/src/drivers/pcmcia/cs.c:577:21: note: byref variable will be forcibly initialized 577 | int status; | ^~~~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'new_id_store': /kisskb/src/drivers/pcmcia/ds.c:101:15: note: byref variable will be forcibly initialized 101 | __u32 prod_id_hash[4] = {0, 0, 0, 0}; | ^~~~~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:100:33: note: byref variable will be forcibly initialized 100 | __u8 func_id, function, device_no; | ^~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:100:23: note: byref variable will be forcibly initialized 100 | __u8 func_id, function, device_no; | ^~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:100:14: note: byref variable will be forcibly initialized 100 | __u8 func_id, function, device_no; | ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:99:37: note: byref variable will be forcibly initialized 99 | __u16 match_flags, manf_id, card_id; | ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:99:28: note: byref variable will be forcibly initialized 99 | __u16 match_flags, manf_id, card_id; | ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:99:15: note: byref variable will be forcibly initialized 99 | __u16 match_flags, manf_id, card_id; | ^~~~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_device_probe': /kisskb/src/drivers/pcmcia/ds.c:256:25: note: byref variable will be forcibly initialized 256 | cistpl_config_t cis_config; | ^~~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_device_query': /kisskb/src/drivers/pcmcia/ds.c:401:25: note: byref variable will be forcibly initialized 401 | cistpl_funcid_t func_id; | ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:400:25: note: byref variable will be forcibly initialized 400 | cistpl_manfid_t manf_id; | ^~~~~~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_card_add': /kisskb/src/drivers/pcmcia/ds.c:605:35: note: byref variable will be forcibly initialized 605 | unsigned int no_funcs, i, no_chains; | ^~~~~~~~~ /kisskb/src/drivers/pcmcia/ds.c:604:31: note: byref variable will be forcibly initialized 604 | cistpl_longlink_mfc_t mfc; | ^~~ /kisskb/src/drivers/pcmcia/ds.c: In function 'pcmcia_requery': /kisskb/src/drivers/pcmcia/ds.c:692:39: note: byref variable will be forcibly initialized 692 | cistpl_longlink_mfc_t mfc; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/pcmcia/cistpl.c:12: /kisskb/src/drivers/pcmcia/cistpl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pcmcia/cistpl.c: In function 'follow_link': /kisskb/src/drivers/pcmcia/cistpl.c:476:16: note: byref variable will be forcibly initialized 476 | u_char link[5]; | ^~~~ /kisskb/src/drivers/pcmcia/cistpl.c: In function 'pccard_get_next_tuple': /kisskb/src/drivers/pcmcia/cistpl.c:524:25: note: byref variable will be forcibly initialized 524 | u_char link[2], tmp; | ^~~ /kisskb/src/drivers/pcmcia/cistpl.c:524:16: note: byref variable will be forcibly initialized 524 | u_char link[2], tmp; | ^~~~ /kisskb/src/drivers/pcmcia/cistpl.c: In function 'pccard_extract_cis': /kisskb/src/drivers/pcmcia/cistpl.c:1476:17: note: byref variable will be forcibly initialized 1476 | tuple_t tuple; | ^~~~~ /kisskb/src/drivers/pcmcia/cistpl.c: In function 'pccard_show_cis': /kisskb/src/drivers/pcmcia/cistpl.c:1552:30: note: byref variable will be forcibly initialized 1552 | unsigned int chains = 1; | ^~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'pcmcia_fixup_iowidth': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:257:23: note: byref variable will be forcibly initialized 257 | pccard_io_map io_on; | ^~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:256:23: note: byref variable will be forcibly initialized 256 | pccard_io_map io_off = { 0, 0, 0, 0, 1 }; | ^~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'pcmcia_enable_device': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:579:20: note: byref variable will be forcibly initialized 579 | u8 b = resource_size(&c->io[0]) + resource_size(&c->io[1]) - 1; | ^ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:573:20: note: byref variable will be forcibly initialized 573 | u8 b = c->io[0].start & 0xff; | ^ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:546:21: note: byref variable will be forcibly initialized 546 | u16 tmp = 0; | ^~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:541:21: note: byref variable will be forcibly initialized 541 | u16 tmp = 0; | ^~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:486:23: note: byref variable will be forcibly initialized 486 | unsigned char option = 0; | ^~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:485:23: note: byref variable will be forcibly initialized 485 | unsigned char ext_status = 0; | ^~~~~~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:484:23: note: byref variable will be forcibly initialized 484 | unsigned char status = 0; | ^~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c:483:23: note: byref variable will be forcibly initialized 483 | pccard_io_map iomap; | ^~~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'alloc_io_space': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:100:22: note: byref variable will be forcibly initialized 100 | unsigned int base = res->start; | ^~~~ /kisskb/src/drivers/pcmcia/pcmcia_resource.c: In function 'pcmcia_release_configuration': /kisskb/src/drivers/pcmcia/pcmcia_resource.c:348:23: note: byref variable will be forcibly initialized 348 | pccard_io_map io = { 0, 0, 0, 0, 1 }; | ^~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/mfd/arizona-irq.c:11: /kisskb/src/drivers/mfd/arizona-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/arizona-irq.c: In function 'arizona_irq_thread': /kisskb/src/drivers/mfd/arizona-irq.c:100:22: note: byref variable will be forcibly initialized 100 | unsigned int val; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_i2c.c: In function 'lis3_i2c_init': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_i2c.c:69:12: note: byref variable will be forcibly initialized 69 | u8 reg; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/mtd/chips/gen_probe.c:8: /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'genprobe_ident_chips': /kisskb/src/drivers/mtd/chips/gen_probe.c:61:28: note: byref variable will be forcibly initialized 61 | struct cfi_private cfi; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:20: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:101: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'fwh_unlock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:20:62: note: byref variable will be forcibly initialized 20 | #define FWH_XXLOCK_ONEBLOCK_UNLOCK ((struct fwh_xxlock_thunk){ FWH_UNLOCKED, FL_UNLOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:96:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_UNLOCK' 96 | (void *)&FWH_XXLOCK_ONEBLOCK_UNLOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'fwh_lock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:19:62: note: byref variable will be forcibly initialized 19 | #define FWH_XXLOCK_ONEBLOCK_LOCK ((struct fwh_xxlock_thunk){ FWH_DENY_WRITE, FL_LOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:85:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' 85 | (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:20: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'inval_cache_and_wait_for_operation': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1296:43: note: byref variable will be forcibly initialized 1296 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_writev': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1880:28: note: byref variable will be forcibly initialized 1880 | unsigned long ofs, vec_seek, i; | ^~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_write_buffers': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1927:21: note: byref variable will be forcibly initialized 1927 | struct kvec vec; | ^~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'fixup_convert_atmel_pri': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:176:30: note: byref variable will be forcibly initialized 176 | struct cfi_pri_atmel atmel_pri; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:20: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_setup': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:603:29: note: byref variable will be forcibly initialized 603 | struct cfi_private *cfi = map->fldrv_priv; | ^~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'devm_cxl_port_enumerate_dports': /kisskb/src/drivers/cxl/core/pci.c:79:33: note: byref variable will be forcibly initialized 79 | struct cxl_walk_context ctx; | ^~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'match_add_dports': /kisskb/src/drivers/cxl/core/pci.c:38:13: note: byref variable will be forcibly initialized 38 | u32 lnkcap, port_num; | ^~~~~~ /kisskb/src/drivers/cxl/core/pci.c:36:33: note: byref variable will be forcibly initialized 36 | struct cxl_register_map map; | ^~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'wait_for_valid': /kisskb/src/drivers/cxl/core/pci.c:150:13: note: byref variable will be forcibly initialized 150 | u32 val; | ^~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'cxl_await_media_ready': /kisskb/src/drivers/cxl/core/pci.c:118:21: note: byref variable will be forcibly initialized 118 | u32 temp; | ^~~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'cxl_set_mem_enable': /kisskb/src/drivers/cxl/core/pci.c:182:13: note: byref variable will be forcibly initialized 182 | u16 ctrl; | ^~~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'cxl_hdm_decode_init': /kisskb/src/drivers/cxl/core/pci.c:406:21: note: byref variable will be forcibly initialized 406 | u32 temp; | ^~~~ /kisskb/src/drivers/cxl/core/pci.c:359:18: note: byref variable will be forcibly initialized 359 | u16 cap, ctrl; | ^~~~ /kisskb/src/drivers/cxl/core/pci.c:359:13: note: byref variable will be forcibly initialized 359 | u16 cap, ctrl; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_user_config_read': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:138:21: note: byref variable will be forcibly initialized 138 | u16 tmp; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:131:20: note: byref variable will be forcibly initialized 131 | u8 tmp; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:126:13: note: byref variable will be forcibly initialized 126 | u32 tmp_val = 0; | ^~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_default_config_read': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:187:24: note: byref variable will be forcibly initialized 187 | __le32 phys_val = 0; | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:178:16: note: byref variable will be forcibly initialized 178 | __le32 virt = 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_need_bar_restore': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:545:13: note: byref variable will be forcibly initialized 545 | u32 bar; | ^~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/dma-fence.h:20, from /kisskb/src/include/linux/dma-resv.h:43, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/ww_mutex.h:20, from /kisskb/src/include/linux/dma-resv.h:42, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_reserve_fences': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:223:9: note: in expansion of macro 'rcu_assign_pointer' 223 | rcu_assign_pointer(obj->fences, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_default_config_write': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:228:24: note: byref variable will be forcibly initialized 228 | __le32 phys_val = 0; | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:215:24: note: byref variable will be forcibly initialized 215 | __le32 virt_val = 0; | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:204:26: note: byref variable will be forcibly initialized 204 | __le32 virt = 0, write = 0; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:204:16: note: byref variable will be forcibly initialized 204 | __le32 virt = 0, write = 0; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_bar_restore': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:423:13: note: byref variable will be forcibly initialized 423 | u16 cmd; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_basic_config_write': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:571:21: note: byref variable will be forcibly initialized 571 | u16 phys_cmd; | ^~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_test_signaled': /kisskb/src/drivers/dma-buf/dma-resv.c:697:30: note: byref variable will be forcibly initialized 697 | struct dma_resv_iter cursor; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/ww_mutex.h:20, from /kisskb/src/include/linux/dma-resv.h:42, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_copy_fences': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:473:9: note: in expansion of macro 'rcu_assign_pointer' 473 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:537:16: note: in expansion of macro 'rcu_replace_pointer' 537 | list = rcu_replace_pointer(dst->fences, list, dma_resv_held(dst)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:509:30: note: byref variable will be forcibly initialized 509 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_vpd_config_write': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:794:13: note: byref variable will be forcibly initialized 794 | u32 data; | ^~~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_get_fences': /kisskb/src/drivers/dma-buf/dma-resv.c:558:30: note: byref variable will be forcibly initialized 558 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_af_config_write': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:969:20: note: byref variable will be forcibly initialized 969 | u8 cap; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_exp_config_write': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:887:21: note: byref variable will be forcibly initialized 887 | u32 cap; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_get_singleton': /kisskb/src/drivers/dma-buf/dma-resv.c:613:18: note: byref variable will be forcibly initialized 613 | unsigned count; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:612:28: note: byref variable will be forcibly initialized 612 | struct dma_fence **fences; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_wait_timeout': /kisskb/src/drivers/dma-buf/dma-resv.c:663:30: note: byref variable will be forcibly initialized 663 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_vc_cap_len': /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_describe': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1264:13: note: byref variable will be forcibly initialized 1264 | u32 tmp; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c:721:30: note: byref variable will be forcibly initialized 721 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_msi_cap_len': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1232:13: note: byref variable will be forcibly initialized 1232 | u16 flags; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_fill_vconfig_bytes': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1487:29: note: byref variable will be forcibly initialized 1487 | u16 word; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1478:29: note: byref variable will be forcibly initialized 1478 | u32 dword; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_lockdep': /kisskb/src/drivers/dma-buf/dma-resv.c:738:30: note: byref variable will be forcibly initialized 738 | struct address_space mapping; | ^~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_cap_len': /kisskb/src/drivers/dma-buf/dma-resv.c:737:25: note: byref variable will be forcibly initialized 737 | struct dma_resv obj; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1307:12: note: byref variable will be forcibly initialized 1307 | u8 byte; | ^~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:736:31: note: byref variable will be forcibly initialized 736 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1306:13: note: byref variable will be forcibly initialized 1306 | u16 word; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1305:13: note: byref variable will be forcibly initialized 1305 | u32 dword; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_ext_cap_len': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1381:13: note: byref variable will be forcibly initialized 1381 | u32 dword; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1380:12: note: byref variable will be forcibly initialized 1380 | u8 byte; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_cap_init': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1535:20: note: byref variable will be forcibly initialized 1535 | u8 next; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1514:24: note: byref variable will be forcibly initialized 1514 | u8 pos, *prev, cap; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1514:12: note: byref variable will be forcibly initialized 1514 | u8 pos, *prev, cap; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1513:13: note: byref variable will be forcibly initialized 1513 | u16 status; | ^~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pccard_loop_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:88:17: note: byref variable will be forcibly initialized 88 | tuple_t tuple; | ^~~~~ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pcmcia_loop_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:325:32: note: byref variable will be forcibly initialized 325 | struct pcmcia_loop_mem loop = { | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_ecap_init': /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pcmcia_get_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:377:32: note: byref variable will be forcibly initialized 377 | struct pcmcia_loop_get get = { | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1618:21: note: byref variable will be forcibly initialized 1618 | u32 header; | ^~~~~~ /kisskb/src/drivers/pcmcia/pcmcia_cis.c: In function 'pccard_read_tuple': /kisskb/src/drivers/pcmcia/pcmcia_cis.c:38:17: note: byref variable will be forcibly initialized 38 | tuple_t tuple; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_config_do_rw': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1860:16: note: byref variable will be forcibly initialized 1860 | __le32 val = 0; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_pci_config_rw': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1943:16: note: byref variable will be forcibly initialized 1943 | loff_t pos = *ppos; | ^~~ /kisskb/src/drivers/gpu/drm/arm/malidp_crtc.c: In function 'malidp_crtc_atomic_check_scaling': /kisskb/src/drivers/gpu/drm/arm/malidp_crtc.c:257:26: note: byref variable will be forcibly initialized 257 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/arm/malidp_crtc.c: In function 'malidp_crtc_atomic_enable': /kisskb/src/drivers/gpu/drm/arm/malidp_crtc.c:53:26: note: byref variable will be forcibly initialized 53 | struct videomode vm; | ^~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/arm/malidp_mw.c:9: /kisskb/src/drivers/gpu/drm/arm/malidp_mw.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/malidp_mw.c: In function 'malidp_mw_connector_init': /kisskb/src/drivers/gpu/drm/arm/malidp_mw.c:210:18: note: byref variable will be forcibly initialized 210 | int ret, n_formats; | ^~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c: In function 'vfio_pci_fill_ids': /kisskb/src/drivers/vfio/pci/vfio_pci.c:215:60: note: byref variable will be forcibly initialized 215 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:215:49: note: byref variable will be forcibly initialized 215 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:215:25: note: byref variable will be forcibly initialized 215 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:214:46: note: byref variable will be forcibly initialized 214 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:214:38: note: byref variable will be forcibly initialized 214 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:214:30: note: byref variable will be forcibly initialized 214 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:204:15: note: byref variable will be forcibly initialized 204 | char *p, *id; | ^ /kisskb/src/drivers/gpu/drm/arm/hdlcd_drv.c: In function 'hdlcd_probe': /kisskb/src/drivers/gpu/drm/arm/hdlcd_drv.c:384:33: note: byref variable will be forcibly initialized 384 | struct component_match *match = NULL; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regcache.c:10: /kisskb/src/drivers/base/regmap/regcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_hw_init': /kisskb/src/drivers/base/regmap/regcache.c:31:27: note: byref variable will be forcibly initialized 31 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_lookup_reg': /kisskb/src/drivers/base/regmap/regcache.c:645:28: note: byref variable will be forcibly initialized 645 | struct reg_default key; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_default_sync': /kisskb/src/drivers/base/regmap/regcache.c:300:30: note: byref variable will be forcibly initialized 300 | unsigned int val; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_sync_block_raw': /kisskb/src/drivers/base/regmap/regcache.c:740:21: note: byref variable will be forcibly initialized 740 | const void *data = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/hdlcd_crtc.c: In function 'hdlcd_plane_init': /kisskb/src/drivers/gpu/drm/arm/hdlcd_crtc.c:303:13: note: byref variable will be forcibly initialized 303 | u32 formats[ARRAY_SIZE(supported_formats)], i; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/auxdisplay/panel.c:36: /kisskb/src/drivers/auxdisplay/panel.c: In function 'keypad_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/panel.c:1034:21: note: in expansion of macro 'wait_event_interruptible' 1034 | if (wait_event_interruptible(keypad_read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'set_ctrl_bits': /kisskb/src/drivers/auxdisplay/panel.c:602:13: note: byref variable will be forcibly initialized 602 | int val; | ^~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'set_data_bits': /kisskb/src/drivers/auxdisplay/panel.c:591:13: note: byref variable will be forcibly initialized 591 | int val; | ^~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'input_name2mask': /kisskb/src/drivers/auxdisplay/panel.c:1380:20: note: byref variable will be forcibly initialized 1380 | const char sigtab[] = "EeSsPpAaBb"; | ^~~~~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'panel_attach': /kisskb/src/drivers/auxdisplay/panel.c:1523:26: note: byref variable will be forcibly initialized 1523 | struct pardev_cb panel_cb; | ^~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera-comp.c: In function 'altera_shrink': /kisskb/src/drivers/misc/altera-stapl/altera-comp.c:72:13: note: byref variable will be forcibly initialized 72 | u32 in_index = 0L; | ^~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera-comp.c:71:13: note: byref variable will be forcibly initialized 71 | u32 bits_avail = CHAR_BITS; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/regmap/regcache-rbtree.c:9: /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/auxdisplay/lcd2s.c: In function 'lcd2s_redefine_char': /kisskb/src/drivers/auxdisplay/lcd2s.c:229:12: note: byref variable will be forcibly initialized 229 | u8 buf[LCD2S_CHARACTER_SIZE + 2] = { LCD2S_CMD_DEF_CUSTOM_CHAR }; | ^~~ /kisskb/src/drivers/auxdisplay/lcd2s.c: In function 'lcd2s_gotoxy': /kisskb/src/drivers/auxdisplay/lcd2s.c:109:12: note: byref variable will be forcibly initialized 109 | u8 buf[3] = { LCD2S_CMD_CUR_POS, y + 1, x + 1 }; | ^~~ /kisskb/src/drivers/auxdisplay/lcd2s.c: In function 'lcd2s_print': /kisskb/src/drivers/auxdisplay/lcd2s.c:100:12: note: byref variable will be forcibly initialized 100 | u8 buf[2] = { LCD2S_CMD_WRITE, c }; | ^~~ /kisskb/src/drivers/input/gameport/gameport.c: In function 'gameport_set_phys': /kisskb/src/drivers/input/gameport/gameport.c:513:17: note: byref variable will be forcibly initialized 513 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/component.c:6: /kisskb/src/drivers/base/component.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c: In function 'do_validate_mem': /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:352:33: note: byref variable will be forcibly initialized 352 | unsigned int info1 = 1, info2 = 1; | ^~~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:352:22: note: byref variable will be forcibly initialized 352 | unsigned int info1 = 1, info2 = 1; | ^~~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c: In function 'nonstatic_find_mem_region': /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:811:34: note: byref variable will be forcibly initialized 811 | struct pcmcia_align_data data; | ^~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c: In function '__nonstatic_find_io_region': /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:689:34: note: byref variable will be forcibly initialized 689 | struct pcmcia_align_data data; | ^~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c: In function 'checksum': /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:297:24: note: byref variable will be forcibly initialized 297 | pccard_mem_map map; | ^~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c: In function 'store_mem_db': /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:1166:35: note: byref variable will be forcibly initialized 1166 | unsigned long start_addr, end_addr; | ^~~~~~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:1166:23: note: byref variable will be forcibly initialized 1166 | unsigned long start_addr, end_addr; | ^~~~~~~~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c: In function 'store_io_db': /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:1100:35: note: byref variable will be forcibly initialized 1100 | unsigned long start_addr, end_addr; | ^~~~~~~~ /kisskb/src/drivers/pcmcia/rsrc_nonstatic.c:1100:23: note: byref variable will be forcibly initialized 1100 | unsigned long start_addr, end_addr; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/wm831x-core.c: In function 'wm831x_reg_read': /kisskb/src/drivers/mfd/wm831x-core.c:521:22: note: byref variable will be forcibly initialized 521 | unsigned int val; | ^~~ /kisskb/src/drivers/pcmcia/i82092.c: In function 'i82092aa_set_mem_map': /kisskb/src/drivers/pcmcia/i82092.c:595:31: note: byref variable will be forcibly initialized 595 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pcmcia/i82092.c: In function 'i82092aa_init': /kisskb/src/drivers/pcmcia/i82092.c:388:23: note: byref variable will be forcibly initialized 388 | pccard_io_map io = { 0, 0, 0, 0, 1 }; | ^~ /kisskb/src/drivers/pcmcia/i82092.c: In function 'i82092aa_pci_probe': /kisskb/src/drivers/pcmcia/i82092.c:76:23: note: byref variable will be forcibly initialized 76 | unsigned char configbyte; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/wm831x-irq.c:12: /kisskb/src/drivers/mfd/wm831x-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/wm831x-otp.c: In function 'unique_id_show': /kisskb/src/drivers/mfd/wm831x-otp.c:46:14: note: byref variable will be forcibly initialized 46 | char id[WM831X_UNIQUE_ID_LEN]; | ^~ /kisskb/src/drivers/mfd/wm831x-otp.c: In function 'wm831x_otp_init': /kisskb/src/drivers/mfd/wm831x-otp.c:59:14: note: byref variable will be forcibly initialized 59 | char uuid[WM831X_UNIQUE_ID_LEN]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/gpu/drm/display/drm_hdcp_helper.c:9: /kisskb/src/drivers/gpu/drm/display/drm_hdcp_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_hdcp_helper.c: In function 'drm_hdcp_request_srm': /kisskb/src/drivers/gpu/drm/display/drm_hdcp_helper.c:237:32: note: byref variable will be forcibly initialized 237 | const struct firmware *fw; | ^~ /kisskb/src/drivers/gpu/drm/display/drm_hdcp_helper.c:236:14: note: byref variable will be forcibly initialized 236 | char fw_name[36] = "display_hdcp_srm.bin"; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_hdcp_helper.c: In function 'drm_hdcp_check_ksvs_revoked': /kisskb/src/drivers/gpu/drm/display/drm_hdcp_helper.c:287:13: note: byref variable will be forcibly initialized 287 | u8 *revoked_ksv_list = NULL; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_hdcp_helper.c:286:13: note: byref variable will be forcibly initialized 286 | u32 revoked_ksv_cnt = 0, i, j; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_export_bool_array': /kisskb/src/drivers/misc/altera-stapl/altera.c:140:14: note: byref variable will be forcibly initialized 140 | char string[HEX_LINE_CHARS + 1]; | ^~~~~~ In file included from /kisskb/src/drivers/misc/altera-stapl/altera.c:16: /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_execute': /kisskb/src/drivers/misc/altera-stapl/altera.c:235:12: note: byref variable will be forcibly initialized 235 | u8 charbuf[4]; | ^~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_init': /kisskb/src/drivers/misc/altera-stapl/altera.c:2389:13: note: byref variable will be forcibly initialized 2389 | s32 error_address = 0L; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2388:13: note: byref variable will be forcibly initialized 2388 | s32 offset = 0L; | ^~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2384:13: note: byref variable will be forcibly initialized 2384 | int format_version = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2383:13: note: byref variable will be forcibly initialized 2383 | int exit_code = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2381:15: note: byref variable will be forcibly initialized 2381 | char *description = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2380:15: note: byref variable will be forcibly initialized 2380 | char *action_name = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2376:33: note: byref variable will be forcibly initialized 2376 | struct altera_procinfo *proc_list = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_read': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:58:24: note: byref variable will be forcibly initialized 58 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_write': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:97:24: note: byref variable will be forcibly initialized 97 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_get_scrambling_status': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:140:12: note: byref variable will be forcibly initialized 140 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_set_scrambling': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:165:6: note: byref variable will be forcibly initialized 165 | bool drm_scdc_set_scrambling(struct i2c_adapter *adapter, bool enable) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:167:12: note: byref variable will be forcibly initialized 167 | u8 config; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_set_high_tmds_clock_ratio': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:220:6: note: byref variable will be forcibly initialized 220 | bool drm_scdc_set_high_tmds_clock_ratio(struct i2c_adapter *adapter, bool set) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:222:12: note: byref variable will be forcibly initialized 222 | u8 config; | ^~~~~~ /kisskb/src/drivers/cxl/core/hdm.c: In function 'devm_cxl_add_passthrough_decoder': /kisskb/src/drivers/cxl/core/hdm.c:51:13: note: byref variable will be forcibly initialized 51 | int single_port_map[1]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/cxl/core/hdm.c: In function 'map_hdm_decoder_regs': /kisskb/src/drivers/cxl/core/hdm.c:83:38: note: byref variable will be forcibly initialized 83 | struct cxl_component_reg_map map; | ^~~ /kisskb/src/drivers/cxl/core/hdm.c: In function 'devm_cxl_enumerate_decoders': /kisskb/src/drivers/cxl/core/hdm.c:240:21: note: byref variable will be forcibly initialized 240 | int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/madera-core.c: In function 'madera_wait_for_boot_noack': /kisskb/src/drivers/mfd/madera-core.c:214:22: note: byref variable will be forcibly initialized 214 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/mfd/madera-core.c: In function 'madera_dev_init': /kisskb/src/drivers/mfd/madera-core.c:458:22: note: byref variable will be forcibly initialized 458 | unsigned int hwid; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/cgroup.h:17, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/shmem_fs.h:6, from /kisskb/src/drivers/gpu/drm/ttm/ttm_tt.c:35: /kisskb/src/drivers/gpu/drm/ttm/ttm_tt.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_aux_dev.c: In function 'drm_dp_aux_dev_get_by_aux': /kisskb/src/drivers/gpu/drm/display/drm_dp_aux_dev.c:254:13: note: byref variable will be forcibly initialized 254 | int id; | ^~ In file included from /kisskb/src/include/linux/pid.h:7, 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/gpu/drm/display/drm_dp_aux_dev.c:28: /kisskb/src/drivers/gpu/drm/display/drm_dp_aux_dev.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_aux_dev.c: In function 'auxdev_write_iter': /kisskb/src/drivers/gpu/drm/display/drm_dp_aux_dev.c:201:25: note: byref variable will be forcibly initialized 201 | uint8_t buf[DP_AUX_MAX_PAYLOAD_BYTES]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_aux_dev.c: In function 'auxdev_read_iter': /kisskb/src/drivers/gpu/drm/display/drm_dp_aux_dev.c:158:25: note: byref variable will be forcibly initialized 158 | uint8_t buf[DP_AUX_MAX_PAYLOAD_BYTES]; | ^~~ 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/drivers/gpu/drm/display/drm_dp_aux_dev.c:28: /kisskb/src/drivers/gpu/drm/display/drm_dp_aux_dev.c: In function 'drm_dp_aux_unregister_devnode': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_aux_dev.c:292:9: note: in expansion of macro 'wait_var_event' 292 | wait_var_event(&aux_dev->usecount, !atomic_read(&aux_dev->usecount)); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regcache-flat.c:9: /kisskb/src/drivers/base/regmap/regcache-flat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_read_debugfs': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:224:22: note: byref variable will be forcibly initialized 224 | unsigned int val, start_reg; | ^~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c:220:16: note: byref variable will be forcibly initialized 220 | loff_t p = *ppos; | ^ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_cache_bypass_write_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:512:14: note: byref variable will be forcibly initialized 512 | bool new_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_cache_only_write_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:465:14: note: byref variable will be forcibly initialized 465 | bool new_val, require_sync = false; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_reg_ranges_read_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:366:16: note: byref variable will be forcibly initialized 366 | loff_t p = 0; | ^ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_read': /kisskb/src/drivers/base/regmap/regmap-i2c.c:178:24: note: byref variable will be forcibly initialized 178 | struct i2c_msg xfer[2]; | ^~~~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_gather_write': /kisskb/src/drivers/base/regmap/regmap-i2c.c:144:24: note: byref variable will be forcibly initialized 144 | struct i2c_msg xfer[2]; | ^~~~ /kisskb/src/drivers/dma-buf/dma-heap.c: In function 'dma_heap_ioctl': /kisskb/src/drivers/dma-buf/dma-heap.c:129:14: note: byref variable will be forcibly initialized 129 | char stack_kdata[128]; | ^~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-heap.c: In function 'dma_heap_add': /kisskb/src/drivers/dma-buf/dma-heap.c:223:22: note: byref variable will be forcibly initialized 223 | unsigned int minor; | ^~~~~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/include/linux/dma-fence-unwrap.h:13, from /kisskb/src/drivers/dma-buf/sync_file.c:8: /kisskb/src/drivers/dma-buf/sync_file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_merge': /kisskb/src/drivers/dma-buf/sync_file.c:208:22: note: byref variable will be forcibly initialized 208 | unsigned int index, num_fences; | ^~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:207:41: note: byref variable will be forcibly initialized 207 | struct dma_fence_unwrap a_iter, b_iter; | ^~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:207:33: note: byref variable will be forcibly initialized 207 | struct dma_fence_unwrap a_iter, b_iter; | ^~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_merge': /kisskb/src/drivers/dma-buf/sync_file.c:320:32: note: byref variable will be forcibly initialized 320 | struct sync_merge_data data; | ^~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_fence_info': /kisskb/src/drivers/dma-buf/sync_file.c:394:31: note: byref variable will be forcibly initialized 394 | struct sync_file_info info; | ^~~~ /kisskb/src/drivers/dma-buf/sync_file.c:393:33: note: byref variable will be forcibly initialized 393 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/mfd/tps65086.c: In function 'tps65086_probe': /kisskb/src/drivers/mfd/tps65086.c:76:22: note: byref variable will be forcibly initialized 76 | unsigned int version; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap-spi.c: In function 'regmap_spi_gather_write': /kisskb/src/drivers/base/regmap/regmap-spi.c:43:29: note: byref variable will be forcibly initialized 43 | struct spi_transfer t[2] = { { .tx_buf = reg, .len = reg_len, }, | ^ /kisskb/src/drivers/base/regmap/regmap-spi.c:42:28: note: byref variable will be forcibly initialized 42 | struct spi_message m; | ^ In file included from /kisskb/src/drivers/base/regmap/regmap-spi.c:10: /kisskb/src/drivers/base/regmap/regmap-spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_update_bits': /kisskb/src/drivers/mfd/tps65218.c:92:22: note: byref variable will be forcibly initialized 92 | unsigned int data; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_strict': /kisskb/src/drivers/mfd/tps65218.c:216:13: note: byref variable will be forcibly initialized 216 | u32 strict; | ^~~~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uvlo': /kisskb/src/drivers/mfd/tps65218.c:259:13: note: byref variable will be forcibly initialized 259 | u32 uvlo; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uv_hyst': /kisskb/src/drivers/mfd/tps65218.c:238:13: note: byref variable will be forcibly initialized 238 | u32 hyst; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_probe': /kisskb/src/drivers/mfd/tps65218.c:296:22: note: byref variable will be forcibly initialized 296 | unsigned int chipid; | ^~~~~~ /kisskb/src/drivers/mfd/tps65910.c: In function 'tps65910_parse_dt': /kisskb/src/drivers/mfd/tps65910.c:376:22: note: byref variable will be forcibly initialized 376 | unsigned int prop; | ^~~~ /kisskb/src/drivers/mfd/tps65910.c: In function 'tps65910_i2c_probe': /kisskb/src/drivers/mfd/tps65910.c:451:23: note: byref variable will be forcibly initialized 451 | unsigned long chip_id = id->driver_data; | ^~~~~~~ /kisskb/src/drivers/vfio/mdev/mdev_core.c: In function 'mdev_register_device': /kisskb/src/drivers/vfio/mdev/mdev_core.c:122:15: note: byref variable will be forcibly initialized 122 | char *envp[] = { env_string, NULL }; | ^~~~ /kisskb/src/drivers/vfio/mdev/mdev_core.c: In function 'mdev_unregister_device': /kisskb/src/drivers/vfio/mdev/mdev_core.c:200:15: note: byref variable will be forcibly initialized 200 | char *envp[] = { env_string, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c: In function 'drm_dp_cec_cap': /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:269:12: note: byref variable will be forcibly initialized 269 | u8 cap = 0; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c: In function 'drm_dp_cec_received': /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:193:12: note: byref variable will be forcibly initialized 193 | u8 rx_msg_info; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:192:24: note: byref variable will be forcibly initialized 192 | struct cec_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c: In function 'drm_dp_cec_handle_irq': /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:212:13: note: byref variable will be forcibly initialized 212 | static void drm_dp_cec_handle_irq(struct drm_dp_aux *aux) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:215:12: note: byref variable will be forcibly initialized 215 | u8 flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c: In function 'drm_dp_cec_irq': /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:242:6: note: byref variable will be forcibly initialized 242 | void drm_dp_cec_irq(struct drm_dp_aux *aux) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:244:12: note: byref variable will be forcibly initialized 244 | u8 cec_irq; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c: In function 'drm_dp_cec_adap_monitor_all_enable': /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:136:12: note: byref variable will be forcibly initialized 136 | static int drm_dp_cec_adap_monitor_all_enable(struct cec_adapter *adap, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:141:12: note: byref variable will be forcibly initialized 141 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c: In function 'drm_dp_cec_adap_enable': /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:92:12: note: byref variable will be forcibly initialized 92 | static int drm_dp_cec_adap_enable(struct cec_adapter *adap, bool enable) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c: In function 'drm_dp_cec_adap_transmit': /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:118:12: note: byref variable will be forcibly initialized 118 | static int drm_dp_cec_adap_transmit(struct cec_adapter *adap, u8 attempts, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c: In function 'drm_dp_cec_adap_log_addr': /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:107:12: note: byref variable will be forcibly initialized 107 | u8 mask[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c: In function 'drm_dp_cec_adap_status': /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:161:28: note: byref variable will be forcibly initialized 161 | struct drm_dp_desc desc; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c: In function 'drm_dp_cec_set_edid': /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:307:12: note: byref variable will be forcibly initialized 307 | u8 cap; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_cec.c:305:35: note: byref variable will be forcibly initialized 305 | struct cec_connector_info conn_info; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/input/serio/libps2.c:10: /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_do_sendbyte': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:45:25: note: in expansion of macro 'wait_event_timeout' 45 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_drain': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:136:9: note: in expansion of macro 'wait_event_timeout' 136 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function '__ps2_command': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:291:17: note: in expansion of macro 'wait_event_timeout' 291 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:285:19: note: in expansion of macro 'wait_event_timeout' 285 | timeout = wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:233:12: note: byref variable will be forcibly initialized 233 | u8 send_param[16]; | ^~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_sliced_command': /kisskb/src/drivers/input/serio/libps2.c:359:20: note: byref variable will be forcibly initialized 359 | u8 d = (command >> i) & 3; | ^ /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c: In function 'vfio_fsl_mc_reset_device': /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c:79:21: note: byref variable will be forcibly initialized 79 | u16 token; | ^~~~~ /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c: In function 'vfio_fsl_mc_ioctl': /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c:202:24: note: byref variable will be forcibly initialized 202 | size_t data_size = 0; | ^~~~~~~~~ /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c:199:37: note: byref variable will be forcibly initialized 199 | struct vfio_irq_set hdr; | ^~~ /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c:178:38: note: byref variable will be forcibly initialized 178 | struct vfio_irq_info info; | ^~~~ /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c:154:41: note: byref variable will be forcibly initialized 154 | struct vfio_region_info info; | ^~~~ /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c:131:41: note: byref variable will be forcibly initialized 131 | struct vfio_device_info info; | ^~~~ /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c: In function 'vfio_fsl_mc_read': /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c:249:13: note: byref variable will be forcibly initialized 249 | u64 data[8]; | ^~~~ /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c: In function 'vfio_fsl_mc_send_command': /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c:299:21: note: byref variable will be forcibly initialized 299 | u64 header; | ^~~~~~ /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c: In function 'vfio_fsl_mc_write': /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c:328:13: note: byref variable will be forcibly initialized 328 | u64 data[8]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c:7: /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c: In function '__elan_update_firmware': /kisskb/src/drivers/input/mouse/elan_i2c_core.c:489:30: note: byref variable will be forcibly initialized 489 | u16 sw_checksum = 0, fw_checksum = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c: In function 'calibrate_store': /kisskb/src/drivers/input/mouse/elan_i2c_core.c:681:12: note: byref variable will be forcibly initialized 681 | u8 val[ETP_CALIBRATE_MAX_LEN]; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c: In function 'elan_sysfs_read_mode': /kisskb/src/drivers/input/mouse/elan_i2c_core.c:745:22: note: byref variable will be forcibly initialized 745 | enum tp_mode mode; | ^~~~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c: In function 'elan_isr': /kisskb/src/drivers/input/mouse/elan_i2c_core.c:1047:12: note: byref variable will be forcibly initialized 1047 | u8 report[ETP_MAX_REPORT_LEN]; | ^~~~~~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c: In function 'elan_sysfs_update_fw': /kisskb/src/drivers/input/mouse/elan_i2c_core.c:625:32: note: byref variable will be forcibly initialized 625 | const struct firmware *fw; | ^~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c: In function 'elan_query_device_parameters': /kisskb/src/drivers/input/mouse/elan_i2c_core.c:399:22: note: byref variable will be forcibly initialized 399 | u8 hw_x_res, hw_y_res; | ^~~~~~~~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c:399:12: note: byref variable will be forcibly initialized 399 | u8 hw_x_res, hw_y_res; | ^~~~~~~~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c:398:19: note: byref variable will be forcibly initialized 398 | u32 x_mm, y_mm; | ^~~~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c:398:13: note: byref variable will be forcibly initialized 398 | u32 x_mm, y_mm; | ^~~~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c:397:32: note: byref variable will be forcibly initialized 397 | unsigned int x_traces, y_traces; | ^~~~~~~~ /kisskb/src/drivers/input/mouse/elan_i2c_core.c:397:22: note: byref variable will be forcibly initialized 397 | unsigned int x_traces, y_traces; | ^~~~~~~~ /kisskb/src/drivers/dma-buf/sync_debug.c: In function 'sync_print_fence': /kisskb/src/drivers/dma-buf/sync_debug.c:87:22: note: byref variable will be forcibly initialized 87 | char value[64]; | ^~~~~ /kisskb/src/drivers/dma-buf/sync_debug.c: In function 'sync_print_sync_file': /kisskb/src/drivers/dma-buf/sync_debug.c:124:14: note: byref variable will be forcibly initialized 124 | char buf[128]; | ^~~ /kisskb/src/drivers/base/core.c: In function 'device_store_int': /kisskb/src/drivers/base/core.c:2165:14: note: byref variable will be forcibly initialized 2165 | long new; | ^~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'handle_twl4030_pih': /kisskb/src/drivers/mfd/twl4030-irq.c:282:25: note: byref variable will be forcibly initialized 282 | u8 pih_isr; | ^~~~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'sih_read_isr': /kisskb/src/drivers/mfd/twl4030-irq.c:565:11: note: byref variable will be forcibly initialized 565 | } isr; | ^~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'twl4030_sih_bus_sync_unlock': /kisskb/src/drivers/mfd/twl4030-irq.c:499:33: note: byref variable will be forcibly initialized 499 | u8 bytes[6]; | ^~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c:482:19: note: byref variable will be forcibly initialized 482 | } imr; | ^~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'twl4030_init_sih_modules': /kisskb/src/drivers/mfd/twl4030-irq.c:314:12: note: byref variable will be forcibly initialized 314 | static int twl4030_init_sih_modules(unsigned line) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c:365:20: note: byref variable will be forcibly initialized 365 | u8 rxbuf[4]; | ^~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c:317:12: note: byref variable will be forcibly initialized 317 | u8 buf[4]; | ^~~ In file included from /kisskb/src/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:25, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_store_ulong': /kisskb/src/drivers/base/core.c:2139:23: note: byref variable will be forcibly initialized 2139 | unsigned long new; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:1032:39: note: byref variable will be forcibly initialized 1032 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_group': /kisskb/src/include/linux/device.h:1040:39: note: byref variable will be forcibly initialized 1040 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_add_attrs': /kisskb/src/include/linux/device.h:1032:39: note: byref variable will be forcibly initialized 1032 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_attrs': /kisskb/src/include/linux/device.h:1040:39: note: byref variable will be forcibly initialized 1040 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_set_name': /kisskb/src/drivers/base/core.c:3212:17: note: byref variable will be forcibly initialized 3212 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_sys_dev_entry': /kisskb/src/drivers/base/core.c:3249:14: note: byref variable will be forcibly initialized 3249 | char devt_str[15]; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_sys_dev_entry': /kisskb/src/drivers/base/core.c:3262:14: note: byref variable will be forcibly initialized 3262 | char devt_str[15]; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child': /kisskb/src/drivers/base/core.c:3738:27: note: byref variable will be forcibly initialized 3738 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child': /kisskb/src/drivers/base/core.c:3803:27: note: byref variable will be forcibly initialized 3803 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child_reverse': /kisskb/src/drivers/base/core.c:3768:27: note: byref variable will be forcibly initialized 3768 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3831:27: note: byref variable will be forcibly initialized 3831 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'dev_vprintk_emit': /kisskb/src/drivers/base/core.c:4623:32: note: byref variable will be forcibly initialized 4623 | struct dev_printk_info dev_info; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_printk_emit': /kisskb/src/drivers/base/core.c:4633:17: note: byref variable will be forcibly initialized 4633 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c: In function '_dev_printk': /kisskb/src/drivers/base/core.c:4660:17: note: byref variable will be forcibly initialized 4660 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c:4659:26: note: byref variable will be forcibly initialized 4659 | struct va_format vaf; | ^~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'unprotect_pm_master': /kisskb/src/drivers/mfd/twl-core.c:978:19: note: byref variable will be forcibly initialized 978 | static inline int unprotect_pm_master(void) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl-core.c:978:19: note: byref variable will be forcibly initialized /kisskb/src/drivers/mfd/twl-core.c: In function 'protect_pm_master': /kisskb/src/drivers/mfd/twl-core.c:969:19: note: byref variable will be forcibly initialized 969 | static inline int protect_pm_master(void) | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_destroy': /kisskb/src/drivers/mfd/twl-core.c: In function 'twl_get_hfclk_rate': /kisskb/src/drivers/mfd/twl-core.c:569:12: note: byref variable will be forcibly initialized 569 | u8 ctrl; | ^~~~ /kisskb/src/drivers/base/core.c:4186:6: note: byref variable will be forcibly initialized 4186 | void device_destroy(struct class *class, dev_t devt) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'twl_read_idcode_register': /kisskb/src/drivers/mfd/twl-core.c:515:12: note: byref variable will be forcibly initialized 515 | static int twl_read_idcode_register(void) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl-core.c:515:12: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/twl-core.c:20: /kisskb/src/drivers/mfd/twl-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_emerg': /kisskb/src/drivers/mfd/twl-core.c: In function 'clocks_init': /kisskb/src/drivers/mfd/twl-core.c:990:13: note: byref variable will be forcibly initialized 990 | static void clocks_init(struct device *dev, | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'add_numbered_child': /kisskb/src/drivers/mfd/twl-core.c:625:33: note: byref variable will be forcibly initialized 625 | struct resource r[2] = { | ^ /kisskb/src/drivers/base/core.c:4677:17: note: byref variable will be forcibly initialized 4677 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4690:1: note: in expansion of macro 'define_dev_printk_level' 4690 | define_dev_printk_level(_dev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4676:26: note: byref variable will be forcibly initialized 4676 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4690:1: note: in expansion of macro 'define_dev_printk_level' 4690 | define_dev_printk_level(_dev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_alert': /kisskb/src/drivers/base/core.c:4677:17: note: byref variable will be forcibly initialized 4677 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4691:1: note: in expansion of macro 'define_dev_printk_level' 4691 | define_dev_printk_level(_dev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'twl_probe': /kisskb/src/drivers/mfd/twl-core.c:1064:1: note: byref variable will be forcibly initialized 1064 | twl_probe(struct i2c_client *client, const struct i2c_device_id *id) | ^~~~~~~~~ /kisskb/src/drivers/mfd/twl-core.c:1064:1: note: byref variable will be forcibly initialized /kisskb/src/drivers/mfd/twl-core.c:1198:20: note: byref variable will be forcibly initialized 1198 | u8 temp; | ^~~~ /kisskb/src/drivers/base/core.c:4676:26: note: byref variable will be forcibly initialized 4676 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4691:1: note: in expansion of macro 'define_dev_printk_level' 4691 | define_dev_printk_level(_dev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_crit': /kisskb/src/drivers/base/core.c:4677:17: note: byref variable will be forcibly initialized 4677 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4692:1: note: in expansion of macro 'define_dev_printk_level' 4692 | define_dev_printk_level(_dev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4676:26: note: byref variable will be forcibly initialized 4676 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4692:1: note: in expansion of macro 'define_dev_printk_level' 4692 | define_dev_printk_level(_dev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_err': /kisskb/src/drivers/base/core.c:4677:17: note: byref variable will be forcibly initialized 4677 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4693:1: note: in expansion of macro 'define_dev_printk_level' 4693 | define_dev_printk_level(_dev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4676:26: note: byref variable will be forcibly initialized 4676 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4693:1: note: in expansion of macro 'define_dev_printk_level' 4693 | define_dev_printk_level(_dev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_warn': /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_get_resource': /kisskb/src/drivers/mfd/twl4030-audio.c:66:12: note: byref variable will be forcibly initialized 66 | u8 val; | ^~~ /kisskb/src/drivers/base/core.c:4677:17: note: byref variable will be forcibly initialized 4677 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4694:1: note: in expansion of macro 'define_dev_printk_level' 4694 | define_dev_printk_level(_dev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_set_resource': /kisskb/src/drivers/mfd/twl4030-audio.c:44:12: note: byref variable will be forcibly initialized 44 | static int twl4030_audio_set_resource(enum twl4030_audio_res id, int enable) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl4030-audio.c:47:12: note: byref variable will be forcibly initialized 47 | u8 val; | ^~~ /kisskb/src/drivers/base/core.c:4676:26: note: byref variable will be forcibly initialized 4676 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4694:1: note: in expansion of macro 'define_dev_printk_level' 4694 | define_dev_printk_level(_dev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_notice': /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_has_vibra': /kisskb/src/drivers/mfd/twl4030-audio.c:167:13: note: byref variable will be forcibly initialized 167 | int vibra; | ^~~~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_probe': /kisskb/src/drivers/mfd/twl4030-audio.c:178:12: note: byref variable will be forcibly initialized 178 | static int twl4030_audio_probe(struct platform_device *pdev) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4677:17: note: byref variable will be forcibly initialized 4677 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4695:1: note: in expansion of macro 'define_dev_printk_level' 4695 | define_dev_printk_level(_dev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4676:26: note: byref variable will be forcibly initialized 4676 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4695:1: note: in expansion of macro 'define_dev_printk_level' 4695 | define_dev_printk_level(_dev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_info': /kisskb/src/drivers/base/core.c:4677:17: note: byref variable will be forcibly initialized 4677 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4696:1: note: in expansion of macro 'define_dev_printk_level' 4696 | define_dev_printk_level(_dev_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4676:26: note: byref variable will be forcibly initialized 4676 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4696:1: note: in expansion of macro 'define_dev_printk_level' 4696 | define_dev_printk_level(_dev_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_err_probe': /kisskb/src/drivers/base/core.c:4735:17: note: byref variable will be forcibly initialized 4735 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c:4734:26: note: byref variable will be forcibly initialized 4734 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function 'device_links_supplier_sync_state_resume': /kisskb/src/drivers/base/core.c:1133:19: note: byref variable will be forcibly initialized 1133 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_links_driver_bound': /kisskb/src/drivers/base/core.c:1240:19: note: byref variable will be forcibly initialized 1240 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_create': /kisskb/src/drivers/base/core.c:4123:17: note: byref variable will be forcibly initialized 4123 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_with_groups': /kisskb/src/drivers/base/core.c:4167:17: note: byref variable will be forcibly initialized 4167 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2311:24: note: byref variable will be forcibly initialized 2311 | kgid_t gid = GLOBAL_ROOT_GID; | ^~~ /kisskb/src/drivers/base/core.c:2310:24: note: byref variable will be forcibly initialized 2310 | kuid_t uid = GLOBAL_ROOT_UID; | ^~~ /kisskb/src/drivers/base/core.c:2309:25: note: byref variable will be forcibly initialized 2309 | umode_t mode = 0; | ^~~~ /kisskb/src/drivers/base/core.c:2307:29: note: byref variable will be forcibly initialized 2307 | const char *tmp; | ^~~ In file included from /kisskb/src/drivers/base/regmap/regmap-irq.c:13: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_thread': /kisskb/src/drivers/base/regmap/regmap-irq.c:467:45: note: byref variable will be forcibly initialized 467 | const unsigned long mreg = data->main_status_buf[i]; | ^~~~ /kisskb/src/drivers/base/core.c: In function 'online_store': /kisskb/src/drivers/base/core.c:2445:14: note: byref variable will be forcibly initialized 2445 | bool val; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/dma-buf/sync_trace.h:33, from /kisskb/src/drivers/dma-buf/sw_sync.c:17: /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'perf_trace_sync_timeline': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/dma-buf/sync_trace.h:33, from /kisskb/src/drivers/dma-buf/sw_sync.c:17: /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'trace_event_raw_event_sync_timeline': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regmap-irq.c:9: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_sync_unlock': /kisskb/src/drivers/base/regmap/regmap-irq.c:101:13: note: byref variable will be forcibly initialized 101 | u32 val; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/dma-buf/sync_trace.h:33, from /kisskb/src/drivers/dma-buf/sw_sync.c:17: /kisskb/src/drivers/dma-buf/sw_sync.c: In function '__bpf_trace_sync_timeline': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/fs.h:10, from /kisskb/src/drivers/dma-buf/sw_sync.c:9: /kisskb/src/drivers/dma-buf/sw_sync.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'sw_sync_debugfs_open': /kisskb/src/drivers/dma-buf/sw_sync.c:296:14: note: byref variable will be forcibly initialized 296 | char task_comm[TASK_COMM_LEN]; | ^~~~~~~~~ /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'sw_sync_ioctl_create_fence': /kisskb/src/drivers/dma-buf/sw_sync.c:334:42: note: byref variable will be forcibly initialized 334 | struct sw_sync_create_fence_data data; | ^~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'devm_regmap_add_irq_chip_fwnode': /kisskb/src/drivers/base/regmap/regmap-irq.c:1027:45: note: byref variable will be forcibly initialized 1027 | struct regmap_irq_chip_data **ptr, *d; | ^ /kisskb/src/drivers/dma-buf/sw_sync.c: In function 'sw_sync_ioctl_inc': /kisskb/src/drivers/dma-buf/sw_sync.c:375:13: note: byref variable will be forcibly initialized 375 | u32 value; | ^~~~~ In file included from /kisskb/src/drivers/base/regmap/regmap-spi-avmm.c:9: /kisskb/src/drivers/base/regmap/regmap-spi-avmm.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_interrupt_unmask': /kisskb/src/drivers/mfd/twl6030-irq.c:231:5: note: byref variable will be forcibly initialized 231 | int twl6030_interrupt_unmask(u8 bit_mask, u8 offset) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c:234:12: note: byref variable will be forcibly initialized 234 | u8 unmask_value; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_interrupt_mask': /kisskb/src/drivers/mfd/twl6030-irq.c:245:5: note: byref variable will be forcibly initialized 245 | int twl6030_interrupt_mask(u8 bit_mask, u8 offset) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c:248:12: note: byref variable will be forcibly initialized 248 | u8 mask_value; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_mmc_card_detect': /kisskb/src/drivers/mfd/twl6030-irq.c:311:12: note: byref variable will be forcibly initialized 311 | u8 read_reg = 0; | ^~~~~~~~ In file included from /kisskb/src/drivers/mfd/twl6030-irq.c:29: /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_mmc_card_detect_config': /kisskb/src/drivers/mfd/twl6030-irq.c:259:5: note: byref variable will be forcibly initialized 259 | int twl6030_mmc_card_detect_config(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c:259:5: note: byref variable will be forcibly initialized /kisskb/src/drivers/mfd/twl6030-irq.c:262:12: note: byref variable will be forcibly initialized 262 | u8 reg_val = 0; | ^~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_irq_thread': /kisskb/src/drivers/mfd/twl6030-irq.c:160:20: note: byref variable will be forcibly initialized 160 | static irqreturn_t twl6030_irq_thread(int irq, void *data) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c:166:11: note: byref variable will be forcibly initialized 166 | } sts; | ^~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_init_irq': /kisskb/src/drivers/mfd/twl6030-irq.c:370:33: note: byref variable will be forcibly initialized 370 | u8 mask[3]; | ^~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/drm/drm_mm.h:43, from /kisskb/src/include/drm/ttm/ttm_bo_driver.h:33, from /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:34: /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_flush_all_fences': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:223:30: note: byref variable will be forcibly initialized 223 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_mem_space_debug': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:56:28: note: byref variable will be forcibly initialized 56 | struct drm_printer p = drm_debug_printer(TTM_PFX); | ^ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_get_baseline_data': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:135:12: note: byref variable will be forcibly initialized 135 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_iap_get_mode': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:298:12: note: byref variable will be forcibly initialized 298 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_get_num_traces': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:271:12: note: byref variable will be forcibly initialized 271 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_get_resolution': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:250:12: note: byref variable will be forcibly initialized 250 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_get_max': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:230:12: note: byref variable will be forcibly initialized 230 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_get_product_id': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:192:12: note: byref variable will be forcibly initialized 192 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_get_checksum': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_delayed_delete': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:209:12: note: byref variable will be forcibly initialized 209 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:317:26: note: byref variable will be forcibly initialized 317 | struct list_head removed; | ^~~~~~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_get_sm_version': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:174:12: note: byref variable will be forcibly initialized 174 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_reg_read': /kisskb/src/drivers/mfd/twl6040.c:102:22: note: byref variable will be forcibly initialized 102 | unsigned int val; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_get_version': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:154:12: note: byref variable will be forcibly initialized 154 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_get_vibralr_status': /kisskb/src/drivers/mfd/twl6040.c:532:22: note: byref variable will be forcibly initialized 532 | unsigned int reg; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_set_flash_key': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:331:12: note: byref variable will be forcibly initialized 331 | u8 cmd[4] = { 0x00, 0x0B, 0x00, 0x5A }; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_calibrate': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:109:12: note: byref variable will be forcibly initialized 109 | u8 cmd[4] = { 0x00, 0x08, 0x00, 0x01 }; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_set_mode': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:88:12: note: byref variable will be forcibly initialized 88 | u8 cmd[4] = { 0x00, 0x07, 0x00, mode }; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_write_fw_block': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:424:12: note: byref variable will be forcibly initialized 424 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_initialize': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:57:12: note: byref variable will be forcibly initialized 57 | u8 values[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~~~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:56:12: note: byref variable will be forcibly initialized 56 | u8 check[ETP_SMBUS_HELLOPACKET_LEN] = { 0x55, 0x55, 0x55, 0x55, 0x55 }; | ^~~~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_prepare_fw_update': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:351:12: note: byref variable will be forcibly initialized 351 | u8 cmd[4] = {0x0F, 0x78, 0x00, 0x06}; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:350:12: note: byref variable will be forcibly initialized 350 | u8 val[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:349:22: note: byref variable will be forcibly initialized 349 | enum tp_mode mode; | ^~~~ /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c: In function 'elan_smbus_calibrate_result': /kisskb/src/drivers/input/mouse/elan_i2c_smbus.c:118:12: note: byref variable will be forcibly initialized 118 | u8 buf[I2C_SMBUS_BLOCK_MAX] = {0}; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_evict': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:475:26: note: byref variable will be forcibly initialized 475 | struct ttm_place hop; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:474:30: note: byref variable will be forcibly initialized 474 | struct ttm_placement placement; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:473:30: note: byref variable will be forcibly initialized 473 | struct ttm_resource *evict_mem; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_mem_evict_first': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:634:22: note: byref variable will be forcibly initialized 634 | bool busy; | ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:629:14: note: byref variable will be forcibly initialized 629 | bool locked = false; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:627:36: note: byref variable will be forcibly initialized 627 | struct ttm_resource_cursor cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_bounce_temp_buffer': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:450:30: note: byref variable will be forcibly initialized 450 | struct ttm_resource *hop_mem; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:449:30: note: byref variable will be forcibly initialized 449 | struct ttm_placement hop_placement; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_move_buffer': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:864:26: note: byref variable will be forcibly initialized 864 | struct ttm_place hop; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:863:30: note: byref variable will be forcibly initialized 863 | struct ttm_resource *mem; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_swapout': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1106:34: note: byref variable will be forcibly initialized 1106 | struct ttm_place hop; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1105:38: note: byref variable will be forcibly initialized 1105 | struct ttm_resource *evict_mem; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1104:42: note: byref variable will be forcibly initialized 1104 | struct ttm_operation_ctx ctx = { false, false }; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1068:14: note: byref variable will be forcibly initialized 1068 | bool locked; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1067:26: note: byref variable will be forcibly initialized 1067 | struct ttm_place place; | ^~~~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_calibrate': /kisskb/src/drivers/input/gameport/lightning.c:183:13: note: byref variable will be forcibly initialized 183 | int cal[4]; | ^~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_add_card': /kisskb/src/drivers/input/gameport/lightning.c:241:13: note: byref variable will be forcibly initialized 241 | int cal[4] = { 255, 255, 255, 255 }; | ^~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_exit': /kisskb/src/drivers/input/gameport/lightning.c:312:13: note: byref variable will be forcibly initialized 312 | int cal[4] = { 59, 59, 59, 59 }; | ^~~ /kisskb/src/drivers/input/serio/parkbd.c: In function 'parkbd_getport': /kisskb/src/drivers/input/serio/parkbd.c:142:26: note: byref variable will be forcibly initialized 142 | struct pardev_cb parkbd_parport_cb; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_irq_status': /kisskb/src/drivers/mfd/mc13xxx-core.c:144:21: note: byref variable will be forcibly initialized 144 | u32 stat; | ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c:134:21: note: byref variable will be forcibly initialized 134 | u32 mask; | ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_adc_do_conversion': /kisskb/src/drivers/mfd/mc13xxx-core.c:256:25: note: byref variable will be forcibly initialized 256 | u32 adc0, adc1, old_adc0; | ^~~~~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_add_subdevice_pdata': /kisskb/src/drivers/mfd/mc13xxx-core.c:368:14: note: byref variable will be forcibly initialized 368 | char buf[30]; | ^~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_common_init': /kisskb/src/drivers/mfd/mc13xxx-core.c:426:13: note: byref variable will be forcibly initialized 426 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c: In function 'create_store': /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c:56:16: note: byref variable will be forcibly initialized 56 | guid_t uuid; | ^~~~ /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c: In function 'remove_store': /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c:229:23: note: byref variable will be forcibly initialized 229 | unsigned long val; | ^~~ /kisskb/src/drivers/mfd/mc13xxx-spi.c: In function 'mc13xxx_spi_read': /kisskb/src/drivers/mfd/mc13xxx-spi.c:75:28: note: byref variable will be forcibly initialized 75 | struct spi_message m; | ^ /kisskb/src/drivers/mfd/mc13xxx-spi.c:69:29: note: byref variable will be forcibly initialized 69 | struct spi_transfer t = { | ^ /kisskb/src/drivers/mfd/mc13xxx-spi.c:65:23: note: byref variable will be forcibly initialized 65 | unsigned char r[4]; | ^ /kisskb/src/drivers/mfd/mc13xxx-spi.c:64:23: note: byref variable will be forcibly initialized 64 | unsigned char w[4] = { *((unsigned char *) reg), 0, 0, 0}; | ^ In file included from /kisskb/src/drivers/mfd/mc13xxx-spi.c:20: /kisskb/src/drivers/mfd/mc13xxx-spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/dma-buf/selftest.c: In function 'apply_subtest_filter': /kisskb/src/drivers/dma-buf/selftest.c:49:24: note: byref variable will be forcibly initialized 49 | char *filter, *sep, *tok; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/iommu.h:10, from /kisskb/src/include/linux/vfio.h:12, from /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c:7: /kisskb/src/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'mock_wait': /kisskb/src/drivers/dma-buf/st-dma-fence.c:49:24: note: byref variable will be forcibly initialized 49 | struct wait_cb cb = { .task = current }; | ^~ In file included from /kisskb/src/include/linux/pid.h:7, 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 '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma-buf/st-dma-fence.c:7: /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'thread_signal_callback': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:498:17: note: in expansion of macro 'rcu_assign_pointer' 498 | rcu_assign_pointer(t->fences[t->id], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:461:17: note: in expansion of macro 'rcu_assign_pointer' 461 | rcu_assign_pointer(t->fences[t->id], f1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:453:34: note: byref variable will be forcibly initialized 453 | struct simple_cb cb; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'race_signal_callback': /kisskb/src/drivers/dma-buf/st-dma-fence.c:518:36: note: byref variable will be forcibly initialized 518 | struct race_thread t[2]; | ^ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'test_wait_timeout': /kisskb/src/drivers/dma-buf/st-dma-fence.c:373:27: note: byref variable will be forcibly initialized 373 | struct wait_timer wt; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/input/serio/serio_raw.c:10: /kisskb/src/drivers/input/serio/serio_raw.c: In function 'serio_raw_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serio_raw.c:187:33: note: in expansion of macro 'wait_event_interruptible' 187 | error = wait_event_interruptible(serio_raw->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serio_raw.c:162:14: note: byref variable will be forcibly initialized 162 | char c; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/mfd-core.c:11: /kisskb/src/drivers/mfd/mfd-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices_late': /kisskb/src/drivers/mfd/mfd-core.c:377:13: note: byref variable will be forcibly initialized 377 | int level = MFD_DEP_LEVEL_HIGH; | ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices': /kisskb/src/drivers/mfd/mfd-core.c:385:13: note: byref variable will be forcibly initialized 385 | int level = MFD_DEP_LEVEL_NORMAL; | ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_add_devices': /kisskb/src/drivers/mfd/mfd-core.c:385:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/mfd/mfd-core.c: In function 'devm_mfd_dev_release': /kisskb/src/drivers/mfd/mfd-core.c:385:13: note: byref variable will be forcibly initialized In file included from /kisskb/src/drivers/mfd/da9052-core.c:19: /kisskb/src/drivers/mfd/da9052-core.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/include/linux/dma-fence-unwrap.h:13, from /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:7: /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'mock_array': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:57:17: note: byref variable will be forcibly initialized 57 | va_list valist; | ^~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_chain_array': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:208:33: note: byref variable will be forcibly initialized 208 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_chain': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:166:33: note: byref variable will be forcibly initialized 166 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_array': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:124:33: note: byref variable will be forcibly initialized 124 | struct dma_fence_unwrap iter; | ^~~~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:9: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:527:29: note: byref variable will be forcibly initialized 527 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:495:29: note: byref variable will be forcibly initialized 495 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_random': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:646:29: note: byref variable will be forcibly initialized 646 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:600:29: note: byref variable will be forcibly initialized 600 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:570:29: note: byref variable will be forcibly initialized 570 | struct fence_chains fc; | ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:12: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_race': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:468:9: note: in expansion of macro 'wait_var_event_timeout' 468 | wait_var_event_timeout(&data.children, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:440:26: note: byref variable will be forcibly initialized 440 | struct find_race data; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_gap': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:340:27: note: byref variable will be forcibly initialized 340 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:339:29: note: byref variable will be forcibly initialized 339 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_out_of_order': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:296:27: note: byref variable will be forcibly initialized 296 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:295:29: note: byref variable will be forcibly initialized 295 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_signaled': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:258:27: note: byref variable will be forcibly initialized 258 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:257:29: note: byref variable will be forcibly initialized 257 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_seqno': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:180:27: note: byref variable will be forcibly initialized 180 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:179:29: note: byref variable will be forcibly initialized 179 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function '__find_race': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:396:35: note: byref variable will be forcibly initialized 396 | struct dma_fence *fence = dma_fence_get(data->fc.tail); | ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'intellimouse_detect': /kisskb/src/drivers/input/mouse/psmouse-base.c:580:12: note: byref variable will be forcibly initialized 580 | 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:12: note: byref variable will be forcibly initialized 613 | u8 param[2]; | ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'genius_detect': /kisskb/src/drivers/input/mouse/psmouse-base.c:548:12: note: byref variable will be forcibly initialized 548 | u8 param[4]; | ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'thinking_detect': /kisskb/src/drivers/input/mouse/psmouse-base.c:659:12: note: byref variable will be forcibly initialized 659 | 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:12: note: byref variable will be forcibly initialized 456 | u8 p; | ^ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_set_rate': /kisskb/src/drivers/input/mouse/psmouse-base.c:472:12: note: byref variable will be forcibly initialized 472 | u8 r; | ^ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_probe': /kisskb/src/drivers/input/mouse/psmouse-base.c:1252:12: note: byref variable will be forcibly initialized 1252 | 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:22: note: byref variable will be forcibly initialized 1881 | 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:22: note: byref variable will be forcibly initialized 2012 | 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:22: note: byref variable will be forcibly initialized 1999 | unsigned int value; | ^~~~~ /kisskb/src/drivers/input/mouse/psmouse-base.c: In function 'psmouse_reset': /kisskb/src/drivers/input/mouse/psmouse-base.c:437:12: note: byref variable will be forcibly initialized 437 | 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:19: note: byref variable will be forcibly initialized 518 | char *p, *fw_id_copy, *save_ptr; | ^~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_get_fences': /kisskb/src/drivers/dma-buf/st-dma-resv.c:241:16: note: byref variable will be forcibly initialized 241 | int r, i; | ^ /kisskb/src/drivers/dma-buf/st-dma-resv.c:240:25: note: byref variable will be forcibly initialized 240 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c:239:32: note: byref variable will be forcibly initialized 239 | struct dma_fence *f, **fences = NULL; | ^~~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'sanitycheck': /kisskb/src/drivers/dma-buf/st-dma-resv.c:40:25: note: byref variable will be forcibly initialized 40 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_for_each_unlocked': /kisskb/src/drivers/dma-buf/st-dma-resv.c:169:25: note: byref variable will be forcibly initialized 169 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c:167:30: note: byref variable will be forcibly initialized 167 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_for_each': /kisskb/src/drivers/dma-buf/st-dma-resv.c:110:25: note: byref variable will be forcibly initialized 110 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c:108:30: note: byref variable will be forcibly initialized 108 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_signaling': /kisskb/src/drivers/dma-buf/st-dma-resv.c:64:25: note: byref variable will be forcibly initialized 64 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/mfd/da9052-spi.c: In function 'da9052_spi_probe': /kisskb/src/drivers/mfd/da9052-spi.c:21:30: note: byref variable will be forcibly initialized 21 | struct regmap_config config; | ^~~~~~ /kisskb/src/drivers/input/serio/apbps2.c: In function 'apbps2_of_probe': /kisskb/src/drivers/input/serio/apbps2.c:134:13: note: byref variable will be forcibly initialized 134 | u32 freq_hz; | ^~~~~~~ /kisskb/src/drivers/mfd/lp3943.c: In function 'lp3943_read_byte': /kisskb/src/drivers/mfd/lp3943.c:76:22: note: byref variable will be forcibly initialized 76 | unsigned int val; | ^~~ In file included from /kisskb/src/drivers/mfd/max14577.c:17: /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized 444 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_print_dev_type': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/mfd/max14577.c: In function 'max77836_init': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/misc/echo/echo.c:94: /kisskb/src/drivers/misc/echo/echo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_mode_cmd': /kisskb/src/drivers/input/mouse/synaptics.c:81:12: note: byref variable will be forcibly initialized 81 | u8 param[1]; | ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_query_int': /kisskb/src/drivers/input/mouse/synaptics.c:228:11: note: byref variable will be forcibly initialized 228 | } resp = { 0 }; | ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_query_modes': /kisskb/src/drivers/input/mouse/synaptics.c:281:12: note: byref variable will be forcibly initialized 281 | u8 bid[3]; | ^~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_resolution': /kisskb/src/drivers/input/mouse/synaptics.c:365:12: note: byref variable will be forcibly initialized 365 | u8 resp[3]; | ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_create_intertouch': /kisskb/src/drivers/input/mouse/synaptics.c:1767:37: note: byref variable will be forcibly initialized 1767 | const struct i2c_board_info intertouch_board = { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/synaptics.c:1754:47: note: byref variable will be forcibly initialized 1754 | const struct rmi_device_platform_data pdata = { | ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_detect': /kisskb/src/drivers/input/mouse/synaptics.c:99:12: note: byref variable will be forcibly initialized 99 | u8 param[4] = { 0 }; | ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_init_smbus': /kisskb/src/drivers/input/mouse/synaptics.c:1821:38: note: byref variable will be forcibly initialized 1821 | struct synaptics_device_info info; | ^~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_init': /kisskb/src/drivers/input/mouse/synaptics.c:1860:38: note: byref variable will be forcibly initialized 1860 | struct synaptics_device_info info; | ^~~~ /kisskb/src/drivers/mfd/max77843.c: In function 'max77843_probe': /kisskb/src/drivers/mfd/max77843.c:100:22: note: byref variable will be forcibly initialized 100 | unsigned int reg_data; | ^~~~~~~~ /kisskb/src/drivers/mtd/maps/pcmciamtd.c: In function 'pcmciamtd_config': /kisskb/src/drivers/mtd/maps/pcmciamtd.c:469:13: note: byref variable will be forcibly initialized 469 | int new_name = 0; | ^~~~~~~~ /kisskb/src/drivers/mtd/maps/pcmciamtd.c: In function 'pcmciamtd_cistpl_geo': /kisskb/src/drivers/mtd/maps/pcmciamtd.c:393:20: note: byref variable will be forcibly initialized 393 | cisparse_t parse; | ^~~~~ /kisskb/src/drivers/mtd/maps/pcmciamtd.c: In function 'pcmciamtd_cistpl_device': /kisskb/src/drivers/mtd/maps/pcmciamtd.c:369:20: note: byref variable will be forcibly initialized 369 | cisparse_t parse; | ^~~~~ /kisskb/src/drivers/mtd/maps/pcmciamtd.c: In function 'pcmciamtd_cistpl_jedec': /kisskb/src/drivers/mtd/maps/pcmciamtd.c:352:20: note: byref variable will be forcibly initialized 352 | cisparse_t parse; | ^~~~~ /kisskb/src/drivers/mtd/maps/pcmciamtd.c: In function 'pcmciamtd_cistpl_format': /kisskb/src/drivers/mtd/maps/pcmciamtd.c:337:20: note: byref variable will be forcibly initialized 337 | cisparse_t parse; | ^~~~~ /kisskb/src/drivers/vfio/virqfd.c: In function 'virqfd_wakeup': /kisskb/src/drivers/vfio/virqfd.c:49:21: note: byref variable will be forcibly initialized 49 | u64 cnt; | ^~~ /kisskb/src/drivers/vfio/virqfd.c: In function 'virqfd_shutdown': /kisskb/src/drivers/vfio/virqfd.c:91:13: note: byref variable will be forcibly initialized 91 | u64 cnt; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_device.c: In function 'radeon_gpu_reset': /kisskb/src/drivers/gpu/drm/radeon/radeon_device.c:1763:19: note: byref variable will be forcibly initialized 1763 | uint32_t *ring_data[RADEON_NUM_RINGS]; | ^~~~~~~~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_ioctl_device_feature_migration': /kisskb/src/drivers/vfio/vfio.c:1590:46: note: byref variable will be forcibly initialized 1590 | struct vfio_device_feature_migration mig = { | ^~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/vfio/vfio.c:13: /kisskb/src/drivers/vfio/vfio.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_kms.c: In function 'radeon_info_ioctl': /kisskb/src/drivers/gpu/drm/radeon/radeon_kms.c:245:18: note: byref variable will be forcibly initialized 245 | uint64_t value64; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_kms.c:243:26: note: byref variable will be forcibly initialized 243 | uint32_t *value, value_tmp, *value_ptr, value_size; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_kms.c: In function 'radeon_get_vblank_counter_kms': /kisskb/src/drivers/gpu/drm/radeon/radeon_kms.c:783:19: note: byref variable will be forcibly initialized 783 | int vpos, hpos, stat; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_kms.c:783:13: note: byref variable will be forcibly initialized 783 | int vpos, hpos, stat; | ^~~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_ioctl_device_feature_mig_device_state': /kisskb/src/drivers/vfio/vfio.c:1562:44: note: byref variable will be forcibly initialized 1562 | enum vfio_device_mig_state curr_state; | ^~~~~~~~~~ /kisskb/src/drivers/vfio/vfio.c:1543:46: note: byref variable will be forcibly initialized 1543 | struct vfio_device_feature_mig_state mig; | ^~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_ioctl_device_feature': /kisskb/src/drivers/vfio/vfio.c:1612:36: note: byref variable will be forcibly initialized 1612 | struct vfio_device_feature feature; | ^~~~~~~ /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_group_fops_unl_ioctl': /kisskb/src/drivers/vfio/vfio.c:1205:42: note: byref variable will be forcibly initialized 1205 | struct vfio_group_status status; | ^~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dma_rw_chunk': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:3042:26: note: byref variable will be forcibly initialized 3042 | struct vfio_dma *dma; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dma_rw': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:3102:16: note: byref variable will be forcibly initialized 3102 | size_t done; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'put_pfn': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:458:30: note: byref variable will be forcibly initialized 458 | struct page *page = pfn_to_page(pfn); | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'follow_fault_pfn': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:515:22: note: byref variable will be forcibly initialized 515 | bool unlocked = false; | ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:510:21: note: byref variable will be forcibly initialized 510 | spinlock_t *ptl; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:509:16: note: byref variable will be forcibly initialized 509 | 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:22: note: byref variable will be forcibly initialized 781 | 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:23: note: byref variable will be forcibly initialized 650 | 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:26: note: byref variable will be forcibly initialized 839 | 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:14: note: byref variable will be forcibly initialized 1084 | long unlocked = 0; | ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1083:13: note: byref variable will be forcibly initialized 1083 | int unmapped_region_cnt = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1082:35: note: byref variable will be forcibly initialized 1082 | struct iommu_iotlb_gather iotlb_gather; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1081:19: note: byref variable will be forcibly initialized 1081 | LIST_HEAD(unmapped_region_list); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1079:20: note: byref variable will be forcibly initialized 1079 | 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:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_resv_refresh': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2428:19: note: byref variable will be forcibly initialized 2428 | LIST_HEAD(resv_regions); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_detach_group': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2469:19: note: byref variable will be forcibly initialized 2469 | LIST_HEAD(iova_copy); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_replay': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1753:47: note: byref variable will be forcibly initialized 1753 | unsigned long pfn; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1697:27: note: byref variable will be forcibly initialized 1697 | struct vfio_batch batch; | ^~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_attach_group': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2167:19: note: byref variable will be forcibly initialized 2167 | LIST_HEAD(group_resv_regions); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2166:19: note: byref variable will be forcibly initialized 2166 | LIST_HEAD(iova_copy); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2162:26: note: byref variable will be forcibly initialized 2162 | 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:23: note: byref variable will be forcibly initialized 1490 | unsigned long pfn, limit = rlimit(RLIMIT_MEMLOCK) >> PAGE_SHIFT; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1487:27: note: byref variable will be forcibly initialized 1487 | 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:2721:52: note: byref variable will be forcibly initialized 2721 | 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:2737:48: note: byref variable will be forcibly initialized 2737 | 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:2753:30: note: byref variable will be forcibly initialized 2753 | struct vfio_info_cap caps = { .buf = NULL, .size = 0 }; | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2751:38: note: byref variable will be forcibly initialized 2751 | struct vfio_iommu_type1_info info; | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_map_dma': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2817:41: note: byref variable will be forcibly initialized 2817 | struct vfio_iommu_type1_dma_map map; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'update_user_bitmap': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1207:23: note: byref variable will be forcibly initialized 1207 | unsigned long leftover; | ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_dma_do_unmap': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1409:59: note: byref variable will be forcibly initialized 1409 | 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:2836:43: note: byref variable will be forcibly initialized 2836 | 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:2932:58: note: byref variable will be forcibly initialized 2932 | struct vfio_iommu_type1_dirty_bitmap_get range; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2889:46: note: byref variable will be forcibly initialized 2889 | struct vfio_iommu_type1_dirty_bitmap dirty; | ^~~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_write_device': /kisskb/src/drivers/mfd/max8925-i2c.c:37:23: note: byref variable will be forcibly initialized 37 | unsigned char buf[9]; | ^~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_set_bits': /kisskb/src/drivers/mfd/max8925-i2c.c:112:23: note: byref variable will be forcibly initialized 112 | unsigned char value; | ^~~~~ /kisskb/src/drivers/power/reset/gpio-restart.c: In function 'gpio_restart_probe': /kisskb/src/drivers/power/reset/gpio-restart.c:55:13: note: byref variable will be forcibly initialized 55 | u32 property; | ^~~~~~~~ /kisskb/src/drivers/power/reset/brcmstb-reboot.c: In function 'brcmstb_restart_handler': /kisskb/src/drivers/power/reset/brcmstb-reboot.c:49:13: note: byref variable will be forcibly initialized 49 | u32 tmp; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-ali1563.c: In function 'ali1563_setup': /kisskb/src/drivers/i2c/busses/i2c-ali1563.c:335:13: note: byref variable will be forcibly initialized 335 | u16 ctrl; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/mfd/max8997-private.h:12, from /kisskb/src/drivers/mfd/max8997-irq.c:14: /kisskb/src/drivers/mfd/max8997-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/max8997-irq.c: In function 'max8997_irq_thread': /kisskb/src/drivers/mfd/max8997-irq.c:208:20: note: byref variable will be forcibly initialized 208 | u8 gpio_info[MAX8997_NUM_GPIO]; | ^~~~~~~~~ /kisskb/src/drivers/mfd/max8997-irq.c:169:12: note: byref variable will be forcibly initialized 169 | u8 irq_src; | ^~~~~~~ /kisskb/src/drivers/mfd/max8997-irq.c:168:12: note: byref variable will be forcibly initialized 168 | u8 irq_reg[MAX8997_IRQ_GROUP_NR] = {}; | ^~~~~~~ /kisskb/src/drivers/mfd/max8997-irq.c: In function 'max8997_irq_init': /kisskb/src/drivers/mfd/max8997-irq.c:297:12: note: byref variable will be forcibly initialized 297 | u8 val; | ^~~ In file included from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/base/bus.c:11: /kisskb/src/drivers/base/bus.c: In function 'bus_sort_breadthfirst': /kisskb/src/drivers/base/bus.c:937:19: note: byref variable will be forcibly initialized 937 | LIST_HEAD(sorted_devices); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_dev': /kisskb/src/drivers/base/bus.c:291:27: note: byref variable will be forcibly initialized 291 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_drv': /kisskb/src/drivers/base/bus.c:417:27: note: byref variable will be forcibly initialized 417 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'bus_find_device': /kisskb/src/drivers/base/bus.c:326:27: note: byref variable will be forcibly initialized 326 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'subsys_find_device_by_id': /kisskb/src/drivers/base/bus.c:355:27: note: byref variable will be forcibly initialized 355 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_register': /kisskb/src/drivers/base/bus.c:1024:32: note: byref variable will be forcibly initialized 1024 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_unregister': /kisskb/src/drivers/base/bus.c:1051:32: note: byref variable will be forcibly initialized 1051 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_move_memcpy': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:96:35: note: byref variable will be forcibly initialized 96 | struct iosys_map src_map, dst_map; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:96:26: note: byref variable will be forcibly initialized 96 | struct iosys_map src_map, dst_map; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_move_to_ghost': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:491:35: note: byref variable will be forcibly initialized 491 | struct ttm_buffer_object *ghost_obj; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_move_memcpy': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:145:22: note: byref variable will be forcibly initialized 145 | } _dst_iter, _src_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:145:11: note: byref variable will be forcibly initialized 145 | } _dst_iter, _src_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_vmap': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:428:42: note: byref variable will be forcibly initialized 428 | struct ttm_operation_ctx ctx = { | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_pipeline_gutting': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:605:30: note: byref variable will be forcibly initialized 605 | struct ttm_resource *sys_res; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:604:35: note: byref variable will be forcibly initialized 604 | struct ttm_buffer_object *ghost; | ^~~~~ /kisskb/src/drivers/mfd/pcf50633-core.c: In function 'pcf50633_reg_read': /kisskb/src/drivers/mfd/pcf50633-core.c:50:22: note: byref variable will be forcibly initialized 50 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/pcf50633-core.c: In function 'dump_regs_show': /kisskb/src/drivers/mfd/pcf50633-core.c:84:12: note: byref variable will be forcibly initialized 84 | u8 dump[16]; | ^~~~ /kisskb/src/drivers/mfd/pcf50633-irq.c: In function 'pcf50633_irq': /kisskb/src/drivers/mfd/pcf50633-irq.c:113:12: note: byref variable will be forcibly initialized 113 | u8 pcf_int[5], chgstat; | ^~~~~~~ /kisskb/src/drivers/mfd/pcf50633-irq.c: In function 'pcf50633_irq_suspend': /kisskb/src/drivers/mfd/pcf50633-irq.c:227:12: note: byref variable will be forcibly initialized 227 | u8 res[5]; | ^~~ /kisskb/src/drivers/mfd/pcf50633-adc.c: In function 'pcf50633_adc_sync_read': /kisskb/src/drivers/mfd/pcf50633-adc.c:118:42: note: byref variable will be forcibly initialized 118 | struct pcf50633_adc_sync_request req; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_fault_reserved': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:225:42: note: byref variable will be forcibly initialized 225 | struct ttm_operation_ctx ctx = { | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_fault': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:326:13: note: byref variable will be forcibly initialized 326 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_access_kmap': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:381:40: note: byref variable will be forcibly initialized 381 | struct ttm_bo_kmap_obj map; | ^~~ /kisskb/src/drivers/mfd/lpc_sch.c: In function 'lpc_sch_get_io': /kisskb/src/drivers/mfd/lpc_sch.c:81:22: note: byref variable will be forcibly initialized 81 | unsigned int base_addr_cfg; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/lpc_sch.c: In function 'lpc_sch_probe': /kisskb/src/drivers/mfd/lpc_sch.c:135:25: note: byref variable will be forcibly initialized 135 | struct mfd_cell lpc_sch_cells[3]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/reset/ltc2952-poweroff.c: In function 'ltc2952_poweroff_init': /kisskb/src/drivers/power/reset/ltc2952-poweroff.c:175:13: note: byref variable will be forcibly initialized 175 | u32 trigger_delay_ms; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/adp5520.c: In function 'adp5520_set_bits': /kisskb/src/drivers/mfd/adp5520.c:106:17: note: byref variable will be forcibly initialized 106 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/mfd/adp5520.c: In function 'adp5520_clr_bits': /kisskb/src/drivers/mfd/adp5520.c:126:17: note: byref variable will be forcibly initialized 126 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/mfd/adp5520.c: In function '__adp5520_ack_bits': /kisskb/src/drivers/mfd/adp5520.c:75:17: note: byref variable will be forcibly initialized 75 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/mfd/adp5520.c: In function 'adp5520_irq_thread': /kisskb/src/drivers/mfd/adp5520.c:178:17: note: byref variable will be forcibly initialized 178 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c: In function 'update_temp_target': /kisskb/src/drivers/hwmon/peci/cputemp.c:90:13: note: byref variable will be forcibly initialized 90 | u32 pcs; | ^~~ /kisskb/src/drivers/hwmon/peci/cputemp.c: In function 'get_die_temp': /kisskb/src/drivers/hwmon/peci/cputemp.c:182:13: note: byref variable will be forcibly initialized 182 | u16 temp; | ^~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c:181:14: note: byref variable will be forcibly initialized 181 | long tjmax; | ^~~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c: In function 'get_dts': /kisskb/src/drivers/hwmon/peci/cputemp.c:217:13: note: byref variable will be forcibly initialized 217 | u32 pcs; | ^~~ /kisskb/src/drivers/hwmon/peci/cputemp.c:216:14: note: byref variable will be forcibly initialized 216 | long tcontrol; | ^~~~~~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c: In function 'get_core_temp': /kisskb/src/drivers/hwmon/peci/cputemp.c:255:13: note: byref variable will be forcibly initialized 255 | u32 pcs; | ^~~ /kisskb/src/drivers/hwmon/peci/cputemp.c:254:14: note: byref variable will be forcibly initialized 254 | long tjmax; | ^~~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c: In function 'init_core_mask': /kisskb/src/drivers/hwmon/peci/cputemp.c:354:12: note: byref variable will be forcibly initialized 354 | static int init_core_mask(struct peci_cputemp *priv) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c:359:13: note: byref variable will be forcibly initialized 359 | u32 data; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'atombios_get_connector_object_id': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:850:31: note: byref variable will be forcibly initialized 850 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:850:25: note: byref variable will be forcibly initialized 850 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:849:32: note: byref variable will be forcibly initialized 849 | uint16_t size, data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:849:26: note: byref variable will be forcibly initialized 849 | uint16_t size, data_offset; | ^~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c: In function 'alcor_pci_aspm_ctrl': /kisskb/src/drivers/misc/cardreader/alcor_pci.c:188:13: note: byref variable will be forcibly initialized 188 | u32 val32; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_dentist_vco_freq': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1111:13: note: byref variable will be forcibly initialized 1111 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c: In function 'alcor_pci_find_cap_offset': /kisskb/src/drivers/misc/cardreader/alcor_pci.c:103:13: note: byref variable will be forcibly initialized 103 | u32 val32; | ^~~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c:102:12: note: byref variable will be forcibly initialized 102 | u8 val8; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1110:18: note: byref variable will be forcibly initialized 1110 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1110:12: note: byref variable will be forcibly initialized 1110 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c: In function 'alcor_pci_init_check_aspm': /kisskb/src/drivers/misc/cardreader/alcor_pci.c:139:13: note: byref variable will be forcibly initialized 139 | u32 val32; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_get_bus_rec_for_i2c_gpio': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:86:35: note: byref variable will be forcibly initialized 86 | struct radeon_i2c_bus_rec i2c; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_lookup_i2c_gpio': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:135:31: note: byref variable will be forcibly initialized 135 | uint16_t data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:135:18: note: byref variable will be forcibly initialized 135 | uint16_t data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:132:35: note: byref variable will be forcibly initialized 132 | struct radeon_i2c_bus_rec i2c; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_hpd_info_from_gpio': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:238:27: note: byref variable will be forcibly initialized 238 | struct radeon_hpd hpd; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_igp_ss_overrides': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1422:18: note: byref variable will be forcibly initialized 1422 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1422:12: note: byref variable will be forcibly initialized 1422 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1420:26: note: byref variable will be forcibly initialized 1420 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1420:13: note: byref variable will be forcibly initialized 1420 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_add_pplib_thermal_controller': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2354:55: note: byref variable will be forcibly initialized 2354 | struct i2c_board_info info = { }; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2274:35: note: byref variable will be forcibly initialized 2274 | struct radeon_i2c_bus_rec i2c_bus; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:27: /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_i2c_init': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:173:14: note: byref variable will be forcibly initialized 173 | char stmp[32]; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:171:31: note: byref variable will be forcibly initialized 171 | uint16_t data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:171:18: note: byref variable will be forcibly initialized 171 | uint16_t data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:168:35: note: byref variable will be forcibly initialized 168 | struct radeon_i2c_bus_rec i2c; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_lookup_gpio': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:205:26: note: byref variable will be forcibly initialized 205 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:205:13: note: byref variable will be forcibly initialized 205 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:201:32: note: byref variable will be forcibly initialized 201 | struct radeon_gpio_rec gpio; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_parse_power_table_1_3': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2103:47: note: byref variable will be forcibly initialized 2103 | struct i2c_board_info info = { }; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2087:18: note: byref variable will be forcibly initialized 2087 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2087:12: note: byref variable will be forcibly initialized 2087 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2086:13: note: byref variable will be forcibly initialized 2086 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2083:35: note: byref variable will be forcibly initialized 2083 | struct radeon_i2c_bus_rec i2c_bus; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_get_atom_connector_info_from_object_table': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:585:42: note: byref variable will be forcibly initialized 585 | uint16_t igp_offset = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:535:27: note: byref variable will be forcibly initialized 535 | struct radeon_hpd hpd; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:534:32: note: byref variable will be forcibly initialized 534 | struct radeon_gpio_rec gpio; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:533:30: note: byref variable will be forcibly initialized 533 | struct radeon_router router; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:532:35: note: byref variable will be forcibly initialized 532 | struct radeon_i2c_bus_rec ddc_bus; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:531:28: note: byref variable will be forcibly initialized 531 | u16 igp_lane_info, conn_id, connector_object_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:530:13: note: byref variable will be forcibly initialized 530 | int connector_type; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:523:18: note: byref variable will be forcibly initialized 523 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:523:12: note: byref variable will be forcibly initialized 523 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:522:19: note: byref variable will be forcibly initialized 522 | u16 size, data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:522:13: note: byref variable will be forcibly initialized 522 | u16 size, data_offset; | ^~~~ In file included from /kisskb/src/drivers/mtd/devices/mtd_dataflash.c:18: /kisskb/src/drivers/mtd/devices/mtd_dataflash.c: In function 'spi_w8r8': /kisskb/src/include/linux/spi/spi.h:1300:33: note: byref variable will be forcibly initialized 1300 | u8 result; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_get_atom_connector_info_from_supported_devices_table': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:901:30: note: byref variable will be forcibly initialized 901 | struct radeon_router router; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:894:23: note: byref variable will be forcibly initialized 894 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:894:17: note: byref variable will be forcibly initialized 894 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:893:24: note: byref variable will be forcibly initialized 893 | uint16_t size, data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/mtd_dataflash.c: In function 'jedec_probe': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:893:18: note: byref variable will be forcibly initialized 893 | uint16_t size, data_offset; | ^~~~ /kisskb/src/drivers/mtd/devices/mtd_dataflash.c:786:12: note: byref variable will be forcibly initialized 786 | u8 id[sizeof(jedec)] = {0}; | ^~ /kisskb/src/drivers/mtd/devices/mtd_dataflash.c:784:12: note: byref variable will be forcibly initialized 784 | u8 code = OP_READ_ID; | ^~~~ /kisskb/src/drivers/mtd/devices/mtd_dataflash.c: In function 'dataflash_read': /kisskb/src/drivers/mtd/devices/mtd_dataflash.c:241:33: note: byref variable will be forcibly initialized 241 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mtd/devices/mtd_dataflash.c: In function 'dataflash_write': /kisskb/src/drivers/mtd/devices/mtd_dataflash.c:306:33: note: byref variable will be forcibly initialized 306 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mtd/devices/mtd_dataflash.c: In function 'dataflash_erase': /kisskb/src/drivers/mtd/devices/mtd_dataflash.c:160:33: note: byref variable will be forcibly initialized 160 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_clock_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1134:18: note: byref variable will be forcibly initialized 1134 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1128:23: note: byref variable will be forcibly initialized 1128 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1128:17: note: byref variable will be forcibly initialized 1128 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_sideport_present': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1298:13: note: byref variable will be forcibly initialized 1298 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1297:18: note: byref variable will be forcibly initialized 1297 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1297:12: note: byref variable will be forcibly initialized 1297 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_tmds_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1334:23: note: byref variable will be forcibly initialized 1334 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1334:17: note: byref variable will be forcibly initialized 1334 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1332:18: note: byref variable will be forcibly initialized 1332 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_ppll_ss_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1383:23: note: byref variable will be forcibly initialized 1383 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1383:17: note: byref variable will be forcibly initialized 1383 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1380:31: note: byref variable will be forcibly initialized 1380 | uint16_t data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1380:18: note: byref variable will be forcibly initialized 1380 | uint16_t data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_asic_ss_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1511:23: note: byref variable will be forcibly initialized 1511 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1511:17: note: byref variable will be forcibly initialized 1511 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1508:31: note: byref variable will be forcibly initialized 1508 | uint16_t data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1508:18: note: byref variable will be forcibly initialized 1508 | uint16_t data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_lvds_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1623:23: note: byref variable will be forcibly initialized 1623 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1623:17: note: byref variable will be forcibly initialized 1623 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1621:18: note: byref variable will be forcibly initialized 1621 | uint16_t data_offset, misc; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_primary_dac_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1763:23: note: byref variable will be forcibly initialized 1763 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1763:17: note: byref variable will be forcibly initialized 1763 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1761:18: note: byref variable will be forcibly initialized 1761 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_tv_timings': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1794:13: note: byref variable will be forcibly initialized 1794 | u16 data_offset, misc; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1793:18: note: byref variable will be forcibly initialized 1793 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1793:12: note: byref variable will be forcibly initialized 1793 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_tv_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1888:23: note: byref variable will be forcibly initialized 1888 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1888:17: note: byref variable will be forcibly initialized 1888 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1887:18: note: byref variable will be forcibly initialized 1887 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_tv_dac_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1949:23: note: byref variable will be forcibly initialized 1949 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1949:17: note: byref variable will be forcibly initialized 1949 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:1947:18: note: byref variable will be forcibly initialized 1947 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_default_voltages': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2376:13: note: byref variable will be forcibly initialized 2376 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2375:18: note: byref variable will be forcibly initialized 2375 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2375:12: note: byref variable will be forcibly initialized 2375 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_clock_dividers': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2839:18: note: byref variable will be forcibly initialized 2839 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2839:12: note: byref variable will be forcibly initialized 2839 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2837:34: note: byref variable will be forcibly initialized 2837 | union get_clock_dividers args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_memory_pll_dividers': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2955:18: note: byref variable will be forcibly initialized 2955 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2955:12: note: byref variable will be forcibly initialized 2955 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2953:52: note: byref variable will be forcibly initialized 2953 | COMPUTE_MEMORY_CLOCK_PARAM_PARAMETERS_V2_1 args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_set_clock_gating': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3001:44: note: byref variable will be forcibly initialized 3001 | DYNAMIC_CLOCK_GATING_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_engine_clock': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3011:40: note: byref variable will be forcibly initialized 3011 | GET_ENGINE_CLOCK_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_memory_clock': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3020:40: note: byref variable will be forcibly initialized 3020 | GET_MEMORY_CLOCK_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_set_engine_clock': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3030:40: note: byref variable will be forcibly initialized 3030 | SET_ENGINE_CLOCK_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_set_memory_clock': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3041:40: note: byref variable will be forcibly initialized 3041 | SET_MEMORY_CLOCK_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_set_engine_dram_timings': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3055:40: note: byref variable will be forcibly initialized 3055 | SET_ENGINE_CLOCK_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_update_memory_dll': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3074:13: note: byref variable will be forcibly initialized 3074 | u32 args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_set_ac_timing': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3085:40: note: byref variable will be forcibly initialized 3085 | SET_MEMORY_CLOCK_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_set_voltage': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3105:18: note: byref variable will be forcibly initialized 3105 | u8 frev, crev, volt_index = voltage_level; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3105:12: note: byref variable will be forcibly initialized 3105 | u8 frev, crev, volt_index = voltage_level; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3103:27: note: byref variable will be forcibly initialized 3103 | union set_voltage args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_max_vddc': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3143:18: note: byref variable will be forcibly initialized 3143 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3143:12: note: byref variable will be forcibly initialized 3143 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3141:27: note: byref variable will be forcibly initialized 3141 | union set_voltage args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_parse_pplib_clock_info': In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/w1/masters/ds1wm.c:14: /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_reset': /kisskb/src/drivers/w1/masters/ds1wm.c:223:36: note: byref variable will be forcibly initialized 223 | DECLARE_COMPLETION_ONSTACK(reset_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2476:13: note: byref variable will be forcibly initialized 2476 | u16 vddc; | ^~~~ /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_write': /kisskb/src/drivers/w1/masters/ds1wm.c:254:36: note: byref variable will be forcibly initialized 254 | DECLARE_COMPLETION_ONSTACK(write_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_read': /kisskb/src/drivers/w1/masters/ds1wm.c:277:36: note: byref variable will be forcibly initialized 277 | DECLARE_COMPLETION_ONSTACK(read_done); | ^~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_leakage_id_from_vbios': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3189:18: note: byref variable will be forcibly initialized 3189 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3189:12: note: byref variable will be forcibly initialized 3189 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3187:27: note: byref variable will be forcibly initialized 3187 | union set_voltage args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_leakage_vddc_based_on_leakage_params': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3220:26: note: byref variable will be forcibly initialized 3220 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3220:13: note: byref variable will be forcibly initialized 3220 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3219:18: note: byref variable will be forcibly initialized 3219 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3219:12: note: byref variable will be forcibly initialized 3219 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_voltage_evv': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3311:32: note: byref variable will be forcibly initialized 3311 | union get_voltage_info args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_voltage_gpio_settings': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3341:18: note: byref variable will be forcibly initialized 3341 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3341:12: note: byref variable will be forcibly initialized 3341 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3339:27: note: byref variable will be forcibly initialized 3339 | union set_voltage args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_is_voltage_gpio': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3443:26: note: byref variable will be forcibly initialized 3443 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3443:13: note: byref variable will be forcibly initialized 3443 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3442:18: note: byref variable will be forcibly initialized 3442 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3442:12: note: byref variable will be forcibly initialized 3442 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_svi2_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3502:26: note: byref variable will be forcibly initialized 3502 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3502:13: note: byref variable will be forcibly initialized 3502 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3501:18: note: byref variable will be forcibly initialized 3501 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3501:12: note: byref variable will be forcibly initialized 3501 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_max_voltage': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3545:26: note: byref variable will be forcibly initialized 3545 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3545:13: note: byref variable will be forcibly initialized 3545 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3544:18: note: byref variable will be forcibly initialized 3544 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3544:12: note: byref variable will be forcibly initialized 3544 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_parse_pplib_non_clock_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2448:29: note: byref variable will be forcibly initialized 2448 | u16 max_vddci = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2403:26: note: byref variable will be forcibly initialized 2403 | u16 vddc, vddci, mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2403:19: note: byref variable will be forcibly initialized 2403 | u16 vddc, vddci, mvdd; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2403:13: note: byref variable will be forcibly initialized 2403 | u16 vddc, vddci, mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_parse_power_table_4_5': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2580:18: note: byref variable will be forcibly initialized 2580 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2580:12: note: byref variable will be forcibly initialized 2580 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2579:13: note: byref variable will be forcibly initialized 2579 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_parse_power_table_6': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2673:18: note: byref variable will be forcibly initialized 2673 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2673:12: note: byref variable will be forcibly initialized 2673 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2672:13: note: byref variable will be forcibly initialized 2672 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atombios_get_power_modes': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2760:18: note: byref variable will be forcibly initialized 2760 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2760:12: note: byref variable will be forcibly initialized 2760 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:2759:13: note: byref variable will be forcibly initialized 2759 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_min_voltage': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3604:26: note: byref variable will be forcibly initialized 3604 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3604:13: note: byref variable will be forcibly initialized 3604 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3603:18: note: byref variable will be forcibly initialized 3603 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3603:12: note: byref variable will be forcibly initialized 3603 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_voltage_step': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3654:26: note: byref variable will be forcibly initialized 3654 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3654:13: note: byref variable will be forcibly initialized 3654 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3653:18: note: byref variable will be forcibly initialized 3653 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3653:12: note: byref variable will be forcibly initialized 3653 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_round_to_true_voltage': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3695:39: note: byref variable will be forcibly initialized 3695 | u16 min_voltage, max_voltage, voltage_step; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3695:26: note: byref variable will be forcibly initialized 3695 | u16 min_voltage, max_voltage, voltage_step; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3695:13: note: byref variable will be forcibly initialized 3695 | u16 min_voltage, max_voltage, voltage_step; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_voltage_table': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3722:26: note: byref variable will be forcibly initialized 3722 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3722:13: note: byref variable will be forcibly initialized 3722 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3721:18: note: byref variable will be forcibly initialized 3721 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3721:12: note: byref variable will be forcibly initialized 3721 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_memory_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3822:26: note: byref variable will be forcibly initialized 3822 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3822:13: note: byref variable will be forcibly initialized 3822 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3821:18: note: byref variable will be forcibly initialized 3821 | u8 frev, crev, i; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3821:12: note: byref variable will be forcibly initialized 3821 | u8 frev, crev, i; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_get_mclk_range_table': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3912:26: note: byref variable will be forcibly initialized 3912 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3912:13: note: byref variable will be forcibly initialized 3912 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3911:18: note: byref variable will be forcibly initialized 3911 | u8 frev, crev, i; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3911:12: note: byref variable will be forcibly initialized 3911 | u8 frev, crev, i; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c: In function 'radeon_atom_init_mc_reg_table': /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3986:26: note: byref variable will be forcibly initialized 3986 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3986:13: note: byref variable will be forcibly initialized 3986 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3984:18: note: byref variable will be forcibly initialized 3984 | u8 frev, crev, num_entries, t_mem_id, num_ranges = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_atombios.c:3984:12: note: byref variable will be forcibly initialized 3984 | u8 frev, crev, num_entries, t_mem_id, num_ranges = 0; | ^~~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_read': /kisskb/src/drivers/mfd/tps6586x.c:159:22: note: byref variable will be forcibly initialized 159 | unsigned int rval; | ^~~~ In file included from /kisskb/src/drivers/mfd/tps6586x.c:17: /kisskb/src/drivers/mfd/tps6586x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_irq': /kisskb/src/drivers/mfd/tps6586x.c:313:16: note: byref variable will be forcibly initialized 313 | __le32 val; | ^~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_irq_init': /kisskb/src/drivers/mfd/tps6586x.c:343:12: note: byref variable will be forcibly initialized 343 | u8 tmp[4]; | ^~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-arb-gpio-challenge.c:11: /kisskb/src/drivers/i2c/muxes/i2c-arb-gpio-challenge.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_process_bitmap': /kisskb/src/drivers/input/mouse/alps.c:395:31: note: byref variable will be forcibly initialized 395 | int i, fingers_x = 0, fingers_y = 0, fingers, closest; | ^~~~~~~~~ /kisskb/src/drivers/input/mouse/alps.c:395:16: note: byref variable will be forcibly initialized 395 | int i, fingers_x = 0, fingers_y = 0, fingers, closest; | ^~~~~~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_enter_command_mode': /kisskb/src/drivers/input/mouse/alps.c:1808:23: note: byref variable will be forcibly initialized 1808 | 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:23: note: byref variable will be forcibly initialized 1727 | 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:23: note: byref variable will be forcibly initialized 2053 | 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:23: note: byref variable will be forcibly initialized 2650 | unsigned char param[2]; | ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_tap_mode': /kisskb/src/drivers/input/mouse/alps.c:1969:23: note: byref variable will be forcibly initialized 1969 | unsigned char param[4]; | ^~~~~ /kisskb/src/drivers/input/mouse/alps.c:1968:23: note: byref variable will be forcibly initialized 1968 | unsigned char tap_arg = enable ? 0x0A : 0x00; | ^~~~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_dolphin_get_device_area': /kisskb/src/drivers/input/mouse/alps.c:2605:23: note: byref variable will be forcibly initialized 2605 | unsigned char param[4] = {0}; | ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_is_cs19_trackpoint': /kisskb/src/drivers/input/mouse/alps.c:2867:12: note: byref variable will be forcibly initialized 2867 | u8 param[2] = { 0 }; | ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_report_mt_data': /kisskb/src/drivers/input/mouse/alps.c:515:16: note: byref variable will be forcibly initialized 515 | 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:23: note: byref variable will be forcibly initialized 1692 | unsigned char dummy[4]; | ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_set_defaults_ss4_v2': /kisskb/src/drivers/input/mouse/alps.c:2584:23: note: byref variable will be forcibly initialized 2584 | unsigned char otp[2][4]; | ^~~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/rc-ir-raw.c:11: /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_store': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:80:14: note: in expansion of macro 'kfifo_put' 80 | if (!kfifo_put(&dev->raw->kfifo, *ev)) { | ^~~~~~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_identify': /kisskb/src/drivers/input/mouse/alps.c:2885:37: note: byref variable will be forcibly initialized 2885 | unsigned char e6[4], e7[4], ec[4]; | ^~ /kisskb/src/drivers/input/mouse/alps.c:2885:30: note: byref variable will be forcibly initialized 2885 | unsigned char e6[4], e7[4], ec[4]; | ^~ /kisskb/src/drivers/input/mouse/alps.c:2885:23: note: byref variable will be forcibly initialized 2885 | unsigned char e6[4], e7[4], ec[4]; | ^~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_edge_handle': /kisskb/src/drivers/media/rc/rc-ir-raw.c:563:37: note: byref variable will be forcibly initialized 563 | struct ir_raw_event ev = { | ^~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_encode_scancode': /kisskb/src/drivers/media/rc/rc-ir-raw.c:524:13: note: byref variable will be forcibly initialized 524 | u64 mask = 1ULL << protocol; | ^~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_hw_init_ss4_v2': /kisskb/src/drivers/i2c/busses/i2c-amd8111.c: In function 'amd8111_access': /kisskb/src/drivers/i2c/busses/i2c-amd8111.c:194:43: note: byref variable will be forcibly initialized 194 | unsigned char protocol, len, pec, temp[2]; | ^~~~ /kisskb/src/drivers/input/mouse/alps.c:2696:14: note: byref variable will be forcibly initialized 2696 | char param[2] = {0x64, 0x28}; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-amd8111.c:194:33: note: byref variable will be forcibly initialized 194 | unsigned char protocol, len, pec, temp[2]; | ^~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_hw_init_v4': /kisskb/src/drivers/input/mouse/alps.c:2391:23: note: byref variable will be forcibly initialized 2391 | unsigned char param[4]; | ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_setup_trackstick_v3': /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_thread': /kisskb/src/drivers/media/rc/rc-ir-raw.c:23:29: note: byref variable will be forcibly initialized 23 | struct ir_raw_event ev; | ^~ /kisskb/src/drivers/input/mouse/alps.c:2156:23: note: byref variable will be forcibly initialized 2156 | 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:23: note: byref variable will be forcibly initialized 2222 | unsigned char param[4]; | ^~~~~ /kisskb/src/drivers/input/mouse/alps.c: In function 'alps_poll': /kisskb/src/drivers/input/mouse/alps.c:1990:23: note: byref variable will be forcibly initialized 1990 | unsigned char buf[sizeof(psmouse->packet)]; | ^~~ /kisskb/src/drivers/mfd/palmas.c: In function 'palmas_dt_to_pdata': /kisskb/src/drivers/mfd/palmas.c:394:13: note: byref variable will be forcibly initialized 394 | u32 prop; | ^~~~ /kisskb/src/drivers/mfd/palmas.c: In function 'palmas_i2c_probe': /kisskb/src/drivers/mfd/palmas.c:513:22: note: byref variable will be forcibly initialized 513 | unsigned int reg, addr; | ^~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_repeat': /kisskb/src/drivers/media/rc/rc-main.c:742:30: note: byref variable will be forcibly initialized 742 | struct lirc_scancode sc = { | ^~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_do_keydown': /kisskb/src/drivers/media/rc/rc-main.c:787:30: note: byref variable will be forcibly initialized 787 | struct lirc_scancode sc = { | ^~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_setkeycode': /kisskb/src/drivers/media/rc/rc-main.c:431:13: note: byref variable will be forcibly initialized 431 | u64 scancode; | ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_getkeycode': /kisskb/src/drivers/media/rc/rc-main.c:552:13: note: byref variable will be forcibly initialized 552 | u64 scancode; | ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_filter': /kisskb/src/drivers/media/rc/rc-main.c:1418:23: note: byref variable will be forcibly initialized 1418 | unsigned long val; | ^~~ /kisskb/src/drivers/media/rc/rc-main.c:1416:35: note: byref variable will be forcibly initialized 1416 | struct rc_scancode_filter new_filter, *filter; | ^~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_wakeup_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1577:29: note: byref variable will be forcibly initialized 1577 | u64 mask = 1ULL << protocol; | ^~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1282:28: note: byref variable will be forcibly initialized 1282 | u64 old_protocols, new_protocols; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_prepare_rx_device': /kisskb/src/drivers/media/rc/rc-main.c:1787:13: note: byref variable will be forcibly initialized 1787 | u64 rc_proto; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_enable_crtc_memreq': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:206:35: note: byref variable will be forcibly initialized 206 | ENABLE_CRTC_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_enable_crtc': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:190:35: note: byref variable will be forcibly initialized 190 | ENABLE_CRTC_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_powergate_crtc': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:257:50: note: byref variable will be forcibly initialized 257 | ENABLE_DISP_POWER_GATING_PARAMETERS_V2_1 args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_lock_crtc': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:174:35: note: byref variable will be forcibly initialized 174 | ENABLE_CRTC_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_crtc_set_timing': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:355:50: note: byref variable will be forcibly initialized 355 | SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_set_crtc_dtd_timing': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:308:46: note: byref variable will be forcibly initialized 308 | SET_CRTC_USING_DTD_TIMING_PARAMETERS args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_overscan_setup': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:45:41: note: byref variable will be forcibly initialized 45 | SET_CRTC_OVERSCAN_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_blank_crtc': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:232:34: note: byref variable will be forcibly initialized 232 | BLANK_CRTC_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_crtc_program_ss': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:451:30: note: byref variable will be forcibly initialized 451 | union atom_enable_ss args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'dce4_crtc_do_set_base': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1155:42: note: byref variable will be forcibly initialized 1155 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1155:32: note: byref variable will be forcibly initialized 1155 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1155:25: note: byref variable will be forcibly initialized 1155 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1155:18: note: byref variable will be forcibly initialized 1155 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1154:46: note: byref variable will be forcibly initialized 1154 | uint32_t fb_format, fb_pitch_pixels, tiling_flags; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1153:18: note: byref variable will be forcibly initialized 1153 | uint64_t fb_location; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'avivo_crtc_do_set_base': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1475:46: note: byref variable will be forcibly initialized 1475 | uint32_t fb_format, fb_pitch_pixels, tiling_flags; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1474:18: note: byref variable will be forcibly initialized 1474 | uint64_t fb_location; | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/ntxec.c: In function 'ntxec_restart': /kisskb/src/drivers/mfd/ntxec.c:75:24: note: byref variable will be forcibly initialized 75 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/mfd/ntxec.c:69:12: note: byref variable will be forcibly initialized 69 | u8 buf[3] = { NTXEC_REG_RESET }; | ^~~ /kisskb/src/drivers/mfd/ntxec.c: In function 'ntxec_poweroff': /kisskb/src/drivers/mfd/ntxec.c:41:24: note: byref variable will be forcibly initialized 41 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/mfd/ntxec.c:40:12: note: byref variable will be forcibly initialized 40 | u8 buf[3] = { NTXEC_REG_POWEROFF }; | ^~~ /kisskb/src/drivers/mfd/ntxec.c: In function 'ntxec_probe': /kisskb/src/drivers/mfd/ntxec.c:151:22: note: byref variable will be forcibly initialized 151 | unsigned int version; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_crtc_set_disp_eng_pll': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:778:31: note: byref variable will be forcibly initialized 778 | union set_pixel_clock args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:776:18: note: byref variable will be forcibly initialized 776 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:776:12: note: byref variable will be forcibly initialized 776 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_crtc_program_pll': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:840:31: note: byref variable will be forcibly initialized 840 | union set_pixel_clock args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:838:18: note: byref variable will be forcibly initialized 838 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:838:12: note: byref variable will be forcibly initialized 838 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_crtc_disable': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:2158:31: note: byref variable will be forcibly initialized 2158 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_crtc_set_pll': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1071:55: note: byref variable will be forcibly initialized 1071 | u32 ref_div = 0, fb_div = 0, frac_fb_div = 0, post_div = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1071:38: note: byref variable will be forcibly initialized 1071 | u32 ref_div = 0, fb_div = 0, frac_fb_div = 0, post_div = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1071:26: note: byref variable will be forcibly initialized 1071 | u32 ref_div = 0, fb_div = 0, frac_fb_div = 0, post_div = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1071:13: note: byref variable will be forcibly initialized 1071 | u32 ref_div = 0, fb_div = 0, frac_fb_div = 0, post_div = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:1069:13: note: byref variable will be forcibly initialized 1069 | u32 pll_clock = mode->clock; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_scaler_setup': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:88:37: note: byref variable will be forcibly initialized 88 | ENABLE_SCALER_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'atombios_adjust_pll': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:679:26: note: byref variable will be forcibly initialized 679 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:679:20: note: byref variable will be forcibly initialized 679 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:678:42: note: byref variable will be forcibly initialized 678 | union adjust_pixel_clock args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c: In function 'radeon_atom_disp_eng_pll_init': /kisskb/src/drivers/gpu/drm/radeon/atombios_crtc.c:2035:39: note: byref variable will be forcibly initialized 2035 | struct radeon_atom_ss ss; | ^~ In file included from /kisskb/src/drivers/mfd/rc5t583.c:19: /kisskb/src/drivers/mfd/rc5t583.c: In function 'rc5t583_read': /kisskb/src/include/linux/mfd/rc5t583.h:335:22: note: byref variable will be forcibly initialized 335 | unsigned int ival; | ^~~~ /kisskb/src/drivers/mfd/rc5t583.c: In function '__rc5t583_set_ext_pwrreq1_control': /kisskb/src/drivers/mfd/rc5t583.c:75:17: note: byref variable will be forcibly initialized 75 | uint8_t sleepseq_val = 0; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/mfd/rc5t583-irq.c:14: /kisskb/src/drivers/mfd/rc5t583-irq.c: In function 'rc5t583_read': /kisskb/src/include/linux/mfd/rc5t583.h:335:22: note: byref variable will be forcibly initialized 335 | unsigned int ival; | ^~~~ /kisskb/src/drivers/mfd/rc5t583-irq.c: In function 'rc5t583_irq': /kisskb/src/drivers/mfd/rc5t583-irq.c:245:17: note: byref variable will be forcibly initialized 245 | uint8_t master_int = 0; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/rc5t583-irq.c:244:17: note: byref variable will be forcibly initialized 244 | uint8_t int_sts[RC5T583_MAX_INTERRUPT_MASK_REGS]; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis96x.c: In function 'sis96x_probe': /kisskb/src/drivers/i2c/busses/i2c-sis96x.c:245:13: note: byref variable will be forcibly initialized 245 | u16 ww = 0; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:28: /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c: In function 'radeon_combios_i2c_init': /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:673:35: note: byref variable will be forcibly initialized 673 | struct radeon_i2c_bus_rec i2c; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c: In function 'radeon_combios_get_lvds_info': /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:1176:14: note: byref variable will be forcibly initialized 1176 | char stmp[30]; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c: In function 'radeon_legacy_get_ext_tmds_info_from_table': /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:1388:35: note: byref variable will be forcibly initialized 1388 | struct radeon_i2c_bus_rec i2c_bus; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c: In function 'radeon_legacy_get_ext_tmds_info_from_combios': /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:1415:35: note: byref variable will be forcibly initialized 1415 | struct radeon_i2c_bus_rec i2c_bus; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c: In function 'radeon_get_legacy_connector_info_from_table': /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:1455:27: note: byref variable will be forcibly initialized 1455 | struct radeon_hpd hpd; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:1454:35: note: byref variable will be forcibly initialized 1454 | struct radeon_i2c_bus_rec ddc_i2c; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c: In function 'radeon_get_legacy_connector_info_from_bios': /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:2315:27: note: byref variable will be forcibly initialized 2315 | struct radeon_hpd hpd; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:2314:35: note: byref variable will be forcibly initialized 2314 | struct radeon_i2c_bus_rec ddc_i2c; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:2312:39: note: byref variable will be forcibly initialized 2312 | enum radeon_combios_connector connector; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c: In function 'radeon_combios_get_power_modes': /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:2719:55: note: byref variable will be forcibly initialized 2719 | struct i2c_board_info info = { }; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:2702:55: note: byref variable will be forcibly initialized 2702 | struct i2c_board_info info = { }; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_combios.c:2643:35: note: byref variable will be forcibly initialized 2643 | struct radeon_i2c_bus_rec i2c_bus; | ^~~~~~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_poll': /kisskb/src/drivers/hwmon/occ/common.c:135:12: note: byref variable will be forcibly initialized 135 | u8 cmd[7]; | ^~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_set_user_power_cap': /kisskb/src/drivers/hwmon/occ/common.c:186:16: note: byref variable will be forcibly initialized 186 | __be16 user_power_cap_be = cpu_to_be16(user_power_cap); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/occ/common.c:185:12: note: byref variable will be forcibly initialized 185 | u8 resp[8]; | ^~~~ /kisskb/src/drivers/hwmon/occ/common.c:184:12: note: byref variable will be forcibly initialized 184 | u8 cmd[8]; | ^~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_store_caps_user': /kisskb/src/drivers/hwmon/occ/common.c:694:28: note: byref variable will be forcibly initialized 694 | unsigned long long value; | ^~~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:25: note: byref variable will be forcibly initialized 52 | struct resource res; | ^~~ /kisskb/src/drivers/mfd/syscon.c:49:13: note: byref variable will be forcibly initialized 49 | u32 reg_io_width; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/mfd/syscon.c:17: /kisskb/src/drivers/mfd/syscon.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'syscon_regmap_lookup_by_phandle_args': /kisskb/src/drivers/mfd/syscon.c:235:32: note: byref variable will be forcibly initialized 235 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mfd/sec-core.c: In function 'sec_pmic_dump_rev': /kisskb/src/drivers/mfd/sec-core.c:253:22: note: byref variable will be forcibly initialized 253 | unsigned int val; | ^~~ /kisskb/src/drivers/mtd/devices/sst25l.c: In function 'sst25l_status': /kisskb/src/drivers/mtd/devices/sst25l.c:71:23: note: byref variable will be forcibly initialized 71 | unsigned char cmd_resp[2]; | ^~~~~~~~ /kisskb/src/drivers/mtd/devices/sst25l.c:70:29: note: byref variable will be forcibly initialized 70 | struct spi_transfer t; | ^ /kisskb/src/drivers/mtd/devices/sst25l.c:69:28: note: byref variable will be forcibly initialized 69 | struct spi_message m; | ^ /kisskb/src/drivers/mtd/devices/sst25l.c: In function 'sst25l_wait_till_ready': /kisskb/src/drivers/mtd/devices/sst25l.c:126:13: note: byref variable will be forcibly initialized 126 | int status, err; | ^~~~~~ In file included from /kisskb/src/drivers/mtd/devices/sst25l.c:24: /kisskb/src/drivers/mtd/devices/sst25l.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mtd/devices/sst25l.c: In function 'sst25l_write_enable': /kisskb/src/drivers/mtd/devices/sst25l.c:94:13: note: byref variable will be forcibly initialized 94 | int status, err; | ^~~~~~ /kisskb/src/drivers/mtd/devices/sst25l.c:93:23: note: byref variable will be forcibly initialized 93 | unsigned char command[2]; | ^~~~~~~ /kisskb/src/drivers/mtd/devices/sst25l.c: In function 'sst25l_write': /kisskb/src/drivers/mtd/devices/sst25l.c:254:23: note: byref variable will be forcibly initialized 254 | unsigned char command[5]; | ^~~~~~~ /kisskb/src/drivers/mtd/devices/sst25l.c: In function 'sst25l_erase_sector': /kisskb/src/drivers/mtd/devices/sst25l.c:144:23: note: byref variable will be forcibly initialized 144 | unsigned char command[4]; | ^~~~~~~ /kisskb/src/drivers/mtd/devices/sst25l.c: In function 'sst25l_read': /kisskb/src/drivers/mtd/devices/sst25l.c:212:23: note: byref variable will be forcibly initialized 212 | unsigned char command[4]; | ^~~~~~~ /kisskb/src/drivers/mtd/devices/sst25l.c:211:28: note: byref variable will be forcibly initialized 211 | struct spi_message message; | ^~~~~~~ /kisskb/src/drivers/mtd/devices/sst25l.c:210:29: note: byref variable will be forcibly initialized 210 | struct spi_transfer transfer[2]; | ^~~~~~~~ /kisskb/src/drivers/mtd/devices/sst25l.c: In function 'sst25l_match_device': /kisskb/src/drivers/mtd/devices/sst25l.c:313:23: note: byref variable will be forcibly initialized 313 | unsigned char cmd_resp[6]; | ^~~~~~~~ /kisskb/src/drivers/mtd/devices/sst25l.c:312:29: note: byref variable will be forcibly initialized 312 | struct spi_transfer t; | ^ /kisskb/src/drivers/mtd/devices/sst25l.c:311:28: note: byref variable will be forcibly initialized 311 | struct spi_message m; | ^ /kisskb/src/drivers/base/dd.c: In function 'deferred_probe_timeout_setup': /kisskb/src/drivers/base/dd.c:264:13: note: byref variable will be forcibly initialized 264 | int timeout; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/dd.c:19: /kisskb/src/drivers/base/dd.c: In function 'wait_for_device_probe': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:738:9: note: in expansion of macro 'wait_event' 738 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'lm3533_read': /kisskb/src/drivers/mfd/lm3533-core.c:85:13: note: byref variable will be forcibly initialized 85 | int tmp; | ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'store_output': /kisskb/src/drivers/mfd/lm3533-core.c:299:12: note: byref variable will be forcibly initialized 299 | u8 val; | ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'show_output': /kisskb/src/drivers/mfd/lm3533-core.c:263:12: note: byref variable will be forcibly initialized 263 | u8 val; | ^~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:980:43: note: byref variable will be forcibly initialized 980 | struct device_attach_data data = { | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'current_master_store': /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:192:22: note: byref variable will be forcibly initialized 192 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_shr': /kisskb/src/drivers/gpu/drm/radeon/atom.c:944:13: note: byref variable will be forcibly initialized 944 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:943:18: note: byref variable will be forcibly initialized 943 | uint32_t saved, dst; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_shl': /kisskb/src/drivers/gpu/drm/radeon/atom.c:925:13: note: byref variable will be forcibly initialized 925 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:924:18: note: byref variable will be forcibly initialized 924 | uint32_t saved, dst; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_xor': /kisskb/src/drivers/gpu/drm/radeon/atom.c:1016:13: note: byref variable will be forcibly initialized 1016 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:1015:28: note: byref variable will be forcibly initialized 1015 | uint32_t dst, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_mask': /kisskb/src/drivers/gpu/drm/radeon/atom.c:753:13: note: byref variable will be forcibly initialized 753 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:752:34: note: byref variable will be forcibly initialized 752 | uint32_t dst, mask, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_clear': /kisskb/src/drivers/gpu/drm/radeon/atom.c:640:13: note: byref variable will be forcibly initialized 640 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:639:18: note: byref variable will be forcibly initialized 639 | uint32_t saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_sub': /kisskb/src/drivers/gpu/drm/radeon/atom.c:963:13: note: byref variable will be forcibly initialized 963 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:962:28: note: byref variable will be forcibly initialized 962 | uint32_t dst, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_add': /kisskb/src/drivers/gpu/drm/radeon/atom.c:591:13: note: byref variable will be forcibly initialized 591 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:590:28: note: byref variable will be forcibly initialized 590 | uint32_t dst, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_shift_right': /kisskb/src/drivers/gpu/drm/radeon/atom.c:909:13: note: byref variable will be forcibly initialized 909 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:908:18: note: byref variable will be forcibly initialized 908 | uint32_t saved, dst; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_shift_left': /kisskb/src/drivers/gpu/drm/radeon/atom.c:893:13: note: byref variable will be forcibly initialized 893 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:892:18: note: byref variable will be forcibly initialized 892 | uint32_t saved, dst; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_or': /kisskb/src/drivers/gpu/drm/radeon/atom.c:803:13: note: byref variable will be forcibly initialized 803 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:802:28: note: byref variable will be forcibly initialized 802 | uint32_t dst, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_and': /kisskb/src/drivers/gpu/drm/radeon/atom.c:605:13: note: byref variable will be forcibly initialized 605 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:604:28: note: byref variable will be forcibly initialized 604 | uint32_t dst, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_op_move': /kisskb/src/drivers/gpu/drm/radeon/atom.c:770:13: note: byref variable will be forcibly initialized 770 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:769:23: note: byref variable will be forcibly initialized 769 | uint32_t src, saved; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/radeon/atom.c:25: /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_execute_table_locked': /kisskb/src/drivers/gpu/drm/radeon/atom.c:1164:27: note: byref variable will be forcibly initialized 1164 | atom_exec_context ectx; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c:1162:26: note: byref variable will be forcibly initialized 1162 | int len, ws, ps, ptr; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_asic_init': /kisskb/src/drivers/gpu/drm/radeon/atom.c:1330:18: note: byref variable will be forcibly initialized 1330 | uint32_t ps[16]; | ^~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_parse': /kisskb/src/drivers/gpu/drm/radeon/atom.c:1271:14: note: byref variable will be forcibly initialized 1271 | char name[512]; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atom.c: In function 'atom_allocate_fb_scratch': /kisskb/src/drivers/gpu/drm/radeon/atom.c:1402:18: note: byref variable will be forcibly initialized 1402 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c: In function 'output_store': /kisskb/src/drivers/w1/slaves/w1_ds2405.c:183:20: note: byref variable will be forcibly initialized 183 | u8 cmd[9]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c:182:21: note: byref variable will be forcibly initialized 182 | u64 dev_addr = le64_to_cpu(*(u64 *)&sl->reg_num); | ^~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c:145:22: note: byref variable will be forcibly initialized 145 | unsigned int val; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c:144:13: note: byref variable will be forcibly initialized 144 | int ret, current_pio; | ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_read': /kisskb/src/drivers/mfd/retu-mfd.c:146:13: note: byref variable will be forcibly initialized 146 | int value; | ^~~~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_power_off': /kisskb/src/drivers/mfd/retu-mfd.c:171:13: note: byref variable will be forcibly initialized 171 | int reg; | ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_regmap_write': /kisskb/src/drivers/mfd/retu-mfd.c:209:13: note: byref variable will be forcibly initialized 209 | u16 val; | ^~~ /kisskb/src/drivers/mfd/retu-mfd.c:208:12: note: byref variable will be forcibly initialized 208 | u8 reg; | ^~~ /kisskb/src/drivers/mfd/mt6397-core.c: In function 'mt6397_probe': /kisskb/src/drivers/mfd/mt6397-core.c:209:22: note: byref variable will be forcibly initialized 209 | unsigned int id = 0; | ^~ /kisskb/src/drivers/mfd/rt5033.c: In function 'rt5033_i2c_probe': /kisskb/src/drivers/mfd/rt5033.c:63:22: note: byref variable will be forcibly initialized 63 | unsigned int dev_id; | ^~~~~~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_sp_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:124:22: note: byref variable will be forcibly initialized 124 | unsigned int irq_status, sta_reg, status; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:165:30: note: byref variable will be forcibly initialized 165 | unsigned int bit, i, top_irq_status = 0; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/mfd/mt6358-irq.c:13: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/mfd/mt6397-irq.c:9: /kisskb/src/drivers/mfd/mt6397-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/mt6397-irq.c: In function 'mt6397_irq_handle_reg': /kisskb/src/drivers/mfd/mt6397-irq.c:85:22: note: byref variable will be forcibly initialized 85 | unsigned int status = 0; | ^~~~~~ /kisskb/src/drivers/misc/pvpanic/pvpanic-mmio.c: In function 'events_store': /kisskb/src/drivers/misc/pvpanic/pvpanic-mmio.c:46:22: note: byref variable will be forcibly initialized 46 | unsigned int tmp; | ^~~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/lirc_dev.c:19: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_scancode_event': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:118:21: note: in expansion of macro 'kfifo_put' 118 | if (kfifo_put(&fh->scancodes, *lsc)) | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/driver.c: In function 'driver_for_each_device': /kisskb/src/drivers/base/driver.c:114:27: note: byref variable will be forcibly initialized 114 | struct klist_iter i; | ^ /kisskb/src/drivers/base/driver.c: In function 'driver_find_device': /kisskb/src/drivers/base/driver.c:149:27: note: byref variable will be forcibly initialized 149 | struct klist_iter i; | ^ /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_transmit': /kisskb/src/drivers/media/rc/lirc_dev.c:243:38: note: byref variable will be forcibly initialized 243 | struct lirc_scancode scan; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_read_mode2': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:615:31: note: in expansion of macro 'wait_event_interruptible' 615 | ret = wait_event_interruptible(fh->wait_poll, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:604:22: note: byref variable will be forcibly initialized 604 | unsigned int copied; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_read_scancode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:654:31: note: in expansion of macro 'wait_event_interruptible' 654 | ret = wait_event_interruptible(fh->wait_poll, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:642:22: note: byref variable will be forcibly initialized 642 | unsigned int copied; | ^~~~~~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/lirc_dev.c:19: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_raw_event': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:97:21: note: in expansion of macro 'kfifo_put' 97 | if (kfifo_put(&fh->rawir, sample)) | ^~~~~~~~~ /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:78:33: note: in expansion of macro 'kfifo_put' 78 | kfifo_put(&fh->rawir, LIRC_SPACE(duration)); | ^~~~~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_block_isbad': /kisskb/src/drivers/mtd/devices/docg3.c:1008:35: note: byref variable will be forcibly initialized 1008 | int block0, block1, page, ofs, is_good; | ^~~ /kisskb/src/drivers/mtd/devices/docg3.c:1008:29: note: byref variable will be forcibly initialized 1008 | int block0, block1, page, ofs, is_good; | ^~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1008:21: note: byref variable will be forcibly initialized 1008 | int block0, block1, page, ofs, is_good; | ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1008:13: note: byref variable will be forcibly initialized 1008 | int block0, block1, page, ofs, is_good; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/mtd/devices/docg3.h:343, from /kisskb/src/drivers/mtd/devices/docg3.c:27: /kisskb/src/drivers/mtd/devices/docg3.c: In function 'perf_trace_docg3_io': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/mtd/devices/docg3.h:343, from /kisskb/src/drivers/mtd/devices/docg3.c:27: /kisskb/src/drivers/mtd/devices/docg3.c: In function 'trace_event_raw_event_docg3_io': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/mtd/devices/docg3.h:343, from /kisskb/src/drivers/mtd/devices/docg3.c:27: /kisskb/src/drivers/mtd/devices/docg3.c: In function '__bpf_trace_docg3_io': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/devices/./docg3.h:319:1: note: in expansion of macro 'TRACE_EVENT' 319 | TRACE_EVENT(docg3_io, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mtd/devices/docg3.c:12: /kisskb/src/drivers/mtd/devices/docg3.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/devices/docg3.c:9: /kisskb/src/drivers/mtd/devices/docg3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpmux.c:10: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpmux.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-gpmux.c: In function 'i2c_mux_probe': /kisskb/src/drivers/i2c/muxes/i2c-mux-gpmux.c:112:21: note: byref variable will be forcibly initialized 112 | u32 chan; | ^~~~ /kisskb/src/drivers/mfd/altera-sysmgr.c: In function 's10_protected_reg_write': /kisskb/src/drivers/mfd/altera-sysmgr.c:45:30: note: byref variable will be forcibly initialized 45 | 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:30: note: byref variable will be forcibly initialized 67 | struct arm_smccc_res result; | ^~~~~~ /kisskb/src/drivers/mfd/altera-sysmgr.c: In function 'sysmgr_probe': /kisskb/src/drivers/mfd/altera-sysmgr.c:128:30: note: byref variable will be forcibly initialized 128 | struct regmap_config sysmgr_config = altr_sysmgr_regmap_cfg; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/mfd/altera-sysmgr.c:16: /kisskb/src/drivers/mfd/altera-sysmgr.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_get_op_status': /kisskb/src/drivers/mtd/devices/docg3.c:1078:12: note: byref variable will be forcibly initialized 1078 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_write_page': /kisskb/src/drivers/mtd/devices/docg3.c:1227:37: note: byref variable will be forcibly initialized 1227 | u8 hwecc[DOC_ECC_BCH_SIZE], hamming; | ^~~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1227:12: note: byref variable will be forcibly initialized 1227 | u8 hwecc[DOC_ECC_BCH_SIZE], hamming; | ^~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1226:40: note: byref variable will be forcibly initialized 1226 | int block0, block1, page, ret, ofs = 0; | ^~~ /kisskb/src/drivers/mtd/devices/docg3.c:1226:29: note: byref variable will be forcibly initialized 1226 | int block0, block1, page, ret, ofs = 0; | ^~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1226:21: note: byref variable will be forcibly initialized 1226 | int block0, block1, page, ret, ofs = 0; | ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1226:13: note: byref variable will be forcibly initialized 1226 | int block0, block1, page, ret, ofs = 0; | ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_write_oob': /kisskb/src/drivers/mtd/devices/docg3.c:1382:12: note: byref variable will be forcibly initialized 1382 | u8 oob[DOC_LAYOUT_OOB_SIZE]; | ^~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_erase': /kisskb/src/drivers/mtd/devices/docg3.c:1180:44: note: byref variable will be forcibly initialized 1180 | int block0, block1, page, ret = 0, ofs = 0; | ^~~ /kisskb/src/drivers/mtd/devices/docg3.c:1180:29: note: byref variable will be forcibly initialized 1180 | int block0, block1, page, ret = 0, ofs = 0; | ^~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1180:21: note: byref variable will be forcibly initialized 1180 | int block0, block1, page, ret = 0, ofs = 0; | ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:1180:13: note: byref variable will be forcibly initialized 1180 | int block0, block1, page, ret = 0, ofs = 0; | ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_ecc_bch_fix_data': /kisskb/src/drivers/mtd/devices/docg3.c:646:13: note: byref variable will be forcibly initialized 646 | int errorpos[DOC_ECC_BCH_T], i, numerrs; | ^~~~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:645:12: note: byref variable will be forcibly initialized 645 | u8 ecc[DOC_ECC_BCH_SIZE]; | ^~~ /kisskb/src/drivers/mtd/devices/docg3.c: In function 'doc_read_oob': /kisskb/src/drivers/mtd/devices/docg3.c:873:12: note: byref variable will be forcibly initialized 873 | u8 hwecc[DOC_ECC_BCH_SIZE], eccconf1; | ^~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:869:46: note: byref variable will be forcibly initialized 869 | int block0, block1, page, ret, skip, ofs = 0; | ^~~ /kisskb/src/drivers/mtd/devices/docg3.c:869:29: note: byref variable will be forcibly initialized 869 | int block0, block1, page, ret, skip, ofs = 0; | ^~~~ /kisskb/src/drivers/mtd/devices/docg3.c:869:21: note: byref variable will be forcibly initialized 869 | int block0, block1, page, ret, skip, ofs = 0; | ^~~~~~ /kisskb/src/drivers/mtd/devices/docg3.c:869:13: note: byref variable will be forcibly initialized 869 | int block0, block1, page, ret, skip, ofs = 0; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pasemi-platform.c: In function 'pasemi_platform_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-pasemi-platform.c:50:13: note: byref variable will be forcibly initialized 50 | u32 frequency; | ^~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function 'status_control_write': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:247:12: note: byref variable will be forcibly initialized 247 | u8 w1_buf[4]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function '_read_reg': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:40:12: note: byref variable will be forcibly initialized 40 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function 'output_write': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:167:12: note: byref variable will be forcibly initialized 167 | u8 w1_buf[3]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function 'w1_f29_disable_test_mode': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:295:13: note: byref variable will be forcibly initialized 295 | u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); | ^~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c:294:12: note: byref variable will be forcibly initialized 294 | u8 magic[10] = {0x96, }; | ^~~~~ /kisskb/src/drivers/hwmon/occ/sysfs.c: In function 'occ_active_store': /kisskb/src/drivers/hwmon/occ/sysfs.c:30:14: note: byref variable will be forcibly initialized 30 | bool active; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:12: /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c: In function 'i2c_pca_pf_waitforcompletion': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:84:23: note: in expansion of macro 'wait_event_timeout' 84 | ret = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c: In function 'i2c_pca_pf_probe': /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:134:26: note: byref variable will be forcibly initialized 134 | struct resource *res; | ^~~ /kisskb/src/drivers/mfd/rohm-bd71828.c: In function 'set_clk_mode': /kisskb/src/drivers/mfd/rohm-bd71828.c:448:22: note: byref variable will be forcibly initialized 448 | unsigned int open_drain; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd71828.c: In function 'bd71828_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd71828.c:471:38: note: byref variable will be forcibly initialized 471 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/mfd/intel-m10-bmc.c: In function 'mac_count_show': /kisskb/src/drivers/mfd/intel-m10-bmc.c:115:22: note: byref variable will be forcibly initialized 115 | unsigned int macaddr_high; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/intel-m10-bmc.c: In function 'mac_address_show': /kisskb/src/drivers/mfd/intel-m10-bmc.c:90:35: note: byref variable will be forcibly initialized 90 | unsigned int macaddr_low, macaddr_high; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/intel-m10-bmc.c:90:22: note: byref variable will be forcibly initialized 90 | unsigned int macaddr_low, macaddr_high; | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/intel-m10-bmc.c: In function 'check_m10bmc_version': /kisskb/src/drivers/mfd/intel-m10-bmc.c:138:22: note: byref variable will be forcibly initialized 138 | unsigned int v; | ^ /kisskb/src/drivers/mfd/intel-m10-bmc.c: In function 'bmcfw_version_show': /kisskb/src/drivers/mfd/intel-m10-bmc.c:75:22: note: byref variable will be forcibly initialized 75 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/intel-m10-bmc.c: In function 'bmc_version_show': /kisskb/src/drivers/mfd/intel-m10-bmc.c:60:22: note: byref variable will be forcibly initialized 60 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_resource.c: In function 'ttm_resource_manager_show': /kisskb/src/drivers/gpu/drm/ttm/ttm_resource.c:674:28: note: byref variable will be forcibly initialized 674 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/mfd/rsmu_spi.c: In function 'rsmu_write_device': /kisskb/src/drivers/mfd/rsmu_spi.c:69:12: note: byref variable will be forcibly initialized 69 | u8 cmd[256] = {0}; | ^~~ /kisskb/src/drivers/mfd/rsmu_spi.c:68:28: note: byref variable will be forcibly initialized 68 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mfd/rsmu_spi.c:67:29: note: byref variable will be forcibly initialized 67 | struct spi_transfer xfer = {0}; | ^~~~ /kisskb/src/drivers/mfd/rsmu_spi.c: In function 'rsmu_write_page_register': /kisskb/src/drivers/mfd/rsmu_spi.c:92:12: note: byref variable will be forcibly initialized 92 | u8 buf[2]; | ^~~ /kisskb/src/drivers/mfd/rsmu_spi.c: In function 'rsmu_reg_write': /kisskb/src/drivers/mfd/rsmu_spi.c:151:12: note: byref variable will be forcibly initialized 151 | u8 data = (u8)val; | ^~~~ /kisskb/src/drivers/mfd/rsmu_spi.c: In function 'rsmu_read_device': /kisskb/src/drivers/mfd/rsmu_spi.c:32:12: note: byref variable will be forcibly initialized 32 | u8 rsp[256] = {0}; | ^~~ /kisskb/src/drivers/mfd/rsmu_spi.c:31:12: note: byref variable will be forcibly initialized 31 | u8 cmd[256] = {0}; | ^~~ /kisskb/src/drivers/mfd/rsmu_spi.c:30:28: note: byref variable will be forcibly initialized 30 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mfd/rsmu_spi.c:29:29: note: byref variable will be forcibly initialized 29 | struct spi_transfer xfer = {0}; | ^~~~ /kisskb/src/drivers/mfd/exynos-lpass.c: In function 'exynos_lpass_core_sw_reset': /kisskb/src/drivers/mfd/exynos-lpass.c:59:22: note: byref variable will be forcibly initialized 59 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/misc/pvpanic/pvpanic-pci.c: In function 'events_store': /kisskb/src/drivers/misc/pvpanic/pvpanic-pci.c:44:22: note: byref variable will be forcibly initialized 44 | unsigned int tmp; | ^~~ /kisskb/src/drivers/mfd/bd9571mwv.c: In function 'bd957x_identify': /kisskb/src/drivers/mfd/bd9571mwv.c:175:22: note: byref variable will be forcibly initialized 175 | unsigned int value; | ^~~~~ /kisskb/src/drivers/mfd/bd9571mwv.c: In function 'bd9571mwv_probe': /kisskb/src/drivers/mfd/bd9571mwv.c:215:38: note: byref variable will be forcibly initialized 215 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ In file included from /kisskb/src/drivers/media/rc/bpf-lirc.c:6: /kisskb/src/drivers/media/rc/bpf-lirc.c: In function 'bpf_prog_run_array': /kisskb/src/include/linux/bpf.h:1409:34: note: byref variable will be forcibly initialized 1409 | struct bpf_trace_run_ctx run_ctx; | ^~~~~~~ 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/drivers/media/rc/bpf-lirc.c:6: /kisskb/src/drivers/media/rc/bpf-lirc.c: In function 'lirc_bpf_attach': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/bpf-lirc.c:167:9: note: in expansion of macro 'rcu_assign_pointer' 167 | rcu_assign_pointer(raw->progs, new_array); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/bpf-lirc.c:140:32: note: byref variable will be forcibly initialized 140 | struct bpf_prog_array *new_array; | ^~~~~~~~~ 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/drivers/media/rc/bpf-lirc.c:6: /kisskb/src/drivers/media/rc/bpf-lirc.c: In function 'lirc_bpf_detach': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/bpf-lirc.c:205:9: note: in expansion of macro 'rcu_assign_pointer' 205 | rcu_assign_pointer(raw->progs, new_array); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/bpf-lirc.c:178:32: note: byref variable will be forcibly initialized 178 | struct bpf_prog_array *new_array; | ^~~~~~~~~ In file included from /kisskb/src/drivers/media/rc/bpf-lirc.c:6: /kisskb/src/drivers/media/rc/bpf-lirc.c: In function 'lirc_bpf_run': /kisskb/src/include/linux/bpf.h:1409:34: note: byref variable will be forcibly initialized 1409 | struct bpf_trace_run_ctx run_ctx; | ^~~~~~~ /kisskb/src/drivers/media/rc/bpf-lirc.c: In function 'lirc_prog_query': /kisskb/src/drivers/media/rc/bpf-lirc.c:300:18: note: byref variable will be forcibly initialized 300 | u32 cnt, flags = 0; | ^~~~~ /kisskb/src/drivers/media/rc/bpf-lirc.c:300:13: note: byref variable will be forcibly initialized 300 | u32 cnt, flags = 0; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2413.c: In function 'output_write': /kisskb/src/drivers/w1/slaves/w1_ds2413.c:88:12: note: byref variable will be forcibly initialized 88 | u8 w1_buf[3]; | ^~~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c: In function 'mlxcpld_mux_reg_write': /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:66:12: note: byref variable will be forcibly initialized 66 | u8 buf[3]; | ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:65:24: note: byref variable will be forcibly initialized 65 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:64:30: note: byref variable will be forcibly initialized 64 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_for_each_device': /kisskb/src/drivers/base/class.c:355:31: note: byref variable will be forcibly initialized 355 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_find_device': /kisskb/src/drivers/base/class.c:403:31: note: byref variable will be forcibly initialized 403 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_register': /kisskb/src/drivers/base/class.c:430:31: note: byref variable will be forcibly initialized 430 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_unregister': /kisskb/src/drivers/base/class.c:456:31: note: byref variable will be forcibly initialized 456 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c: In function 'pca9541_reg_read': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c:116:30: note: byref variable will be forcibly initialized 116 | union i2c_smbus_data data; | ^~~~ 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-octeon-core.c:15: /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c: In function 'octeon_i2c_hlc_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c:158:21: note: in expansion of macro 'wait_event_timeout' 158 | time_left = wait_event_timeout(i2c->queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c: In function 'octeon_i2c_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c:64:21: note: in expansion of macro 'wait_event_timeout' 64 | time_left = wait_event_timeout(i2c->queue, octeon_i2c_test_iflg(i2c), | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c: In function 'octeon_i2c_read': /kisskb/src/drivers/i2c/busses/i2c-octeon-core.c:309:16: note: byref variable will be forcibly initialized 309 | int i, result, length = *rlength; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_batinfo_ocv2cap': /kisskb/src/drivers/power/supply/power_supply_core.c:1013:13: note: byref variable will be forcibly initialized 1013 | int table_len; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'ps_get_max_charge_cntl_limit': /kisskb/src/drivers/power/supply/power_supply_core.c:1190:36: note: byref variable will be forcibly initialized 1190 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'ps_get_cur_charge_cntl_limit': /kisskb/src/drivers/power/supply/power_supply_core.c:1208:36: note: byref variable will be forcibly initialized 1208 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'ps_set_cur_charge_cntl_limit': /kisskb/src/drivers/power/supply/power_supply_core.c:1226:36: note: byref variable will be forcibly initialized 1226 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_am_i_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:330:39: note: byref variable will be forcibly initialized 330 | struct psy_am_i_supplied_data data = { psy, 0 }; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_is_system_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:363:22: note: byref variable will be forcibly initialized 363 | unsigned int count = 0; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_get_property_from_supplier': /kisskb/src/drivers/power/supply/power_supply_core.c:401:43: note: byref variable will be forcibly initialized 401 | struct psy_get_supplier_prop_data data = { | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_read_temp': /kisskb/src/drivers/power/supply/power_supply_core.c:1137:36: note: byref variable will be forcibly initialized 1137 | union power_supply_propval val; | ^~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:20: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:17: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_get_battery_info': /kisskb/src/drivers/power/supply/power_supply_core.c:750:33: note: byref variable will be forcibly initialized 750 | int i, tab_len, size; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:580:13: note: byref variable will be forcibly initialized 580 | u32 min_max[2]; | ^~~~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:578:18: note: byref variable will be forcibly initialized 578 | int err, len, index; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c:577:21: note: byref variable will be forcibly initialized 577 | const char *value; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:575:38: note: byref variable will be forcibly initialized 575 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:573:43: note: byref variable will be forcibly initialized 573 | struct power_supply_battery_info *info; | ^~~~ /kisskb/src/drivers/mfd/wcd934x.c: In function 'wcd934x_bring_up': /kisskb/src/drivers/mfd/wcd934x.c:121:23: note: byref variable will be forcibly initialized 121 | u16 id_minor, id_major; | ^~~~~~~~ /kisskb/src/drivers/mfd/wcd934x.c:121:13: note: byref variable will be forcibly initialized 121 | u16 id_minor, id_major; | ^~~~~~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:68:13: note: byref variable will be forcibly initialized 68 | u32 buf[3]; | ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom_u32': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:91:12: note: byref variable will be forcibly initialized 91 | u8 buf[8]; | ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom_be': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:91:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/hwmon/occ/p8_i2c.c:102:27: note: byref variable will be forcibly initialized 102 | __be32 data0 = 0, data1 = 0; | ^~~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c:102:16: note: byref variable will be forcibly initialized 102 | __be32 data0 = 0, data1 = 0; | ^~~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_getscom': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:40:24: note: byref variable will be forcibly initialized 40 | struct i2c_msg msgs[2]; | ^~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c:39:16: note: byref variable will be forcibly initialized 39 | __be64 buf; | ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_send_cmd': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:91:12: note: byref variable will be forcibly initialized 91 | u8 buf[8]; | ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c:91:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/hwmon/occ/p8_i2c.c:91:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_poll_in_busy': /kisskb/src/drivers/misc/c2port/core.c:259:12: note: byref variable will be forcibly initialized 259 | u8 addr; | ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_poll_out_ready': /kisskb/src/drivers/misc/c2port/core.c:280:12: note: byref variable will be forcibly initialized 280 | u8 addr; | ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_write_flash_data': /kisskb/src/drivers/misc/c2port/core.c:741:12: note: byref variable will be forcibly initialized 741 | u8 status, nwrite = 128; | ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_read_flash_data': /kisskb/src/drivers/misc/c2port/core.c:630:12: note: byref variable will be forcibly initialized 630 | u8 status, nread = 128; | ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_write_flash_erase': /kisskb/src/drivers/misc/c2port/core.c:547:12: note: byref variable will be forcibly initialized 547 | u8 status; | ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_store_flash_access': /kisskb/src/drivers/misc/c2port/core.c:523:13: note: byref variable will be forcibly initialized 523 | int status; | ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'access_store': /kisskb/src/drivers/misc/c2port/core.c:355:13: note: byref variable will be forcibly initialized 355 | int status, ret; | ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_show_rev_id': /kisskb/src/drivers/misc/c2port/core.c:439:12: note: byref variable will be forcibly initialized 439 | u8 data; | ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_show_dev_id': /kisskb/src/drivers/misc/c2port/core.c:402:12: note: byref variable will be forcibly initialized 402 | u8 data; | ^~~~ /kisskb/src/drivers/thermal/broadcom/sr-thermal.c: In function 'sr_thermal_probe': /kisskb/src/drivers/thermal/broadcom/sr-thermal.c:54:13: note: byref variable will be forcibly initialized 54 | u32 sr_tmon_list = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c: In function 'slimpro_i2c_rd': /kisskb/src/drivers/i2c/busses/i2c-xgene-slimpro.c:247:13: note: byref variable will be forcibly initialized 247 | 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:13: note: byref variable will be forcibly initialized 261 | 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:13: note: byref variable will be forcibly initialized 276 | 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:13: note: byref variable will be forcibly initialized 308 | 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:13: note: byref variable will be forcibly initialized 343 | u32 val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c: In function 'mlxbf_smbus_irq_recv': /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:1945:12: note: byref variable will be forcibly initialized 1945 | u8 value, byte, addr; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:1943:12: note: byref variable will be forcibly initialized 1943 | u8 data_desc[MLXBF_I2C_SLAVE_DATA_DESC_SIZE] = { 0 }; | ^~~~~~~~~ /kisskb/src/drivers/mfd/da9063-core.c: In function 'da9063_clear_fault_log': /kisskb/src/drivers/mfd/da9063-core.c:116:13: note: byref variable will be forcibly initialized 116 | int fault_log = 0; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c: In function 'mlxbf_smbus_irq_send': /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:1839:44: note: byref variable will be forcibly initialized 1839 | u8 write_size, pec_en, addr, byte, value, byte_cnt, desc_size; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:1838:12: note: byref variable will be forcibly initialized 1838 | u8 data_desc[MLXBF_I2C_SLAVE_DATA_DESC_SIZE] = { 0 }; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c: In function 'mlxbf_smbus_irq': /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:1990:20: note: byref variable will be forcibly initialized 1990 | bool read, write, irq_is_set; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:1990:14: note: byref variable will be forcibly initialized 1990 | bool read, write, irq_is_set; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c: In function 'mlxbf_i2c_smbus_start_transaction': /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:697:26: note: byref variable will be forcibly initialized 697 | u8 slave, flags, addr; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:693:12: note: byref variable will be forcibly initialized 693 | u8 data_desc[MLXBF_I2C_MASTER_DATA_DESC_SIZE] = { 0 }; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c: In function 'mlxbf_i2c_smbus_xfer': /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:2051:12: note: byref variable will be forcibly initialized 2051 | u8 byte_cnt; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c: In function 'mlxbf_i2c_init_timings': /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:1193:13: note: byref variable will be forcibly initialized 1193 | u32 config_khz; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_get_device_type': /kisskb/src/drivers/mfd/da9062-core.c:327:24: note: byref variable will be forcibly initialized 327 | int device_id, variant_id, variant_mrc, variant_vrc; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c:327:13: note: byref variable will be forcibly initialized 327 | int device_id, variant_id, variant_mrc, variant_vrc; | ^~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_clear_fault_log': /kisskb/src/drivers/mfd/da9062-core.c:294:13: note: byref variable will be forcibly initialized 294 | int fault_log; | ^~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_i2c_probe': /kisskb/src/drivers/mfd/da9062-core.c:632:13: note: byref variable will be forcibly initialized 632 | u32 trigger_type = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'w1_f2d_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:67:12: note: byref variable will be forcibly initialized 67 | u8 cmp[W1_F2D_READ_MAXLEN]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c:66:12: note: byref variable will be forcibly initialized 66 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'w1_f2d_write': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:149:12: note: byref variable will be forcibly initialized 149 | u8 rdbuf[W1_F2D_SCRATCH_SIZE + 3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c:148:12: note: byref variable will be forcibly initialized 148 | u8 wrbuf[4]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'eeprom_write': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:224:30: note: byref variable will be forcibly initialized 224 | char tmp[W1_F2D_SCRATCH_SIZE]; | ^~~ /kisskb/src/drivers/media/rc/ir-nec-decoder.c: In function 'ir_nec_encode': /kisskb/src/drivers/media/rc/ir-nec-decoder.c:235:30: note: byref variable will be forcibly initialized 235 | struct ir_raw_event *e = events; | ^ /kisskb/src/drivers/media/rc/ir-nec-decoder.c: In function 'ir_nec_decode': /kisskb/src/drivers/media/rc/ir-nec-decoder.c:43:23: note: byref variable will be forcibly initialized 43 | enum rc_proto rc_proto; | ^~~~~~~~ /kisskb/src/drivers/input/mouse/logips2pp.c: In function 'ps2pp_set_smartscroll': /kisskb/src/drivers/input/mouse/logips2pp.c:139:12: note: byref variable will be forcibly initialized 139 | u8 param[4]; | ^~~~~ /kisskb/src/drivers/input/mouse/logips2pp.c: In function 'ps2pp_attr_set_smartscroll': /kisskb/src/drivers/input/mouse/logips2pp.c:161:22: note: byref variable will be forcibly initialized 161 | unsigned int value; | ^~~~~ /kisskb/src/drivers/input/mouse/logips2pp.c: In function 'ps2pp_set_resolution': /kisskb/src/drivers/input/mouse/logips2pp.c:190:20: note: byref variable will be forcibly initialized 190 | u8 param = 3; | ^~~~~ /kisskb/src/drivers/input/mouse/logips2pp.c: In function 'ps2pp_detect': /kisskb/src/drivers/input/mouse/logips2pp.c:361:12: note: byref variable will be forcibly initialized 361 | u8 param[4]; | ^~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c: In function 'i2c_mux_pinctrl_probe': /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c:82:21: note: byref variable will be forcibly initialized 82 | const char *name; | ^~~~ /kisskb/src/drivers/mfd/da9063-i2c.c: In function 'da9063_i2c_blockreg_read': /kisskb/src/drivers/mfd/da9063-i2c.c:52:22: note: byref variable will be forcibly initialized 52 | u8 page_num, paged_addr; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/da9063-i2c.c:51:12: note: byref variable will be forcibly initialized 51 | u8 page_sel_buf[DA9063_PAGE_SEL_BUF_SIZE]; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/da9063-i2c.c:50:24: note: byref variable will be forcibly initialized 50 | struct i2c_msg xfer[DA9063_PAGED_READ_MSG_CNT]; | ^~~~ /kisskb/src/drivers/mfd/da9063-i2c.c: In function 'da9063_get_device_type': /kisskb/src/drivers/mfd/da9063-i2c.c:107:12: note: byref variable will be forcibly initialized 107 | u8 buf[DA9063_CHIP_ID_REGS]; | ^~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:9: /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:9: /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'i2c_mux_reg_probe_dt': /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:85:25: note: byref variable will be forcibly initialized 85 | struct resource res; | ^~~ /kisskb/src/drivers/mfd/vx855.c: In function 'vx855_probe': /kisskb/src/drivers/mfd/vx855.c:64:13: note: byref variable will be forcibly initialized 64 | u16 gpio_io_offset; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/ir-rcmm-decoder.c: In function 'ir_rcmm_encode': /kisskb/src/drivers/media/rc/ir-rcmm-decoder.c:204:30: note: byref variable will be forcibly initialized 204 | struct ir_raw_event *e = events; | ^ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'tegra_thermctl_get_trend': /kisskb/src/drivers/thermal/tegra/soctherm.c:641:13: note: byref variable will be forcibly initialized 641 | int trip_temp, temp, last_temp, ret; | ^~~~~~~~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'get_hot_temp': /kisskb/src/drivers/thermal/tegra/soctherm.c:726:32: note: byref variable will be forcibly initialized 726 | enum thermal_trip_type type; | ^~~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'tegra_soctherm_set_hwtrips': /kisskb/src/drivers/thermal/tegra/soctherm.c:778:22: note: byref variable will be forcibly initialized 778 | int i, trip, temperature, ret; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'tegra_thermctl_set_trip_temp': /kisskb/src/drivers/thermal/tegra/soctherm.c:592:32: note: byref variable will be forcibly initialized 592 | enum thermal_trip_type type; | ^~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/thermal/tegra/soctherm.c:30: /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'soctherm_throt_cfg_parse': /kisskb/src/drivers/thermal/tegra/soctherm.c:1648:13: note: byref variable will be forcibly initialized 1648 | u32 val; | ^~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'soctherm_oc_cfg_parse': /kisskb/src/drivers/thermal/tegra/soctherm.c:1620:13: note: byref variable will be forcibly initialized 1620 | u32 val; | ^~~ In file included from /kisskb/src/drivers/thermal/tegra/soctherm.c:27: /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/thermal/tegra/soctherm.c: In function 'tegra_soctherm_probe': /kisskb/src/drivers/thermal/tegra/soctherm.c:2120:37: note: byref variable will be forcibly initialized 2120 | struct tsensor_shared_calib shared_calib; | ^~~~~~~~~~~~ /kisskb/src/drivers/thermal/tegra/soctherm-fuse.c: In function 'tegra_calc_shared_calib': /kisskb/src/drivers/thermal/tegra/soctherm-fuse.c:76:13: note: byref variable will be forcibly initialized 76 | u32 val; | ^~~ /kisskb/src/drivers/thermal/tegra/soctherm-fuse.c: In function 'tegra_calc_tsensor_calib': /kisskb/src/drivers/thermal/tegra/soctherm-fuse.c:112:13: note: byref variable will be forcibly initialized 112 | u32 val, calib; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/mfd/iqs62x.c:19: /kisskb/src/drivers/mfd/iqs62x.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_dev_init': /kisskb/src/drivers/mfd/iqs62x.c:111:22: note: byref variable will be forcibly initialized 111 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_irq': /kisskb/src/drivers/mfd/iqs62x.c:463:12: note: byref variable will be forcibly initialized 463 | u8 event_map[IQS62X_EVENT_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c:458:34: note: byref variable will be forcibly initialized 458 | struct iqs62x_event_data event_data; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_firmware_parse': /kisskb/src/drivers/mfd/iqs62x.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_probe': /kisskb/src/drivers/mfd/iqs62x.c:901:21: note: byref variable will be forcibly initialized 901 | const char *fw_name = NULL; | ^~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c:899:22: note: byref variable will be forcibly initialized 899 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/iqs62x.c:898:28: note: byref variable will be forcibly initialized 898 | struct iqs62x_info info; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_isr': /kisskb/src/drivers/i2c/busses/i2c-i801.c:601:13: note: byref variable will be forcibly initialized 601 | u16 pcists; | ^~~~~~ 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_read_coefficients': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2281:30: note: byref variable will be forcibly initialized 2281 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_block_transaction': /kisskb/src/drivers/i2c/busses/i2c-i801.c:742:23: note: byref variable will be forcibly initialized 742 | unsigned char hostc; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_add_tco_spt': /kisskb/src/drivers/i2c/busses/i2c-i801.c:1488:12: note: byref variable will be forcibly initialized 1488 | u8 hidden; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c:1487:13: note: byref variable will be forcibly initialized 1487 | u32 base_addr; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_add_tco': /kisskb/src/drivers/i2c/busses/i2c-i801.c:1546:23: note: byref variable will be forcibly initialized 1546 | u32 tco_base, tco_ctl; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c:1546:13: note: byref variable will be forcibly initialized 1546 | u32 tco_base, tco_ctl; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c:1545:25: note: byref variable will be forcibly initialized 1545 | struct resource tco_res[2], *res; | ^~~~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_set_sensor': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:1002:13: note: byref variable will be forcibly initialized 1002 | s64 val; | ^~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_set_samples': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2139:14: note: byref variable will be forcibly initialized 2139 | long val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_probe': /kisskb/src/drivers/i2c/busses/i2c-i801.c:1746:21: note: byref variable will be forcibly initialized 1746 | u16 pcists; | ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_regulator_register': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2723:41: note: byref variable will be forcibly initialized 2723 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_init_debugfs': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2832:14: note: byref variable will be forcibly initialized 2832 | char name[PMBUS_NAME_SIZE]; | ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c: In function 'ttm_pool_alloc': /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c:363:21: note: byref variable will be forcibly initialized 363 | dma_addr_t *dma_addr = tt->dma_address; | ^~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function '__w1_f19_set_i2c_speed': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:536:12: note: byref variable will be forcibly initialized 536 | u8 w1_buf[2]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function 'w1_f19_i2c_write_read': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:306:12: note: byref variable will be forcibly initialized 306 | u8 w1_buf[3]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function 'w1_f19_i2c_read': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:267:12: note: byref variable will be forcibly initialized 267 | u8 w1_buf[5]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function '__w1_f19_i2c_write': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:155:12: note: byref variable will be forcibly initialized 155 | u8 w1_buf[2]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function 'w1_f19_i2c_write': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:196:12: note: byref variable will be forcibly initialized 196 | u8 command[2]; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/i2c/busses/i2c-nforce2.c:37: /kisskb/src/drivers/i2c/busses/i2c-nforce2.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-nforce2.c: In function 'nforce2_probe_smb': /kisskb/src/drivers/i2c/busses/i2c-nforce2.c:328:21: note: byref variable will be forcibly initialized 328 | u16 iobase; | ^~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'cpu_device_create': /kisskb/src/drivers/base/cpu.c:444:17: note: byref variable will be forcibly initialized 444 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_isolated': /kisskb/src/drivers/base/cpu.c:272:23: note: byref variable will be forcibly initialized 272 | cpumask_var_t isolated; | ^~~~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_offline': /kisskb/src/drivers/base/cpu.c:242:23: note: byref variable will be forcibly initialized 242 | cpumask_var_t offline; | ^~~~~~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_read': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_reply': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'perf_trace_i2c_result': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_reply': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_i2c_write': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function '__bpf_trace_i2c_read': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function '__bpf_trace_i2c_reply': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function '__bpf_trace_i2c_result': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/rt4831.c: In function 'rt4831_probe': /kisskb/src/drivers/mfd/rt4831.c:49:22: note: byref variable will be forcibly initialized 49 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:1925:33: note: byref variable will be forcibly initialized 1925 | struct i2c_cmd_arg cmd_arg; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'delete_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1250:14: note: byref variable will be forcibly initialized 1250 | char end; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1249:24: note: byref variable will be forcibly initialized 1249 | unsigned short addr; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/i2c/i2c-core-base.c:16: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2266:30: note: byref variable will be forcibly initialized 2266 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_get_device_id': /kisskb/src/drivers/i2c/i2c-core-base.c:2225:30: note: byref variable will be forcibly initialized 2225 | union i2c_smbus_data raw_id; | ^~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_transfer_buffer_flags': /kisskb/src/drivers/i2c/i2c-core-base.c:2197:24: note: byref variable will be forcibly initialized 2197 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_new_ancillary_device': /kisskb/src/drivers/i2c/i2c-core-base.c:1127:13: note: byref variable will be forcibly initialized 1127 | u32 addr = default_addr; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'new_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1182:22: note: byref variable will be forcibly initialized 1182 | char *blank, end; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1180:31: note: byref variable will be forcibly initialized 1180 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_detect_address': /kisskb/src/drivers/i2c/i2c-core-base.c:2294:31: note: byref variable will be forcibly initialized 2294 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_toggle_bit': /kisskb/src/drivers/input/mouse/trackpoint.c:68:12: note: byref variable will be forcibly initialized 68 | 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:14: note: byref variable will be forcibly initialized 152 | bool value; | ^~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_write': /kisskb/src/drivers/input/mouse/trackpoint.c:61:12: note: byref variable will be forcibly initialized 61 | u8 param[3] = { TP_WRITE_MEM, loc, val }; | ^~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_start_protocol': /kisskb/src/drivers/input/mouse/trackpoint.c:272:12: note: byref variable will be forcibly initialized 272 | u8 param[2] = { 0 }; | ^~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_update_bit': /kisskb/src/drivers/input/mouse/trackpoint.c:81:12: note: byref variable will be forcibly initialized 81 | u8 data; | ^~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_power_on_reset': /kisskb/src/drivers/input/mouse/trackpoint.c:35:12: note: byref variable will be forcibly initialized 35 | u8 param[2] = { TP_POR }; | ^~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_set_int_attr': /kisskb/src/drivers/input/mouse/trackpoint.c:61:12: note: byref variable will be forcibly initialized 61 | u8 param[3] = { TP_WRITE_MEM, loc, val }; | ^~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c:123:12: note: byref variable will be forcibly initialized 123 | 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:1040:39: note: byref variable will be forcibly initialized 1040 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_disconnect': /kisskb/src/include/linux/device.h:1040:39: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:1032:39: note: byref variable will be forcibly initialized 1032 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_detect': /kisskb/src/include/linux/device.h:1032:39: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/mouse/trackpoint.c:402:12: note: byref variable will be forcibly initialized 402 | u8 button_info; | ^~~~~~~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c:401:12: note: byref variable will be forcibly initialized 401 | u8 firmware_id; | ^~~~~~~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c:400:12: note: byref variable will be forcibly initialized 400 | u8 variant_id; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/sky81452.c: In function 'sky81452_probe': /kisskb/src/drivers/mfd/sky81452.c:29:25: note: byref variable will be forcibly initialized 29 | struct mfd_cell cells[2]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2423.c: In function 'w1_slave_show': /kisskb/src/drivers/w1/slaves/w1_ds2423.c:36:12: note: byref variable will be forcibly initialized 36 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2423.c:35:12: note: byref variable will be forcibly initialized 35 | u8 rbuf[COUNTER_COUNT * READ_BYTE_COUNT]; | ^~~~ /kisskb/src/drivers/mfd/stpmic1.c: In function 'stpmic1_probe': /kisskb/src/drivers/mfd/stpmic1.c:126:13: note: byref variable will be forcibly initialized 126 | u32 reg; | ^~~ /kisskb/src/drivers/mfd/rohm-bd718x7.c: In function 'bd718xx_init_press_duration': /kisskb/src/drivers/mfd/rohm-bd718x7.c:97:29: note: byref variable will be forcibly initialized 97 | u32 short_press_ms, long_press_ms; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd718x7.c:97:13: note: byref variable will be forcibly initialized 97 | u32 short_press_ms, long_press_ms; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd718x7.c: In function 'bd718xx_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd718x7.c:134:38: note: byref variable will be forcibly initialized 134 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_msg_pec': /kisskb/src/drivers/i2c/i2c-core-smbus.c:63:12: note: byref variable will be forcibly initialized 63 | u8 addr = i2c_8bit_addr_from_msg(msg); | ^~~~ 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:23: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_write': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_read': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_reply': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'perf_trace_smbus_result': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:23: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_reply': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:23: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_write': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_result': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST7' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_read': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function '__bpf_trace_smbus_reply': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST8' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_fence.c: In function 'radeon_fence_default_wait': /kisskb/src/drivers/gpu/drm/radeon/radeon_fence.c:1063:31: note: byref variable will be forcibly initialized 1063 | struct radeon_wait_cb cb; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/gpu/drm/radeon/radeon_fence.c:33: /kisskb/src/drivers/gpu/drm/radeon/radeon_fence.c: In function 'radeon_fence_wait_seq_timeout': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_fence.c:504:21: note: in expansion of macro 'wait_event_timeout' 504 | r = wait_event_timeout(rdev->fence_queue, ( | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_fence.c:500:21: note: in expansion of macro 'wait_event_interruptible_timeout' 500 | r = wait_event_interruptible_timeout(rdev->fence_queue, ( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_xfer_emulated': /kisskb/src/drivers/i2c/i2c-core-smbus.c:338:24: note: byref variable will be forcibly initialized 338 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:334:23: note: byref variable will be forcibly initialized 334 | unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX+2]; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:333:23: note: byref variable will be forcibly initialized 333 | unsigned char msgbuf0[I2C_SMBUS_BLOCK_MAX+3]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_fence.c: In function 'radeon_fence_wait_any': /kisskb/src/drivers/gpu/drm/radeon/radeon_fence.c:598:18: note: byref variable will be forcibly initialized 598 | uint64_t seq[RADEON_NUM_RINGS]; | ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte': /kisskb/src/drivers/i2c/i2c-core-smbus.c:104:30: note: byref variable will be forcibly initialized 104 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:139:30: note: byref variable will be forcibly initialized 139 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:161:30: note: byref variable will be forcibly initialized 161 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:179:30: note: byref variable will be forcibly initialized 179 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:201:30: note: byref variable will be forcibly initialized 201 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:227:30: note: byref variable will be forcibly initialized 227 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:254:30: note: byref variable will be forcibly initialized 254 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:270:30: note: byref variable will be forcibly initialized 270 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:290:30: note: byref variable will be forcibly initialized 290 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_ttm.c: In function 'radeon_ttm_tt_unpin_userptr': /kisskb/src/drivers/gpu/drm/radeon/radeon_ttm.c:400:29: note: byref variable will be forcibly initialized 400 | struct sg_page_iter sg_iter; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_ttm.c: In function 'radeon_move_blit': /kisskb/src/drivers/gpu/drm/radeon/radeon_ttm.c:146:30: note: byref variable will be forcibly initialized 146 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/mfd/stmfx.c: In function 'stmfx_function_enable': /kisskb/src/drivers/mfd/stmfx.c:118:13: note: byref variable will be forcibly initialized 118 | u32 sys_ctrl; | ^~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/stmfx.c:9: /kisskb/src/drivers/mfd/stmfx.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/stmfx.c: In function 'stmfx_chip_init': /kisskb/src/drivers/mfd/stmfx.c:327:12: note: byref variable will be forcibly initialized 327 | u8 version[2]; | ^~~~~~~ /kisskb/src/drivers/mfd/stmfx.c:326:13: note: byref variable will be forcibly initialized 326 | u32 id; | ^~ /kisskb/src/drivers/mfd/stmfx.c: In function 'stmfx_irq_handler': /kisskb/src/drivers/mfd/stmfx.c:208:13: note: byref variable will be forcibly initialized 208 | u32 pending, ack; | ^~~~~~~ /kisskb/src/drivers/mfd/stmfx.c:207:23: note: byref variable will be forcibly initialized 207 | unsigned long bits; | ^~~~ /kisskb/src/drivers/mfd/atc260x-core.c: In function 'atc260x_device_probe': /kisskb/src/drivers/mfd/atc260x-core.c:261:22: note: byref variable will be forcibly initialized 261 | unsigned int chip_rev; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c: In function 'hl_mmu_unmap_page': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:212:13: note: byref variable will be forcibly initialized 212 | u32 real_page_size, npages; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c: In function 'hl_mmu_map_page': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:277:13: note: byref variable will be forcibly initialized 277 | u32 real_page_size, npages; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c: In function 'hl_mmu_va_to_pa': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:546:32: note: byref variable will be forcibly initialized 546 | struct hl_mmu_hop_info hops; | ^~~~ /kisskb/src/drivers/media/rc/pwm-ir-tx.c: In function 'pwm_ir_tx': /kisskb/src/drivers/media/rc/pwm-ir-tx.c:56:26: note: byref variable will be forcibly initialized 56 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_store_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:338:22: note: byref variable will be forcibly initialized 338 | long long_val; | ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c:325:36: note: byref variable will be forcibly initialized 325 | union power_supply_propval value; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_show_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:279:36: note: byref variable will be forcibly initialized 279 | union power_supply_propval value; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c: In function 'w1_f23_refresh_block': /kisskb/src/drivers/w1/slaves/w1_ds2433.c:64:17: note: byref variable will be forcibly initialized 64 | 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:12: note: byref variable will be forcibly initialized 158 | u8 rdbuf[W1_PAGE_SIZE + 3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c:157:12: note: byref variable will be forcibly initialized 157 | u8 wrbuf[4]; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c: In function 'sis630_transaction': /kisskb/src/drivers/i2c/busses/i2c-sis630.c:218:12: note: byref variable will be forcibly initialized 218 | u8 oldclock = 0; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-viapro.c: In function 'vt596_probe': /kisskb/src/drivers/i2c/busses/i2c-viapro.c:314:23: note: byref variable will be forcibly initialized 314 | unsigned char temp; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c: In function 'sis630_block_data': /kisskb/src/drivers/i2c/busses/i2c-sis630.c:233:12: note: byref variable will be forcibly initialized 233 | u8 oldclock = 0; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c: In function 'sis630_setup': /kisskb/src/drivers/i2c/busses/i2c-sis630.c:410:24: note: byref variable will be forcibly initialized 410 | unsigned short acpi_base; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c:406:23: note: byref variable will be forcibly initialized 406 | unsigned char b; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/media/rc/rc-loopback.c:12: /kisskb/src/drivers/media/rc/rc-loopback.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/rc/ir-jvc-decoder.c: In function 'ir_jvc_encode': /kisskb/src/drivers/media/rc/ir-jvc-decoder.c:191:30: note: byref variable will be forcibly initialized 191 | struct ir_raw_event *e = events; | ^ /kisskb/src/drivers/mfd/atc260x-i2c.c: In function 'atc260x_i2c_probe': /kisskb/src/drivers/mfd/atc260x-i2c.c:19:30: note: byref variable will be forcibly initialized 19 | struct regmap_config regmap_cfg; | ^~~~~~~~~~ /kisskb/src/drivers/media/rc/gpio-ir-recv.c: In function 'gpio_ir_recv_probe': /kisskb/src/drivers/media/rc/gpio-ir-recv.c:66:13: note: byref variable will be forcibly initialized 66 | u32 period = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/base/map.c:12: /kisskb/src/drivers/base/map.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c: In function 'tegra_bpmp_thermal_set_trips': /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:67:35: note: byref variable will be forcibly initialized 67 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:66:49: note: byref variable will be forcibly initialized 66 | struct mrq_thermal_host_to_bpmp_request req; | ^~~ /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c: In function 'tegra_bpmp_thermal_get_num_zones': /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:136:35: note: byref variable will be forcibly initialized 136 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:135:49: note: byref variable will be forcibly initialized 135 | union mrq_thermal_bpmp_to_host_response reply; | ^~~~~ /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:134:49: note: byref variable will be forcibly initialized 134 | struct mrq_thermal_host_to_bpmp_request req; | ^~~ /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c: In function 'tegra_bpmp_thermal_get_temp': /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:38:35: note: byref variable will be forcibly initialized 38 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:37:49: note: byref variable will be forcibly initialized 37 | union mrq_thermal_bpmp_to_host_response reply; | ^~~~~ /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:36:49: note: byref variable will be forcibly initialized 36 | struct mrq_thermal_host_to_bpmp_request req; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:12: /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c: In function 'tegra_bpmp_thermal_probe': /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:194:21: note: byref variable will be forcibly initialized 194 | int temp; | ^~~~ /kisskb/src/drivers/thermal/tegra/tegra-bpmp-thermal.c:170:25: note: byref variable will be forcibly initialized 170 | unsigned int i, max_num_zones; | ^~~~~~~~~~~~~ /kisskb/src/drivers/base/devres.c: In function 'alloc_dr': /kisskb/src/drivers/base/devres.c:110:16: note: byref variable will be forcibly initialized 110 | size_t tot_size; | ^~~~~~~~ /kisskb/src/drivers/base/devres.c: In function '__devres_alloc_node': /kisskb/src/drivers/base/devres.c:110:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/base/devres.c: In function 'devm_remove_action': /kisskb/src/drivers/base/devres.c:756:30: note: byref variable will be forcibly initialized 756 | struct action_devres devres = { | ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_release_action': /kisskb/src/drivers/base/devres.c:778:30: note: byref variable will be forcibly initialized 778 | struct action_devres devres = { | ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'devres_release_group': /kisskb/src/drivers/base/devres.c:667:19: note: byref variable will be forcibly initialized 667 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/media/rc/ir-hix5hd2.c: In function 'hix5hd2_ir_clk_enable': /kisskb/src/drivers/media/rc/ir-hix5hd2.c:95:13: note: byref variable will be forcibly initialized 95 | u32 val; | ^~~ /kisskb/src/drivers/media/rc/ir-hix5hd2.c: In function 'hix5hd2_ir_rx_interrupt': /kisskb/src/drivers/media/rc/ir-hix5hd2.c:208:37: note: byref variable will be forcibly initialized 208 | struct ir_raw_event ev = {}; | ^~ /kisskb/src/drivers/base/devres.c: In function 'devm_kvasprintf': /kisskb/src/drivers/base/devres.c:998:17: note: byref variable will be forcibly initialized 998 | va_list aq; | ^~ /kisskb/src/drivers/base/devres.c: In function 'devm_kasprintf': /kisskb/src/drivers/base/devres.c:1027:17: note: byref variable will be forcibly initialized 1027 | va_list ap; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'devres_release_all': /kisskb/src/drivers/base/devres.c:515:19: note: byref variable will be forcibly initialized 515 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c: In function 'ttm_device_swapout': /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c:145:36: note: byref variable will be forcibly initialized 145 | struct ttm_resource_cursor cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c: In function 'ttm_global_init': /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c:70:24: note: byref variable will be forcibly initialized 70 | struct sysinfo si; | ^~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c:30: /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function '__i2c_dw_disable': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:442:13: note: byref variable will be forcibly initialized 442 | u32 status; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_set_sda_hold': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:391:13: note: byref variable will be forcibly initialized 391 | u32 reg; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_wait_bus_not_busy': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:527:13: note: byref variable will be forcibly initialized 527 | u32 status; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_handle_tx_abort': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:548:23: note: byref variable will be forcibly initialized 548 | unsigned long abort_source = dev->abort_source; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_set_fifo_size': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:571:13: note: byref variable will be forcibly initialized 571 | u32 param, tx_fifo_depth, rx_fifo_depth; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_disable': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:611:13: note: byref variable will be forcibly initialized 611 | u32 dummy; | ^~~~~ In file included from /kisskb/src/drivers/mtd/devices/mchp48l640.c:24: /kisskb/src/drivers/mtd/devices/mchp48l640.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/mtd/devices/mchp48l640.c: In function 'mchp48l640_read_status': /kisskb/src/drivers/mtd/devices/mchp48l640.c:71:23: note: byref variable will be forcibly initialized 71 | unsigned char cmd[2]; | ^~~ /kisskb/src/drivers/mtd/devices/mchp48l640.c: In function 'mchp48l640_waitforbit': /kisskb/src/drivers/mtd/devices/mchp48l640.c:88:18: note: byref variable will be forcibly initialized 88 | int ret, status; | ^~~~~~ /kisskb/src/drivers/mtd/devices/mchp48l640.c: In function 'mchp48l640_write_prepare': /kisskb/src/drivers/mtd/devices/mchp48l640.c:117:23: note: byref variable will be forcibly initialized 117 | unsigned char cmd[2]; | ^~~ /kisskb/src/drivers/mtd/devices/mchp48l640.c: In function 'mchp48l640_set_mode': /kisskb/src/drivers/mtd/devices/mchp48l640.c:143:23: note: byref variable will be forcibly initialized 143 | unsigned char cmd[2]; | ^~~ /kisskb/src/drivers/mtd/devices/mchp48l640.c: In function 'mchp48l640_probe': /kisskb/src/drivers/mtd/devices/mchp48l640.c:303:13: note: byref variable will be forcibly initialized 303 | int status; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_read_clear_intrbits': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:656:19: note: byref variable will be forcibly initialized 656 | u32 stat, dummy; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:656:13: note: byref variable will be forcibly initialized 656 | u32 stat, dummy; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_read': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:508:26: note: byref variable will be forcibly initialized 508 | u32 len, tmp; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:505:22: note: byref variable will be forcibly initialized 505 | unsigned int rx_valid; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_xfer_msg': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:373:22: note: byref variable will be forcibly initialized 373 | unsigned int flr; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_irq_handler_master': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:716:13: note: byref variable will be forcibly initialized 716 | u32 stat; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_isr': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:761:19: note: byref variable will be forcibly initialized 761 | u32 stat, enabled; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:761:13: note: byref variable will be forcibly initialized 761 | u32 stat, enabled; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_check_stopbit': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:257:13: note: byref variable will be forcibly initialized 257 | u32 val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_xfer_init': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:214:13: note: byref variable will be forcibly initialized 214 | u32 dummy; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'amd_i2c_dw_xfer_quirk': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:290:13: note: byref variable will be forcibly initialized 290 | u32 val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_set_timings_master': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:42:13: note: byref variable will be forcibly initialized 42 | u32 comp_param1; | ^~~~~~~~~~~ /kisskb/src/drivers/input/mouse/psmouse-smbus.c: In function 'psmouse_smbus_create_companion': /kisskb/src/drivers/input/mouse/psmouse-smbus.c:197:24: note: byref variable will be forcibly initialized 197 | unsigned short addr_list[] = { smbdev->board.addr, I2C_CLIENT_END }; | ^~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_change_config_bit': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:140:12: note: byref variable will be forcibly initialized 140 | u8 w1_buf[3]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_page': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:64:12: note: byref variable will be forcibly initialized 64 | u8 w1_buf[2]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_voltage': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:228:12: note: byref variable will be forcibly initialized 228 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'vdd_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:462:18: note: byref variable will be forcibly initialized 462 | uint16_t voltage; | ^~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'vad_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:441:18: note: byref variable will be forcibly initialized 441 | uint16_t voltage; | ^~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_temperature': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:98:12: note: byref variable will be forcibly initialized 98 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'temperature_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:420:17: note: byref variable will be forcibly initialized 420 | int16_t temp; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_current': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:275:12: note: byref variable will be forcibly initialized 275 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'iad_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:320:17: note: byref variable will be forcibly initialized 320 | int16_t voltage; | ^~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_change_offset_register': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:200:12: note: byref variable will be forcibly initialized 200 | u8 w1_page1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c:199:12: note: byref variable will be forcibly initialized 199 | u8 w1_buf[9]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'page1_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:371:12: note: byref variable will be forcibly initialized 371 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'page0_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:341:12: note: byref variable will be forcibly initialized 341 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_gen_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:115:36: note: byref variable will be forcibly initialized 115 | union power_supply_propval online; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_bat_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:25:23: note: byref variable will be forcibly initialized 25 | unsigned long delay_off = 0; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:24:23: note: byref variable will be forcibly initialized 24 | unsigned long delay_on = 0; | ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:23:36: note: byref variable will be forcibly initialized 23 | union power_supply_propval status; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_hwmon.c: In function 'power_supply_hwmon_write': /kisskb/src/drivers/power/supply/power_supply_hwmon.c:255:36: note: byref variable will be forcibly initialized 255 | union power_supply_propval pspval; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_hwmon.c: In function 'power_supply_hwmon_read': /kisskb/src/drivers/power/supply/power_supply_hwmon.c:211:36: note: byref variable will be forcibly initialized 211 | union power_supply_propval pspval; | ^~~~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'do_attribute_container_device_trigger_safe': /kisskb/src/drivers/base/attribute_container.c:249:27: note: byref variable will be forcibly initialized 249 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_find_class_device': /kisskb/src/drivers/base/attribute_container.c:535:27: note: byref variable will be forcibly initialized 535 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_device_trigger': /kisskb/src/drivers/base/attribute_container.c:363:35: note: byref variable will be forcibly initialized 363 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_remove_device': /kisskb/src/drivers/base/attribute_container.c:216:35: note: byref variable will be forcibly initialized 216 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'map_get_value': /kisskb/src/drivers/power/supply/test_power.c:306:14: note: byref variable will be forcibly initialized 306 | char buf[MAX_KEYLENGTH]; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_capacity': /kisskb/src/drivers/power/supply/test_power.c:435:13: note: byref variable will be forcibly initialized 435 | int tmp; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_voltage': /kisskb/src/drivers/power/supply/test_power.c:450:13: note: byref variable will be forcibly initialized 450 | int tmp; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_charge_counter': /kisskb/src/drivers/power/supply/test_power.c:465:13: note: byref variable will be forcibly initialized 465 | int tmp; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_current': /kisskb/src/drivers/power/supply/test_power.c:480:13: note: byref variable will be forcibly initialized 480 | int tmp; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/mmu/../../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/mmu/../habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:8: /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c: In function 'hl_pci_elbi_write': /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c:153:13: note: byref variable will be forcibly initialized 153 | u32 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c: In function 'hl_pci_reset_link_through_bridge': /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c:235:13: note: byref variable will be forcibly initialized 235 | u16 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c: In function 'hl_pci_elbi_read': /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c:93:13: note: byref variable will be forcibly initialized 93 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/pmbus/bpa-rs600.c: In function 'bpa_rs600_probe': /kisskb/src/drivers/hwmon/pmbus/bpa-rs600.c:159:12: note: byref variable will be forcibly initialized 159 | u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_pci_probe': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:471:27: note: byref variable will be forcibly initialized 471 | struct hl_device *hdev; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_device_open': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:115:31: note: byref variable will be forcibly initialized 115 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_init': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:619:15: note: byref variable will be forcibly initialized 619 | dev_t dev; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/device.c:11: /kisskb/src/drivers/misc/habanalabs/common/device.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/device.c: In function 'device_early_init': /kisskb/src/drivers/misc/habanalabs/common/device.c:551:14: note: byref variable will be forcibly initialized 551 | char workq_name[32]; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/device.c: In function 'hl_device_utilization': /kisskb/src/drivers/misc/habanalabs/common/device.c:814:24: note: byref variable will be forcibly initialized 814 | u64 max_power, curr_power, dc_power, dividend; | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_thermal_temperature': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_cdev_update': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_thermal_zone_trip': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_temperature': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/opp/core.c:16: /kisskb/src/drivers/opp/core.c: In function 'kmalloc_array': /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_cdev_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_zone_trip': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_thermal_temperature': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_cdev_update': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_thermal_zone_trip': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'update_temperature': /kisskb/src/drivers/thermal/thermal_core.c:399:13: note: byref variable will be forcibly initialized 399 | int temp, ret; | ^~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'handle_critical_trips': /kisskb/src/drivers/thermal/thermal_core.c:345:13: note: byref variable will be forcibly initialized 345 | int trip_temp; | ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'thermal_zone_bind_cooling_device': /kisskb/src/drivers/thermal/thermal_core.c:630:23: note: byref variable will be forcibly initialized 630 | unsigned long max_state; | ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'handle_thermal_trip': /kisskb/src/drivers/thermal/thermal_core.c:364:24: note: byref variable will be forcibly initialized 364 | int trip_temp, hyst = 0; | ^~~~ /kisskb/src/drivers/thermal/thermal_core.c:364:13: note: byref variable will be forcibly initialized 364 | int trip_temp, hyst = 0; | ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c:363:32: note: byref variable will be forcibly initialized 363 | enum thermal_trip_type type; | ^~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'thermal_zone_device_register': /kisskb/src/drivers/thermal/thermal_core.c:1194:13: note: byref variable will be forcibly initialized 1194 | int trip_temp; | ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c:1193:32: note: byref variable will be forcibly initialized 1193 | enum thermal_trip_type trip_type; | ^~~~~~~~~ /kisskb/src/drivers/opp/core.c: In function '_find_current_opp': /kisskb/src/drivers/opp/core.c:1090:23: note: byref variable will be forcibly initialized 1090 | unsigned long freq; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_set_rate': /kisskb/src/drivers/opp/core.c:1239:33: note: byref variable will be forcibly initialized 1239 | unsigned long freq = 0, temp_freq; | ^~~~~~~~~ /kisskb/src/drivers/opp/core.c: In function '_opp_add': /kisskb/src/drivers/opp/core.c:1852:27: note: byref variable will be forcibly initialized 1852 | struct list_head *head; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'read_ccnt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:249:23: note: byref variable will be forcibly initialized 249 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'clear_ccnt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:313:13: note: byref variable will be forcibly initialized 313 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_ccnt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:268:13: note: byref variable will be forcibly initialized 268 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'measure_12bit_voltage': /kisskb/src/drivers/power/supply/88pm860x_battery.c:157:23: note: byref variable will be forcibly initialized 157 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'measure_vbatt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:173:23: note: byref variable will be forcibly initialized 173 | unsigned char buf[5]; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'measure_current': /kisskb/src/drivers/power/supply/88pm860x_battery.c:215:23: note: byref variable will be forcibly initialized 215 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_ocv': /kisskb/src/drivers/power/supply/88pm860x_battery.c:331:13: note: byref variable will be forcibly initialized 331 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_soc': /kisskb/src/drivers/power/supply/88pm860x_battery.c:369:13: note: byref variable will be forcibly initialized 369 | int ocv; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_capacity': /kisskb/src/drivers/power/supply/88pm860x_battery.c:717:13: note: byref variable will be forcibly initialized 717 | int cap_ocv = 0; | ^~~~~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:716:13: note: byref variable will be forcibly initialized 716 | int ibat; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:715:13: note: byref variable will be forcibly initialized 715 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_resistor': /kisskb/src/drivers/power/supply/88pm860x_battery.c:625:13: note: byref variable will be forcibly initialized 625 | int ret; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:624:13: note: byref variable will be forcibly initialized 624 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:621:13: note: byref variable will be forcibly initialized 621 | int chg_current; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'pm860x_batt_get_prop': /kisskb/src/drivers/power/supply/88pm860x_battery.c:810:13: note: byref variable will be forcibly initialized 810 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'pm860x_init_battery': /kisskb/src/drivers/power/supply/88pm860x_battery.c:436:13: note: byref variable will be forcibly initialized 436 | int soc = 0; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_list_validate': /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c:476:26: note: byref variable will be forcibly initialized 476 | struct list_head duplicates; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/radeon_gart.c:29: /kisskb/src/drivers/gpu/drm/radeon/radeon_gart.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gart.c: In function 'radeon_gart_table_vram_pin': /kisskb/src/drivers/gpu/drm/radeon/radeon_gart.c:155:18: note: byref variable will be forcibly initialized 155 | uint64_t gpu_addr; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-emev2.c: In function 'em_i2c_slave_irq': /kisskb/src/drivers/i2c/busses/i2c-emev2.c:230:20: note: byref variable will be forcibly initialized 230 | u8 status, value; | ^~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_read_word': /kisskb/src/drivers/power/supply/cw2015_battery.c:85:16: note: byref variable will be forcibly initialized 85 | __be16 value; | ^~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_voltage': /kisskb/src/drivers/power/supply/cw2015_battery.c:308:13: note: byref variable will be forcibly initialized 308 | u16 reg_val; | ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_time_to_empty': /kisskb/src/drivers/power/supply/cw2015_battery.c:335:13: note: byref variable will be forcibly initialized 335 | u16 value16; | ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_update_profile': /kisskb/src/drivers/power/supply/cw2015_battery.c:99:22: note: byref variable will be forcibly initialized 99 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_init': /kisskb/src/drivers/power/supply/cw2015_battery.c:201:20: note: byref variable will be forcibly initialized 201 | u8 bat_info[CW2015_SIZE_BATINFO]; | ^~~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c:160:22: note: byref variable will be forcibly initialized 160 | unsigned int reg_val = CW2015_MODE_SLEEP; | ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_soc': /kisskb/src/drivers/power/supply/cw2015_battery.c:255:22: note: byref variable will be forcibly initialized 255 | unsigned int soc; | ^~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_bat_work': /kisskb/src/drivers/power/supply/cw2015_battery.c:424:22: note: byref variable will be forcibly initialized 424 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c: In function 'radeon_set_crtc_timing': /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:587:18: note: byref variable will be forcibly initialized 587 | uint32_t crtc_v_sync_strt_wid; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:586:18: note: byref variable will be forcibly initialized 586 | uint32_t crtc_v_total_disp; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:585:18: note: byref variable will be forcibly initialized 585 | uint32_t crtc_h_sync_strt_wid; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:584:18: note: byref variable will be forcibly initialized 584 | uint32_t crtc_h_total_disp; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c: In function 'radeon_set_pll': /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:918:26: note: byref variable will be forcibly initialized 918 | uint32_t pixclks_cntl; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:854:26: note: byref variable will be forcibly initialized 854 | uint32_t pixclks_cntl = ((RREG32_PLL(RADEON_PIXCLKS_CNTL) & | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:756:22: note: byref variable will be forcibly initialized 756 | } *post_div, post_divs[] = { | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:749:18: note: byref variable will be forcibly initialized 749 | uint32_t htotal_cntl = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:748:18: note: byref variable will be forcibly initialized 748 | uint32_t pll_fb_post_div = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:747:18: note: byref variable will be forcibly initialized 747 | uint32_t pll_ref_div = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:743:18: note: byref variable will be forcibly initialized 743 | uint32_t freq = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:742:18: note: byref variable will be forcibly initialized 742 | uint32_t post_divider = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:741:18: note: byref variable will be forcibly initialized 741 | uint32_t reference_div = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:740:18: note: byref variable will be forcibly initialized 740 | uint32_t frac_fb_div = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:739:18: note: byref variable will be forcibly initialized 739 | uint32_t feedback_div = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c: In function 'radeon_crtc_do_set_base': /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:386:18: note: byref variable will be forcibly initialized 386 | uint32_t tiling_flags; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:383:18: note: byref variable will be forcibly initialized 383 | uint64_t base; | ^~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_atoreg_num': /kisskb/src/drivers/w1/w1.c:406:13: note: byref variable will be forcibly initialized 406 | u64 rn64_le; | ^~~~~~~ /kisskb/src/drivers/w1/w1.c:404:28: note: byref variable will be forcibly initialized 404 | unsigned long long id; | ^~ /kisskb/src/drivers/w1/w1.c:403:22: note: byref variable will be forcibly initialized 403 | unsigned int family; | ^~~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_addr_crc_is_valid': /kisskb/src/drivers/w1/w1.c:935:21: note: byref variable will be forcibly initialized 935 | u64 corr_le = rn_le; | ^~~~~~~ /kisskb/src/drivers/w1/w1.c:920:13: note: byref variable will be forcibly initialized 920 | u64 rn_le = cpu_to_le64(rn); | ^~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_pullup': /kisskb/src/drivers/w1/w1.c:262:14: note: byref variable will be forcibly initialized 262 | long tmp; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_search': /kisskb/src/drivers/w1/w1.c:226:14: note: byref variable will be forcibly initialized 226 | long tmp; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_max_slave_count': /kisskb/src/drivers/w1/w1.c:320:13: note: byref variable will be forcibly initialized 320 | int tmp; | ^~~ /kisskb/src/drivers/hwmon/pmbus/fsp-3y.c: In function 'fsp3y_detect': /kisskb/src/drivers/hwmon/pmbus/fsp-3y.c:207:12: note: byref variable will be forcibly initialized 207 | u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_attach_slave_device': /kisskb/src/drivers/w1/w1.c:725:31: note: byref variable will be forcibly initialized 725 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_add': /kisskb/src/drivers/w1/w1.c:464:27: note: byref variable will be forcibly initialized 464 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_unref_slave': /kisskb/src/drivers/w1/w1.c:793:39: note: byref variable will be forcibly initialized 793 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_remove': /kisskb/src/drivers/w1/w1.c:502:27: note: byref variable will be forcibly initialized 502 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_reconnect_slaves': /kisskb/src/drivers/w1/w1.c:898:51: note: byref variable will be forcibly initialized 898 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_search': /kisskb/src/drivers/w1/w1.c:991:22: note: byref variable will be forcibly initialized 991 | u64 last_rn, rn, tmp64; | ^~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds278x_get_status': /kisskb/src/drivers/power/supply/ds2782_battery.c:218:13: note: byref variable will be forcibly initialized 218 | int capacity; | ^~~~~~~~ /kisskb/src/drivers/power/supply/ds2782_battery.c:217:13: note: byref variable will be forcibly initialized 217 | int current_uA; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2786_get_capacity': /kisskb/src/drivers/power/supply/ds2782_battery.c:204:12: note: byref variable will be forcibly initialized 204 | u8 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2782_get_capacity': /kisskb/src/drivers/power/supply/ds2782_battery.c:164:12: note: byref variable will be forcibly initialized 164 | u8 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2786_get_voltage': /kisskb/src/drivers/power/supply/ds2782_battery.c:187:13: note: byref variable will be forcibly initialized 187 | s16 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2786_get_current': /kisskb/src/drivers/power/supply/ds2782_battery.c:176:13: note: byref variable will be forcibly initialized 176 | s16 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2782_get_voltage': /kisskb/src/drivers/power/supply/ds2782_battery.c:147:13: note: byref variable will be forcibly initialized 147 | s16 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2782_get_current': /kisskb/src/drivers/power/supply/ds2782_battery.c:121:13: note: byref variable will be forcibly initialized 121 | s16 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c:120:12: note: byref variable will be forcibly initialized 120 | u8 sense_res_raw; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds278x_get_temp': /kisskb/src/drivers/power/supply/ds2782_battery.c:100:13: note: byref variable will be forcibly initialized 100 | s16 raw; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/cacheinfo.c:10: /kisskb/src/drivers/base/cacheinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/cacheinfo.c: In function 'cache_get_line_size': /kisskb/src/drivers/base/cacheinfo.c:96:21: note: byref variable will be forcibly initialized 96 | u32 line_size; | ^~~~~~~~~ /kisskb/src/drivers/base/swnode.c: In function 'software_node_get_reference_args': /kisskb/src/drivers/base/swnode.c:503:13: note: byref variable will be forcibly initialized 503 | u32 nargs_prop_val; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c: In function 'ibm_cffps_debugfs_write': /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c:258:12: note: byref variable will be forcibly initialized 258 | u8 data; | ^~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c: In function 'make_period_modifier': /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c:52:23: note: byref variable will be forcibly initialized 52 | unsigned char data[7]; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c: In function 'ibm_cffps_read_input_history': /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c:107:24: note: byref variable will be forcibly initialized 107 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c:106:12: note: byref variable will be forcibly initialized 106 | u8 msgbuf1[CFFPS_INPUT_HISTORY_SIZE + 1] = { 0 }; | ^~~~~~~ /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c:105:12: note: byref variable will be forcibly initialized 105 | u8 msgbuf0[1] = { CFFPS_INPUT_HISTORY_CMD }; | ^~~~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c: In function 'make_envelope_modifier': /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c:91:23: note: byref variable will be forcibly initialized 91 | unsigned char data[8]; | ^~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c: In function 'make_core': /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c:294:23: note: byref variable will be forcibly initialized 294 | unsigned char data[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/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/i2c/busses/i2c-pxa.c:19: /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_send_mastercode': /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c: In function 'ibm_cffps_debugfs_read': /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c:156:14: note: byref variable will be forcibly initialized 156 | char data[I2C_SMBUS_BLOCK_MAX + 2] = { 0 }; | ^~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c:836:19: note: in expansion of macro 'wait_event_timeout' 836 | timeout = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c: In function 'make_magnitude_modifier': /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c:21:23: note: byref variable will be forcibly initialized 21 | unsigned char data[3]; | ^~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c: In function 'make_condition_modifier': /kisskb/src/drivers/input/joystick/iforce/iforce-ff.c:131:23: note: byref variable will be forcibly initialized 131 | unsigned char data[10]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/swnode.c:9: /kisskb/src/drivers/base/swnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c: In function 'ibm_cffps_probe': /kisskb/src/drivers/hwmon/pmbus/ibm-cffps.c:511:22: note: byref variable will be forcibly initialized 511 | char mfg_id[I2C_SMBUS_BLOCK_MAX + 2] = { 0 }; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_do_xfer': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c:1094:19: note: in expansion of macro 'wait_event_timeout' 1094 | timeout = wait_event_timeout(i2c->wait, i2c->msg_num == 0, HZ * 5); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_probe': /kisskb/src/drivers/i2c/busses/i2c-pxa.c:1365:28: note: byref variable will be forcibly initialized 1365 | enum pxa_i2c_types i2c_type; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/i2c_slave.h:67, from /kisskb/src/drivers/i2c/i2c-core-slave.c:18: /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'perf_trace_i2c_slave': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c_slave.h:67, from /kisskb/src/drivers/i2c/i2c-core-slave.c:18: /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'trace_event_raw_event_i2c_slave': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/i2c_slave.h:67, from /kisskb/src/drivers/i2c/i2c-core-slave.c:18: /kisskb/src/drivers/i2c/i2c-core-slave.c: In function '__bpf_trace_i2c_slave': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'i2c_detect_slave_mode': /kisskb/src/drivers/i2c/i2c-core-slave.c:113:21: note: byref variable will be forcibly initialized 113 | u32 reg; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/context.c: In function 'hl_encaps_sig_mgr_fini': /kisskb/src/drivers/misc/habanalabs/common/context.c:57:13: note: byref variable will be forcibly initialized 57 | u32 id; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/context.c:8: /kisskb/src/drivers/misc/habanalabs/common/context.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/context.c: In function 'hl_ctx_mgr_fini': /kisskb/src/drivers/misc/habanalabs/common/context.c:403:13: note: byref variable will be forcibly initialized 403 | u32 id; | ^~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:549:38: note: byref variable will be forcibly initialized 549 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-s3c2410.c: In function 's3c24xx_i2c_init': /kisskb/src/drivers/i2c/busses/i2c-s3c2410.c:979:22: note: byref variable will be forcibly initialized 979 | unsigned int freq; | ^~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_connection_find_match': /kisskb/src/drivers/base/property.c:1290:15: note: byref variable will be forcibly initialized 1290 | void *ret; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/property.c:10: /kisskb/src/drivers/base/property.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_get_phy_mode': /kisskb/src/drivers/base/property.c:892:21: note: byref variable will be forcibly initialized 892 | const char *pm; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/i2c/busses/i2c-s3c2410.c:11: /kisskb/src/drivers/i2c/busses/i2c-s3c2410.c: In function 's3c24xx_i2c_doxfer': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-s3c2410.c:721:19: note: in expansion of macro 'wait_event_timeout' 721 | timeout = wait_event_timeout(i2c->wait, i2c->msg_num == 0, HZ * 5); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_endpoint_by_id': /kisskb/src/drivers/base/property.c:1123:40: note: byref variable will be forcibly initialized 1123 | struct fwnode_endpoint fwnode_ep = { 0 }; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/asid.c:8: /kisskb/src/drivers/misc/habanalabs/common/asid.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/mga/mga_dma.c: In function 'mga_do_pci_dma_bootstrap': /kisskb/src/drivers/gpu/drm/mga/mga_dma.c:637:29: note: byref variable will be forcibly initialized 637 | struct drm_buf_desc req; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-synquacer.c: In function 'synquacer_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-synquacer.c:538:13: note: byref variable will be forcibly initialized 538 | u32 bus_speed; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/mgag200/mgag200_drv.c: In function 'mgag200_has_sgram': /kisskb/src/drivers/gpu/drm/mgag200/mgag200_drv.c:53:13: note: byref variable will be forcibly initialized 53 | u32 option; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mgag200/mgag200_drv.c: In function 'mgag200_g200_init_refclk': /kisskb/src/drivers/gpu/drm/mgag200/mgag200_drv.c:233:16: note: byref variable will be forcibly initialized 233 | size_t size; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'hw_events_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:107:13: note: byref variable will be forcibly initialized 107 | u32 size, max_size = args->return_size; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'last_err_open_dev_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:564:47: note: byref variable will be forcibly initialized 564 | struct hl_info_last_err_open_dev_time info = {0}; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'dev_mem_alloc_page_sizes_info': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_read_regs': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:102:12: note: byref variable will be forcibly initialized 102 | u8 reg_start = reg; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:616:48: note: byref variable will be forcibly initialized 616 | struct hl_info_dev_memalloc_page_sizes info = {0}; | ^~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_read_charge_register': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:185:12: note: byref variable will be forcibly initialized 185 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_voltage': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:282:12: note: byref variable will be forcibly initialized 282 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_current': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:312:12: note: byref variable will be forcibly initialized 312 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_temperature': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:334:12: note: byref variable will be forcibly initialized 334 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'hl_debug_ioctl': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:806:31: note: byref variable will be forcibly initialized 806 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_i2c_shutdown': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:557:12: note: byref variable will be forcibly initialized 557 | u8 control; | ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:556:12: note: byref variable will be forcibly initialized 556 | u8 value; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_set_charge_thr': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:251:12: note: byref variable will be forcibly initialized 251 | u8 dataw[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_set_charge_now': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:211:12: note: byref variable will be forcibly initialized 211 | u8 ctrl_reg; | ^~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:210:12: note: byref variable will be forcibly initialized 210 | u8 dataw[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_reset': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:149:12: note: byref variable will be forcibly initialized 149 | u8 control; | ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:148:12: note: byref variable will be forcibly initialized 148 | u8 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function '_hl_ioctl': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:868:14: note: byref variable will be forcibly initialized 868 | char stack_kdata[128] = {0}; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_encoders.c: In function 'radeon_legacy_backlight_init': /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:381:14: note: byref variable will be forcibly initialized 381 | char bl_name[16]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:378:37: note: byref variable will be forcibly initialized 378 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_i2c_probe': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:451:12: note: byref variable will be forcibly initialized 451 | u8 status; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:450:13: note: byref variable will be forcibly initialized 450 | s32 r_sense; | ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:449:13: note: byref variable will be forcibly initialized 449 | u32 prescaler_exp; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'events_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:122:13: note: byref variable will be forcibly initialized 122 | u64 events_mask; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'total_energy_consumption_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:450:31: note: byref variable will be forcibly initialized 450 | struct hl_info_energy total_energy = {0}; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'power_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:490:30: note: byref variable will be forcibly initialized 490 | struct hl_power_info power_info = {0}; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'dram_pending_rows_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:529:13: note: byref variable will be forcibly initialized 529 | u32 pend_rows_num = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function '_hl_info_ioctl': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:674:31: note: byref variable will be forcibly initialized 674 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/dps920ab.c: In function 'dps920ab_probe': /kisskb/src/drivers/hwmon/pmbus/dps920ab.c:138:12: note: byref variable will be forcibly initialized 138 | u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ /kisskb/src/drivers/power/supply/bq27xxx_battery.c: In function 'bq27xxx_battery_settings': /kisskb/src/drivers/power/supply/bq27xxx_battery.c:1477:43: note: byref variable will be forcibly initialized 1477 | struct power_supply_battery_info *info; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c: In function 'tegra_bpmp_serialize_i2c_msg': /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c:92:21: note: byref variable will be forcibly initialized 92 | u16 flags = 0; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c: In function 'tegra_bpmp_i2c_msg_xfer': /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c:179:35: note: byref variable will be forcibly initialized 179 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c: In function 'tegra_bpmp_i2c_xfer_common': /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c:231:32: note: byref variable will be forcibly initialized 231 | struct mrq_i2c_request request; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c:230:33: note: byref variable will be forcibly initialized 230 | struct mrq_i2c_response response; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c: In function 'tegra_bpmp_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-tegra-bpmp.c:286:13: note: byref variable will be forcibly initialized 286 | u32 value; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'tegra_i2c_fill_tx_fifo': /kisskb/src/drivers/i2c/busses/i2c-tegra.c:802:13: note: byref variable will be forcibly initialized 802 | u32 val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'tegra_i2c_empty_rx_fifo': /kisskb/src/drivers/i2c/busses/i2c-tegra.c:742:13: note: byref variable will be forcibly initialized 742 | u32 val; | ^~~ In file included from /kisskb/src/drivers/i2c/busses/i2c-tegra.c:13: /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:970:28: note: byref variable will be forcibly initialized 970 | struct scatterlist sg; | ^~ /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'tegra_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-tegra.c:1744:26: note: byref variable will be forcibly initialized 1744 | struct resource *res; | ^~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_set_gain': /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:82:23: note: byref variable will be forcibly initialized 82 | unsigned char data[3]; | ^~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_set_autocenter': /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:91:23: note: byref variable will be forcibly initialized 91 | unsigned char data[3]; | ^~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_init_device': /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:217:16: note: byref variable will be forcibly initialized 217 | size_t len; | ^~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:216:12: note: byref variable will be forcibly initialized 216 | u8 buf[IFORCE_MAX_LENGTH]; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/input/joystick/iforce/iforce.h:10, from /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:10: /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_close': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:203:17: note: in expansion of macro 'wait_event_interruptible' 203 | wait_event_interruptible(iforce->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_get_board_info': /kisskb/src/drivers/i2c/i2c-core-of.c:25:13: note: byref variable will be forcibly initialized 25 | u32 addr; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/inspur-ipsps.c: In function 'ipsps_fw_version_show': /kisskb/src/drivers/hwmon/pmbus/inspur-ipsps.c:82:12: note: byref variable will be forcibly initialized 82 | u8 data[I2C_SMBUS_BLOCK_MAX] = { 0 }; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/inspur-ipsps.c: In function 'ipsps_string_show': /kisskb/src/drivers/hwmon/pmbus/inspur-ipsps.c:60:14: note: byref variable will be forcibly initialized 60 | char data[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_register_device': /kisskb/src/drivers/i2c/i2c-core-of.c:69:31: note: byref variable will be forcibly initialized 69 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c: In function 'hl_cb_create': /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:333:42: note: byref variable will be forcibly initialized 333 | struct hl_cb_mmap_mem_alloc_args args = { | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c: In function 'hl_cb_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:418:13: note: byref variable will be forcibly initialized 418 | u32 usage_cnt = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:417:31: note: byref variable will be forcibly initialized 417 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:416:25: note: byref variable will be forcibly initialized 416 | u64 handle = 0, device_va = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:416:13: note: byref variable will be forcibly initialized 416 | u64 handle = 0, device_va = 0; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c: In function 'hl_cb_kernel_create': /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:494:13: note: byref variable will be forcibly initialized 494 | u64 cb_handle; | ^~~~~~~~~ /kisskb/src/drivers/base/node.c: In function 'cpulist_read': /kisskb/src/drivers/base/node.c:56:23: note: byref variable will be forcibly initialized 56 | cpumask_var_t mask; | ^~~~ /kisskb/src/drivers/base/node.c: In function 'cpumap_read': /kisskb/src/drivers/base/node.c:35:23: note: byref variable will be forcibly initialized 35 | cpumask_var_t mask; | ^~~~ /kisskb/src/drivers/base/node.c: In function 'node_read_meminfo': /kisskb/src/drivers/base/node.c:375:24: note: byref variable will be forcibly initialized 375 | struct sysinfo i; | ^ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'int_queue_schedule_job': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:336:22: note: byref variable will be forcibly initialized 336 | struct hl_bd bd; | ^~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'init_signal_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:407:27: note: byref variable will be forcibly initialized 407 | struct hl_hw_sob *hw_sob; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:8: /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'init_wait_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:465:39: note: byref variable will be forcibly initialized 465 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'hl_hw_queue_schedule_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:626:31: note: byref variable will be forcibly initialized 626 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/i2c/i2c-smbus.c: In function 'smbus_alert': /kisskb/src/drivers/i2c/i2c-smbus.c:75:35: note: byref variable will be forcibly initialized 75 | struct alert_data data; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/ir35221.c: In function 'ir35221_probe': /kisskb/src/drivers/hwmon/pmbus/ir35221.c:73:12: note: byref variable will be forcibly initialized 73 | u8 buf[I2C_SMBUS_BLOCK_MAX]; | ^~~ In file included from /kisskb/src/drivers/base/soc.c:11: /kisskb/src/drivers/base/soc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c: In function 'brcmstb_i2c_do_addr': /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c:422:23: note: byref variable will be forcibly initialized 422 | unsigned char addr; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c: In function 'brcmstb_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c:613:21: note: byref variable will be forcibly initialized 613 | const char *int_name; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/irq.c: In function 'handle_user_cq': /kisskb/src/drivers/misc/habanalabs/common/irq.c:224:27: note: byref variable will be forcibly initialized 224 | struct list_head *ts_reg_free_list_head = NULL; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_ext_pwr_online': /kisskb/src/drivers/power/supply/charger-manager.c:153:36: note: byref variable will be forcibly initialized 153 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_batt_present': /kisskb/src/drivers/power/supply/charger-manager.c:97:36: note: byref variable will be forcibly initialized 97 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_charging': /kisskb/src/drivers/power/supply/charger-manager.c:216:36: note: byref variable will be forcibly initialized 216 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'get_batt_uV': /kisskb/src/drivers/power/supply/charger-manager.c:189:36: note: byref variable will be forcibly initialized 189 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_full_charged': /kisskb/src/drivers/power/supply/charger-manager.c:287:13: note: byref variable will be forcibly initialized 287 | int uV; | ^~ /kisskb/src/drivers/power/supply/charger-manager.c:283:36: note: byref variable will be forcibly initialized 283 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_check_thermal_status': /kisskb/src/drivers/power/supply/charger-manager.c:529:13: note: byref variable will be forcibly initialized 529 | int temp, upper_limit, lower_limit; | ^~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_get_property': /kisskb/src/drivers/power/supply/charger-manager.c:719:13: note: byref variable will be forcibly initialized 719 | int uV; | ^~ In file included from /kisskb/src/include/linux/rtc.h:37, from /kisskb/src/drivers/power/supply/charger-manager.c:19: /kisskb/src/drivers/power/supply/charger-manager.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'of_cm_parse_desc': /kisskb/src/drivers/power/supply/charger-manager.c:1286:13: note: byref variable will be forcibly initialized 1286 | u32 battery_stat = CM_NO_BATTERY; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1285:13: note: byref variable will be forcibly initialized 1285 | u32 poll_mode = CM_POLL_DISABLE; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_init_thermal_data': /kisskb/src/drivers/power/supply/charger-manager.c:1236:36: note: byref variable will be forcibly initialized 1236 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_externally_control_store': /kisskb/src/drivers/power/supply/charger-manager.c:1114:13: note: byref variable will be forcibly initialized 1114 | int externally_control; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/a3d.c: In function 'a3d_connect': /kisskb/src/drivers/input/joystick/a3d.c:251:23: note: byref variable will be forcibly initialized 251 | unsigned char data[A3D_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_manager_probe': /kisskb/src/drivers/power/supply/charger-manager.c:1430:36: note: byref variable will be forcibly initialized 1430 | struct power_supply_config psy_cfg = {}; | ^~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1429:16: note: byref variable will be forcibly initialized 1429 | size_t num_properties; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/a3d.c: In function 'a3d_poll': /kisskb/src/drivers/input/joystick/a3d.c:165:23: note: byref variable will be forcibly initialized 165 | unsigned char data[A3D_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1426:36: note: byref variable will be forcibly initialized 1426 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/hwmon/pmbus/ir36021.c: In function 'ir36021_probe': /kisskb/src/drivers/hwmon/pmbus/ir36021.c:31:12: note: byref variable will be forcibly initialized 31 | u8 buf[I2C_SMBUS_BLOCK_MAX]; | ^~~ /kisskb/src/drivers/w1/w1_int.c: In function 'w1_add_master_device': /kisskb/src/drivers/w1/w1_int.c:97:31: note: byref variable will be forcibly initialized 97 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1_int.c: In function '__w1_remove_master_device': /kisskb/src/drivers/w1/w1_int.c:176:31: note: byref variable will be forcibly initialized 176 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/mga/mga_state.c: In function 'mga_getparam': /kisskb/src/drivers/gpu/drm/mga/mga_state.c:1009:13: note: byref variable will be forcibly initialized 1009 | int value; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/brcmnand/brcmnand.c: In function 'brcmstb_nand_verify_erased_page': /kisskb/src/drivers/mtd/nand/raw/brcmnand/brcmnand.c:2173:31: note: byref variable will be forcibly initialized 2173 | struct mtd_oob_region ecc; | ^~~ /kisskb/src/drivers/mtd/nand/raw/brcmnand/brcmnand.c: In function 'brcmnand_read': /kisskb/src/drivers/mtd/nand/raw/brcmnand/brcmnand.c:2213:13: note: byref variable will be forcibly initialized 2213 | u64 err_addr = 0; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/brcmnand/brcmnand.c: In function 'brcmnand_setup_dev': /kisskb/src/drivers/mtd/nand/raw/brcmnand/brcmnand.c:2618:24: note: byref variable will be forcibly initialized 2618 | u32 offs, tmp, oob_sector; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/brcmnand/brcmnand.c:2617:14: note: byref variable will be forcibly initialized 2617 | char msg[128]; | ^~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'cur_state_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:596:23: note: byref variable will be forcibly initialized 596 | unsigned long state; | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'max_state_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:583:23: note: byref variable will be forcibly initialized 583 | unsigned long state; | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'offset_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:21: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:347:1: note: in expansion of macro 'create_s32_tzp_attr' 347 | create_s32_tzp_attr(offset); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'slope_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:21: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:346:1: note: in expansion of macro 'create_s32_tzp_attr' 346 | create_s32_tzp_attr(slope); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'integral_cutoff_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:21: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:345:1: note: in expansion of macro 'create_s32_tzp_attr' 345 | create_s32_tzp_attr(integral_cutoff); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'k_d_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:21: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:344:1: note: in expansion of macro 'create_s32_tzp_attr' 344 | create_s32_tzp_attr(k_d); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'k_i_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:21: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:343:1: note: in expansion of macro 'create_s32_tzp_attr' 343 | create_s32_tzp_attr(k_i); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'k_pu_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:21: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:342:1: note: in expansion of macro 'create_s32_tzp_attr' 342 | create_s32_tzp_attr(k_pu); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'k_po_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:21: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:341:1: note: in expansion of macro 'create_s32_tzp_attr' 341 | create_s32_tzp_attr(k_po); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'sustainable_power_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:296:13: note: byref variable will be forcibly initialized 296 | u32 sustainable_power; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'policy_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:224:14: note: byref variable will be forcibly initialized 224 | char name[THERMAL_NAME_LENGTH]; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'temp_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:38:13: note: byref variable will be forcibly initialized 38 | int temperature, ret; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/thermal/thermal_sysfs.c:16: /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_hyst_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:206:13: note: byref variable will be forcibly initialized 206 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:205:13: note: byref variable will be forcibly initialized 205 | int trip, ret; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_temp_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:154:13: note: byref variable will be forcibly initialized 154 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:153:13: note: byref variable will be forcibly initialized 153 | int trip, ret; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_type_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:83:13: note: byref variable will be forcibly initialized 83 | int trip, result; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:82:32: note: byref variable will be forcibly initialized 82 | enum thermal_trip_type type; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_hyst_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:176:13: note: byref variable will be forcibly initialized 176 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:175:13: note: byref variable will be forcibly initialized 175 | int trip, ret; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_temp_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:116:32: note: byref variable will be forcibly initialized 116 | enum thermal_trip_type type; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:115:26: note: byref variable will be forcibly initialized 115 | int temperature, hyst = 0; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:115:13: note: byref variable will be forcibly initialized 115 | int temperature, hyst = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:114:13: note: byref variable will be forcibly initialized 114 | int trip, ret; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'cur_state_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:610:23: note: byref variable will be forcibly initialized 610 | unsigned long state; | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'weight_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:898:18: note: byref variable will be forcibly initialized 898 | int ret, weight; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/thermal_pressure.h:29, from /kisskb/src/drivers/base/arch_topology.c:23: /kisskb/src/drivers/base/arch_topology.c: In function 'perf_trace_thermal_pressure_update': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_pressure.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(thermal_pressure_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_pressure.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(thermal_pressure_update, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thermal_pressure.h:29, from /kisskb/src/drivers/base/arch_topology.c:23: /kisskb/src/drivers/base/arch_topology.c: In function 'trace_event_raw_event_thermal_pressure_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_pressure.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(thermal_pressure_update, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/thermal_pressure.h:29, from /kisskb/src/drivers/base/arch_topology.c:23: /kisskb/src/drivers/base/arch_topology.c: In function '__bpf_trace_thermal_pressure_update': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_pressure.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(thermal_pressure_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_pressure.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(thermal_pressure_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_pressure.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(thermal_pressure_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_pressure.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(thermal_pressure_update, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/arch_topology.c:9: /kisskb/src/drivers/base/arch_topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/arch_topology.c:9: /kisskb/src/drivers/base/arch_topology.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_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:25, 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_clear_scale_freq_source': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c:101:25: note: in expansion of macro 'rcu_assign_pointer' 101 | rcu_assign_pointer(per_cpu(sft_data, cpu), NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'topology_set_scale_freq_source': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c:78:25: note: in expansion of macro 'rcu_assign_pointer' 78 | rcu_assign_pointer(per_cpu(sft_data, cpu), data); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'topology_parse_cpu_capacity': /kisskb/src/drivers/base/arch_topology.c:301:13: note: byref variable will be forcibly initialized 301 | u32 cpu_capacity; | ^~~~~~~~~~~~ /kisskb/src/drivers/base/arch_numa.c: In function 'numa_register_nodes': /kisskb/src/drivers/base/arch_numa.c:363:42: note: byref variable will be forcibly initialized 363 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/drivers/base/arch_numa.c:363:31: note: byref variable will be forcibly initialized 363 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/drivers/base/arch_numa.c:352:29: note: byref variable will be forcibly initialized 352 | phys_addr_t end = mblk->base + mblk->size - 1; | ^~~ /kisskb/src/drivers/base/arch_numa.c:351:29: note: byref variable will be forcibly initialized 351 | phys_addr_t start = mblk->base; | ^~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_core': /kisskb/src/drivers/base/arch_topology.c:501:14: note: byref variable will be forcibly initialized 501 | char name[20]; | ^~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_cluster': /kisskb/src/drivers/base/arch_topology.c:547:14: note: byref variable will be forcibly initialized 547 | char name[20]; | ^~~~ /kisskb/src/drivers/base/arch_numa.c: In function 'dummy_numa_init': /kisskb/src/drivers/base/arch_numa.c:424:21: note: byref variable will be forcibly initialized 424 | phys_addr_t end = memblock_end_of_DRAM() - 1; | ^~~ /kisskb/src/drivers/base/arch_numa.c:423:21: note: byref variable will be forcibly initialized 423 | phys_addr_t start = memblock_start_of_DRAM(); | ^~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-packets.c: In function 'iforce_control_playback': /kisskb/src/drivers/input/joystick/iforce/iforce-packets.c:90:23: note: byref variable will be forcibly initialized 90 | unsigned char data[3]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/opp/cpu.c:13: /kisskb/src/drivers/opp/cpu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/cpu.c: In function 'dev_pm_opp_init_cpufreq_table': /kisskb/src/drivers/opp/cpu.c:49:23: note: byref variable will be forcibly initialized 49 | unsigned long rate; | ^~~~ In file included from /kisskb/src/include/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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/trace.h:56, from /kisskb/src/drivers/base/trace.c:10: /kisskb/src/drivers/base/trace.c: In function 'trace_event_raw_event_devres': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/base/trace.h:56, from /kisskb/src/drivers/base/trace.c:10: /kisskb/src/drivers/base/trace.c: In function '__bpf_trace_devres': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c: In function 'i2c_slave_testunit_work': /kisskb/src/drivers/i2c/i2c-slave-testunit.c:50:12: note: byref variable will be forcibly initialized 50 | u8 msgbuf[256]; | ^~~~~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c:49:24: note: byref variable will be forcibly initialized 49 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'clk_max_freq_mhz_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:34:13: note: byref variable will be forcibly initialized 34 | u64 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'soft_reset_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:184:14: note: byref variable will be forcibly initialized 184 | long value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hard_reset_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:212:14: note: byref variable will be forcibly initialized 212 | long value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'status_show': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:271:14: note: byref variable will be forcibly initialized 271 | char str[HL_STR_MAX]; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'max_power_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:317:23: note: byref variable will be forcibly initialized 317 | unsigned long value; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:8: /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_temperature': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:571:13: note: byref variable will be forcibly initialized 571 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:570:29: note: byref variable will be forcibly initialized 570 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_temperature': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:602:29: note: byref variable will be forcibly initialized 602 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_voltage': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:628:13: note: byref variable will be forcibly initialized 628 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:627:29: note: byref variable will be forcibly initialized 627 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_current': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:657:13: note: byref variable will be forcibly initialized 657 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:656:29: note: byref variable will be forcibly initialized 656 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_fan_speed': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:686:13: note: byref variable will be forcibly initialized 686 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:685:29: note: byref variable will be forcibly initialized 685 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_pwm_info': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:715:13: note: byref variable will be forcibly initialized 715 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:714:29: note: byref variable will be forcibly initialized 714 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_pwm_info': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:743:29: note: byref variable will be forcibly initialized 743 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_voltage': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:766:29: note: byref variable will be forcibly initialized 766 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_current': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:791:29: note: byref variable will be forcibly initialized 791 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_power': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:816:29: note: byref variable will be forcibly initialized 816 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_power': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:848:13: note: byref variable will be forcibly initialized 848 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:847:29: note: byref variable will be forcibly initialized 847 | struct cpucp_packet pkt; | ^~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/opp/of.c:16: /kisskb/src/drivers/opp/of.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/opp/of.c:13: /kisskb/src/drivers/opp/of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/of.c: In function '_read_opp_key': /kisskb/src/drivers/opp/of.c:815:13: note: byref variable will be forcibly initialized 815 | u64 rate; | ^~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_is_supported': /kisskb/src/drivers/opp/of.c:524:13: note: byref variable will be forcibly initialized 524 | u32 val; | ^~~ /kisskb/src/drivers/opp/of.c: In function 'opp_parse_supplies': /kisskb/src/drivers/opp/of.c:582:14: note: byref variable will be forcibly initialized 582 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/opp/of.c: In function '_of_has_opp_microwatt_property': /kisskb/src/drivers/opp/of.c:1525:30: note: byref variable will be forcibly initialized 1525 | unsigned long power, freq = 0; | ^~~~ /kisskb/src/drivers/opp/of.c: In function 'dev_pm_opp_of_register_em': /kisskb/src/drivers/opp/of.c:1557:13: note: byref variable will be forcibly initialized 1557 | u32 cap; | ^~~ /kisskb/src/drivers/opp/of.c: In function '_of_init_opp_table': /kisskb/src/drivers/opp/of.c:212:13: note: byref variable will be forcibly initialized 212 | u32 val; | ^~~ /kisskb/src/drivers/opp/of.c: In function '_opp_add_static_v2': /kisskb/src/drivers/opp/of.c:884:14: note: byref variable will be forcibly initialized 884 | bool rate_not_available = false; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/opp/of.c:882:13: note: byref variable will be forcibly initialized 882 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/i2c/i2c-mux.c:22: /kisskb/src/drivers/i2c/i2c-mux.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_add_adapter': /kisskb/src/drivers/i2c/i2c-mux.c:357:21: note: byref variable will be forcibly initialized 357 | u32 reg; | ^~~ /kisskb/src/drivers/i2c/i2c-mux.c:288:14: note: byref variable will be forcibly initialized 288 | char symlink_name[20]; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_del_adapters': /kisskb/src/drivers/i2c/i2c-mux.c:442:14: note: byref variable will be forcibly initialized 442 | char symlink_name[20]; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/i2c-stub.c:13: /kisskb/src/drivers/i2c/i2c-stub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/joystick/cobra.c: In function 'cobra_connect': /kisskb/src/drivers/input/joystick/cobra.c:143:22: note: byref variable will be forcibly initialized 143 | unsigned int data[2]; | ^~~~ /kisskb/src/drivers/input/joystick/cobra.c: In function 'cobra_poll': /kisskb/src/drivers/input/joystick/cobra.c:98:22: note: byref variable will be forcibly initialized 98 | unsigned int data[2]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'map_block': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1456:13: note: byref variable will be forcibly initialized 1456 | u32 block_id = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/memory.c:9: /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'alloc_device_memory': /kisskb/src/drivers/misc/habanalabs/common/memory.c:92:27: note: byref variable will be forcibly initialized 92 | u32 num_curr_pgs, page_size; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'mem_ioctl_no_mmu': /kisskb/src/drivers/misc/habanalabs/common/memory.c:2027:25: note: byref variable will be forcibly initialized 2027 | u32 handle = 0, block_size; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2027:13: note: byref variable will be forcibly initialized 2027 | u32 handle = 0, block_size; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2025:27: note: byref variable will be forcibly initialized 2025 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2025:13: note: byref variable will be forcibly initialized 2025 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'hl_unreserve_va_block': /kisskb/src/drivers/misc/habanalabs/common/memory.c:834:31: note: byref variable will be forcibly initialized 834 | enum hl_va_range_type type; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'map_device_va': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1110:28: note: byref variable will be forcibly initialized 1110 | struct hl_userptr *userptr = NULL; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1107:36: note: byref variable will be forcibly initialized 1107 | struct hl_vm_phys_pg_pack *phys_pg_pack; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'unmap_device_va': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1321:36: note: byref variable will be forcibly initialized 1321 | struct hl_vm_phys_pg_pack *phys_pg_pack = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'hl_mem_ioctl': /kisskb/src/drivers/misc/habanalabs/common/memory.c:2200:17: note: byref variable will be forcibly initialized 2200 | int rc, dmabuf_fd = -EBADF; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2199:25: note: byref variable will be forcibly initialized 2199 | u32 handle = 0, block_size; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2199:13: note: byref variable will be forcibly initialized 2199 | u32 handle = 0, block_size; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2198:27: note: byref variable will be forcibly initialized 2198 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2198:13: note: byref variable will be forcibly initialized 2198 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2194:31: note: byref variable will be forcibly initialized 2194 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'hl_vm_ctx_fini': /kisskb/src/drivers/misc/habanalabs/common/memory.c:2768:13: note: byref variable will be forcibly initialized 2768 | int i; | ^ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_supplies': /kisskb/src/drivers/opp/debugfs.c:85:22: note: byref variable will be forcibly initialized 85 | char name[15]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2767:26: note: byref variable will be forcibly initialized 2767 | struct hl_mem_in args; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2766:26: note: byref variable will be forcibly initialized 2766 | struct list_head free_list; | ^~~~~~~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_bw': /kisskb/src/drivers/opp/debugfs.c:59:14: note: byref variable will be forcibly initialized 59 | char name[11]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'bw_name_read': /kisskb/src/drivers/opp/debugfs.c:40:14: note: byref variable will be forcibly initialized 40 | char buf[64]; | ^~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_list_debug_create_link': /kisskb/src/drivers/opp/debugfs.c:169:14: note: byref variable will be forcibly initialized 169 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_one': /kisskb/src/drivers/opp/debugfs.c:114:14: note: byref variable will be forcibly initialized 114 | char name[25]; /* 20 chars for 64 bit value + 5 (opp:\0) */ | ^~~~ /kisskb/src/drivers/power/supply/max14656_charger_detector.c: In function 'max14656_irq_worker': /kisskb/src/drivers/power/supply/max14656_charger_detector.c:139:12: note: byref variable will be forcibly initialized 139 | u8 buf[REG_TOTAL_NUM]; | ^~~ /kisskb/src/drivers/power/supply/max14656_charger_detector.c: In function 'max14656_hw_init': /kisskb/src/drivers/power/supply/max14656_charger_detector.c:172:17: note: byref variable will be forcibly initialized 172 | uint8_t val = 0; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_i2c_write': /kisskb/src/drivers/power/supply/bq2415x_charger.c:246:12: note: byref variable will be forcibly initialized 246 | u8 data[2]; | ^~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c:245:24: note: byref variable will be forcibly initialized 245 | struct i2c_msg msg[1]; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_i2c_read': /kisskb/src/drivers/power/supply/bq2415x_charger.c:191:12: note: byref variable will be forcibly initialized 191 | u8 val; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c:190:24: note: byref variable will be forcibly initialized 190 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/hwmon/pmbus/isl68137.c: In function 'isl68137_avs_enable_store_page': /kisskb/src/drivers/hwmon/pmbus/isl68137.c:92:14: note: byref variable will be forcibly initialized 92 | bool result; | ^~~~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_notifier_call': /kisskb/src/drivers/power/supply/bq2415x_charger.c:812:36: note: byref variable will be forcibly initialized 812 | union power_supply_propval prop; | ^~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/power/supply/bq2415x_charger.c:27: /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_sysfs_set_registers': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1242:22: note: byref variable will be forcibly initialized 1242 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c:1241:22: note: byref variable will be forcibly initialized 1241 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_sysfs_set_enable': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1353:14: note: byref variable will be forcibly initialized 1353 | long val; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_sysfs_set_limit': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1293:14: note: byref variable will be forcibly initialized 1293 | long val; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_power_supply_init': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1477:14: note: byref variable will be forcibly initialized 1477 | char revstr[8]; | ^~~~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_probe': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1534:36: note: byref variable will be forcibly initialized 1534 | union power_supply_propval prop; | ^~~~ /kisskb/src/drivers/i2c/i2c-slave-eeprom.c: In function 'i2c_slave_init_eeprom_data': /kisskb/src/drivers/i2c/i2c-slave-eeprom.c:127:21: note: byref variable will be forcibly initialized 127 | const char *eeprom_data; | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-slave-eeprom.c:126:32: note: byref variable will be forcibly initialized 126 | const struct firmware *fw; | ^~ /kisskb/src/drivers/hwmon/pmbus/lm25066.c: In function 'lm25066_probe': /kisskb/src/drivers/hwmon/pmbus/lm25066.c:467:13: note: byref variable will be forcibly initialized 467 | u32 shunt; | ^~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'get_tz_trend': /kisskb/src/drivers/thermal/thermal_helpers.c:28:28: note: byref variable will be forcibly initialized 28 | enum thermal_trend trend; | ^~~~~ /kisskb/src/drivers/hwmon/pmbus/ltc2978.c: In function 'ltc2978_get_id': /kisskb/src/drivers/hwmon/pmbus/ltc2978.c:584:20: note: byref variable will be forcibly initialized 584 | u8 buf[I2C_SMBUS_BLOCK_MAX]; | ^~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'thermal_zone_set_trips': /kisskb/src/drivers/thermal/thermal_helpers.c:133:24: note: byref variable will be forcibly initialized 133 | int trip_temp, hysteresis; | ^~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c:133:13: note: byref variable will be forcibly initialized 133 | int trip_temp, hysteresis; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/fs.h:10, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:9: /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:9: /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_sanity_checks': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1144:31: note: byref variable will be forcibly initialized 1144 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function '_hl_interrupt_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2951:43: note: byref variable will be forcibly initialized 2951 | struct hl_user_pending_interrupt *pend; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function '_hl_interrupt_wait_ioctl_user_addr': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:3103:13: note: byref variable will be forcibly initialized 3103 | u64 completion_value; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_interrupt_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:3219:13: note: byref variable will be forcibly initialized 3219 | u64 timestamp; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:3218:13: note: byref variable will be forcibly initialized 3218 | u32 status = HL_WAIT_CS_STATUS_BUSY; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2815:13: note: byref variable will be forcibly initialized 2815 | s64 timestamp; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2813:32: note: byref variable will be forcibly initialized 2813 | enum hl_cs_wait_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_poll_fences': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2399:32: note: byref variable will be forcibly initialized 2399 | enum hl_cs_wait_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_parser': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:227:29: note: byref variable will be forcibly initialized 227 | struct hl_cs_parser parser; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_ioctl_signal_wait': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2066:29: note: byref variable will be forcibly initialized 2066 | u32 id; | ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1991:13: note: byref variable will be forcibly initialized 1991 | u64 signal_seq; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1990:23: note: byref variable will be forcibly initialized 1990 | struct hl_cs *cs; | ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1980:29: note: byref variable will be forcibly initialized 1980 | struct hl_cs_chunk *cs_chunk_array, *chunk; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_ioctl_default': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1331:22: note: byref variable will be forcibly initialized 1331 | bool is_kernel_allocated_cb; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1330:36: note: byref variable will be forcibly initialized 1330 | enum hl_queue_type queue_type; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1285:23: note: byref variable will be forcibly initialized 1285 | struct hl_cs *cs; | ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1281:29: note: byref variable will be forcibly initialized 1281 | struct hl_cs_chunk *cs_chunk_array; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/serio.h:10, from /kisskb/src/drivers/input/joystick/iforce/iforce-serio.c:9: /kisskb/src/drivers/input/joystick/iforce/iforce-serio.c: In function 'iforce_serio_get_id': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-serio.c:84:9: note: in expansion of macro 'wait_event_interruptible_timeout' 84 | wait_event_interruptible_timeout(iforce->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_ctx_switch': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1529:48: note: byref variable will be forcibly initialized 1529 | enum hl_cs_wait_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1474:13: note: byref variable will be forcibly initialized 1474 | u16 sob_count; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_ioctl_reserve_signals': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1794:27: note: byref variable will be forcibly initialized 1794 | struct hl_hw_sob *hw_sob; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2242:13: note: byref variable will be forcibly initialized 2242 | u16 sob_initial_count = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2241:50: note: byref variable will be forcibly initialized 2241 | signals_count = 0, sob_addr = 0, handle_id = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2241:36: note: byref variable will be forcibly initialized 2241 | signals_count = 0, sob_addr = 0, handle_id = 0; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2241:17: note: byref variable will be forcibly initialized 2241 | signals_count = 0, sob_addr = 0, handle_id = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2238:13: note: byref variable will be forcibly initialized 2238 | u64 cs_seq = ULONG_MAX; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c: In function 'radeon_crtc_page_flip_target': /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c:492:18: note: byref variable will be forcibly initialized 492 | uint64_t base; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c:491:18: note: byref variable will be forcibly initialized 491 | uint32_t tiling_flags, pitch_pixels; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c: In function 'radeon_compute_pll_avivo': /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c:972:23: note: byref variable will be forcibly initialized 972 | unsigned nom, den; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c:972:18: note: byref variable will be forcibly initialized 972 | unsigned nom, den; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c:970:44: note: byref variable will be forcibly initialized 970 | unsigned ref_div_min, ref_div_max, ref_div; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c:968:42: note: byref variable will be forcibly initialized 968 | unsigned fb_div_min, fb_div_max, fb_div; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c: In function 'radeon_crtc_handle_vblank': /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c:287:19: note: byref variable will be forcibly initialized 287 | int vpos, hpos; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c:287:13: note: byref variable will be forcibly initialized 287 | int vpos, hpos; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c: In function 'radeon_flip_work_func': /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c:417:19: note: byref variable will be forcibly initialized 417 | int vpos, hpos; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_display.c:417:13: note: byref variable will be forcibly initialized 417 | int vpos, hpos; | ^~~~ /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c: In function 'mgag200_simple_display_pipe_update': /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c:971:25: note: byref variable will be forcibly initialized 971 | struct drm_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c: In function 'mgag200_simple_display_pipe_enable': /kisskb/src/drivers/gpu/drm/mgag200/mgag200_mode.c:877:25: note: byref variable will be forcibly initialized 877 | struct drm_rect fullscreen = { | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_send_msi_info_msg': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:714:13: note: byref variable will be forcibly initialized 714 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_static_read_device_fw_version': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1322:14: note: byref variable will be forcibly initialized 1322 | char btl_ver[32]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_read_device_fw_version': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1992:30: note: byref variable will be forcibly initialized 1992 | char major[8]; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1968:14: note: byref variable will be forcibly initialized 1968 | char btl_ver[32]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_load_fw_to_device': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:187:32: note: byref variable will be forcibly initialized 187 | const struct firmware *fw; | ^~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_send_cpu_message': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:218:13: note: byref variable will be forcibly initialized 218 | u32 tmp, expected_ack_val, pi; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:216:20: note: byref variable will be forcibly initialized 216 | dma_addr_t pkt_dma_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_unmask_irq': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:307:13: note: byref variable will be forcibly initialized 307 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:306:29: note: byref variable will be forcibly initialized 306 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_unmask_irq_arr': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:330:13: note: byref variable will be forcibly initialized 330 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_test_cpu_queue': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:369:13: note: byref variable will be forcibly initialized 369 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_send_heartbeat': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:413:13: note: byref variable will be forcibly initialized 413 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:412:29: note: byref variable will be forcibly initialized 412 | struct cpucp_packet hb_pkt; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_info_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:637:13: note: byref variable will be forcibly initialized 637 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:634:20: note: byref variable will be forcibly initialized 634 | dma_addr_t cpucp_info_dma_addr; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_get_eeprom_data': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:785:13: note: byref variable will be forcibly initialized 785 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:784:20: note: byref variable will be forcibly initialized 784 | dma_addr_t eeprom_info_dma_addr; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_get_monitor_dump': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:832:13: note: byref variable will be forcibly initialized 832 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:827:20: note: byref variable will be forcibly initialized 827 | dma_addr_t mon_dump_dma_addr; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_pci_counters_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:876:13: note: byref variable will be forcibly initialized 876 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_total_energy_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:928:13: note: byref variable will be forcibly initialized 928 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_pll_info_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:999:13: note: byref variable will be forcibly initialized 999 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:998:24: note: byref variable will be forcibly initialized 998 | enum pll_index used_pll_idx; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:997:29: note: byref variable will be forcibly initialized 997 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_power_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1030:13: note: byref variable will be forcibly initialized 1030 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1029:29: note: byref variable will be forcibly initialized 1029 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dram_replaced_row_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1057:13: note: byref variable will be forcibly initialized 1057 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1055:20: note: byref variable will be forcibly initialized 1055 | dma_addr_t cpucp_repl_rows_info_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dram_pending_row_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1098:13: note: byref variable will be forcibly initialized 1098 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1097:29: note: byref variable will be forcibly initialized 1097 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_engine_core_asid_set': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1119:29: note: byref variable will be forcibly initialized 1119 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_send_msg': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2350:30: note: byref variable will be forcibly initialized 2350 | struct lkd_msg_comms msg; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_load_image': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2154:32: note: byref variable will be forcibly initialized 2154 | const struct firmware *fw; | ^~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_get_frequency': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2793:13: note: byref variable will be forcibly initialized 2793 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2792:13: note: byref variable will be forcibly initialized 2792 | u32 used_pll_idx; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2791:29: note: byref variable will be forcibly initialized 2791 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_set_frequency': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2824:13: note: byref variable will be forcibly initialized 2824 | u32 used_pll_idx; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2823:29: note: byref variable will be forcibly initialized 2823 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_get_max_power': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2847:13: note: byref variable will be forcibly initialized 2847 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2846:29: note: byref variable will be forcibly initialized 2846 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_set_max_power': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2866:29: note: byref variable will be forcibly initialized 2866 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/w1/w1_io.c: In function 'w1_reset_select_slave': /kisskb/src/drivers/w1/w1_io.c:396:21: note: byref variable will be forcibly initialized 396 | u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); | ^~ /kisskb/src/drivers/w1/w1_io.c:395:20: note: byref variable will be forcibly initialized 395 | u8 match[9] = {W1_MATCH_ROM, }; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/mga/mga_warp.c:31: /kisskb/src/drivers/gpu/drm/mga/mga_warp.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:32: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/gpu/drm/mga/mga_warp.c: In function 'mga_warp_install_microcode': /kisskb/src/drivers/gpu/drm/mga/mga_warp.c:53:32: note: byref variable will be forcibly initialized 53 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c: In function 'hl_snprintf_resize': /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:108:17: note: byref variable will be forcibly initialized 108 | va_list args; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c: In function 'hl_state_dump': /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:685:28: note: byref variable will be forcibly initialized 685 | size_t offset = 0, size = 0; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:685:16: note: byref variable will be forcibly initialized 685 | size_t offset = 0, size = 0; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:684:15: note: byref variable will be forcibly initialized 684 | char *buf = NULL; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/memory_mgr.c: In function 'hl_mem_mgr_fini': /kisskb/src/drivers/misc/habanalabs/common/memory_mgr.c:334:13: note: byref variable will be forcibly initialized 334 | u32 id; | ^~ /kisskb/src/drivers/hwmon/pmbus/max15301.c: In function 'max15301_probe': /kisskb/src/drivers/hwmon/pmbus/max15301.c:144:12: note: byref variable will be forcibly initialized 144 | u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/goya/../common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/goya/../common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/goya/goyaP.h:12, from /kisskb/src/drivers/misc/habanalabs/goya/goya.c:8: /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_op_parser_match_pat': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2252:22: note: byref variable will be forcibly initialized 2252 | unsigned int instr_offset = ctx->subop.first_instr_start_off; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_op_parser_exec_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2405:51: note: byref variable will be forcibly initialized 2405 | struct nand_op_parser_ctx test_ctx = ctx; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_fetch_psoc_frequency': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:751:13: note: byref variable will be forcibly initialized 751 | u16 pll_freq_arr[HL_PLL_NUM_OUTPUTS], freq; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_unmask_irq': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4582:13: note: byref variable will be forcibly initialized 4582 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4581:29: note: byref variable will be forcibly initialized 4581 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_unmask_irq_arr': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4523:13: note: byref variable will be forcibly initialized 4523 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_send_job_on_qman0': /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_lp_exec_read_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1191:31: note: byref variable will be forcibly initialized 1191 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3091:13: note: byref variable will be forcibly initialized 3091 | u32 tmp, timeout; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1182:12: note: byref variable will be forcibly initialized 1182 | u8 addrs[5]; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3089:20: note: byref variable will be forcibly initialized 3089 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_sp_exec_read_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1148:31: note: byref variable will be forcibly initialized 1148 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1140:12: note: byref variable will be forcibly initialized 1140 | u8 addrs[4]; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_change_read_column_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1343:39: note: byref variable will be forcibly initialized 1343 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1336:38: note: byref variable will be forcibly initialized 1336 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1335:20: note: byref variable will be forcibly initialized 1335 | u8 addrs[2] = {}; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_exec_prog_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1426:31: note: byref variable will be forcibly initialized 1426 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1411:12: note: byref variable will be forcibly initialized 1411 | u8 addrs[5] = {}; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_change_write_column_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1650:39: note: byref variable will be forcibly initialized 1650 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1645:38: note: byref variable will be forcibly initialized 1645 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1644:20: note: byref variable will be forcibly initialized 1644 | u8 addrs[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_online': /kisskb/src/drivers/power/supply/ucs1002_power.c:126:22: note: byref variable will be forcibly initialized 126 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_max_current': /kisskb/src/drivers/power/supply/ucs1002_power.c:239:22: note: byref variable will be forcibly initialized 239 | unsigned int reg; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_status_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1764:39: note: byref variable will be forcibly initialized 1764 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_usb_type': /kisskb/src/drivers/power/supply/ucs1002_power.c:339:22: note: byref variable will be forcibly initialized 339 | unsigned int reg; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1759:38: note: byref variable will be forcibly initialized 1759 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1758:20: note: byref variable will be forcibly initialized 1758 | u8 ddrstatus[2]; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_set_ddr_bar_base': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:526:38: note: byref variable will be forcibly initialized 526 | struct hl_inbound_pci_region pci_region; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_charger_irq': /kisskb/src/drivers/power/supply/ucs1002_power.c:473:18: note: byref variable will be forcibly initialized 473 | int ret, regval; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_init_iatu': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:560:39: note: byref variable will be forcibly initialized 560 | struct hl_outbound_pci_region outbound_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:559:38: note: byref variable will be forcibly initialized 559 | struct hl_inbound_pci_region inbound_region; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_check_wp': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:365:12: note: byref variable will be forcibly initialized 365 | u8 status; | ^~~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_health_poll': /kisskb/src/drivers/power/supply/ucs1002_power.c:444:13: note: byref variable will be forcibly initialized 444 | u32 reg; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_prog_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1574:12: note: byref variable will be forcibly initialized 1574 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_prog_page_end_op': /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_charge': /kisskb/src/drivers/power/supply/ucs1002_power.c:183:22: note: byref variable will be forcibly initialized 183 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c:182:23: note: byref variable will be forcibly initialized 182 | unsigned long total_acc_charger; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1531:39: note: byref variable will be forcibly initialized 1531 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1525:38: note: byref variable will be forcibly initialized 1525 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1520:12: note: byref variable will be forcibly initialized 1520 | u8 status; | ^~~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_current': /kisskb/src/drivers/power/supply/ucs1002_power.c:212:22: note: byref variable will be forcibly initialized 212 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c:211:23: note: byref variable will be forcibly initialized 211 | unsigned long current_measurement; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_patch_dma_packet': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3779:28: note: byref variable will be forcibly initialized 3779 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_erase_op': /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_set_max_current': /kisskb/src/drivers/power/supply/ucs1002_power.c:258:22: note: byref variable will be forcibly initialized 258 | unsigned int reg; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1848:39: note: byref variable will be forcibly initialized 1848 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1840:38: note: byref variable will be forcibly initialized 1840 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1839:20: note: byref variable will be forcibly initialized 1839 | u8 addrs[3] = { page, page >> 8, page >> 16 }; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1834:12: note: byref variable will be forcibly initialized 1834 | u8 status; | ^~~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_probe': /kisskb/src/drivers/power/supply/ucs1002_power.c:547:22: note: byref variable will be forcibly initialized 547 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_reset_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2026:39: note: byref variable will be forcibly initialized 2026 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2020:38: note: byref variable will be forcibly initialized 2020 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_write_data_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2145:39: note: byref variable will be forcibly initialized 2145 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2142:38: note: byref variable will be forcibly initialized 2142 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_patch_cb': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3914:21: note: byref variable will be forcibly initialized 3914 | u32 new_pkt_size = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_write_oob_syndrome': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3686:42: note: byref variable will be forcibly initialized 3686 | uint32_t fill = 0xFFFFFFFF; | ^~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_pin_memory_before_cs': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3359:28: note: byref variable will be forcibly initialized 3359 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_get_features_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1958:39: note: byref variable will be forcibly initialized 1958 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1949:38: note: byref variable will be forcibly initialized 1949 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1943:28: note: byref variable will be forcibly initialized 1943 | u8 *params = data, ddrbuf[ONFI_SUBFEATURE_PARAM_LEN * 2]; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_set_features_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1909:39: note: byref variable will be forcibly initialized 1909 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1899:38: note: byref variable will be forcibly initialized 1899 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_parse_cb_mmu': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4004:13: note: byref variable will be forcibly initialized 4004 | u64 handle; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_parse_cb_no_mmu': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4079:13: note: byref variable will be forcibly initialized 4079 | u64 handle; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_print_irq_info': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4506:14: note: byref variable will be forcibly initialized 4506 | char desc[20] = ""; | ^~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_pci_bars_map': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:510:14: note: byref variable will be forcibly initialized 510 | bool is_wc[3] = {false, false, true}; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_readid_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1705:39: note: byref variable will be forcibly initialized 1705 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1699:38: note: byref variable will be forcibly initialized 1699 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_data_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2064:39: note: byref variable will be forcibly initialized 2064 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2061:38: note: byref variable will be forcibly initialized 2061 | struct nand_op_instr instrs[] = { | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:28: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/pmbus/max16601.c: In function 'max16601_read_word': /kisskb/src/drivers/hwmon/pmbus/max16601.c:75:12: note: byref variable will be forcibly initialized 75 | u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ /kisskb/src/drivers/hwmon/pmbus/max16601.c: In function 'max16601_get_id': /kisskb/src/drivers/hwmon/pmbus/max16601.c:275:12: note: byref variable will be forcibly initialized 275 | u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_early_init': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:611:13: note: byref variable will be forcibly initialized 611 | u32 fw_boot_status, val; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:28: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_get_device': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:352:17: note: in expansion of macro 'wait_event' 352 | wait_event(chip->resume_wq, !chip->suspended); | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_test_queue': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3177:20: note: byref variable will be forcibly initialized 3177 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:36: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3176:24: note: byref variable will be forcibly initialized 3176 | u32 fence_val, tmp; | ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3175:20: note: byref variable will be forcibly initialized 3175 | dma_addr_t pkt_dma_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_nand_bus_width': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5276:13: note: byref variable will be forcibly initialized 5276 | u32 val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_engine_type_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5197:21: note: byref variable will be forcibly initialized 5197 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_algo_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5244:21: note: byref variable will be forcibly initialized 5244 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_placement_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5230:21: note: byref variable will be forcibly initialized 5230 | const char *pm; | ^~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_chip_state': /kisskb/src/drivers/power/supply/bd99954-charger.c:446:21: note: byref variable will be forcibly initialized 446 | int i, ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_present': /kisskb/src/drivers/power/supply/bd99954-charger.c:234:18: note: byref variable will be forcibly initialized 234 | int ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_voltage': /kisskb/src/drivers/power/supply/bd99954-charger.c:245:18: note: byref variable will be forcibly initialized 245 | int ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_current': /kisskb/src/drivers/power/supply/bd99954-charger.c:258:18: note: byref variable will be forcibly initialized 258 | int ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_charge_type': /kisskb/src/drivers/power/supply/bd99954-charger.c:211:18: note: byref variable will be forcibly initialized 211 | int ret, tmp; | ^~~ /kisskb/src/drivers/hwmon/pmbus/max20730.c: In function 'max20730_probe': /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_health': /kisskb/src/drivers/power/supply/bd99954-charger.c:184:18: note: byref variable will be forcibly initialized 184 | int ret, tmp; | ^~~ /kisskb/src/drivers/hwmon/pmbus/max20730.c:662:12: note: byref variable will be forcibly initialized 662 | u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_temp': /kisskb/src/drivers/power/supply/bd99954-charger.c:271:18: note: byref variable will be forcibly initialized 271 | int ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_irq_handler_thread': /kisskb/src/drivers/power/supply/bd99954-charger.c:538:33: note: byref variable will be forcibly initialized 538 | int sub_status, sub_mask; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:538:21: note: byref variable will be forcibly initialized 538 | int sub_status, sub_mask; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:485:30: note: byref variable will be forcibly initialized 485 | struct bd9995x_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:484:23: note: byref variable will be forcibly initialized 484 | unsigned long tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:483:26: note: byref variable will be forcibly initialized 483 | int ret, status, mask, i; | ^~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:483:18: note: byref variable will be forcibly initialized 483 | int ret, status, mask, i; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_wait_rdy_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1991:39: note: byref variable will be forcibly initialized 1991 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1987:38: note: byref variable will be forcibly initialized 1987 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function '__bd9995x_chip_reset': /kisskb/src/drivers/power/supply/bd99954-charger.c:608:13: note: byref variable will be forcibly initialized 608 | u16 tmp = ALLRST | OTPLD; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:606:18: note: byref variable will be forcibly initialized 606 | int ret, state; | ^~~~~ /kisskb/src/drivers/hwmon/pmbus/max20730.c: In function 'max20730_debugfs_read': /kisskb/src/drivers/hwmon/pmbus/max20730.c:116:14: note: byref variable will be forcibly initialized 116 | char tbuf[DEBUG_FS_DATA_MAX] = { 0 }; | ^~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_hw_init': /kisskb/src/drivers/power/supply/bd99954-charger.c:637:30: note: byref variable will be forcibly initialized 637 | struct bd9995x_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_power_supply_get_property': /kisskb/src/drivers/power/supply/bd99954-charger.c:284:18: note: byref variable will be forcibly initialized 284 | int ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_fw_probe': /kisskb/src/drivers/power/supply/bd99954-charger.c:889:14: note: byref variable will be forcibly initialized 889 | bool found; | ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:888:13: note: byref variable will be forcibly initialized 888 | int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:886:13: note: byref variable will be forcibly initialized 886 | u32 property; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:885:43: note: byref variable will be forcibly initialized 885 | struct power_supply_battery_info *info; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_subpage': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3004:31: note: byref variable will be forcibly initialized 3004 | struct mtd_oob_region oobregion = { }; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3002:20: note: byref variable will be forcibly initialized 3002 | int index, section = 0; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'panic_nand_wait': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:761:28: note: byref variable will be forcibly initialized 761 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'panic_nand_write': /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c: In function 'radeon_i2c_get_byte': /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c:1048:24: note: byref variable will be forcibly initialized 1048 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c:1047:12: note: byref variable will be forcibly initialized 1047 | u8 in_buf[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c:1046:12: note: byref variable will be forcibly initialized 1046 | u8 out_buf[2]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:4388:28: note: byref variable will be forcibly initialized 4388 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c: In function 'radeon_i2c_put_byte': /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c:1081:24: note: byref variable will be forcibly initialized 1081 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c:1080:17: note: byref variable will be forcibly initialized 1080 | uint8_t out_buf[2]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c: In function 'radeon_router_select_ddc_port': /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c:1099:12: note: byref variable will be forcibly initialized 1099 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c: In function 'radeon_ddc_probe': /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c:42:24: note: byref variable will be forcibly initialized 42 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c:40:12: note: byref variable will be forcibly initialized 40 | u8 buf[8]; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c:39:12: note: byref variable will be forcibly initialized 39 | u8 out = 0x0; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c: In function 'radeon_router_select_cd_port': /kisskb/src/drivers/gpu/drm/radeon/radeon_i2c.c:1127:12: note: byref variable will be forcibly initialized 1127 | u8 val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_param_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1287:39: note: byref variable will be forcibly initialized 1287 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1279:38: note: byref variable will be forcibly initialized 1279 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_exit_status_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1808:39: note: byref variable will be forcibly initialized 1808 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1805:38: note: byref variable will be forcibly initialized 1805 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_soft_waitrdy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:656:12: note: byref variable will be forcibly initialized 656 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_setup_interface': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:840:12: note: byref variable will be forcibly initialized 840 | u8 tmode_param[ONFI_SUBFEATURE_PARAM_LEN] = { }, request; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_default_block_markbad': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:505:17: note: byref variable will be forcibly initialized 505 | uint8_t buf[2] = { 0, 0 }; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:504:28: note: byref variable will be forcibly initialized 504 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_scan_ident': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5474:20: note: byref variable will be forcibly initialized 5474 | u8 id[2]; | ^~ /kisskb/src/drivers/thermal/thermal_hwmon.c: In function 'thermal_zone_crit_temp_valid': /kisskb/src/drivers/thermal/thermal_hwmon.c:128:13: note: byref variable will be forcibly initialized 128 | int temp; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_block_markbad_lowlevel': /kisskb/src/drivers/thermal/thermal_hwmon.c: In function 'temp_crit_show': /kisskb/src/drivers/thermal/thermal_hwmon.c:77:13: note: byref variable will be forcibly initialized 77 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:573:35: note: byref variable will be forcibly initialized 573 | struct erase_info einfo; | ^~~~~ /kisskb/src/drivers/thermal/thermal_hwmon.c: In function 'temp_input_show': /kisskb/src/drivers/thermal/thermal_hwmon.c:51:13: note: byref variable will be forcibly initialized 51 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_hwmon.c: In function 'thermal_hwmon_lookup_by_type': /kisskb/src/drivers/thermal/thermal_hwmon.c:92:14: note: byref variable will be forcibly initialized 92 | char type[THERMAL_NAME_LENGTH]; | ^~~~ /kisskb/src/drivers/input/joystick/grip.c: In function 'grip_connect': /kisskb/src/drivers/input/joystick/grip.c:286:22: note: byref variable will be forcibly initialized 286 | unsigned int data[GRIP_LENGTH_XT]; | ^~~~ /kisskb/src/drivers/input/joystick/grip.c: In function 'grip_poll': /kisskb/src/drivers/input/joystick/grip.c:169:22: note: byref variable will be forcibly initialized 169 | unsigned int data[GRIP_LENGTH_XT]; | ^~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'get_cpu_idle_time_jiffy': /kisskb/src/drivers/cpufreq/cpufreq.c:125:31: note: byref variable will be forcibly initialized 125 | struct kernel_cpustat kcpustat; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/cpufreq/cpufreq.c:17: /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_freq_transition_begin': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c:423:9: note: in expansion of macro 'wait_event' 423 | wait_event(policy->transition_wait, !policy->transition_ongoing); | ^~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_out_of_sync': /kisskb/src/drivers/cpufreq/cpufreq.c:1698:30: note: byref variable will be forcibly initialized 1698 | struct cpufreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'show_bios_limit': /kisskb/src/drivers/cpufreq/cpufreq.c:905:22: note: byref variable will be forcibly initialized 905 | unsigned int limit; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_setspeed': /kisskb/src/drivers/cpufreq/cpufreq.c:877:22: note: byref variable will be forcibly initialized 877 | unsigned int freq = 0; | ^~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_max_freq': /kisskb/src/drivers/cpufreq/cpufreq.c:725:23: note: byref variable will be forcibly initialized 725 | unsigned long val; \ | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c:737:1: note: in expansion of macro 'store_one' 737 | store_one(scaling_max_freq, max); | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_min_freq': /kisskb/src/drivers/cpufreq/cpufreq.c:725:23: note: byref variable will be forcibly initialized 725 | unsigned long val; \ | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c:736:1: note: in expansion of macro 'store_one' 736 | store_one(scaling_min_freq, min); | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_set_policy': /kisskb/src/drivers/cpufreq/cpufreq.c:2540:36: note: byref variable will be forcibly initialized 2540 | struct cpufreq_policy_data new_data; | ^~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c: In function 'gpio_trig_brightness_store': /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c:60:18: note: byref variable will be forcibly initialized 60 | unsigned desired_brightness; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_governor': /kisskb/src/drivers/cpufreq/cpufreq.c:774:14: note: byref variable will be forcibly initialized 774 | char str_governor[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c: In function 'gpio_trig_gpio_store': /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c:123:18: note: byref variable will be forcibly initialized 123 | unsigned gpio; | ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c: In function 'gpio_trig_inverted_store': /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c:89:23: note: byref variable will be forcibly initialized 89 | unsigned long inverted; | ^~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_boost': /kisskb/src/drivers/cpufreq/cpufreq.c:600:18: note: byref variable will be forcibly initialized 600 | int ret, enable; | ^~~~~~ /kisskb/src/drivers/input/joystick/grip_mp.c: In function 'mp_io': /kisskb/src/drivers/input/joystick/grip_mp.c:166:13: note: byref variable will be forcibly initialized 166 | u8 raw_data; /* raw data from gameport */ | ^~~~~~~~ /kisskb/src/drivers/input/joystick/grip_mp.c: In function 'get_and_decode_packet': /kisskb/src/drivers/input/joystick/grip_mp.c:361:13: note: byref variable will be forcibly initialized 361 | u32 packet; | ^~~~~~ /kisskb/src/drivers/input/joystick/grip_mp.c: In function 'multiport_init': /kisskb/src/drivers/input/joystick/grip_mp.c:480:13: note: byref variable will be forcibly initialized 480 | u32 packet; | ^~~~~~ /kisskb/src/drivers/input/joystick/sensehat-joystick.c: In function 'sensehat_joystick_report': /kisskb/src/drivers/input/joystick/sensehat-joystick.c:38:22: note: byref variable will be forcibly initialized 38 | unsigned int keys; | ^~~~ /kisskb/src/drivers/input/joystick/sensehat-joystick.c:37:36: note: byref variable will be forcibly initialized 37 | unsigned long curr_states, changes; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/gpu/drm/mga/mga_drv.h:35, from /kisskb/src/drivers/gpu/drm/mga/mga_irq.c:34: /kisskb/src/drivers/gpu/drm/mga/mga_irq.c: In function 'mga_driver_fence_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mga/mga_irq.c:128:9: note: in expansion of macro 'wait_event_timeout' 128 | wait_event_timeout(dev_priv->fence_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/max31785.c: In function 'max31785_read_long_data': /kisskb/src/drivers/hwmon/pmbus/max31785.c:59:24: note: byref variable will be forcibly initialized 59 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/hwmon/pmbus/max31785.c:56:23: note: byref variable will be forcibly initialized 56 | unsigned char rspbuf[4]; | ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/max31785.c:55:23: note: byref variable will be forcibly initialized 55 | unsigned char cmdbuf[1]; | ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/max31785.c: In function 'max31785_read_word_data': /kisskb/src/drivers/hwmon/pmbus/max31785.c:132:13: note: byref variable will be forcibly initialized 132 | u32 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c: In function 'tpc_clk_store': /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c:110:14: note: byref variable will be forcibly initialized 110 | long value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c: In function 'mme_clk_store': /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c:61:14: note: byref variable will be forcibly initialized 61 | long value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c: In function 'ic_clk_store': /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c:159:14: note: byref variable will be forcibly initialized 159 | long value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c: In function 'high_pll_store': /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c:323:14: note: byref variable will be forcibly initialized 323 | long value; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/input/joystick/joydump.c:14: /kisskb/src/drivers/input/joystick/joydump.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/joystick/joydump.c: In function 'joydump_connect': /kisskb/src/drivers/input/joystick/joydump.c:37:22: note: byref variable will be forcibly initialized 37 | int axes[4], buttons; | ^~~~~~~ /kisskb/src/drivers/input/joystick/joydump.c:37:13: note: byref variable will be forcibly initialized 37 | int axes[4], buttons; | ^~~~ /kisskb/src/drivers/power/supply/max8925_power.c: In function 'start_measure': /kisskb/src/drivers/power/supply/max8925_power.c:161:23: note: byref variable will be forcibly initialized 161 | unsigned char buf[2] = {0, 0}; | ^~~ /kisskb/src/drivers/power/supply/max8925_power.c: In function 'max8925_power_dt_init': /kisskb/src/drivers/power/supply/max8925_power.c:462:13: note: byref variable will be forcibly initialized 462 | int no_insert_detect; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/max8925_power.c:461:13: note: byref variable will be forcibly initialized 461 | int no_temp_support; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/max8925_power.c:460:13: note: byref variable will be forcibly initialized 460 | int fast_charge; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/max8925_power.c:459:13: note: byref variable will be forcibly initialized 459 | int topoff_threshold; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/max8925_power.c:458:13: note: byref variable will be forcibly initialized 458 | int batt_detect; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_status': /kisskb/src/drivers/power/supply/adp5061.c:160:12: note: byref variable will be forcibly initialized 160 | u8 buf[2]; | ^~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_chg_type': /kisskb/src/drivers/power/supply/adp5061.c:423:21: note: byref variable will be forcibly initialized 423 | u8 status1, status2; | ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:423:12: note: byref variable will be forcibly initialized 423 | u8 status1, status2; | ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_charger_status': /kisskb/src/drivers/power/supply/adp5061.c:442:21: note: byref variable will be forcibly initialized 442 | u8 status1, status2; | ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:442:12: note: byref variable will be forcibly initialized 442 | u8 status1, status2; | ^~~~~~~ /kisskb/src/drivers/thermal/gov_fair_share.c: In function 'get_target_state': /kisskb/src/drivers/thermal/gov_fair_share.c:52:23: note: byref variable will be forcibly initialized 52 | unsigned long max_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_battery_status': /kisskb/src/drivers/power/supply/adp5061.c:475:21: note: byref variable will be forcibly initialized 475 | u8 status1, status2; | ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:475:12: note: byref variable will be forcibly initialized 475 | 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:22: note: byref variable will be forcibly initialized 178 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_max_voltage': /kisskb/src/drivers/power/supply/adp5061.c:260:22: note: byref variable will be forcibly initialized 260 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_min_voltage': /kisskb/src/drivers/power/supply/adp5061.c:228:22: note: byref variable will be forcibly initialized 228 | 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:22: note: byref variable will be forcibly initialized 244 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/thermal/gov_fair_share.c: In function 'get_trip_level': /kisskb/src/drivers/thermal/gov_fair_share.c:26:32: note: byref variable will be forcibly initialized 26 | enum thermal_trip_type trip_type; | ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_fair_share.c:25:13: note: byref variable will be forcibly initialized 25 | int trip_temp; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_const_chg_current': /kisskb/src/drivers/power/supply/adp5061.c:338:22: note: byref variable will be forcibly initialized 338 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_prechg_current': /kisskb/src/drivers/power/supply/adp5061.c:357:22: note: byref variable will be forcibly initialized 357 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_vweak_th': /kisskb/src/drivers/power/supply/adp5061.c:390:22: note: byref variable will be forcibly initialized 390 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_termination_current': /kisskb/src/drivers/power/supply/adp5061.c:504:22: note: byref variable will be forcibly initialized 504 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/adp5061.c: In function 'adp5061_get_property': /kisskb/src/drivers/power/supply/adp5061.c:537:21: note: byref variable will be forcibly initialized 537 | u8 status1, status2; | ^~~~~~~ /kisskb/src/drivers/power/supply/adp5061.c:537:12: note: byref variable will be forcibly initialized 537 | u8 status1, status2; | ^~~~~~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_write_active_full': /kisskb/src/drivers/power/supply/ds2760_battery.c:459:23: note: byref variable will be forcibly initialized 459 | unsigned char tmp[2] = { | ^~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_read_status': /kisskb/src/drivers/power/supply/ds2760_battery.c:265:35: note: byref variable will be forcibly initialized 265 | int ret, i, start, count, scale[5]; | ^~~~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_set_charged_work': /kisskb/src/drivers/power/supply/ds2760_battery.c:502:14: note: byref variable will be forcibly initialized 502 | char bias; | ^~~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_set_current_accum': /kisskb/src/drivers/power/supply/ds2760_battery.c:376:23: note: byref variable will be forcibly initialized 376 | unsigned char acr[2]; | ^~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'w1_ds2760_add_slave': /kisskb/src/drivers/power/supply/ds2760_battery.c:710:21: note: byref variable will be forcibly initialized 710 | u32 tmp; | ^~~ /kisskb/src/drivers/power/supply/ds2760_battery.c:683:14: note: byref variable will be forcibly initialized 683 | char name[32]; | ^~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_get_capacity': /kisskb/src/drivers/power/supply/ds2781_battery.c:301:12: note: byref variable will be forcibly initialized 301 | u8 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2781_battery.c: In function 'ds2781_read16': /kisskb/src/drivers/power/supply/ds2781_battery.c:75:12: note: byref variable will be forcibly initialized 75 | 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:12: note: byref variable will be forcibly initialized 220 | u8 sense_res_raw, reg_msb; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:219:13: note: byref variable will be forcibly initialized 219 | 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:12: note: byref variable will be forcibly initialized 265 | u8 sense_res_raw; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:264:13: note: byref variable will be forcibly initialized 264 | 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:13: note: byref variable will be forcibly initialized 340 | 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:14: note: byref variable will be forcibly initialized 163 | 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:14: note: byref variable will be forcibly initialized 192 | 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:12: note: byref variable will be forcibly initialized 149 | 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:12: note: byref variable will be forcibly initialized 603 | 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:12: note: byref variable will be forcibly initialized 522 | 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:25: note: byref variable will be forcibly initialized 469 | u8 control_reg, new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:469:12: note: byref variable will be forcibly initialized 469 | 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:12: note: byref variable will be forcibly initialized 585 | 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:13: note: byref variable will be forcibly initialized 542 | 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:12: note: byref variable will be forcibly initialized 504 | 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:12: note: byref variable will be forcibly initialized 450 | 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:13: note: byref variable will be forcibly initialized 559 | 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:30: note: byref variable will be forcibly initialized 313 | int ret, current_uA, capacity; | ^~~~~~~~ /kisskb/src/drivers/power/supply/ds2781_battery.c:313:18: note: byref variable will be forcibly initialized 313 | int ret, current_uA, capacity; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mga/mga_ioc32.c: In function 'compat_mga_dma_bootstrap': /kisskb/src/drivers/gpu/drm/mga/mga_ioc32.c:118:33: note: byref variable will be forcibly initialized 118 | drm_mga_dma_bootstrap_t dma_bootstrap; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mga/mga_ioc32.c:117:35: note: byref variable will be forcibly initialized 117 | drm_mga_dma_bootstrap32_t dma_bootstrap32; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mga/mga_ioc32.c: In function 'compat_mga_getparam': /kisskb/src/drivers/gpu/drm/mga/mga_ioc32.c:94:28: note: byref variable will be forcibly initialized 94 | drm_mga_getparam_t getparam; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/mga/mga_ioc32.c:93:30: note: byref variable will be forcibly initialized 93 | drm_mga_getparam32_t getparam32; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mga/mga_ioc32.c: In function 'compat_mga_init': /kisskb/src/drivers/gpu/drm/mga/mga_ioc32.c:65:24: note: byref variable will be forcibly initialized 65 | drm_mga_init_t init; | ^~~~ /kisskb/src/drivers/gpu/drm/mga/mga_ioc32.c:64:26: note: byref variable will be forcibly initialized 64 | drm_mga_init32_t init32; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_clocks.c: In function 'radeon_legacy_set_engine_clock': /kisskb/src/drivers/gpu/drm/radeon/radeon_clocks.c:394:21: note: byref variable will be forcibly initialized 394 | int fb_div, post_div; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_clocks.c:394:13: note: byref variable will be forcibly initialized 394 | int fb_div, post_div; | ^~~~~~ /kisskb/src/drivers/clocksource/timer-probe.c: In function 'timer_probe': /kisskb/src/drivers/clocksource/timer-probe.c:19:36: note: byref variable will be forcibly initialized 19 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_fb.c: In function 'radeonfb_create_pinned_object': /kisskb/src/drivers/gpu/drm/radeon/radeon_fb.c:132:32: note: byref variable will be forcibly initialized 132 | struct drm_gem_object *gobj = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_fb.c: In function 'radeonfb_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_fb.c:221:32: note: byref variable will be forcibly initialized 221 | struct drm_gem_object *gobj = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_fb.c:220:33: note: byref variable will be forcibly initialized 220 | struct drm_mode_fb_cmd2 mode_cmd; | ^~~~~~~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_delayed_work': /kisskb/src/drivers/power/supply/sbs-battery.c:1075:13: note: byref variable will be forcibly initialized 1075 | s32 ret; | ^~~ In file included from /kisskb/src/drivers/input/joystick/psxpad-spi.c:26: /kisskb/src/drivers/input/joystick/psxpad-spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_read_string_data_fallback': /kisskb/src/drivers/power/supply/sbs-battery.c:362:12: note: byref variable will be forcibly initialized 362 | u8 block_buffer[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_probe': /kisskb/src/drivers/power/supply/sbs-battery.c:1199:44: note: byref variable will be forcibly initialized 1199 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_get_property': /kisskb/src/drivers/power/supply/sbs-battery.c:1013:44: note: byref variable will be forcibly initialized 1013 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/thermal/gov_bang_bang.c: In function 'thermal_zone_trip_update': /kisskb/src/drivers/thermal/gov_bang_bang.c:18:24: note: byref variable will be forcibly initialized 18 | int trip_temp, trip_hyst; | ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_bang_bang.c:18:13: note: byref variable will be forcibly initialized 18 | int trip_temp, trip_hyst; | ^~~~~~~~~ /kisskb/src/drivers/input/joystick/qwiic-joystick.c: In function 'qwiic_poll': /kisskb/src/drivers/input/joystick/qwiic-joystick.c:48:27: note: byref variable will be forcibly initialized 48 | struct qwiic_data data; | ^~~~ /kisskb/src/drivers/input/joystick/qwiic-joystick.c: In function 'qwiic_probe': /kisskb/src/drivers/input/joystick/qwiic-joystick.c:65:26: note: byref variable will be forcibly initialized 65 | struct qwiic_ver vers; | ^~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_rx_release': /kisskb/src/drivers/firmware/arm_ffa/driver.c:223:21: note: byref variable will be forcibly initialized 223 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_rxtx_map': /kisskb/src/drivers/firmware/arm_ffa/driver.c:239:21: note: byref variable will be forcibly initialized 239 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_id_get': /kisskb/src/drivers/firmware/arm_ffa/driver.c:328:21: note: byref variable will be forcibly initialized 328 | ffa_value_t id; | ^~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_mem_next_frag': /kisskb/src/drivers/firmware/arm_ffa/driver.c:416:21: note: byref variable will be forcibly initialized 416 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_memory_reclaim': /kisskb/src/drivers/firmware/arm_ffa/driver.c:560:21: note: byref variable will be forcibly initialized 560 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_version_check': /kisskb/src/drivers/firmware/arm_ffa/driver.c:193:21: note: byref variable will be forcibly initialized 193 | ffa_value_t ver; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_mem_first_frag': /kisskb/src/drivers/firmware/arm_ffa/driver.c:385:21: note: byref variable will be forcibly initialized 385 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_msg_send_direct_req': /kisskb/src/drivers/firmware/arm_ffa/driver.c:346:21: note: byref variable will be forcibly initialized 346 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function '__ffa_partition_info_get': /kisskb/src/drivers/firmware/arm_ffa/driver.c:272:21: note: byref variable will be forcibly initialized 272 | ffa_value_t partition_info; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/arm_ffa.h:9, from /kisskb/src/drivers/firmware/arm_ffa/driver.c:25: /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_partition_probe': /kisskb/src/drivers/firmware/arm_ffa/driver.c:302:13: note: byref variable will be forcibly initialized 302 | u32 uuid0_4[4]; | ^~~~~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_partition_info_get': /kisskb/src/drivers/firmware/arm_ffa/driver.c:584:36: note: byref variable will be forcibly initialized 584 | struct ffa_partition_info *pbuf; | ^~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c:583:16: note: byref variable will be forcibly initialized 583 | uuid_t uuid; | ^~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_setup_partitions': /kisskb/src/drivers/firmware/arm_ffa/driver.c:675:36: note: byref variable will be forcibly initialized 675 | struct ffa_partition_info *pbuf, *tpbuf; | ^~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_rxtx_unmap': /kisskb/src/drivers/firmware/arm_ffa/driver.c:254:21: note: byref variable will be forcibly initialized 254 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_device_match_uuid': /kisskb/src/drivers/firmware/arm_ffa/driver.c:659:36: note: byref variable will be forcibly initialized 659 | struct ffa_partition_info *pbuf, *tpbuf; | ^~~~ In file included from /kisskb/src/drivers/power/supply/da9052-battery.c:20: /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_group_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:144:22: note: byref variable will be forcibly initialized 144 | unsigned int tmp; | ^~~ /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_bat_check_status': /kisskb/src/drivers/power/supply/da9052-battery.c:225:13: note: byref variable will be forcibly initialized 225 | int chg_end_current; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/da9052-battery.c:224:13: note: byref variable will be forcibly initialized 224 | int chg_current; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/da9052-battery.c:220:12: note: byref variable will be forcibly initialized 220 | u8 v[2] = {0, 0}; | ^ /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_bat_read_capacity': /kisskb/src/drivers/power/supply/da9052-battery.c:356:13: note: byref variable will be forcibly initialized 356 | int bat_voltage; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_bat_check_health': /kisskb/src/drivers/power/supply/da9052-battery.c:410:13: note: byref variable will be forcibly initialized 410 | int capacity; | ^~~~~~~~ /kisskb/src/drivers/power/supply/da9052-battery.c:409:13: note: byref variable will be forcibly initialized 409 | int bat_illegal; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_bat_get_property': /kisskb/src/drivers/power/supply/da9052-battery.c:497:13: note: byref variable will be forcibly initialized 497 | int illegal; | ^~~~~~~ /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:12: note: byref variable will be forcibly initialized 117 | u8 buf[33]; | ^~~ /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c:116:24: note: byref variable will be forcibly initialized 116 | 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:12: note: byref variable will be forcibly initialized 33 | u8 data[2]; | ^~~~ /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c:32:24: note: byref variable will be forcibly initialized 32 | 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:12: note: byref variable will be forcibly initialized 68 | u8 data[4]; | ^~~~ /kisskb/src/drivers/power/supply/bq27xxx_battery_i2c.c:67:24: note: byref variable will be forcibly initialized 67 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'get_string': /kisskb/src/drivers/power/supply/max1721x_battery.c:229:22: note: byref variable will be forcibly initialized 229 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'get_sn_string': /kisskb/src/drivers/power/supply/max1721x_battery.c:247:22: note: byref variable will be forcibly initialized 247 | unsigned int val[3]; | ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'max1721x_battery_get_property': /kisskb/src/drivers/power/supply/max1721x_battery.c:132:22: note: byref variable will be forcibly initialized 132 | unsigned int reg = 0; | ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'devm_w1_max1721x_add_device': /kisskb/src/drivers/power/supply/max1721x_battery.c:396:30: note: byref variable will be forcibly initialized 396 | unsigned int dev_name; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_execbuf_res_noctx_val_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:362:15: note: byref variable will be forcibly initialized 362 | void *ptr; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_res_switch_backup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1720:35: note: byref variable will be forcibly initialized 1720 | struct vmw_buffer_object *vbo; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_bind_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1299:35: note: byref variable will be forcibly initialized 1299 | struct vmw_buffer_object *vmw_bo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_check_define_gmrfb': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1689:35: note: byref variable will be forcibly initialized 1689 | struct vmw_buffer_object *vmw_bo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_check_not_3d': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1689:35: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_streamoutput': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3119:36: note: byref variable will be forcibly initialized 3119 | struct vmw_ctx_bindinfo_so binding; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_view_bindings_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:804:46: note: byref variable will be forcibly initialized 804 | struct vmw_ctx_bindinfo_view binding; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_execbuf_res_noref_val_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:313:14: note: byref variable will be forcibly initialized 313 | bool first_usage; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:312:41: note: byref variable will be forcibly initialized 312 | struct vmw_ctx_validation_info *ctx_info; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_so_targets': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2524:30: note: byref variable will be forcibly initialized 2524 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2523:43: note: byref variable will be forcibly initialized 2523 | struct vmw_ctx_bindinfo_so_target binding; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_index_buffer': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2361:30: note: byref variable will be forcibly initialized 2361 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2360:36: note: byref variable will be forcibly initialized 2360 | struct vmw_ctx_bindinfo_ib binding; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_vertex_buffers': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2306:30: note: byref variable will be forcibly initialized 2306 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2305:36: note: byref variable will be forcibly initialized 2305 | struct vmw_ctx_bindinfo_vb binding; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_single_constant_buffer': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2131:36: note: byref variable will be forcibly initialized 2131 | struct vmw_ctx_bindinfo_cb binding; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2129:30: note: byref variable will be forcibly initialized 2129 | struct vmw_resource *res = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_switch_backup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1760:30: note: byref variable will be forcibly initialized 1760 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_tex_state': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1666:53: note: byref variable will be forcibly initialized 1666 | struct vmw_ctx_bindinfo_tex binding; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1637:30: note: byref variable will be forcibly initialized 1637 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1636:30: note: byref variable will be forcibly initialized 1636 | struct vmw_resource *ctx; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_set_render_target_check': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:907:46: note: byref variable will be forcibly initialized 907 | struct vmw_ctx_bindinfo_view binding; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:883:30: note: byref variable will be forcibly initialized 883 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:882:30: note: byref variable will be forcibly initialized 882 | struct vmw_resource *ctx; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_wait_gb_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1458:35: note: byref variable will be forcibly initialized 1458 | struct vmw_buffer_object *vmw_bo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_bind_shader': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2751:30: note: byref variable will be forcibly initialized 2751 | struct vmw_resource *ctx; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_set_shader': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2254:40: note: byref variable will be forcibly initialized 2254 | struct vmw_ctx_bindinfo_shader binding; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_set_shader': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1998:36: note: byref variable will be forcibly initialized 1998 | struct vmw_resource *ctx, *res = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1998:30: note: byref variable will be forcibly initialized 1998 | struct vmw_resource *ctx, *res = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1997:40: note: byref variable will be forcibly initialized 1997 | struct vmw_ctx_bindinfo_shader binding; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_shader_destroy': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1961:30: note: byref variable will be forcibly initialized 1961 | struct vmw_resource *ctx; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_view_remove': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2662:30: note: byref variable will be forcibly initialized 2662 | struct vmw_resource *view; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dx_view_define': /kisskb/src/drivers/hwmon/pmbus/pxe1610.c: In function 'pxe1610_probe': /kisskb/src/drivers/hwmon/pmbus/pxe1610.c:93:12: note: byref variable will be forcibly initialized 93 | u8 buf[I2C_SMBUS_BLOCK_MAX]; | ^~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_soc': /kisskb/src/drivers/power/supply/max17040_battery.c:201:13: note: byref variable will be forcibly initialized 201 | u32 soc; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2468:30: note: byref variable will be forcibly initialized 2468 | struct vmw_resource *srf; | ^~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_vcell': /kisskb/src/drivers/power/supply/max17040_battery.c:192:13: note: byref variable will be forcibly initialized 192 | u32 vcell; | ^~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_version': /kisskb/src/drivers/power/supply/max17040_battery.c:211:13: note: byref variable will be forcibly initialized 211 | u32 version; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_end_gb_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1382:35: note: byref variable will be forcibly initialized 1382 | struct vmw_buffer_object *vmw_bo; | ^~~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_of_data': /kisskb/src/drivers/power/supply/max17040_battery.c:229:12: note: byref variable will be forcibly initialized 229 | u8 rcomp[2]; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_wait_query': /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_handle_soc_alert': /kisskb/src/drivers/power/supply/max17040_battery.c:300:13: note: byref variable will be forcibly initialized 300 | u32 data; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1492:37: note: byref variable will be forcibly initialized 1492 | VMW_DECLARE_CMD_VAR(gb_cmd, SVGA3dCmdWaitForGBQuery); | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:56:11: note: in definition of macro 'VMW_DECLARE_CMD_VAR' 56 | } __var | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1486:35: note: byref variable will be forcibly initialized 1486 | struct vmw_buffer_object *vmw_bo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_end_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1418:37: note: byref variable will be forcibly initialized 1418 | VMW_DECLARE_CMD_VAR(gb_cmd, SVGA3dCmdEndGBQuery); | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:56:11: note: in definition of macro 'VMW_DECLARE_CMD_VAR' 56 | } __var | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1412:35: note: byref variable will be forcibly initialized 1412 | struct vmw_buffer_object *vmw_bo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_begin_query': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1353:37: note: byref variable will be forcibly initialized 1353 | VMW_DECLARE_CMD_VAR(gb_cmd, SVGA3dCmdBeginGBQuery); | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:56:11: note: in definition of macro 'VMW_DECLARE_CMD_VAR' 56 | } __var | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_shader_define': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1922:30: note: byref variable will be forcibly initialized 1922 | struct vmw_resource *ctx; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_cmd_dma': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1523:35: note: byref variable will be forcibly initialized 1523 | struct vmw_buffer_object *vmw_bo = NULL; | ^~~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c: In function 'get_target_state': /kisskb/src/drivers/thermal/gov_step_wise.c:41:23: note: byref variable will be forcibly initialized 41 | unsigned long cur_state; | ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c: In function 'thermal_zone_trip_update': /kisskb/src/drivers/thermal/gov_step_wise.c:119:32: note: byref variable will be forcibly initialized 119 | enum thermal_trip_type trip_type; | ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c:118:13: note: byref variable will be forcibly initialized 118 | int trip_temp; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_execbuf_fence_commands': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3833:18: note: byref variable will be forcibly initialized 3833 | uint32_t sequence; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_execbuf_copy_fence_user': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3889:34: note: byref variable will be forcibly initialized 3889 | struct drm_vmw_fence_rep fence_rep; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function '__vmw_execbuf_release_pinned_bo': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:4380:31: note: byref variable will be forcibly initialized 4380 | struct vmw_fence_obj *lfence = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c: In function 'vmw_execbuf_process': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:4100:18: note: byref variable will be forcibly initialized 4100 | uint32_t handle = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:4099:35: note: byref variable will be forcibly initialized 4099 | struct vmw_cmdbuf_header *header; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:4098:31: note: byref variable will be forcibly initialized 4098 | struct vmw_fence_obj *fence = NULL; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c: In function 'nand_write_byte16': /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c:88:18: note: byref variable will be forcibly initialized 88 | uint16_t word = byte; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c: In function 'nand_wait_status_ready': /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c:227:20: note: byref variable will be forcibly initialized 227 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c: In function 'nand_wait': /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c:537:12: note: byref variable will be forcibly initialized 537 | u8 status; | ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c: In function 'q54sj108a2_debugfs_write': /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:178:12: note: byref variable will be forcibly initialized 178 | u8 dst_data; | ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:177:12: note: byref variable will be forcibly initialized 177 | u8 flash_key[4]; | ^~~~~~~~~ /kisskb/src/drivers/input/joystick/tmdc.c: In function 'tmdc_poll': /kisskb/src/drivers/input/joystick/tmdc.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned char data[2][TMDC_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c: In function 'q54sj108a2_debugfs_read': /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:80:14: note: byref variable will be forcibly initialized 80 | char data_char[I2C_SMBUS_BLOCK_MAX + 2] = { 0 }; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:79:14: note: byref variable will be forcibly initialized 79 | char data[I2C_SMBUS_BLOCK_MAX + 2] = { 0 }; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c: In function 'q54sj108a2_probe': /kisskb/src/drivers/hwmon/pmbus/q54sj108a2.c:279:12: note: byref variable will be forcibly initialized 279 | u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ /kisskb/src/drivers/input/joystick/tmdc.c: In function 'tmdc_connect': /kisskb/src/drivers/input/joystick/tmdc.c:349:23: note: byref variable will be forcibly initialized 349 | unsigned char data[2][TMDC_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_set_hbm_bar_base': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:703:38: note: byref variable will be forcibly initialized 703 | struct hl_inbound_pci_region pci_region; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/gaudi/../common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/gaudi/../common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/gaudi/gaudiP.h:12, from /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:8: /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_print_single_monitor': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:9034:14: note: byref variable will be forcibly initialized 9034 | char monitored_sobs[MONITOR_SOB_STRING_SIZE] = {0}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:9033:17: note: byref variable will be forcibly initialized 9033 | scratch_buf2[BIN_REG_STRING_SIZE]; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:9032:14: note: byref variable will be forcibly initialized 9032 | char scratch_buf1[BIN_REG_STRING_SIZE], | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_ecc_event': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7201:19: note: byref variable will be forcibly initialized 7201 | u8 index, memory_wrapper_idx = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7200:30: note: byref variable will be forcibly initialized 7200 | u64 ecc_address = 0, ecc_syndrom = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7200:13: note: byref variable will be forcibly initialized 7200 | u64 ecc_address = 0, ecc_syndrom = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7199:40: note: byref variable will be forcibly initialized 7199 | struct ecc_info_extract_params params; | ^~~~~~ /kisskb/src/drivers/input/joystick/turbografx.c: In function 'tgfx_attach': /kisskb/src/drivers/input/joystick/turbografx.c:151:26: note: byref variable will be forcibly initialized 151 | struct pardev_cb tgfx_parport_cb; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_add_arm_monitor_pkt': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:8603:12: note: byref variable will be forcibly initialized 8603 | u8 mask; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_gen_wait_cb': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:8834:13: note: byref variable will be forcibly initialized 8834 | u64 fence_addr = 0; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_collective_master_init_job': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1193:39: note: byref variable will be forcibly initialized 1193 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_collective_slave_init_job': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1242:39: note: byref variable will be forcibly initialized 1242 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_print_nic_axi_irq_info': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7446:14: note: byref variable will be forcibly initialized 7446 | char desc[64] = "", *type; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_print_irq_info': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7385:12: note: byref variable will be forcibly initialized 7385 | u8 razwi_type; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7384:13: note: byref variable will be forcibly initialized 7384 | u64 razwi_addr = 0; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7383:14: note: byref variable will be forcibly initialized 7383 | char desc[64] = ""; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7382:26: note: byref variable will be forcibly initialized 7382 | u32 engine_id_1, engine_id_2; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7382:13: note: byref variable will be forcibly initialized 7382 | u32 engine_id_1, engine_id_2; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_send_job_on_qman0': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6541:13: note: byref variable will be forcibly initialized 6541 | u32 tmp, timeout, dma_offset; | ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6539:20: note: byref variable will be forcibly initialized 6539 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_test_queue': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4894:20: note: byref variable will be forcibly initialized 4894 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4893:24: note: byref variable will be forcibly initialized 4893 | u32 fence_val, tmp, timeout_usec; | ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4892:20: note: byref variable will be forcibly initialized 4892 | dma_addr_t pkt_dma_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/stpddc60.c: In function 'stpddc60_probe': /kisskb/src/drivers/hwmon/pmbus/stpddc60.c:199:12: note: byref variable will be forcibly initialized 199 | u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_init_iatu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:732:39: note: byref variable will be forcibly initialized 732 | struct hl_outbound_pci_region outbound_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:731:38: note: byref variable will be forcibly initialized 731 | struct hl_inbound_pci_region inbound_region; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_pci_bars_map': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:687:14: note: byref variable will be forcibly initialized 687 | bool is_wc[3] = {false, false, true}; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_qman_err_generic': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7112:14: note: byref variable will be forcibly initialized 7112 | char reg_desc[32]; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_qman_err': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7296:14: note: byref variable will be forcibly initialized 7296 | char desc[32]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_eqe': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7718:13: note: byref variable will be forcibly initialized 7718 | u64 data = le64_to_cpu(eq_entry->data[0]); | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_debugfs_read_dma': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6111:20: note: byref variable will be forcibly initialized 6111 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_patch_dma_packet': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5323:28: note: byref variable will be forcibly initialized 5323 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_patch_cb': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5447:21: note: byref variable will be forcibly initialized 5447 | u32 new_pkt_size = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_pin_memory_before_cs': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5082:28: note: byref variable will be forcibly initialized 5082 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_parse_cb_mmu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5529:13: note: byref variable will be forcibly initialized 5529 | u64 handle; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_parse_cb_no_mmu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5607:13: note: byref variable will be forcibly initialized 5607 | u64 handle; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_fetch_psoc_frequency': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:889:13: note: byref variable will be forcibly initialized 889 | u16 pll_freq_arr[HL_PLL_NUM_OUTPUTS], freq; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_init_tpc_mem': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1032:20: note: byref variable will be forcibly initialized 1032 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1029:32: note: byref variable will be forcibly initialized 1029 | const struct firmware *fw; | ^~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_early_init': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:780:13: note: byref variable will be forcibly initialized 780 | u32 fw_boot_status; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/88pm860x_charger.c: In function 'measure_vchg': /kisskb/src/drivers/power/supply/88pm860x_charger.c:118:23: note: byref variable will be forcibly initialized 118 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_charger.c: In function 'set_charging_fsm': /kisskb/src/drivers/power/supply/88pm860x_charger.c:286:36: note: byref variable will be forcibly initialized 286 | union power_supply_propval data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_charger.c: In function 'pm860x_vchg_handler': /kisskb/src/drivers/power/supply/88pm860x_charger.c:544:13: note: byref variable will be forcibly initialized 544 | 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:36: note: byref variable will be forcibly initialized 429 | union power_supply_propval temp; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_charger.c: In function 'pm860x_done_handler': /kisskb/src/drivers/power/supply/88pm860x_charger.c:473:36: note: byref variable will be forcibly initialized 473 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c: In function 'radeon_gem_object_free': /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:86:27: note: byref variable will be forcibly initialized 86 | struct radeon_bo *robj = gem_to_radeon_bo(gobj); | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c: In function 'radeon_gem_va_update_vm': /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:631:26: note: byref variable will be forcibly initialized 631 | struct list_head list; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:630:31: note: byref variable will be forcibly initialized 630 | struct ww_acquire_ctx ticket; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:628:36: note: byref variable will be forcibly initialized 628 | struct ttm_validate_buffer tv, *entry; | ^~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c: In function 'radeon_gem_object_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:99:27: note: byref variable will be forcibly initialized 99 | struct radeon_bo *robj; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c: In function 'radeon_gem_create_ioctl': /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:336:18: note: byref variable will be forcibly initialized 336 | uint32_t handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:335:32: note: byref variable will be forcibly initialized 335 | struct drm_gem_object *gobj; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c: In function 'radeon_gem_userptr_ioctl': /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:371:18: note: byref variable will be forcibly initialized 371 | uint32_t handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:369:32: note: byref variable will be forcibly initialized 369 | struct drm_gem_object *gobj; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c: In function 'radeon_mode_dumb_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:831:18: note: byref variable will be forcibly initialized 831 | uint32_t handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_gem.c:830:32: note: byref variable will be forcibly initialized 830 | struct drm_gem_object *gobj; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/include/drm/drm_file.h:39, from /kisskb/src/drivers/gpu/drm/radeon/radeon_ring.c:31: /kisskb/src/drivers/gpu/drm/radeon/radeon_ring.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_ring.c: In function 'radeon_ring_fini': /kisskb/src/drivers/gpu/drm/radeon/radeon_ring.c:440:27: note: byref variable will be forcibly initialized 440 | struct radeon_bo *ring_obj; | ^~~~~~~~ /kisskb/src/drivers/power/supply/pcf50633-charger.c: In function 'set_chglim': /kisskb/src/drivers/power/supply/pcf50633-charger.c:217:23: note: byref variable will be forcibly initialized 217 | unsigned long ma; | ^~ /kisskb/src/drivers/power/supply/pcf50633-charger.c: In function 'set_usblim': /kisskb/src/drivers/power/supply/pcf50633-charger.c:184:23: note: byref variable will be forcibly initialized 184 | unsigned long ma; | ^~ /kisskb/src/drivers/power/supply/pcf50633-charger.c: In function 'pcf50633_mbc_probe': /kisskb/src/drivers/power/supply/pcf50633-charger.c:385:36: note: byref variable will be forcibly initialized 385 | struct power_supply_config usb_psy_cfg; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_cell_count': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:90:22: note: byref variable will be forcibly initialized 90 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_status': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:131:22: note: byref variable will be forcibly initialized 131 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_charge_type': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:161:22: note: byref variable will be forcibly initialized 161 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_health': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:194:22: note: byref variable will be forcibly initialized 194 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_online': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:209:22: note: byref variable will be forcibly initialized 209 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_input_voltage': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:263:22: note: byref variable will be forcibly initialized 263 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_input_current': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:279:22: note: byref variable will be forcibly initialized 279 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_icharge': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:301:22: note: byref variable will be forcibly initialized 301 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_vcharge': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:339:22: note: byref variable will be forcibly initialized 339 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_iin_limit_dac': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:387:22: note: byref variable will be forcibly initialized 387 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_die_temp': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:423:22: note: byref variable will be forcibly initialized 423 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_term_current': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:443:22: note: byref variable will be forcibly initialized 443 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_vbat': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_ibat': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:245:22: note: byref variable will be forcibly initialized 245 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'arm_ship_mode_store': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:643:22: note: byref variable will be forcibly initialized 643 | unsigned int value; | ^~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'force_telemetry_store': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:603:22: note: byref variable will be forcibly initialized 603 | unsigned int value; | ^~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'arm_ship_mode_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:624:22: note: byref variable will be forcibly initialized 624 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'force_telemetry_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:585:22: note: byref variable will be forcibly initialized 585 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'vbat_avg_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:553:36: note: byref variable will be forcibly initialized 553 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'vbat_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:537:36: note: byref variable will be forcibly initialized 537 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ibat_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:569:36: note: byref variable will be forcibly initialized 569 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'charge_status_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:511:22: note: byref variable will be forcibly initialized 511 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_probe': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:829:13: note: byref variable will be forcibly initialized 829 | u32 value; | ^~~~~ /kisskb/src/drivers/thermal/rockchip_thermal.c: In function 'rockchip_configure_from_dt': /kisskb/src/drivers/thermal/rockchip_thermal.c:1251:36: note: byref variable will be forcibly initialized 1251 | u32 shut_temp, tshut_mode, tshut_polarity; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/rockchip_thermal.c:1251:24: note: byref variable will be forcibly initialized 1251 | u32 shut_temp, tshut_mode, tshut_polarity; | ^~~~~~~~~~ /kisskb/src/drivers/thermal/rockchip_thermal.c:1251:13: note: byref variable will be forcibly initialized 1251 | u32 shut_temp, tshut_mode, tshut_polarity; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'store_fast_charge_timer': /kisskb/src/drivers/power/supply/max14577_charger.c:542:23: note: byref variable will be forcibly initialized 542 | unsigned long val; | ^~~ In file included from /kisskb/src/drivers/power/supply/max14577_charger.c:11: /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized 444 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'show_fast_charge_timer': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_charger_state': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_charge_type': /kisskb/src/drivers/power/supply/max14577_charger.c:99:18: note: byref variable will be forcibly initialized 99 | int ret, charging; | ^~~~~~~~ In file included from /kisskb/src/drivers/power/supply/max14577_charger.c:11: /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_battery_health': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized 444 | unsigned int val; | ^~~ /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_online': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_init_fast_charge': /kisskb/src/drivers/power/supply/max14577_charger.c:304:12: note: byref variable will be forcibly initialized 304 | u8 reg_data; | ^~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:51:23: note: byref variable will be forcibly initialized 51 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_delay_off_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:104:23: note: byref variable will be forcibly initialized 104 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_delay_on_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:80:23: note: byref variable will be forcibly initialized 80 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:133:22: note: byref variable will be forcibly initialized 133 | unsigned int size = 0; | ^~~~ /kisskb/src/drivers/clocksource/timer-sp804.c: In function 'sp804_of_init': /kisskb/src/drivers/clocksource/timer-sp804.c:258:13: note: byref variable will be forcibly initialized 258 | u32 irq_num = 0; | ^~~~~~~ /kisskb/src/drivers/hwmon/pmbus/tps53679.c: In function 'tps53679_identify_chip': /kisskb/src/drivers/hwmon/pmbus/tps53679.c:91:12: note: byref variable will be forcibly initialized 91 | 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:12: note: byref variable will be forcibly initialized 152 | u8 buf[I2C_SMBUS_BLOCK_MAX]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c:29: /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c: In function 'radeon_cs_parser_relocs': /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c:84:34: note: byref variable will be forcibly initialized 84 | struct radeon_cs_buckets buckets; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_battery_get_temp_alert_max': /kisskb/src/drivers/power/supply/bq24190_charger.c:1437:13: note: byref variable will be forcibly initialized 1437 | int temp, ret; | ^~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_voltage': /kisskb/src/drivers/power/supply/bq24190_charger.c:1057:13: note: byref variable will be forcibly initialized 1057 | int voltage, ret; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_iinlimit': /kisskb/src/drivers/power/supply/bq24190_charger.c:1093:13: note: byref variable will be forcibly initialized 1093 | int iinlimit, ret; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_current': /kisskb/src/drivers/power/supply/bq24190_charger.c:1000:13: note: byref variable will be forcibly initialized 1000 | int curr, ret; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c: In function 'radeon_cs_parser_init': /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c:308:44: note: byref variable will be forcibly initialized 308 | struct drm_radeon_cs_chunk user_chunk; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c: In function 'radeon_cs_ioctl': /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c:668:33: note: byref variable will be forcibly initialized 668 | struct radeon_cs_parser parser; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c: In function 'radeon_cs_packet_next_is_pkt3_nop': /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c:803:33: note: byref variable will be forcibly initialized 803 | struct radeon_cs_packet p3reloc; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c: In function 'radeon_cs_packet_next_reloc': /kisskb/src/drivers/gpu/drm/radeon/radeon_cs.c:850:33: note: byref variable will be forcibly initialized 850 | struct radeon_cs_packet p3reloc; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_input_current_limit_work': /kisskb/src/drivers/power/supply/bq24190_charger.c:1253:36: note: byref variable will be forcibly initialized 1253 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/input/tablet/wacom_serial4.c: In function 'wacom_handle_model_response': /kisskb/src/drivers/input/tablet/wacom_serial4.c:190:22: note: byref variable will be forcibly initialized 190 | int major_v, minor_v, r = 0; | ^~~~~~~ /kisskb/src/drivers/input/tablet/wacom_serial4.c:190:13: note: byref variable will be forcibly initialized 190 | int major_v, minor_v, r = 0; | ^~~~~~~ /kisskb/src/drivers/input/tablet/wacom_serial4.c: In function 'wacom_handle_configuration_response': /kisskb/src/drivers/input/tablet/wacom_serial4.c:265:16: note: byref variable will be forcibly initialized 265 | int r, skip; | ^~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_sysfs_store': /kisskb/src/drivers/power/supply/bq24190_charger.c:481:12: note: byref variable will be forcibly initialized 481 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_get_config': /kisskb/src/drivers/power/supply/bq24190_charger.c:1723:13: note: byref variable will be forcibly initialized 1723 | int v, idx; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c:1722:43: note: byref variable will be forcibly initialized 1722 | struct power_supply_battery_info *info; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_coresight.c: In function 'gaudi_config_etr': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_coresight.c:605:22: note: byref variable will be forcibly initialized 605 | bool is_host = false; | ^~~~~~~ /kisskb/src/drivers/hwmon/pmbus/ucd9000.c: In function 'ucd9000_debugfs_read_mfr_status': /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:410:14: note: byref variable will be forcibly initialized 410 | char str[(I2C_SMBUS_BLOCK_MAX * 2) + 2]; | ^~~ /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:409:12: note: byref variable will be forcibly initialized 409 | u8 buffer[I2C_SMBUS_BLOCK_MAX]; | ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/ucd9000.c: In function 'ucd9000_debugfs_show_mfr_status_bit': /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:385:12: note: byref variable will be forcibly initialized 385 | u8 buffer[I2C_SMBUS_BLOCK_MAX]; | ^~~~~~ 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/pmbus/ucd9000.c:12: /kisskb/src/drivers/hwmon/pmbus/ucd9000.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/pmbus/ucd9000.c: In function 'ucd9000_init_debugfs': /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:438:14: note: byref variable will be forcibly initialized 438 | char name[UCD9000_DEBUGFS_NAME_LEN]; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/ucd9000.c: In function 'ucd9000_probe': /kisskb/src/drivers/hwmon/pmbus/ucd9000.c:492:12: note: byref variable will be forcibly initialized 492 | u8 block_buffer[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c: In function 'arch_timer_mem_of_init': /kisskb/src/drivers/clocksource/arm_arch_timer.c:1551:21: note: byref variable will be forcibly initialized 1551 | u32 n; | ^ /kisskb/src/drivers/clocksource/arm_arch_timer.c:1537:25: note: byref variable will be forcibly initialized 1537 | struct resource res; | ^~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c: In function 'kvm_arch_ptp_get_crosststamp': /kisskb/src/drivers/clocksource/arm_arch_timer.c:1751:30: note: byref variable will be forcibly initialized 1751 | struct arm_smccc_res hvc_res; | ^~~~~~~ /kisskb/src/drivers/hwmon/pmbus/ucd9200.c: In function 'ucd9200_probe': /kisskb/src/drivers/hwmon/pmbus/ucd9200.c:76:12: note: byref variable will be forcibly initialized 76 | u8 block_buffer[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_block_fast': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:419:28: note: byref variable will be forcibly initialized 419 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_read_oob': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:316:28: note: byref variable will be forcibly initialized 316 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_read_data': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:291:16: note: byref variable will be forcibly initialized 291 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'read_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:171:16: note: byref variable will be forcibly initialized 171 | size_t retlen, len, totlen; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_write_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:357:28: note: byref variable will be forcibly initialized 357 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'write_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:759:28: note: byref variable will be forcibly initialized 759 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:757:16: note: byref variable will be forcibly initialized 757 | size_t retlen, len = 0; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:751:27: note: byref variable will be forcibly initialized 751 | struct erase_info einfo; | ^~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_field_read': /kisskb/src/drivers/power/supply/bq24257_charger.c:214:13: note: byref variable will be forcibly initialized 214 | int val; | ^~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_hw_init': /kisskb/src/drivers/power/supply/bq24257_charger.c:680:30: note: byref variable will be forcibly initialized 680 | struct bq24257_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_irq_handler_thread': /kisskb/src/drivers/power/supply/bq24257_charger.c:653:30: note: byref variable will be forcibly initialized 653 | struct bq24257_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_fw_probe': /kisskb/src/drivers/power/supply/bq24257_charger.c:884:13: note: byref variable will be forcibly initialized 884 | u32 property; | ^~~~~~~~ /kisskb/src/drivers/firmware/broadcom/tee_bnxt_fw.c: In function 'tee_bnxt_fw_load': /kisskb/src/drivers/firmware/broadcom/tee_bnxt_fw.c:103:26: note: byref variable will be forcibly initialized 103 | struct tee_param param[MAX_TEE_PARAM_ARRY_MEMB]; | ^~~~~ /kisskb/src/drivers/firmware/broadcom/tee_bnxt_fw.c:102:37: note: byref variable will be forcibly initialized 102 | struct tee_ioctl_invoke_arg arg; | ^~~ /kisskb/src/drivers/firmware/broadcom/tee_bnxt_fw.c: In function 'tee_bnxt_copy_coredump': /kisskb/src/drivers/firmware/broadcom/tee_bnxt_fw.c:134:26: note: byref variable will be forcibly initialized 134 | struct tee_param param[MAX_TEE_PARAM_ARRY_MEMB]; | ^~~~~ /kisskb/src/drivers/firmware/broadcom/tee_bnxt_fw.c:133:37: note: byref variable will be forcibly initialized 133 | struct tee_ioctl_invoke_arg arg; | ^~~ /kisskb/src/drivers/firmware/broadcom/tee_bnxt_fw.c: In function 'tee_bnxt_fw_probe': /kisskb/src/drivers/firmware/broadcom/tee_bnxt_fw.c:188:43: note: byref variable will be forcibly initialized 188 | struct tee_ioctl_open_session_arg sess_arg; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_sysfs_set_enable': /kisskb/src/drivers/power/supply/bq24257_charger.c:813:14: note: byref variable will be forcibly initialized 813 | long val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'mmu_asid_va_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:488:14: note: byref variable will be forcibly initialized 488 | char kbuf[MMU_KBUF_SIZE]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'mmu_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:433:46: note: byref variable will be forcibly initialized 433 | u64 virt_addr = dev_entry->mmu_addr, phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'userptr_lookup_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:415:13: note: byref variable will be forcibly initialized 415 | u64 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'userptr_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:214:14: note: byref variable will be forcibly initialized 214 | char dma_dir[4][30] = {"DMA_BIDIRECTIONAL", "DMA_TO_DEVICE", | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_access_mem': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:737:28: note: byref variable will be forcibly initialized 737 | bool user_address, found = false; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_write64': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:864:13: note: byref variable will be forcibly initialized 864 | u64 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'vm_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:255:13: note: byref variable will be forcibly initialized 255 | int i; | ^ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_timeout_locked_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1337:13: note: byref variable will be forcibly initialized 1337 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_write32': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:811:13: note: byref variable will be forcibly initialized 811 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:810:13: note: byref variable will be forcibly initialized 810 | u64 value64, addr = entry->addr; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_timeout_locked_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1318:14: note: byref variable will be forcibly initialized 1318 | char tmp_buf[200]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_stop_on_err_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1204:14: note: byref variable will be forcibly initialized 1204 | char tmp_buf[200]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_get_power_state': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:989:14: note: byref variable will be forcibly initialized 989 | char tmp_buf[200]; | ^~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-backlight.c: In function 'bl_trig_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-backlight.c:73:23: note: byref variable will be forcibly initialized 73 | unsigned long invert; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_read64': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:839:13: note: byref variable will be forcibly initialized 839 | u64 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:837:14: note: byref variable will be forcibly initialized 837 | char tmp_buf[32]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_read32': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:782:14: note: byref variable will be forcibly initialized 782 | char tmp_buf[32]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:781:13: note: byref variable will be forcibly initialized 781 | u64 value64, addr = entry->addr; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_state_dump_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1284:13: note: byref variable will be forcibly initialized 1284 | u32 size; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_monitor_dump_trigger': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:945:19: note: byref variable will be forcibly initialized 945 | u32 size, trig; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_dma_size_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:890:13: note: byref variable will be forcibly initialized 890 | u32 size; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_stop_on_err_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1225:13: note: byref variable will be forcibly initialized 1225 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_device_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1160:14: note: byref variable will be forcibly initialized 1160 | char data[30] = {0}; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_led_set': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:91:29: note: byref variable will be forcibly initialized 91 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led2_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1133:13: note: byref variable will be forcibly initialized 1133 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led1_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1114:13: note: byref variable will be forcibly initialized 1114 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led0_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1095:13: note: byref variable will be forcibly initialized 1095 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_i2c_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:58:29: note: byref variable will be forcibly initialized 58 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_i2c_data_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1071:13: note: byref variable will be forcibly initialized 1071 | u64 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_i2c_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:26:29: note: byref variable will be forcibly initialized 26 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_i2c_data_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1044:13: note: byref variable will be forcibly initialized 1044 | u64 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1043:14: note: byref variable will be forcibly initialized 1043 | char tmp_buf[32]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_set_power_state': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1013:13: note: byref variable will be forcibly initialized 1013 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:8: /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'get_set_conduit_method': /kisskb/src/drivers/firmware/psci/psci.c:279:21: note: byref variable will be forcibly initialized 279 | const char *method; | ^~~~~~ /kisskb/src/drivers/firmware/psci/psci.c: In function '__invoke_psci_fn_smc': /kisskb/src/drivers/firmware/psci/psci.c:124:30: note: byref variable will be forcibly initialized 124 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/psci/psci.c: In function '__invoke_psci_fn_hvc': /kisskb/src/drivers/firmware/psci/psci.c:114:30: note: byref variable will be forcibly initialized 114 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'psci_0_1_init': /kisskb/src/drivers/firmware/psci/psci.c:554:13: note: byref variable will be forcibly initialized 554 | u32 id; | ^~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'psci_dt_init': /kisskb/src/drivers/firmware/psci/psci.c:616:36: note: byref variable will be forcibly initialized 616 | const struct of_device_id *matched_np; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ug3105_battery.c: In function 'ug3105_probe': /kisskb/src/drivers/power/supply/ug3105_battery.c:388:13: note: byref variable will be forcibly initialized 388 | u32 curr_sense_res_uohm = 10000; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/zl6100.c: In function 'zl6100_probe': /kisskb/src/drivers/hwmon/pmbus/zl6100.c:323:12: note: byref variable will be forcibly initialized 323 | u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/pim4328.c: In function 'pim4328_probe': /kisskb/src/drivers/hwmon/pmbus/pim4328.c:136:12: note: byref variable will be forcibly initialized 136 | u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_bios.c: In function 'radeon_read_bios': /kisskb/src/drivers/gpu/drm/radeon/radeon_bios.c:83:16: note: byref variable will be forcibly initialized 83 | size_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_benchmark.c: In function 'radeon_benchmark_do_move': /kisskb/src/drivers/gpu/drm/radeon/radeon_benchmark.c:42:30: note: byref variable will be forcibly initialized 42 | struct radeon_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_benchmark.c: In function 'radeon_benchmark_move': /kisskb/src/drivers/gpu/drm/radeon/radeon_benchmark.c:92:25: note: byref variable will be forcibly initialized 92 | uint64_t saddr, daddr; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_benchmark.c:92:18: note: byref variable will be forcibly initialized 92 | uint64_t saddr, daddr; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_benchmark.c:91:27: note: byref variable will be forcibly initialized 91 | struct radeon_bo *sobj = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_benchmark.c:90:27: note: byref variable will be forcibly initialized 90 | struct radeon_bo *dobj = NULL; | ^~~~ /kisskb/src/drivers/firmware/google/vpd_decode.c: In function 'vpd_decode_entry': /kisskb/src/drivers/firmware/google/vpd_decode.c:39:13: note: byref variable will be forcibly initialized 39 | u32 decoded_len; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/google/vpd_decode.c: In function 'vpd_decode_string': /kisskb/src/drivers/firmware/google/vpd_decode.c:67:19: note: byref variable will be forcibly initialized 67 | const u8 *value; | ^~~~~ /kisskb/src/drivers/firmware/google/vpd_decode.c:66:19: note: byref variable will be forcibly initialized 66 | const u8 *key; | ^~~ /kisskb/src/drivers/firmware/google/vpd_decode.c:65:13: note: byref variable will be forcibly initialized 65 | u32 value_len; | ^~~~~~~~~ /kisskb/src/drivers/firmware/google/vpd_decode.c:64:13: note: byref variable will be forcibly initialized 64 | u32 key_len; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'nvif_object_mthd': /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:145:12: note: byref variable will be forcibly initialized 145 | u8 stack[128]; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'nvif_object_map': /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:223:21: note: byref variable will be forcibly initialized 223 | u64 handle, length; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:223:13: note: byref variable will be forcibly initialized 223 | u64 handle, length; | ^~~~~~ /kisskb/src/drivers/firmware/smccc/kvm_guest.c: In function 'kvm_init_hyp_services': /kisskb/src/drivers/firmware/smccc/kvm_guest.c:18:13: note: byref variable will be forcibly initialized 18 | u32 val[4]; | ^~~ /kisskb/src/drivers/firmware/smccc/kvm_guest.c:17:30: note: byref variable will be forcibly initialized 17 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/rs400.c: In function 'rs400_mc_program': /kisskb/src/drivers/gpu/drm/radeon/rs400.c:390:29: note: byref variable will be forcibly initialized 390 | struct r100_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c: In function 'rs690_mc_program': /kisskb/src/drivers/gpu/drm/radeon/rs690.c:678:30: note: byref variable will be forcibly initialized 678 | struct rv515_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c: In function 'rs690_pm_info': /kisskb/src/drivers/gpu/drm/radeon/rs690.c:71:23: note: byref variable will be forcibly initialized 71 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c:71:17: note: byref variable will be forcibly initialized 71 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c:70:18: note: byref variable will be forcibly initialized 70 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c: In function 'rs690_bandwidth_update': /kisskb/src/drivers/gpu/drm/radeon/rs690.c:592:36: note: byref variable will be forcibly initialized 592 | u32 d2mode_priority_a_cnt, d2mode_priority_b_cnt; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c:592:13: note: byref variable will be forcibly initialized 592 | u32 d2mode_priority_a_cnt, d2mode_priority_b_cnt; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c:591:36: note: byref variable will be forcibly initialized 591 | u32 d1mode_priority_a_cnt, d1mode_priority_b_cnt; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c:591:13: note: byref variable will be forcibly initialized 591 | u32 d1mode_priority_a_cnt, d1mode_priority_b_cnt; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c:589:42: note: byref variable will be forcibly initialized 589 | struct rs690_watermark wm1_high, wm1_low; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c:589:32: note: byref variable will be forcibly initialized 589 | struct rs690_watermark wm1_high, wm1_low; | ^~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-activity.c: In function 'led_invert_store': /kisskb/src/drivers/gpu/drm/radeon/rs690.c:588:42: note: byref variable will be forcibly initialized 588 | struct rs690_watermark wm0_high, wm0_low; | ^~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-activity.c:167:23: note: byref variable will be forcibly initialized 167 | unsigned long state; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs690.c:588:32: note: byref variable will be forcibly initialized 588 | struct rs690_watermark wm0_high, wm0_low; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r520.c: In function 'r520_mc_program': /kisskb/src/drivers/gpu/drm/radeon/r520.c:135:30: note: byref variable will be forcibly initialized 135 | struct rv515_mc_save save; | ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-activity.c: In function 'led_activity_function': /kisskb/src/drivers/leds/trigger/ledtrig-activity.c:61:39: note: byref variable will be forcibly initialized 61 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/drivers/firmware/google/vpd.c: In function 'vpd_section_create_attribs': /kisskb/src/drivers/firmware/google/vpd.c:170:13: note: byref variable will be forcibly initialized 170 | s32 consumed; | ^~~~~~~~ /kisskb/src/drivers/firmware/google/vpd.c: In function 'vpd_sections_init': /kisskb/src/drivers/firmware/google/vpd.c:250:26: note: byref variable will be forcibly initialized 250 | struct vpd_cbmem header; | ^~~~~~ In file included from /kisskb/src/include/linux/random.h:110, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/linux/rcupdate.h:30, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/firmware/smccc/smccc.c:12: /kisskb/src/drivers/firmware/smccc/smccc.c: In function 'smccc_probe_trng': /kisskb/src/arch/arm64/include/asm/archrandom.h:18:30: note: byref variable will be forcibly initialized 18 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c: In function 'r600_set_uvd_clocks': /kisskb/src/drivers/gpu/drm/radeon/r600.c:205:53: note: byref variable will be forcibly initialized 205 | unsigned fb_div = 0, ref_div, vclk_div = 0, dclk_div = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c:205:39: note: byref variable will be forcibly initialized 205 | unsigned fb_div = 0, ref_div, vclk_div = 0, dclk_div = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c:205:18: note: byref variable will be forcibly initialized 205 | unsigned fb_div = 0, ref_div, vclk_div = 0, dclk_div = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c: In function 'r600_gpu_soft_reset': /kisskb/src/drivers/gpu/drm/radeon/r600.c:1686:30: note: byref variable will be forcibly initialized 1686 | struct rv515_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c: In function 'r600_gpu_pci_config_reset': /kisskb/src/drivers/gpu/drm/radeon/r600.c:1822:30: note: byref variable will be forcibly initialized 1822 | struct rv515_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c: In function 'r600_mc_program': /kisskb/src/drivers/gpu/drm/radeon/r600.c:1304:30: note: byref variable will be forcibly initialized 1304 | struct rv515_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c: In function 'r600_init_microcode': /kisskb/src/drivers/gpu/drm/radeon/r600.c:2438:14: note: byref variable will be forcibly initialized 2438 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c: In function 'r600_ring_test': /kisskb/src/drivers/gpu/drm/radeon/r600.c:2825:18: note: byref variable will be forcibly initialized 2825 | uint32_t scratch; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c: In function 'r600_copy_cpdma': /kisskb/src/drivers/gpu/drm/radeon/r600.c:2970:28: note: byref variable will be forcibly initialized 2970 | struct radeon_sync sync; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c:2969:30: note: byref variable will be forcibly initialized 2969 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c: In function 'r600_ib_test': /kisskb/src/drivers/gpu/drm/radeon/r600.c:3399:18: note: byref variable will be forcibly initialized 3399 | uint32_t scratch; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600.c:3398:26: note: byref variable will be forcibly initialized 3398 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/thermal/thermal_mmio.c: In function 'thermal_mmio_probe': /kisskb/src/drivers/thermal/thermal_mmio.c:49:13: note: byref variable will be forcibly initialized 49 | int temperature; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:10, from /kisskb/src/drivers/firmware/tegra/bpmp.c:8: /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_handle_mrq': /kisskb/src/drivers/firmware/tegra/bpmp.c:442:13: note: byref variable will be forcibly initialized 442 | u32 zero = 0; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_mrq_is_supported': /kisskb/src/drivers/firmware/tegra/bpmp.c:507:35: note: byref variable will be forcibly initialized 507 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:506:39: note: byref variable will be forcibly initialized 506 | struct mrq_query_abi_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:505:38: note: byref variable will be forcibly initialized 505 | struct mrq_query_abi_request req = { .mrq = cpu_to_le32(mrq) }; | ^~~ In file included from /kisskb/src/include/linux/mailbox_client.h:11, from /kisskb/src/drivers/firmware/tegra/bpmp.c:8: /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_mrq_handle_ping': /kisskb/src/drivers/firmware/tegra/bpmp.c:533:34: note: byref variable will be forcibly initialized 533 | struct mrq_ping_response response; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_ping': /kisskb/src/drivers/firmware/tegra/bpmp.c:547:35: note: byref variable will be forcibly initialized 547 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:546:33: note: byref variable will be forcibly initialized 546 | struct mrq_ping_request request; | ^~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:545:34: note: byref variable will be forcibly initialized 545 | struct mrq_ping_response response; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_get_firmware_tag_old': /kisskb/src/drivers/firmware/tegra/bpmp.c:586:20: note: byref variable will be forcibly initialized 586 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:584:35: note: byref variable will be forcibly initialized 584 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:583:38: note: byref variable will be forcibly initialized 583 | struct mrq_query_tag_request request; | ^~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_get_firmware_tag': /kisskb/src/drivers/firmware/tegra/bpmp.c:623:43: note: byref variable will be forcibly initialized 623 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:622:50: note: byref variable will be forcibly initialized 622 | struct mrq_query_fw_tag_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_probe': /kisskb/src/drivers/firmware/tegra/bpmp.c:691:14: note: byref variable will be forcibly initialized 691 | char tag[TAG_SZ]; | ^~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/include/drm/drm_gem.h:38, from /kisskb/src/include/drm/ttm/ttm_bo_api.h:34, from /kisskb/src/drivers/gpu/drm/radeon/radeon.h:76, from /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:28: /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:27: /kisskb/src/drivers/hwmon/hwmon.c: In function 'perf_trace_hwmon_attr_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c: In function 'radeon_do_test_moves': /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:88:38: note: byref variable will be forcibly initialized 88 | struct radeon_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:85:33: note: byref variable will be forcibly initialized 85 | void *gtt_map, *vram_map; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:85:23: note: byref variable will be forcibly initialized 85 | void *gtt_map, *vram_map; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:39:28: note: byref variable will be forcibly initialized 39 | uint64_t gtt_addr, vram_addr; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:39:18: note: byref variable will be forcibly initialized 39 | uint64_t gtt_addr, vram_addr; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:37:27: note: byref variable will be forcibly initialized 37 | struct radeon_bo *vram_obj = NULL; | ^~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'perf_trace_hwmon_attr_show_string': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:27: /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c: In function 'radeon_test_ring_sync2': /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:412:34: note: byref variable will be forcibly initialized 412 | struct radeon_semaphore *semaphore = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:411:46: note: byref variable will be forcibly initialized 411 | struct radeon_fence *fenceA = NULL, *fenceB = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:411:30: note: byref variable will be forcibly initialized 411 | struct radeon_fence *fenceA = NULL, *fenceB = NULL; | ^~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_show_string': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c: In function 'radeon_test_ring_sync': /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:318:34: note: byref variable will be forcibly initialized 318 | struct radeon_semaphore *semaphore = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:317:46: note: byref variable will be forcibly initialized 317 | struct radeon_fence *fence1 = NULL, *fence2 = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_test.c:317:30: note: byref variable will be forcibly initialized 317 | struct radeon_fence *fence1 = NULL, *fence2 = NULL; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:27: /kisskb/src/drivers/hwmon/hwmon.c: In function '__bpf_trace_hwmon_attr_class': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function '__bpf_trace_hwmon_attr_show_string': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_notify_event': /kisskb/src/drivers/hwmon/hwmon.c:646:15: note: byref variable will be forcibly initialized 646 | char *envp[] = { event, NULL }; | ^~~~ /kisskb/src/drivers/hwmon/hwmon.c:645:14: note: byref variable will be forcibly initialized 645 | char sattr[MAX_SYSFS_ATTR_NAME_LENGTH]; | ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c:644:14: note: byref variable will be forcibly initialized 644 | char event[MAX_SYSFS_ATTR_NAME_LENGTH + 5]; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/hwmon/hwmon.c:13: /kisskb/src/drivers/hwmon/hwmon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_store': /kisskb/src/drivers/hwmon/hwmon.c:357:14: note: byref variable will be forcibly initialized 357 | long val; | ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show': /kisskb/src/drivers/hwmon/hwmon.c:318:14: note: byref variable will be forcibly initialized 318 | long val; | ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show_string': /kisskb/src/drivers/hwmon/hwmon.c:338:21: note: byref variable will be forcibly initialized 338 | const char *s; | ^ /kisskb/src/drivers/hwmon/hwmon.c: In function '__hwmon_device_register': /kisskb/src/drivers/hwmon/hwmon.c:757:21: note: byref variable will be forcibly initialized 757 | const char *label; | ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_device_unregister': /kisskb/src/drivers/hwmon/hwmon.c:967:13: note: byref variable will be forcibly initialized 967 | int id; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/device.c: In function 'nvif_device_time': /kisskb/src/drivers/gpu/drm/nouveau/nvif/device.c:31:42: note: byref variable will be forcibly initialized 31 | struct nv_device_time_v0 args = {}; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770.c: In function 'rv770_mc_program': /kisskb/src/drivers/gpu/drm/radeon/rv770.c:1017:30: note: byref variable will be forcibly initialized 1017 | struct rv515_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770.c: In function 'rv770_set_uvd_clocks': /kisskb/src/drivers/gpu/drm/radeon/rv770.c:55:44: note: byref variable will be forcibly initialized 55 | unsigned fb_div = 0, vclk_div = 0, dclk_div = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770.c:55:30: note: byref variable will be forcibly initialized 55 | unsigned fb_div = 0, vclk_div = 0, dclk_div = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770.c:55:18: note: byref variable will be forcibly initialized 55 | unsigned fb_div = 0, vclk_div = 0, dclk_div = 0; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/disp.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nvif/disp.c:22: /kisskb/src/drivers/gpu/drm/nouveau/nvif/disp.c: In function 'nvif_disp_ctor': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:114:24: note: in expansion of macro 'nvif_mclass' 114 | _cid = nvif_mclass((o), _mclass); \ | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/disp.c:56:19: note: in expansion of macro 'nvif_sclass' 56 | int cid = nvif_sclass(&device->object, disps, oclass); | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:21: /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c: In function 'i2c_hid_execute_reset': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:460:14: note: in expansion of macro 'wait_event_timeout' 460 | if (!wait_event_timeout(ihid->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c: In function 'i2c_hid_start': /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:802:22: note: byref variable will be forcibly initialized 802 | unsigned int bufsize = HID_MIN_BUFFER_SIZE; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/device.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/fifo.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nvif/fifo.c:22: /kisskb/src/drivers/gpu/drm/nouveau/nvif/fifo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_tv.c: In function 'radeon_legacy_tv_mode_set': /kisskb/src/drivers/gpu/drm/radeon/radeon_legacy_tv.c:535:18: note: byref variable will be forcibly initialized 535 | uint16_t pll_ref_freq; | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'powersave_bias_store': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:299:22: note: byref variable will be forcibly initialized 299 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'up_threshold_store': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:227:22: note: byref variable will be forcibly initialized 227 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'io_is_busy_store': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:209:22: note: byref variable will be forcibly initialized 209 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'ignore_nice_load_store': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:272:22: note: byref variable will be forcibly initialized 272 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'sampling_down_factor_store': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:245:22: note: byref variable will be forcibly initialized 245 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'od_set_powersave_bias': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:419:19: note: byref variable will be forcibly initialized 419 | cpumask_t done; | ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-transient.c: In function 'transient_state_store': /kisskb/src/drivers/leds/trigger/ledtrig-transient.c:135:23: note: byref variable will be forcibly initialized 135 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-transient.c: In function 'transient_duration_store': /kisskb/src/drivers/leds/trigger/ledtrig-transient.c:108:23: note: byref variable will be forcibly initialized 108 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-transient.c: In function 'transient_activate_store': /kisskb/src/drivers/leds/trigger/ledtrig-transient.c:57:23: note: byref variable will be forcibly initialized 57 | unsigned long state; | ^~~~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_read_sensor': /kisskb/src/drivers/thermal/armada_thermal.c:376:13: note: byref variable will be forcibly initialized 376 | u32 reg, div; | ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_is_valid': /kisskb/src/drivers/thermal/armada_thermal.c:277:13: note: byref variable will be forcibly initialized 277 | u32 reg; | ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada380_init': /kisskb/src/drivers/thermal/armada_thermal.c:221:13: note: byref variable will be forcibly initialized 221 | u32 reg; | ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_cp110_init': /kisskb/src/drivers/thermal/armada_thermal.c:259:13: note: byref variable will be forcibly initialized 259 | u32 reg; | ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_ap806_init': /kisskb/src/drivers/thermal/armada_thermal.c:240:13: note: byref variable will be forcibly initialized 240 | u32 reg; | ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armadaxp_init': /kisskb/src/drivers/thermal/armada_thermal.c:142:13: note: byref variable will be forcibly initialized 142 | u32 reg; | ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_set_overheat_thresholds': /kisskb/src/drivers/thermal/armada_thermal.c:504:13: note: byref variable will be forcibly initialized 504 | u32 ctrl1; | ^~~~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_enable_overheat_interrupt': /kisskb/src/drivers/thermal/armada_thermal.c:290:13: note: byref variable will be forcibly initialized 290 | u32 reg; | ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada375_init': /kisskb/src/drivers/thermal/armada_thermal.c:190:13: note: byref variable will be forcibly initialized 190 | u32 reg; | ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada370_init': /kisskb/src/drivers/thermal/armada_thermal.c:169:13: note: byref variable will be forcibly initialized 169 | u32 reg; | ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_overheat_isr_thread': /kisskb/src/drivers/thermal/armada_thermal.c:541:13: note: byref variable will be forcibly initialized 541 | u32 dummy; | ^~~~~ /kisskb/src/drivers/thermal/armada_thermal.c:540:13: note: byref variable will be forcibly initialized 540 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_wait_sensor_validity': /kisskb/src/drivers/thermal/armada_thermal.c:208:13: note: byref variable will be forcibly initialized 208 | u32 reg; | ^~~ /kisskb/src/drivers/thermal/armada_thermal.c: In function 'armada_select_channel': /kisskb/src/drivers/thermal/armada_thermal.c:326:13: note: byref variable will be forcibly initialized 326 | u32 ctrl0; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c: In function 'vmw_gmr2_bind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c:44:30: note: byref variable will be forcibly initialized 44 | SVGAFifoCmdRemapGMR2 remap_cmd; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c:43:31: note: byref variable will be forcibly initialized 43 | SVGAFifoCmdDefineGMR2 define_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c: In function 'vmw_gmr2_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c:109:31: note: byref variable will be forcibly initialized 109 | SVGAFifoCmdDefineGMR2 define_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c: In function 'vmw_gmr_bind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c:132:26: note: byref variable will be forcibly initialized 132 | struct vmw_piter data_iter; | ^~~~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_cmdline_set': /kisskb/src/drivers/firmware/qemu_fw_cfg.c:804:24: note: byref variable will be forcibly initialized 804 | int processed, consumed = 0; | ^~~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c:803:51: note: byref variable will be forcibly initialized 803 | resource_size_t size, ctrl_off, data_off, dma_off; | ^~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c:803:41: note: byref variable will be forcibly initialized 803 | resource_size_t size, ctrl_off, data_off, dma_off; | ^~~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c:803:31: note: byref variable will be forcibly initialized 803 | resource_size_t size, ctrl_off, data_off, dma_off; | ^~~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c:802:21: note: byref variable will be forcibly initialized 802 | phys_addr_t base; | ^~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c:801:15: note: byref variable will be forcibly initialized 801 | char *str; | ^~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/include/linux/of_platform.h:12, from /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_drv.c:13: /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_drv.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_do_platform_probe': /kisskb/src/drivers/firmware/qemu_fw_cfg.c:236:14: note: byref variable will be forcibly initialized 236 | char sig[FW_CFG_SIG_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_drv.c: In function 'rockchip_drm_match_add': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_drv.c:361:33: note: byref variable will be forcibly initialized 361 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_drv.c: In function 'rockchip_drm_encoder_set_crtc_endpoint_id': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_drv.c:276:28: note: byref variable will be forcibly initialized 276 | struct of_endpoint ep; | ^~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_build_symlink': /kisskb/src/drivers/firmware/qemu_fw_cfg.c:498:27: note: byref variable will be forcibly initialized 498 | char *name_copy, *p, *tok; | ^ /kisskb/src/drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_register_dir_entries': /kisskb/src/drivers/firmware/qemu_fw_cfg.c:634:16: note: byref variable will be forcibly initialized 634 | __be32 files_count; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_sysfs_probe': /kisskb/src/drivers/firmware/qemu_fw_cfg.c:677:16: note: byref variable will be forcibly initialized 677 | __le32 rev; | ^~~ 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/hwmon-sysfs.h:10, from /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c:24: /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c: In function 'radeon_sync_with_vblank': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c:166:17: note: in expansion of macro 'wait_event_timeout' 166 | wait_event_timeout( | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c: In function 'radeon_pm_in_vbl': /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c:1820:26: note: byref variable will be forcibly initialized 1820 | int crtc, vpos, hpos, vbl_status; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c:1820:20: note: byref variable will be forcibly initialized 1820 | int crtc, vpos, hpos, vbl_status; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c: In function 'radeon_hwmon_get_pwm1': /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c:650:13: note: byref variable will be forcibly initialized 650 | u32 speed; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c: In function 'radeon_hwmon_set_pwm1_enable': /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c:588:13: note: byref variable will be forcibly initialized 588 | int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c: In function 'radeon_hwmon_set_pwm1': /kisskb/src/drivers/gpu/drm/radeon/radeon_pm.c:629:13: note: byref variable will be forcibly initialized 629 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/mem.c: In function 'nvif_mem_ctor_type': /kisskb/src/drivers/gpu/drm/nouveau/nvif/mem.c:53:12: note: byref variable will be forcibly initialized 53 | u8 stack[128]; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c:22: /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c:22: /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_encoder_service': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:347:39: note: byref variable will be forcibly initialized 347 | DP_ENCODER_SERVICE_PARAMETERS args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c: In function 'nvif_mmu_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c:93:41: note: byref variable will be forcibly initialized 93 | struct nvif_mmu_type_v0 args = { .index = i }; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c:82:41: note: byref variable will be forcibly initialized 82 | struct nvif_mmu_heap_v0 args = { .index = i }; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c:22: /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c:64:15: note: in expansion of macro 'nvif_mclass' 64 | ret = nvif_mclass(&mmu->object, mems); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/mmu.c:46:28: note: byref variable will be forcibly initialized 46 | struct nvif_mmu_v0 args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_probe_oui': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:373:12: note: byref variable will be forcibly initialized 373 | u8 buf[3]; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_set_tp': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:565:13: note: byref variable will be forcibly initialized 565 | static void radeon_dp_set_tp(struct radeon_dp_link_train_info *dp_info, int tp) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_link_train_finish': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:646:12: note: byref variable will be forcibly initialized 646 | static int radeon_dp_link_train_finish(struct radeon_dp_link_train_info *dp_info) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_atom_copy_swap': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:60:25: note: byref variable will be forcibly initialized 60 | u32 src_tmp[5], dst_tmp[5]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:60:13: note: byref variable will be forcibly initialized 60 | u32 src_tmp[5], dst_tmp[5]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_process_aux_ch': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:92:39: note: byref variable will be forcibly initialized 92 | union aux_channel_transaction args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_aux_transfer_atom': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:166:12: note: byref variable will be forcibly initialized 166 | u8 ack, delay = 0; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:164:12: note: byref variable will be forcibly initialized 164 | u8 tx_buf[20]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_getdpcd': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:390:12: note: byref variable will be forcibly initialized 390 | u8 msg[DP_DPCD_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_get_panel_mode': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:418:12: note: byref variable will be forcibly initialized 418 | u8 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_mode_valid_helper': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:479:28: note: byref variable will be forcibly initialized 479 | unsigned dp_clock, dp_lanes; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:479:18: note: byref variable will be forcibly initialized 479 | unsigned dp_clock, dp_lanes; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_needs_link_train': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:506:12: note: byref variable will be forcibly initialized 506 | u8 link_status[DP_LINK_STATUS_SIZE]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_set_rx_power_state': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:517:6: note: byref variable will be forcibly initialized 517 | void radeon_dp_set_rx_power_state(struct drm_connector *connector, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_link_train_init': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:600:12: note: byref variable will be forcibly initialized 600 | static int radeon_dp_link_train_init(struct radeon_dp_link_train_info *dp_info) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:600:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:600:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:600:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:600:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:600:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c: In function 'radeon_dp_link_train': /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:795:23: note: byref variable will be forcibly initialized 795 | u8 tmp, frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:795:17: note: byref variable will be forcibly initialized 795 | u8 tmp, frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:795:12: note: byref variable will be forcibly initialized 795 | u8 tmp, frev, crev; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_dp.c:793:42: note: byref variable will be forcibly initialized 793 | struct radeon_dp_link_train_info dp_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_hdmi.c: In function 'r600_hdmi_update_audio_settings': /kisskb/src/drivers/gpu/drm/radeon/r600_hdmi.c:420:37: note: byref variable will be forcibly initialized 420 | struct hdmi_audio_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_hdmi.c:419:17: note: byref variable will be forcibly initialized 419 | uint8_t buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AUDIO_INFOFRAME_SIZE]; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_onfi.c: In function 'nand_onfi_detect': /kisskb/src/drivers/mtd/nand/raw/nand_onfi.c:197:29: note: byref variable will be forcibly initialized 197 | const void *srcbufs[ONFI_PARAM_PAGES]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_onfi.c:153:14: note: byref variable will be forcibly initialized 153 | char id[4]; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_jedec.c: In function 'nand_jedec_detect': /kisskb/src/drivers/mtd/nand/raw/nand_jedec.c:33:14: note: byref variable will be forcibly initialized 33 | char id[5]; | ^~ /kisskb/src/drivers/cpufreq/cpufreq_governor.c: In function 'sampling_rate_store': /kisskb/src/drivers/cpufreq/cpufreq_governor.c:49:22: note: byref variable will be forcibly initialized 49 | unsigned int sampling_interval; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq_governor.c: In function 'dbs_update': /kisskb/src/drivers/cpufreq/cpufreq_governor.c:139:21: note: byref variable will be forcibly initialized 139 | u64 update_time, cur_idle_time; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/turris-mox-rwtm.c: In function 'mox_hwrng_read': /kisskb/src/drivers/firmware/turris-mox-rwtm.c:287:40: note: byref variable will be forcibly initialized 287 | struct armada_37xx_rwtm_tx_msg msg; | ^~~ /kisskb/src/drivers/firmware/turris-mox-rwtm.c: In function 'check_get_random_support': /kisskb/src/drivers/firmware/turris-mox-rwtm.c:265:40: note: byref variable will be forcibly initialized 265 | struct armada_37xx_rwtm_tx_msg msg; | ^~~ /kisskb/src/drivers/firmware/turris-mox-rwtm.c: In function 'mox_get_board_info': /kisskb/src/drivers/firmware/turris-mox-rwtm.c:193:40: note: byref variable will be forcibly initialized 193 | struct armada_37xx_rwtm_tx_msg msg; | ^~~ /kisskb/src/drivers/firmware/turris-mox-rwtm.c: In function 'do_sign_write': /kisskb/src/drivers/firmware/turris-mox-rwtm.c:362:16: note: byref variable will be forcibly initialized 362 | loff_t dummy = 0; | ^~~~~ /kisskb/src/drivers/firmware/turris-mox-rwtm.c:361:40: note: byref variable will be forcibly initialized 361 | struct armada_37xx_rwtm_tx_msg msg; | ^~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_hashtab.c:35: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_hashtab.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_hashtab.c:35: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_hashtab.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_hashtab.c:35: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_hashtab.c: In function 'hlist_add_behind_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:683:9: note: in expansion of macro 'rcu_assign_pointer' 683 | rcu_assign_pointer(hlist_next_rcu(prev), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_hashtab.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_haptic_set_pwm': /kisskb/src/drivers/input/misc/da7280.c:327:26: note: byref variable will be forcibly initialized 327 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_irq_handler': /kisskb/src/drivers/input/misc/da7280.c:906:12: note: byref variable will be forcibly initialized 906 | u8 events[DA7280_IRQ_NUM]; | ^~~~~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_haptic_mem_update': /kisskb/src/drivers/input/misc/da7280.c:286:22: note: byref variable will be forcibly initialized 286 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_parse_properties': /kisskb/src/drivers/input/misc/da7280.c:780:13: note: byref variable will be forcibly initialized 780 | u32 val; | ^~~ /kisskb/src/drivers/input/misc/da7280.c:779:21: note: byref variable will be forcibly initialized 779 | const char *str; | ^~~ /kisskb/src/drivers/input/misc/da7280.c:778:14: note: byref variable will be forcibly initialized 778 | char gpi_str3[] = "dlg,gpi0-polarity"; | ^~~~~~~~ /kisskb/src/drivers/input/misc/da7280.c:777:14: note: byref variable will be forcibly initialized 777 | char gpi_str2[] = "dlg,gpi0-mode"; | ^~~~~~~~ /kisskb/src/drivers/input/misc/da7280.c:776:14: note: byref variable will be forcibly initialized 776 | char gpi_str1[] = "dlg,gpi0-seq-id"; | ^~~~~~~~ /kisskb/src/drivers/input/misc/da7280.c:775:25: note: byref variable will be forcibly initialized 775 | unsigned int i, mem[DA7280_SNP_MEM_SIZE]; | ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_init': /kisskb/src/drivers/input/misc/da7280.c:964:22: note: byref variable will be forcibly initialized 964 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_probe': /kisskb/src/drivers/input/misc/da7280.c:1149:26: note: byref variable will be forcibly initialized 1149 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/leds/flash/leds-aat1290.c: In function 'aat1290_led_probe': /kisskb/src/drivers/leds/flash/leds-aat1290.c:462:29: note: byref variable will be forcibly initialized 462 | struct device_node *sub_node = NULL; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen.c: In function 'sumo_set_uvd_clock': /kisskb/src/drivers/gpu/drm/radeon/evergreen.c:1144:36: note: byref variable will be forcibly initialized 1144 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen.c: In function 'evergreen_set_uvd_clocks': /kisskb/src/drivers/gpu/drm/radeon/evergreen.c:1190:44: note: byref variable will be forcibly initialized 1190 | unsigned fb_div = 0, vclk_div = 0, dclk_div = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen.c:1190:30: note: byref variable will be forcibly initialized 1190 | unsigned fb_div = 0, vclk_div = 0, dclk_div = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen.c:1190:18: note: byref variable will be forcibly initialized 1190 | unsigned fb_div = 0, vclk_div = 0, dclk_div = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen.c: In function 'evergreen_program_watermarks': /kisskb/src/drivers/gpu/drm/radeon/evergreen.c:2158:44: note: byref variable will be forcibly initialized 2158 | struct evergreen_wm_params wm_low, wm_high; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen.c:2158:36: note: byref variable will be forcibly initialized 2158 | struct evergreen_wm_params wm_low, wm_high; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen.c: In function 'evergreen_mc_stop': /kisskb/src/drivers/gpu/drm/radeon/evergreen.c:2669:18: note: byref variable will be forcibly initialized 2669 | unsigned dig_fe; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen.c: In function 'evergreen_mc_program': /kisskb/src/drivers/gpu/drm/radeon/evergreen.c:2853:34: note: byref variable will be forcibly initialized 2853 | struct evergreen_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen.c: In function 'evergreen_gpu_soft_reset': /kisskb/src/drivers/gpu/drm/radeon/evergreen.c:3898:34: note: byref variable will be forcibly initialized 3898 | struct evergreen_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen.c: In function 'evergreen_gpu_pci_config_reset': /kisskb/src/drivers/gpu/drm/radeon/evergreen.c:4012:34: note: byref variable will be forcibly initialized 4012 | struct evergreen_mc_save save; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_mlc_1xnm_rr_value': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:262:12: note: byref variable will be forcibly initialized 262 | u8 tmp[NAND_HYNIX_1XNM_RR_REPEAT]; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_nand_reg_write_op': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:97:39: note: byref variable will be forcibly initialized 97 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:93:38: note: byref variable will be forcibly initialized 93 | struct nand_op_instr instrs[] = { | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/radeon/radeon_trace.h:209, from /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c:10: /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'perf_trace_radeon_bo_create': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_nand_cmd_op': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:78:39: note: byref variable will be forcibly initialized 78 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:75:38: note: byref variable will be forcibly initialized 75 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'perf_trace_radeon_vm_grab_id': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'perf_trace_radeon_vm_bo_update': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'perf_trace_radeon_vm_set_page': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'perf_trace_radeon_vm_flush': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_nand_has_valid_jedecid': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:62:12: note: byref variable will be forcibly initialized 62 | u8 jedecid[5] = { }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'perf_trace_radeon_fence_request': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'perf_trace_radeon_semaphore_request': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_mlc_1xnm_rr_init': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:293:19: note: byref variable will be forcibly initialized 293 | u8 nregs, nmodes; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:293:12: note: byref variable will be forcibly initialized 293 | u8 nregs, nmodes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/radeon/radeon_trace.h:209, from /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c:10: /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'trace_event_raw_event_radeon_bo_create': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'trace_event_raw_event_radeon_vm_grab_id': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'trace_event_raw_event_radeon_vm_bo_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'trace_event_raw_event_radeon_vm_set_page': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'trace_event_raw_event_radeon_vm_flush': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'trace_event_raw_event_radeon_fence_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'trace_event_raw_event_radeon_semaphore_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/radeon/radeon_trace.h:209, from /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c:10: /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'perf_trace_radeon_cs': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/radeon/radeon_trace.h:209, from /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c:10: /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function 'trace_event_raw_event_radeon_cs': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/radeon/radeon_trace.h:209, from /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c:10: /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function '__bpf_trace_radeon_bo_create': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function '__bpf_trace_radeon_cs': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function '__bpf_trace_radeon_vm_bo_update': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function '__bpf_trace_radeon_vm_grab_id': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function '__bpf_trace_radeon_semaphore_request': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function '__bpf_trace_radeon_vm_set_page': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function '__bpf_trace_radeon_vm_flush': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_trace_points.c: In function '__bpf_trace_radeon_fence_request': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'nand_power_down_op': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:258:39: note: byref variable will be forcibly initialized 258 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:254:38: note: byref variable will be forcibly initialized 254 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'macronix_nand_setup_read_retry': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:41:12: note: byref variable will be forcibly initialized 41 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'macronix_nand_randomizer_check_enable': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:54:12: note: byref variable will be forcibly initialized 54 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'macronix_nand_block_protection_support': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:222:12: note: byref variable will be forcibly initialized 222 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'mxic_nand_unlock': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:206:12: note: byref variable will be forcibly initialized 206 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'mxic_nand_lock': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:190:12: note: byref variable will be forcibly initialized 190 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/vmm.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c:22: /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c: In function 'nvif_vmm_map': /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c:40:12: note: byref variable will be forcibly initialized 40 | u8 stack[48]; | ^~~~~ In file included 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/vmm.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c:22: /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c: In function 'nvif_vmm_put': /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c:69:68: note: byref variable will be forcibly initialized 69 | &(struct nvif_vmm_put_v0) { | ^ /kisskb/src/include/asm-generic/bug.h:122:32: note: in definition of macro 'WARN_ON' 122 | int __ret_warn_on = !!(condition); \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c: In function 'nvif_vmm_get': /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c:80:32: note: byref variable will be forcibly initialized 80 | struct nvif_vmm_get_v0 args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c: In function 'nvif_vmm_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvif/vmm.c:150:41: note: byref variable will be forcibly initialized 150 | struct nvif_vmm_page_v0 args = { .index = i }; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_modalias_node': /kisskb/src/drivers/of/base.c:1225:13: note: byref variable will be forcibly initialized 1225 | int cplen; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_init': /kisskb/src/drivers/of/base.c:1294:13: note: byref variable will be forcibly initialized 1294 | int size; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_addr_cells': /kisskb/src/drivers/of/base.c:91:13: note: byref variable will be forcibly initialized 91 | u32 cells; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_size_cells': /kisskb/src/drivers/of/base.c:112:13: note: byref variable will be forcibly initialized 112 | u32 cells; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_next': /kisskb/src/drivers/of/base.c:1322:18: note: byref variable will be forcibly initialized 1322 | uint32_t count = 0; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_count_phandle_with_args': /kisskb/src/drivers/of/base.c:1691:21: note: byref variable will be forcibly initialized 1691 | int size; | ^~~~ /kisskb/src/drivers/of/base.c:1680:36: note: byref variable will be forcibly initialized 1680 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/of/base.c: In function 'of_map_id': /kisskb/src/drivers/of/base.c:2123:13: note: byref variable will be forcibly initialized 2123 | int map_len; | ^~~~~~~ /kisskb/src/drivers/of/base.c:2122:13: note: byref variable will be forcibly initialized 2122 | u32 map_mask, masked_id; | ^~~~~~~~ /kisskb/src/drivers/firmware/raspberrypi.c: In function 'rpi_firmware_transaction': /kisskb/src/drivers/firmware/raspberrypi.c:50:13: note: byref variable will be forcibly initialized 50 | u32 message = MBOX_MSG(chan, data); | ^~~~~~~ /kisskb/src/drivers/firmware/raspberrypi.c: In function 'rpi_firmware_property_list': /kisskb/src/drivers/firmware/raspberrypi.c:92:20: note: byref variable will be forcibly initialized 92 | dma_addr_t bus_addr; | ^~~~~~~~ /kisskb/src/drivers/of/base.c: In function '__of_device_is_available': /kisskb/src/drivers/of/base.c:614:13: note: byref variable will be forcibly initialized 614 | int statlen; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/firmware/raspberrypi.c:9: /kisskb/src/drivers/firmware/raspberrypi.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_hwid': /kisskb/src/drivers/of/base.c:300:17: note: byref variable will be forcibly initialized 300 | int ac, len; | ^~~ /kisskb/src/drivers/of/base.c: In function '__of_find_n_match_cpu_property': /kisskb/src/drivers/of/base.c:339:17: note: byref variable will be forcibly initialized 339 | int ac, prop_len, tid; | ^~~~~~~~ /kisskb/src/drivers/firmware/raspberrypi.c: In function 'rpi_firmware_print_firmware_revision': /kisskb/src/drivers/firmware/raspberrypi.c:184:13: note: byref variable will be forcibly initialized 184 | u32 packet; | ^~~~~~ /kisskb/src/drivers/firmware/raspberrypi.c:183:18: note: byref variable will be forcibly initialized 183 | time64_t date_and_time; | ^~~~~~~~~~~~~ /kisskb/src/drivers/firmware/raspberrypi.c: In function 'rpi_register_hwmon_driver': /kisskb/src/drivers/firmware/raspberrypi.c:200:13: note: byref variable will be forcibly initialized 200 | u32 packet; | ^~~~~~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1428:36: note: byref variable will be forcibly initialized 1428 | struct of_phandle_iterator it; | ^~ In file included from /kisskb/src/drivers/of/base.c:23: /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_state_node': /kisskb/src/drivers/of/base.c:458:32: note: byref variable will be forcibly initialized 458 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle_with_args_map': /kisskb/src/drivers/of/base.c:1534:24: note: byref variable will be forcibly initialized 1534 | u32 list_size, new_size; | ^~~~~~~~ /kisskb/src/drivers/of/base.c:1534:13: note: byref variable will be forcibly initialized 1534 | u32 list_size, new_size; | ^~~~~~~~~ /kisskb/src/drivers/of/base.c:1533:21: note: byref variable will be forcibly initialized 1533 | int i, ret, map_len, match; | ^~~~~~~ /kisskb/src/drivers/of/base.c:1531:16: note: byref variable will be forcibly initialized 1531 | __be32 initial_match_array[MAX_PHANDLE_ARGS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_update_property': /kisskb/src/drivers/of/base.c:1857:26: note: byref variable will be forcibly initialized 1857 | struct property *oldprop; | ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_alias_scan': /kisskb/src/drivers/of/base.c:1932:21: note: byref variable will be forcibly initialized 1932 | int id, len; | ^~ /kisskb/src/drivers/of/base.c:1913:29: note: byref variable will be forcibly initialized 1913 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_find_last_cache_level': /kisskb/src/drivers/of/base.c:2085:13: note: byref variable will be forcibly initialized 2085 | u32 cache_level = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni.c: In function 'cayman_gpu_soft_reset': /kisskb/src/drivers/gpu/drm/radeon/ni.c:1813:34: note: byref variable will be forcibly initialized 1813 | struct evergreen_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ni.c: In function 'ni_init_microcode': /kisskb/src/drivers/gpu/drm/radeon/ni.c:706:14: note: byref variable will be forcibly initialized 706 | char fw_name[30]; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/user.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nvif/user.c:22: /kisskb/src/drivers/gpu/drm/nouveau/nvif/user.c: In function 'nvif_user_ctor': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/user.c:52:15: note: in expansion of macro 'nvif_mclass' 52 | cid = nvif_mclass(&device->object, users); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni.c: In function 'tn_set_vce_clocks': /kisskb/src/drivers/gpu/drm/radeon/ni.c:2707:36: note: byref variable will be forcibly initialized 2707 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_micron.c: In function 'micron_nand_on_die_ecc_setup': /kisskb/src/drivers/mtd/nand/raw/nand_micron.c:169:12: note: byref variable will be forcibly initialized 169 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN] = { 0, }; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_micron.c: In function 'micron_nand_read_page_on_die_ecc': /kisskb/src/drivers/mtd/nand/raw/nand_micron.c:309:12: note: byref variable will be forcibly initialized 309 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_micron.c: In function 'micron_supports_on_die_ecc': /kisskb/src/drivers/mtd/nand/raw/nand_micron.c:418:12: note: byref variable will be forcibly initialized 418 | u8 id[5]; | ^~ /kisskb/src/drivers/staging/board/board.c: In function 'find_by_address': /kisskb/src/drivers/staging/board/board.c:28:25: note: byref variable will be forcibly initialized 28 | struct resource res; | ^~~ /kisskb/src/drivers/staging/board/board.c: In function 'gic_fixup_resource': /kisskb/src/drivers/staging/board/board.c:76:32: note: byref variable will be forcibly initialized 76 | struct of_phandle_args irq_data; | ^~~~~~~~ /kisskb/src/drivers/staging/board/board.c: In function 'board_staging_add_dev_domain': /kisskb/src/drivers/staging/board/board.c:140:32: note: byref variable will be forcibly initialized 140 | struct of_phandle_args pd_args; | ^~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-of.c: In function 'i2c_hid_of_probe': /kisskb/src/drivers/hid/i2c-hid/i2c-hid-of.c:77:13: note: byref variable will be forcibly initialized 77 | u32 val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h:34, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:37: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_surface_unreference': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized 1590 | struct vmw_resource *res = &tmp_srf->res; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h:34, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:37: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_new_framebuffer_surface': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized 1590 | struct vmw_resource *res = &tmp_srf->res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_framebuffer_surface_destroy': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_framebuffer_bo_dirty': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1286:30: note: byref variable will be forcibly initialized 1286 | struct drm_clip_rect norect; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_cursor_snoop': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:276:32: note: byref variable will be forcibly initialized 276 | struct ttm_bo_kmap_obj map; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h:34, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:37: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_du_plane_unpin_surf': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized 1590 | struct vmw_resource *res = &tmp_srf->res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_du_cursor_plane_cleanup_fb': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_du_cursor_plane_prepare_fb': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_du_plane_destroy_state': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/cpufreq.h:12, from /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c:6: /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_new_framebuffer': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c: In function 'init_vhint_table': /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c:138:20: note: byref variable will be forcibly initialized 138 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c:135:35: note: byref variable will be forcibly initialized 135 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c:134:38: note: byref variable will be forcibly initialized 134 | struct mrq_cpu_vhint_request req; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1580:33: note: byref variable will be forcibly initialized 1580 | struct vmw_framebuffer *vfb = NULL; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h:34, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:37: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_fb_create': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized 1590 | struct vmw_resource *res = &tmp_srf->res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1639:35: note: byref variable will be forcibly initialized 1639 | struct vmw_buffer_object *bo = NULL; | ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1638:29: note: byref variable will be forcibly initialized 1638 | struct vmw_surface *surface = NULL; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_du_update_layout': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2197:40: note: byref variable will be forcibly initialized 2197 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2196:40: note: byref variable will be forcibly initialized 2196 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_update_layout_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2540:33: note: byref variable will be forcibly initialized 2540 | struct drm_rect def_rect = {0, 0, 800, 600}; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_yuv_setup': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1545:34: note: byref variable will be forcibly initialized 1545 | ENABLE_YUV_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_dac_setup': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:355:43: note: byref variable will be forcibly initialized 355 | DAC_ENCODER_CONTROL_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_tv_setup': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:407:42: note: byref variable will be forcibly initialized 407 | TV_ENCODER_CONTROL_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_dac_load_detect': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:2348:31: note: byref variable will be forcibly initialized 2348 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:2348:25: note: byref variable will be forcibly initialized 2348 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:2346:50: note: byref variable will be forcibly initialized 2346 | DAC_LOAD_DETECTION_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_kms_helper_validation_finish': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2754:18: note: byref variable will be forcibly initialized 2754 | uint32_t handle = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2753:31: note: byref variable will be forcibly initialized 2753 | struct vmw_fence_obj *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'radeon_atom_backlight_init': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:195:14: note: byref variable will be forcibly initialized 195 | char bl_name[16]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:192:37: note: byref variable will be forcibly initialized 192 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_dvo_setup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c: In function 'vmw_du_helper_plane_update': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:498:23: note: byref variable will be forcibly initialized 498 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:498:17: note: byref variable will be forcibly initialized 498 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:496:35: note: byref variable will be forcibly initialized 496 | union dvo_encoder_control args; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2992:25: note: byref variable will be forcibly initialized 2992 | struct drm_rect bb; | ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2991:25: note: byref variable will be forcibly initialized 2991 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:2990:46: note: byref variable will be forcibly initialized 2990 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_digital_setup': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:572:23: note: byref variable will be forcibly initialized 572 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:572:17: note: byref variable will be forcibly initialized 572 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:569:36: note: byref variable will be forcibly initialized 569 | union lvds_encoder_control args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_external_encoder_setup': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1447:18: note: byref variable will be forcibly initialized 1447 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1447:12: note: byref variable will be forcibly initialized 1447 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1444:40: note: byref variable will be forcibly initialized 1444 | union external_encoder_control args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_set_encoder_crtc_source': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1870:23: note: byref variable will be forcibly initialized 1870 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1870:17: note: byref variable will be forcibly initialized 1870 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1868:33: note: byref variable will be forcibly initialized 1868 | union crtc_source_param args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_dig_encoder_setup2': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:853:23: note: byref variable will be forcibly initialized 853 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:853:17: note: byref variable will be forcibly initialized 853 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:851:35: note: byref variable will be forcibly initialized 851 | union dig_encoder_control args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_dig_transmitter_setup2': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1023:23: note: byref variable will be forcibly initialized 1023 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1023:17: note: byref variable will be forcibly initialized 1023 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1021:39: note: byref variable will be forcibly initialized 1021 | union dig_transmitter_control args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_set_backlight_level': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:100:53: note: byref variable will be forcibly initialized 100 | DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'radeon_atom_encoder_dpms_avivo': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1581:53: note: byref variable will be forcibly initialized 1581 | DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_set_edp_panel_power': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1394:23: note: byref variable will be forcibly initialized 1394 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1394:17: note: byref variable will be forcibly initialized 1394 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:1392:39: note: byref variable will be forcibly initialized 1392 | union dig_transmitter_control args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c: In function 'atombios_set_mst_encoder_crtc_source': /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:2017:33: note: byref variable will be forcibly initialized 2017 | union crtc_source_param args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:2016:23: note: byref variable will be forcibly initialized 2016 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_encoders.c:2016:17: note: byref variable will be forcibly initialized 2016 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/leds/flash/leds-as3645a.c: In function 'as3645a_parse_node': /kisskb/src/drivers/leds/flash/leds-as3645a.c:489:21: note: byref variable will be forcibly initialized 489 | u32 id = 0; | ^~ /kisskb/src/drivers/leds/flash/leds-as3645a.c: In function 'as3645a_setup': /kisskb/src/drivers/leds/flash/leds-as3645a.c:383:13: note: byref variable will be forcibly initialized 383 | u32 fault = 0; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c: In function 'toshiba_nand_benand_read_eccstatus_op': /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c:42:39: note: byref variable will be forcibly initialized 42 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c:37:38: note: byref variable will be forcibly initialized 37 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c: In function 'toshiba_nand_benand_eccstatus': /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c:55:20: note: byref variable will be forcibly initialized 55 | u8 status, ecc_status[TOSHIBA_NAND_MAX_ECC_STEPS]; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c:55:12: note: byref variable will be forcibly initialized 55 | u8 status, ecc_status[TOSHIBA_NAND_MAX_ECC_STEPS]; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/sm_common.c: In function 'sm_block_markbad': /kisskb/src/drivers/mtd/nand/raw/sm_common.c:103:23: note: byref variable will be forcibly initialized 103 | struct sm_oob oob; | ^~~ /kisskb/src/drivers/mtd/nand/raw/sm_common.c:102:28: note: byref variable will be forcibly initialized 102 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/client.c: In function 'nvkm_uclient_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/client.c:41:29: note: byref variable will be forcibly initialized 41 | struct nvkm_client *client; | ^~~~~~ In file included from /kisskb/src/drivers/input/misc/da9052_onkey.c:15: /kisskb/src/drivers/input/misc/da9052_onkey.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_update_interval': /kisskb/src/drivers/hwmon/w83773g.c:144:22: note: byref variable will be forcibly initialized 144 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_local_temp': /kisskb/src/drivers/hwmon/w83773g.c:63:22: note: byref variable will be forcibly initialized 63 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_remote_temp': /kisskb/src/drivers/hwmon/w83773g.c:77:22: note: byref variable will be forcibly initialized 77 | unsigned int regval_low; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c:76:22: note: byref variable will be forcibly initialized 76 | unsigned int regval_high; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_fault': /kisskb/src/drivers/hwmon/w83773g.c:94:22: note: byref variable will be forcibly initialized 94 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_offset': /kisskb/src/drivers/hwmon/w83773g.c:108:22: note: byref variable will be forcibly initialized 108 | unsigned int regval_low; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c:107:22: note: byref variable will be forcibly initialized 107 | unsigned int regval_high; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/engine.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/engine.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/engine.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/engine.c: In function 'nvkm_engine_info': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/engine.c:93:29: note: byref variable will be forcibly initialized 93 | struct nvkm_engine *engine = nvkm_engine(subdev); | ^~~~~~ /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:30: note: byref variable will be forcibly initialized 281 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_register_divider': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:325:30: note: byref variable will be forcibly initialized 325 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_probe': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:422:13: note: byref variable will be forcibly initialized 422 | int nr_outputs; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/denali.c: In function 'denali_read_page': /kisskb/src/drivers/mtd/nand/raw/denali.c:728:23: note: byref variable will be forcibly initialized 728 | unsigned long uncor_ecc_flags = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ad7418.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ad7418.c:163:14: note: byref variable will be forcibly initialized 163 | long temp; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/cpufreq.h:12, from /kisskb/src/drivers/cpufreq/qoriq-cpufreq.c:12: /kisskb/src/drivers/cpufreq/qoriq-cpufreq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cpufreq/qoriq-cpufreq.c: In function 'get_bus_freq': /kisskb/src/drivers/cpufreq/qoriq-cpufreq.c:44:13: note: byref variable will be forcibly initialized 44 | u32 sysfreq; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/radeon/radeon.h:65, from /kisskb/src/drivers/gpu/drm/radeon/radeon_sa.c:45: /kisskb/src/drivers/gpu/drm/radeon/radeon_sa.c: In function 'radeon_sa_bo_new': /kisskb/src/include/linux/wait.h:776:21: note: byref variable will be forcibly initialized 776 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1173:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1173 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:776:9: note: in expansion of macro 'DEFINE_WAIT' 776 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:815:16: note: in expansion of macro '__wait_event_interruptible_locked' 815 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_sa.c:362:29: note: in expansion of macro 'wait_event_interruptible_locked' 362 | r = wait_event_interruptible_locked( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_sa.c:318:18: note: byref variable will be forcibly initialized 318 | unsigned tries[RADEON_NUM_RINGS]; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_sa.c:317:30: note: byref variable will be forcibly initialized 317 | struct radeon_fence *fences[RADEON_NUM_RINGS]; | ^~~~~~ 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/mtd/nand/raw/denali_dt.c:11: /kisskb/src/drivers/mtd/nand/raw/denali_dt.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/denali_dt.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/denali_dt.c: In function 'denali_dt_chip_init': /kisskb/src/drivers/mtd/nand/raw/denali_dt.c:86:13: note: byref variable will be forcibly initialized 86 | u32 bank; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_close': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:158:35: note: byref variable will be forcibly initialized 158 | struct mrq_debug_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_open': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:118:35: note: byref variable will be forcibly initialized 118 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:117:35: note: byref variable will be forcibly initialized 117 | struct mrq_debug_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debugfs_dumpdir': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:565:35: note: byref variable will be forcibly initialized 565 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:564:37: note: byref variable will be forcibly initialized 564 | struct mrq_debugfs_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debugfs_read': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:506:35: note: byref variable will be forcibly initialized 506 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:505:37: note: byref variable will be forcibly initialized 505 | struct mrq_debugfs_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:496:36: note: byref variable will be forcibly initialized 496 | struct mrq_debugfs_request req = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debugfs_write': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:543:35: note: byref variable will be forcibly initialized 543 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:534:42: note: byref variable will be forcibly initialized 534 | const struct mrq_debugfs_request req = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_debug_show': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:325:26: note: byref variable will be forcibly initialized 325 | uint32_t fd = 0, len = 0; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:325:18: note: byref variable will be forcibly initialized 325 | uint32_t fd = 0, len = 0; | ^~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:313:35: note: byref variable will be forcibly initialized 313 | struct mrq_debug_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:308:14: note: byref variable will be forcibly initialized 308 | char fnamebuf[256]; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_write': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:262:26: note: byref variable will be forcibly initialized 262 | uint32_t fd = 0, len = 0; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:262:18: note: byref variable will be forcibly initialized 262 | uint32_t fd = 0, len = 0; | ^~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:250:35: note: byref variable will be forcibly initialized 250 | struct mrq_debug_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_debug_store': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:372:14: note: byref variable will be forcibly initialized 372 | char fnamebuf[256]; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_read': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:199:26: note: byref variable will be forcibly initialized 199 | uint32_t fd = 0, len = 0; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:199:18: note: byref variable will be forcibly initialized 199 | uint32_t fd = 0, len = 0; | ^~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:187:35: note: byref variable will be forcibly initialized 187 | struct mrq_debug_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_populate_debugfs_inband': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:420:21: note: byref variable will be forcibly initialized 420 | const char *name; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:418:23: note: byref variable will be forcibly initialized 418 | struct seqbuf seqbuf; | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:416:25: note: byref variable will be forcibly initialized 416 | uint32_t dsize, attrs = 0; | ^~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:416:18: note: byref variable will be forcibly initialized 416 | uint32_t dsize, attrs = 0; | ^~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_populate_dir': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:702:21: note: byref variable will be forcibly initialized 702 | const char *name; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:701:21: note: byref variable will be forcibly initialized 701 | uint32_t d, t; | ^ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:701:18: note: byref variable will be forcibly initialized 701 | uint32_t d, t; | ^ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_populate_debugfs_shmem': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:754:16: note: byref variable will be forcibly initialized 754 | size_t nbytes; | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:753:20: note: byref variable will be forcibly initialized 753 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:751:23: note: byref variable will be forcibly initialized 751 | struct seqbuf seqbuf; | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'debugfs_show': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:600:21: note: byref variable will be forcibly initialized 600 | size_t len, nbytes; | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:598:14: note: byref variable will be forcibly initialized 598 | char buf[256]; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:597:30: note: byref variable will be forcibly initialized 597 | dma_addr_t dataphys, namephys; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:597:20: note: byref variable will be forcibly initialized 597 | dma_addr_t dataphys, namephys; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'debugfs_store': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:649:14: note: byref variable will be forcibly initialized 649 | char fnamebuf[256]; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:648:30: note: byref variable will be forcibly initialized 648 | dma_addr_t dataphys, namephys; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:648:20: note: byref variable will be forcibly initialized 648 | dma_addr_t dataphys, namephys; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_i2c.c: In function 'radeon_process_i2c_ch': /kisskb/src/drivers/gpu/drm/radeon/atombios_i2c.c:45:13: note: byref variable will be forcibly initialized 45 | u16 out = cpu_to_le16(0); | ^~~ /kisskb/src/drivers/gpu/drm/radeon/atombios_i2c.c:42:55: note: byref variable will be forcibly initialized 42 | PROCESS_I2C_CHANNEL_TRANSACTION_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_prime.c: In function 'radeon_gem_prime_import_sg_table': /kisskb/src/drivers/gpu/drm/radeon/radeon_prime.c:49:27: note: byref variable will be forcibly initialized 49 | struct radeon_bo *bo; | ^~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'doc200x_readid': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:354:31: note: byref variable will be forcibly initialized 354 | struct nand_operation op = NAND_OPERATION(cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:347:12: note: byref variable will be forcibly initialized 347 | u8 addr = 0; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'doc200x_ident_chip': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:367:12: note: byref variable will be forcibly initialized 367 | u8 id[2]; | ^~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'doc_ecc_decode': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:139:47: note: byref variable will be forcibly initialized 139 | uint16_t ds[4], s[5], tmp, errval[8], syn[4]; | ^~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:139:36: note: byref variable will be forcibly initialized 139 | uint16_t ds[4], s[5], tmp, errval[8], syn[4]; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:137:25: note: byref variable will be forcibly initialized 137 | int i, j, nerr, errpos[8]; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'doc200x_correct_data': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:765:17: note: byref variable will be forcibly initialized 765 | uint8_t calc_ecc[6]; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'find_media_headers': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:868:16: note: byref variable will be forcibly initialized 868 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'nftl_scan_bbt': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:1135:30: note: byref variable will be forcibly initialized 1135 | struct mtd_partition parts[2]; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'inftl_scan_bbt': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:1170:30: note: byref variable will be forcibly initialized 1170 | struct mtd_partition parts[5]; | ^~~~~ /kisskb/src/drivers/leds/flash/leds-lm3601x.c: In function 'lm3601x_probe': /kisskb/src/drivers/leds/flash/leds-lm3601x.c:416:31: note: byref variable will be forcibly initialized 416 | 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:13: note: byref variable will be forcibly initialized 137 | 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:13: note: byref variable will be forcibly initialized 286 | int strobe_state; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/gpio.c: In function 'gpio_nand_get_io_sync_of': /kisskb/src/drivers/mtd/nand/raw/gpio.c:211:13: note: byref variable will be forcibly initialized 211 | u64 addr; | ^~~~ /kisskb/src/drivers/leds/flash/leds-lm3601x.c: In function 'lm3601x_strobe_set': /kisskb/src/drivers/leds/flash/leds-lm3601x.c:211:13: note: byref variable will be forcibly initialized 211 | int current_timeout; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/gpio.c: In function 'gpio_nand_get_config_of': /kisskb/src/drivers/mtd/nand/raw/gpio.c:188:13: note: byref variable will be forcibly initialized 188 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si.c: In function 'dce6_program_watermarks': /kisskb/src/drivers/gpu/drm/radeon/si.c:2298:39: note: byref variable will be forcibly initialized 2298 | struct dce6_wm_params wm_low, wm_high; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c:2298:31: note: byref variable will be forcibly initialized 2298 | struct dce6_wm_params wm_low, wm_high; | ^~~~~~ /kisskb/src/drivers/input/misc/drv2665.c: In function 'drv2665_worker': /kisskb/src/drivers/input/misc/drv2665.c:80:22: note: byref variable will be forcibly initialized 80 | unsigned int read_buf; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c: In function 'si_gpu_soft_reset': /kisskb/src/drivers/gpu/drm/radeon/si.c:3852:34: note: byref variable will be forcibly initialized 3852 | struct evergreen_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c: In function 'si_gpu_pci_config_reset': /kisskb/src/drivers/gpu/drm/radeon/si.c:4032:34: note: byref variable will be forcibly initialized 4032 | struct evergreen_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c: In function 'si_pcie_gen3_enable': /kisskb/src/drivers/gpu/drm/radeon/si.c:7131:42: note: byref variable will be forcibly initialized 7131 | u16 bridge_cfg2, gpu_cfg2; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c:7131:29: note: byref variable will be forcibly initialized 7131 | u16 bridge_cfg2, gpu_cfg2; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c:7130:41: note: byref variable will be forcibly initialized 7130 | u16 bridge_cfg, gpu_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c:7130:29: note: byref variable will be forcibly initialized 7130 | u16 bridge_cfg, gpu_cfg; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c:7085:13: note: byref variable will be forcibly initialized 7085 | u16 tmp16; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c: In function 'si_program_aspm': /kisskb/src/drivers/gpu/drm/radeon/si.c:7397:37: note: byref variable will be forcibly initialized 7397 | u32 lnkcap; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c: In function 'si_mc_program': /kisskb/src/drivers/gpu/drm/radeon/si.c:4138:34: note: byref variable will be forcibly initialized 4138 | struct evergreen_mc_save save; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/event.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/event.c:22: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/event.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1021.c:222:14: note: byref variable will be forcibly initialized 222 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1021.c:196:14: note: byref variable will be forcibly initialized 196 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'low_power_store': /kisskb/src/drivers/hwmon/adm1021.c:255:23: note: byref variable will be forcibly initialized 255 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si.c: In function 'si_init_microcode': /kisskb/src/drivers/gpu/drm/radeon/si.c:1675:14: note: byref variable will be forcibly initialized 1675 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c: In function 'si_ib_parse': /kisskb/src/drivers/gpu/drm/radeon/si.c:4735:33: note: byref variable will be forcibly initialized 4735 | struct radeon_cs_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si.c: In function 'si_set_uvd_clocks': /kisskb/src/drivers/gpu/drm/radeon/si.c:6992:44: note: byref variable will be forcibly initialized 6992 | unsigned fb_div = 0, vclk_div = 0, dclk_div = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c:6992:30: note: byref variable will be forcibly initialized 6992 | unsigned fb_div = 0, vclk_div = 0, dclk_div = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c:6992:18: note: byref variable will be forcibly initialized 6992 | unsigned fb_div = 0, vclk_div = 0, dclk_div = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c: In function 'si_set_vce_clocks': /kisskb/src/drivers/gpu/drm/radeon/si.c:7504:45: note: byref variable will be forcibly initialized 7504 | unsigned fb_div = 0, evclk_div = 0, ecclk_div = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c:7504:30: note: byref variable will be forcibly initialized 7504 | unsigned fb_div = 0, evclk_div = 0, ecclk_div = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si.c:7504:18: note: byref variable will be forcibly initialized 7504 | unsigned fb_div = 0, evclk_div = 0, ecclk_div = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hid/hid-core.c:16: /kisskb/src/drivers/hid/hid-core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hid/hid-core.c:16: /kisskb/src/drivers/hid/hid-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_scan_report': /kisskb/src/drivers/hid/hid-core.c:875:25: note: byref variable will be forcibly initialized 875 | struct hid_item item; | ^~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_open_report': /kisskb/src/drivers/hid/hid-core.c:1199:22: note: byref variable will be forcibly initialized 1199 | unsigned int size; | ^~~~ /kisskb/src/drivers/hid/hid-core.c:1198:25: note: byref variable will be forcibly initialized 1198 | struct hid_item item; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_vm_decode_fault': /kisskb/src/drivers/gpu/drm/radeon/cik.c:5657:14: note: byref variable will be forcibly initialized 5657 | char block[5] = { mc_client >> 24, (mc_client >> 16) & 0xff, | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'dce8_program_watermarks': /kisskb/src/drivers/gpu/drm/radeon/cik.c:9234:39: note: byref variable will be forcibly initialized 9234 | struct dce8_wm_params wm_low, wm_high; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c:9234:31: note: byref variable will be forcibly initialized 9234 | struct dce8_wm_params wm_low, wm_high; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_pcie_gen3_enable': /kisskb/src/drivers/gpu/drm/radeon/cik.c:9534:42: note: byref variable will be forcibly initialized 9534 | u16 bridge_cfg2, gpu_cfg2; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c:9534:29: note: byref variable will be forcibly initialized 9534 | u16 bridge_cfg2, gpu_cfg2; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c:9533:41: note: byref variable will be forcibly initialized 9533 | u16 bridge_cfg, gpu_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c:9533:29: note: byref variable will be forcibly initialized 9533 | u16 bridge_cfg, gpu_cfg; | ^~~~~~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-io.c: In function 'mlxreg_io_get_reg': /kisskb/src/drivers/platform/mellanox/mlxreg-io.c:50:16: note: byref variable will be forcibly initialized 50 | int i, val, ret; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c:9488:13: note: byref variable will be forcibly initialized 9488 | u16 tmp16; | ^~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-io.c: In function 'mlxreg_io_attr_store': /kisskb/src/drivers/platform/mellanox/mlxreg-io.c:137:24: note: byref variable will be forcibly initialized 137 | u32 input_val, regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-io.c:137:13: note: byref variable will be forcibly initialized 137 | u32 input_val, regval; | ^~~~~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-io.c: In function 'mlxreg_io_attr_show': /kisskb/src/drivers/platform/mellanox/mlxreg-io.c:116:13: note: byref variable will be forcibly initialized 116 | u32 regval = 0; | ^~~~~~ In file included from /kisskb/src/drivers/platform/mellanox/mlxreg-io.c:10: /kisskb/src/drivers/platform/mellanox/mlxreg-io.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_program_aspm': /kisskb/src/drivers/gpu/drm/radeon/cik.c:9748:37: note: byref variable will be forcibly initialized 9748 | u32 lnkcap; | ^~~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'new_id_store': /kisskb/src/drivers/hid/hid-core.c:2460:23: note: byref variable will be forcibly initialized 2460 | unsigned long driver_data = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_mc_program': /kisskb/src/drivers/hid/hid-core.c:2459:28: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2459:20: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c:5273:34: note: byref variable will be forcibly initialized 5273 | struct evergreen_mc_save save; | ^~~~ /kisskb/src/drivers/hid/hid-core.c:2459:15: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_connect': /kisskb/src/drivers/hid/hid-core.c:2150:14: note: byref variable will be forcibly initialized 2150 | char buf[64] = ""; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_mec_init': /kisskb/src/drivers/gpu/drm/radeon/cik.c:4379:14: note: byref variable will be forcibly initialized 4379 | u32 *hpd; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_cp_compute_resume': /kisskb/src/drivers/gpu/drm/radeon/cik.c:4517:14: note: byref variable will be forcibly initialized 4517 | u32 *buf; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c:4514:13: note: byref variable will be forcibly initialized 4514 | u64 mqd_gpu_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_init_microcode': /kisskb/src/drivers/gpu/drm/radeon/cik.c:1973:14: note: byref variable will be forcibly initialized 1973 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_set_uvd_clock': /kisskb/src/drivers/gpu/drm/radeon/cik.c:9411:36: note: byref variable will be forcibly initialized 9411 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_ring_test': /kisskb/src/drivers/gpu/drm/radeon/cik.c:3447:18: note: byref variable will be forcibly initialized 3447 | uint32_t scratch; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/firmware.c: In function 'nvkm_firmware_get': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/firmware.c:75:14: note: byref variable will be forcibly initialized 75 | char cname[16]; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/firmware.c:74:14: note: byref variable will be forcibly initialized 74 | char f[64]; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/firmware.c: In function 'nvkm_firmware_load_name': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/firmware.c:29:14: note: byref variable will be forcibly initialized 29 | char path[64]; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/firmware.c: In function 'nvkm_firmware_load_blob': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/firmware.c:44:32: note: byref variable will be forcibly initialized 44 | const struct firmware *fw; | ^~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_copy_cpdma': /kisskb/src/drivers/gpu/drm/radeon/cik.c:3651:28: note: byref variable will be forcibly initialized 3651 | struct radeon_sync sync; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c:3650:30: note: byref variable will be forcibly initialized 3650 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_ib_test': /kisskb/src/drivers/gpu/drm/radeon/cik.c:3772:18: note: byref variable will be forcibly initialized 3772 | uint32_t scratch; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c:3771:26: note: byref variable will be forcibly initialized 3771 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'vop2_readl': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:249:13: note: byref variable will be forcibly initialized 249 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'vop2_setup_cluster_alpha': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1718:27: note: byref variable will be forcibly initialized 1718 | struct vop2_alpha alpha; | ^~~~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1717:34: note: byref variable will be forcibly initialized 1717 | struct vop2_alpha_config alpha_config; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'vop2_isr': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:249:13: note: byref variable will be forcibly initialized 249 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:249:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:249:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:249:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_gpu_soft_reset': /kisskb/src/drivers/gpu/drm/radeon/cik.c:4924:34: note: byref variable will be forcibly initialized 4924 | struct evergreen_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_gpu_pci_config_reset': /kisskb/src/drivers/gpu/drm/radeon/cik.c:5138:34: note: byref variable will be forcibly initialized 5138 | struct evergreen_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'rk3568_set_intf_mux': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:249:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:249:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'vop2_crtc_atomic_enable': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1511:13: note: byref variable will be forcibly initialized 1511 | u32 dsp_ctrl = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'vop2_setup_layer_mixer': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:249:13: note: byref variable will be forcibly initialized 249 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:249:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'vop2_setup_alpha': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1757:27: note: byref variable will be forcibly initialized 1757 | struct vop2_alpha alpha; | ^~~~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1756:34: note: byref variable will be forcibly initialized 1756 | struct vop2_alpha_config alpha_config; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'vop2_plane_atomic_update': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1089:20: note: byref variable will be forcibly initialized 1089 | dma_addr_t yrgb_mst; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'vop2_create_crtc': /kisskb/src/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:2250:22: note: byref variable will be forcibly initialized 2250 | char dclk_name[9]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik.c: In function 'cik_set_vce_clocks': /kisskb/src/drivers/gpu/drm/radeon/cik.c:9450:36: note: byref variable will be forcibly initialized 9450 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/staging/greybus/bootrom.c: In function 'find_firmware': /kisskb/src/drivers/staging/greybus/bootrom.c:148:14: note: byref variable will be forcibly initialized 148 | char firmware_name[49]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/bootrom.c: In function 'gb_bootrom_get_version': /kisskb/src/drivers/staging/greybus/bootrom.c:379:44: note: byref variable will be forcibly initialized 379 | struct gb_bootrom_version_response response; | ^~~~~~~~ /kisskb/src/drivers/staging/greybus/bootrom.c:378:43: note: byref variable will be forcibly initialized 378 | struct gb_bootrom_version_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/bootrom.c: In function 'bootrom_es2_fixup_vid_pid': /kisskb/src/drivers/staging/greybus/bootrom.c:113:48: note: byref variable will be forcibly initialized 113 | struct gb_bootrom_get_vid_pid_response response; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mtd/nand/raw/fsl_ifc_nand.c:10: /kisskb/src/drivers/mtd/nand/raw/fsl_ifc_nand.c: In function 'fsl_ifc_run_command': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/fsl_ifc_nand.c:197:9: note: in expansion of macro 'wait_event_timeout' 197 | wait_event_timeout(ctrl->nand_wait, ctrl->nand_stat, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/fsl_ifc_nand.c: In function 'fsl_ifc_sram_init': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/fsl_ifc_nand.c:838:9: note: in expansion of macro 'wait_event_timeout' 838 | wait_event_timeout(ctrl->nand_wait, ctrl->nand_stat, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/fsl_ifc_nand.c: In function 'fsl_ifc_nand_probe': /kisskb/src/drivers/mtd/nand/raw/fsl_ifc_nand.c:983:25: note: byref variable will be forcibly initialized 983 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/include/drm/drm_gem.h:38, from /kisskb/src/include/drm/ttm/ttm_bo_api.h:34, from /kisskb/src/drivers/gpu/drm/radeon/radeon.h:76, from /kisskb/src/drivers/gpu/drm/radeon/r600_dpm.c:25: /kisskb/src/drivers/gpu/drm/radeon/r600_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_dpm.c: In function 'r600_get_platform_caps': /kisskb/src/drivers/gpu/drm/radeon/r600_dpm.c:851:18: note: byref variable will be forcibly initialized 851 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_dpm.c:851:12: note: byref variable will be forcibly initialized 851 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_dpm.c:850:13: note: byref variable will be forcibly initialized 850 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_dpm.c: In function 'r600_parse_extended_power_table': /kisskb/src/drivers/gpu/drm/radeon/r600_dpm.c:881:18: note: byref variable will be forcibly initialized 881 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_dpm.c:881:12: note: byref variable will be forcibly initialized 881 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_dpm.c:880:13: note: byref variable will be forcibly initialized 880 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/adm1026.c:1092:23: note: byref variable will be forcibly initialized 1092 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp1_auto_point1_pwm_store': /kisskb/src/drivers/hwmon/adm1026.c:1306:23: note: byref variable will be forcibly initialized 1306 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'set_temp_crit_enable': /kisskb/src/drivers/hwmon/adm1026.c:981:23: note: byref variable will be forcibly initialized 981 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/adm1026.c:1345:23: note: byref variable will be forcibly initialized 1345 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/adm1026.c:1022:14: note: byref variable will be forcibly initialized 1022 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_auto_point1_temp_store': /kisskb/src/drivers/hwmon/adm1026.c:942:14: note: byref variable will be forcibly initialized 942 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/adm1026.c:886:14: note: byref variable will be forcibly initialized 886 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1026.c:815:14: note: byref variable will be forcibly initialized 815 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1026.c:845:14: note: byref variable will be forcibly initialized 845 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/adm1026.c:490:14: note: byref variable will be forcibly initialized 490 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/adm1026.c:518:14: note: byref variable will be forcibly initialized 518 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'analog_out_store': /kisskb/src/drivers/hwmon/adm1026.c:1053:14: note: byref variable will be forcibly initialized 1053 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/adm1026.c:1277:22: note: byref variable will be forcibly initialized 1277 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'gpio_mask_store': /kisskb/src/drivers/hwmon/adm1026.c:1242:14: note: byref variable will be forcibly initialized 1242 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'gpio_store': /kisskb/src/drivers/hwmon/adm1026.c:1207:14: note: byref variable will be forcibly initialized 1207 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'alarm_mask_store': /kisskb/src/drivers/hwmon/adm1026.c:1167:14: note: byref variable will be forcibly initialized 1167 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adm1026.c:679:14: note: byref variable will be forcibly initialized 679 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1026.c:746:14: note: byref variable will be forcibly initialized 746 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in16_min_store': /kisskb/src/drivers/hwmon/adm1026.c:601:14: note: byref variable will be forcibly initialized 601 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in16_max_store': /kisskb/src/drivers/hwmon/adm1026.c:630:14: note: byref variable will be forcibly initialized 630 | long val; | ^~~ In file included from /kisskb/src/drivers/of/device.c:4: /kisskb/src/drivers/of/device.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/device.c: In function 'of_dma_configure_id': /kisskb/src/drivers/of/device.c:115:38: note: byref variable will be forcibly initialized 115 | const struct bus_dma_region *map = NULL; | ^~~ /kisskb/src/drivers/mtd/nand/raw/r852.c: In function 'r852_wait': /kisskb/src/drivers/mtd/nand/raw/r852.c:365:12: note: byref variable will be forcibly initialized 365 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c: In function 'rs780_initialize_dpm_power_state': /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:78:36: note: byref variable will be forcibly initialized 78 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c: In function 'rs780_set_engine_clock_scaling': /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:429:64: note: byref variable will be forcibly initialized 429 | struct atom_clock_dividers min_dividers, max_dividers, current_max_dividers; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:429:50: note: byref variable will be forcibly initialized 429 | struct atom_clock_dividers min_dividers, max_dividers, current_max_dividers; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:429:36: note: byref variable will be forcibly initialized 429 | struct atom_clock_dividers min_dividers, max_dividers, current_max_dividers; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:25: /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c: In function 'rs780_parse_power_table': /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:799:18: note: byref variable will be forcibly initialized 799 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:799:12: note: byref variable will be forcibly initialized 799 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:798:13: note: byref variable will be forcibly initialized 798 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c: In function 'rs780_dpm_init': /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:853:18: note: byref variable will be forcibly initialized 853 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:853:12: note: byref variable will be forcibly initialized 853 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:852:13: note: byref variable will be forcibly initialized 852 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c: In function 'rs780_dpm_force_performance_level': /kisskb/src/drivers/gpu/drm/radeon/rs780_dpm.c:1033:36: note: byref variable will be forcibly initialized 1033 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_get_master_voltage_mask': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:944:31: note: byref variable will be forcibly initialized 944 | u32 tmp_mask, tmp_set_pins; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:944:21: note: byref variable will be forcibly initialized 944 | u32 tmp_mask, tmp_set_pins; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_convert_clock_to_stepping': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:142:36: note: byref variable will be forcibly initialized 142 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_program_mclk_stepping_entry': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:600:36: note: byref variable will be forcibly initialized 600 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_find_memory_clock_with_highest_vco': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:637:36: note: byref variable will be forcibly initialized 637 | struct atom_clock_dividers req_dividers; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_generate_steps': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:276:60: note: byref variable will be forcibly initialized 276 | struct rv6xx_sclk_stepping final_vco; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:267:52: note: byref variable will be forcibly initialized 267 | struct rv6xx_sclk_stepping tiny = | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:259:44: note: byref variable will be forcibly initialized 259 | struct rv6xx_sclk_stepping next; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:244:36: note: byref variable will be forcibly initialized 244 | struct rv6xx_sclk_stepping target; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:243:36: note: byref variable will be forcibly initialized 243 | struct rv6xx_sclk_stepping cur; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_generate_single_step': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:299:36: note: byref variable will be forcibly initialized 299 | struct rv6xx_sclk_stepping step; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_program_voltage_stepping_entry': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:704:19: note: byref variable will be forcibly initialized 704 | u32 mask, set_pins; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:704:13: note: byref variable will be forcibly initialized 704 | u32 mask, set_pins; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_program_engine_spread_spectrum': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:554:31: note: byref variable will be forcibly initialized 554 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:553:36: note: byref variable will be forcibly initialized 553 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_program_mclk_spread_spectrum_parameters': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:658:13: note: byref variable will be forcibly initialized 658 | u32 vco_freq = 0, clk_v, clk_s; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:657:31: note: byref variable will be forcibly initialized 657 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:656:36: note: byref variable will be forcibly initialized 656 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_step_sw_voltage': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1278:13: note: byref variable will be forcibly initialized 1278 | u16 voltage_step; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1277:13: note: byref variable will be forcibly initialized 1277 | u16 true_target_voltage; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1276:13: note: byref variable will be forcibly initialized 1276 | u16 current_voltage; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/include/drm/drm_gem.h:38, from /kisskb/src/include/drm/ttm/ttm_bo_api.h:34, from /kisskb/src/drivers/gpu/drm/radeon/radeon.h:76, from /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:25: /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_parse_pplib_clock_info': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1864:34: note: byref variable will be forcibly initialized 1864 | u16 vddc, vddci, mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1864:27: note: byref variable will be forcibly initialized 1864 | u16 vddc, vddci, mvdd; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1864:21: note: byref variable will be forcibly initialized 1864 | u16 vddc, vddci, mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1822:13: note: byref variable will be forcibly initialized 1822 | u16 vddc; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_parse_power_table': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1882:18: note: byref variable will be forcibly initialized 1882 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1882:12: note: byref variable will be forcibly initialized 1882 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1881:13: note: byref variable will be forcibly initialized 1881 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c: In function 'rv6xx_dpm_init': /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1935:36: note: byref variable will be forcibly initialized 1935 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv6xx_dpm.c:1934:31: note: byref variable will be forcibly initialized 1934 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c: In function 'nvkm_ioctl_ntfy_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c:303:28: note: byref variable will be forcibly initialized 303 | struct nvkm_event *event; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c: In function 'nvkm_ioctl_map': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c:260:30: note: byref variable will be forcibly initialized 260 | enum nvkm_object_map type; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c: In function 'nvkm_ioctl_rd': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c:195:11: note: byref variable will be forcibly initialized 195 | } v; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c: In function 'nvkm_ioctl_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c:90:28: note: byref variable will be forcibly initialized 90 | struct nvkm_oclass oclass; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c:89:29: note: byref variable will be forcibly initialized 89 | struct nvkm_object *object = NULL; | ^~~~~~ /kisskb/src/drivers/leds/flash/leds-rt4505.c: In function 'rt4505_fault_get': /kisskb/src/drivers/leds/flash/leds-rt4505.c:191:13: note: byref variable will be forcibly initialized 191 | u32 val, led_faults = 0; | ^~~ /kisskb/src/drivers/leds/flash/leds-rt4505.c: In function 'rt4505_flash_strobe_get': /kisskb/src/drivers/leds/flash/leds-rt4505.c:154:13: note: byref variable will be forcibly initialized 154 | u32 val; | ^~~ /kisskb/src/drivers/leds/flash/leds-rt4505.c: In function 'rt4505_torch_brightness_get': /kisskb/src/drivers/leds/flash/leds-rt4505.c:85:13: note: byref variable will be forcibly initialized 85 | u32 val; | ^~~ /kisskb/src/drivers/leds/flash/leds-rt4505.c: In function 'rt4505_init_flash_properties': /kisskb/src/drivers/leds/flash/leds-rt4505.c:296:13: note: byref variable will be forcibly initialized 296 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_intrusion_read': /kisskb/src/drivers/hwmon/adm9240.c:403:22: note: byref variable will be forcibly initialized 403 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_in_read': /kisskb/src/drivers/hwmon/adm9240.c:442:22: note: byref variable will be forcibly initialized 442 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_temp_read': /kisskb/src/drivers/hwmon/adm9240.c:557:22: note: byref variable will be forcibly initialized 557 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'cpu0_vid_show': /kisskb/src/drivers/hwmon/adm9240.c:218:22: note: byref variable will be forcibly initialized 218 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_udev_event_send': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:83:14: note: byref variable will be forcibly initialized 83 | char label[MLXREG_CORE_LABEL_MAX_SIZE] = { 0 }; | ^~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:82:14: note: byref variable will be forcibly initialized 82 | char event_str[MLXREG_CORE_LABEL_MAX_SIZE + 2]; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_show': /kisskb/src/drivers/hwmon/adm9240.c:238:22: note: byref variable will be forcibly initialized 238 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_store': /kisskb/src/drivers/hwmon/adm9240.c:253:14: note: byref variable will be forcibly initialized 253 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_write_fan_div': /kisskb/src/drivers/hwmon/adm9240.c:137:22: note: byref variable will be forcibly initialized 137 | unsigned int reg, old, shift = (channel + 2) * 2; | ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_fan_read': /kisskb/src/drivers/hwmon/adm9240.c:499:22: note: byref variable will be forcibly initialized 499 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_health_work_helper': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:404:13: note: byref variable will be forcibly initialized 404 | u32 regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_work_helper': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:336:13: note: byref variable will be forcibly initialized 336 | u32 regval, bit; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:335:23: note: byref variable will be forcibly initialized 335 | unsigned long asserted; | ^~~~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_chip_read': /kisskb/src/drivers/hwmon/adm9240.c:384:12: note: byref variable will be forcibly initialized 384 | u8 regs[2]; | ^~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_work_handler': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:504:13: note: byref variable will be forcibly initialized 504 | u32 regval, aggr_asserted; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_init_client': /kisskb/src/drivers/hwmon/adm9240.c:316:18: note: byref variable will be forcibly initialized 316 | u8 conf, mode; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:316:12: note: byref variable will be forcibly initialized 316 | u8 conf, mode; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:315:22: note: byref variable will be forcibly initialized 315 | unsigned int regval; | ^~~~~~ In file included from /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:9: /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_attr_init': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:248:13: note: byref variable will be forcibly initialized 248 | u32 regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:247:23: note: byref variable will be forcibly initialized 247 | unsigned long mask; | ^~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_attr_show': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:215:13: note: byref variable will be forcibly initialized 215 | u32 regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_set_irq': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:584:13: note: byref variable will be forcibly initialized 584 | u32 regval; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/memory.c: In function 'nvkm_memory_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/memory.c:142:29: note: byref variable will be forcibly initialized 142 | struct nvkm_memory *memory; | ^~~~~~ /kisskb/src/drivers/staging/greybus/hid.c: In function 'gb_hid_get_report': /kisskb/src/drivers/staging/greybus/hid.c:77:42: note: byref variable will be forcibly initialized 77 | struct gb_hid_get_report_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/hid.c: In function 'gb_hid_start': /kisskb/src/drivers/staging/greybus/hid.c:315:22: note: byref variable will be forcibly initialized 315 | unsigned int bufsize = HID_MIN_BUFFER_SIZE; | ^~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_force_comms': /kisskb/src/drivers/input/misc/iqs7222.c:1085:12: note: byref variable will be forcibly initialized 1085 | u8 msg_buf[] = { 0xFF, 0x00, }; | ^~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_read_burst': /kisskb/src/drivers/input/misc/iqs7222.c:1129:24: note: byref variable will be forcibly initialized 1129 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/misc/iqs7222.c:1126:12: note: byref variable will be forcibly initialized 1126 | u8 reg_buf[sizeof(__be16)]; | ^~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_dev_info': /kisskb/src/drivers/input/misc/iqs7222.c:1434:16: note: byref variable will be forcibly initialized 1434 | __le16 dev_id[3]; | ^~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_read_word': /kisskb/src/drivers/input/misc/iqs7222.c:1192:16: note: byref variable will be forcibly initialized 1192 | __le16 val_buf; | ^~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_gpio_select': /kisskb/src/drivers/input/misc/iqs7222.c:1476:22: note: byref variable will be forcibly initialized 1476 | unsigned int gpio_sel[ARRAY_SIZE(iqs7222_gpio_links)]; | ^~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_parse_props': /kisskb/src/drivers/input/misc/iqs7222.c:1592:30: note: byref variable will be forcibly initialized 1592 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs7222.c:1539:14: note: byref variable will be forcibly initialized 1539 | char reg_grp_name[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_parse_cycle': /kisskb/src/drivers/input/misc/iqs7222.c:1655:22: note: byref variable will be forcibly initialized 1655 | unsigned int pins[9]; | ^~~~ /kisskb/src/drivers/input/misc/iqs7222.c:1654:31: note: byref variable will be forcibly initialized 1654 | struct fwnode_handle *cycle_node = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_parse_chan': /kisskb/src/drivers/input/misc/iqs7222.c:1852:39: note: byref variable will be forcibly initialized 1852 | struct fwnode_handle *event_node; | ^~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c:1806:30: note: byref variable will be forcibly initialized 1806 | unsigned int pins[4]; | ^~~~ /kisskb/src/drivers/input/misc/iqs7222.c:1724:22: note: byref variable will be forcibly initialized 1724 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs7222.c:1718:31: note: byref variable will be forcibly initialized 1718 | struct fwnode_handle *chan_node = NULL; | ^~~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_parse_sldr': /kisskb/src/drivers/input/misc/iqs7222.c:2086:39: note: byref variable will be forcibly initialized 2086 | struct fwnode_handle *event_node; | ^~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c:1962:35: note: byref variable will be forcibly initialized 1962 | unsigned int chan_sel[4], val; | ^~~ /kisskb/src/drivers/input/misc/iqs7222.c:1962:22: note: byref variable will be forcibly initialized 1962 | unsigned int chan_sel[4], val; | ^~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c:1956:31: note: byref variable will be forcibly initialized 1956 | struct fwnode_handle *sldr_node = NULL; | ^~~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_parse_all': /kisskb/src/drivers/input/misc/iqs7222.c:2173:39: note: byref variable will be forcibly initialized 2173 | struct fwnode_handle *gpio_node = NULL; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/input/misc/iqs7222.c:10: /kisskb/src/drivers/input/misc/iqs7222.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_write_word': /kisskb/src/drivers/input/misc/iqs7222.c:1265:16: note: byref variable will be forcibly initialized 1265 | __le16 val_buf = cpu_to_le16(val); | ^~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_ati_trigger': /kisskb/src/drivers/input/misc/iqs7222.c:1274:13: note: byref variable will be forcibly initialized 1274 | u16 sys_status = 0; | ^~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_dev_init': /kisskb/src/drivers/input/misc/iqs7222.c:1409:21: note: byref variable will be forcibly initialized 1409 | u16 comms_setup; | ^~~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c:1342:21: note: byref variable will be forcibly initialized 1342 | u16 comms_setup; | ^~~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs7222.c: In function 'iqs7222_report': /kisskb/src/drivers/input/misc/iqs7222.c:2246:16: note: byref variable will be forcibly initialized 2246 | __le16 status[IQS7222_MAX_COLS_STAT]; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/of/platform.c:13: /kisskb/src/drivers/of/platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_make_bus_id': /kisskb/src/drivers/of/platform.c:79:13: note: byref variable will be forcibly initialized 79 | u32 mask; | ^~~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_alloc': /kisskb/src/drivers/of/platform.c:118:31: note: byref variable will be forcibly initialized 118 | struct resource *res, temp_res; | ^~~~~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_dev_lookup': /kisskb/src/drivers/of/platform.c:297:25: note: byref variable will be forcibly initialized 297 | struct resource res; | ^~~ /kisskb/src/drivers/of/platform.c: In function 'of_platform_notify': /kisskb/src/drivers/of/platform.c:724:14: note: byref variable will be forcibly initialized 724 | bool children_left; | ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/flash/leds-rt8515.c: In function 'rt8515_determine_max_intensity': /kisskb/src/drivers/leds/flash/leds-rt8515.c:237:13: note: byref variable will be forcibly initialized 237 | u32 ua; | ^~ /kisskb/src/drivers/leds/flash/leds-rt8515.c:236:13: note: byref variable will be forcibly initialized 236 | u32 res = 0; /* Can't be 0 so 0 is undefined */ | ^~~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u8_array': /kisskb/src/drivers/of/property.c:222:16: note: byref variable will be forcibly initialized 222 | size_t sz, count; | ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u16_array': /kisskb/src/drivers/of/property.c:272:16: note: byref variable will be forcibly initialized 272 | size_t sz, count; | ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u32_array': /kisskb/src/drivers/of/property.c:319:16: note: byref variable will be forcibly initialized 319 | size_t sz, count; | ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u64_array': /kisskb/src/drivers/of/property.c:397:16: note: byref variable will be forcibly initialized 397 | size_t sz, count; | ^~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_port_by_id': /kisskb/src/drivers/of/property.c:619:21: note: byref variable will be forcibly initialized 619 | u32 port_id = 0; | ^~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_endpoint_by_regs': /kisskb/src/drivers/of/property.c:714:28: note: byref variable will be forcibly initialized 714 | struct of_endpoint endpoint; | ^~~~~~~~ In file included from /kisskb/src/drivers/of/property.c:24: /kisskb/src/drivers/of/property.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1252:32: note: byref variable will be forcibly initialized 1252 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_gpio_compat': /kisskb/src/drivers/of/property.c:1350:32: note: byref variable will be forcibly initialized 1350 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_prop_cells': /kisskb/src/drivers/of/property.c:1198:32: note: byref variable will be forcibly initialized 1198 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_fwnode_get_reference_args': /kisskb/src/drivers/of/property.c:984:32: note: byref variable will be forcibly initialized 984 | struct of_phandle_args of_args; | ^~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_interrupts': /kisskb/src/drivers/of/property.c:1372:32: note: byref variable will be forcibly initialized 1372 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/object.c: In function 'nvkm_object_dtor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/object.c:260:29: note: byref variable will be forcibly initialized 260 | struct nvkm_object *child, *ctemp; | ^~~~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/include/drm/drm_gem.h:38, from /kisskb/src/include/drm/ttm/ttm_bo_api.h:34, from /kisskb/src/drivers/gpu/drm/radeon/radeon.h:76, from /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:25: /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv770_construct_vddc_table': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:1251:32: note: byref variable will be forcibly initialized 1251 | u32 gpio_pins, gpio_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:1251:21: note: byref variable will be forcibly initialized 1251 | u32 gpio_pins, gpio_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:1236:23: note: byref variable will be forcibly initialized 1236 | u16 min, max, step; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:1236:18: note: byref variable will be forcibly initialized 1236 | u16 min, max, step; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:1236:13: note: byref variable will be forcibly initialized 1236 | u16 min, max, step; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv770_get_mvdd_pin_configuration': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:1287:24: note: byref variable will be forcibly initialized 1287 | u32 gpio_pins, gpio_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:1287:13: note: byref variable will be forcibly initialized 1287 | u32 gpio_pins, gpio_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv770_populate_sclk_value': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:540:39: note: byref variable will be forcibly initialized 540 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:490:36: note: byref variable will be forcibly initialized 490 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/hwmon/ads7828.c: In function 'ads7828_in_show': /kisskb/src/drivers/hwmon/ads7828.c:58:22: note: byref variable will be forcibly initialized 58 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ads7828.c: In function 'ads7828_probe': /kisskb/src/drivers/hwmon/ads7828.c:114:22: note: byref variable will be forcibly initialized 114 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv7xx_parse_pplib_clock_info': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:2251:34: note: byref variable will be forcibly initialized 2251 | u16 vddc, vddci, mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:2251:27: note: byref variable will be forcibly initialized 2251 | u16 vddc, vddci, mvdd; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:2251:21: note: byref variable will be forcibly initialized 2251 | u16 vddc, vddci, mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv770_populate_mclk_value': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:407:13: note: byref variable will be forcibly initialized 407 | u32 postdiv_yclk; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:406:19: note: byref variable will be forcibly initialized 406 | u32 clkf, clkfrac; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:406:13: note: byref variable will be forcibly initialized 406 | u32 clkf, clkfrac; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:404:36: note: byref variable will be forcibly initialized 404 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv770_get_mvdd_configuration': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:1314:33: note: byref variable will be forcibly initialized 1314 | struct atom_memory_info memory_info; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv770_get_mclk_odt_threshold': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:1675:33: note: byref variable will be forcibly initialized 1675 | struct atom_memory_info memory_info; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/mtk_nand.c: In function 'mtk_nfc_ecc_init': /kisskb/src/drivers/mtd/nand/raw/mtk_nand.c:1259:13: note: byref variable will be forcibly initialized 1259 | u32 spare; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv770_get_max_vddc': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:1694:13: note: byref variable will be forcibly initialized 1694 | u16 vddc; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/mtk_nand.c: In function 'mtk_nfc_update_ecc_stats': /kisskb/src/drivers/mtd/nand/raw/mtk_nand.c:921:30: note: byref variable will be forcibly initialized 921 | struct mtk_ecc_stats stats; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv7xx_parse_power_table': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:2278:18: note: byref variable will be forcibly initialized 2278 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:2278:12: note: byref variable will be forcibly initialized 2278 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:2277:13: note: byref variable will be forcibly initialized 2277 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv770_get_engine_memory_ss': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:2332:31: note: byref variable will be forcibly initialized 2332 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv770_dpm_init': /kisskb/src/drivers/gpu/drm/radeon/rv770_dpm.c:2348:36: note: byref variable will be forcibly initialized 2348 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/mtk_nand.c: In function 'mtk_nfc_nand_chip_init': /kisskb/src/drivers/mtd/nand/raw/mtk_nand.c:1373:13: note: byref variable will be forcibly initialized 1373 | u32 tmp; | ^~~ /kisskb/src/drivers/mtd/nand/raw/mtk_nand.c:1372:13: note: byref variable will be forcibly initialized 1372 | int nsels; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c: In function 'vmw_dummy_query_bo_create': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:393:32: note: byref variable will be forcibly initialized 393 | struct ttm_bo_kmap_obj map; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:392:35: note: byref variable will be forcibly initialized 392 | struct vmw_buffer_object *vbo; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c: In function 'vmw_generic_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:1227:22: note: byref variable will be forcibly initialized 1227 | unsigned int flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c: In function 'vmw_setup_pci_resources': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:721:25: note: byref variable will be forcibly initialized 721 | resource_size_t fifo_start; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:719:25: note: byref variable will be forcibly initialized 719 | resource_size_t rmmio_start; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c: In function 'vmw_print_bitmap': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:343:14: note: byref variable will be forcibly initialized 343 | char buf[512]; | ^~~ /kisskb/src/drivers/mailbox/mailbox.c: In function 'mbox_request_channel': /kisskb/src/drivers/mailbox/mailbox.c:341:32: note: byref variable will be forcibly initialized 341 | struct of_phandle_args spec; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/mxic_nand.c: In function 'mxic_nfc_data_xfer': /kisskb/src/drivers/mtd/nand/raw/mxic_nand.c:346:21: note: byref variable will be forcibly initialized 346 | u32 data = 0xffffffff; | ^~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_attach_node': /kisskb/src/drivers/of/dynamic.c:207:13: note: byref variable will be forcibly initialized 207 | int sz; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_property_notify': /kisskb/src/drivers/of/dynamic.c:192:33: note: byref variable will be forcibly initialized 192 | struct of_reconfig_data pr; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_notify': /kisskb/src/drivers/of/dynamic.c:539:35: note: byref variable will be forcibly initialized 539 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c:538:33: note: byref variable will be forcibly initialized 538 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_attach_node': /kisskb/src/drivers/of/dynamic.c:237:33: note: byref variable will be forcibly initialized 237 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_detach_node': /kisskb/src/drivers/of/dynamic.c:290:33: note: byref variable will be forcibly initialized 290 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_apply': /kisskb/src/drivers/of/dynamic.c:572:26: note: byref variable will be forcibly initialized 572 | struct property *old_prop, **propp; | ^~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_revert': /kisskb/src/drivers/of/dynamic.c:664:35: note: byref variable will be forcibly initialized 664 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_apply': /kisskb/src/drivers/of/dynamic.c:770:18: note: byref variable will be forcibly initialized 770 | int ret, ret_revert = 0; | ^~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_revert': /kisskb/src/drivers/of/dynamic.c:863:18: note: byref variable will be forcibly initialized 863 | int ret, ret_reply; | ^~~~~~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_channel_flash_config': /kisskb/src/drivers/staging/greybus/light.c:828:60: note: byref variable will be forcibly initialized 828 | struct gb_lights_get_channel_flash_config_response conf; | ^~~~ /kisskb/src/drivers/staging/greybus/light.c:827:59: note: byref variable will be forcibly initialized 827 | 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:46: note: byref variable will be forcibly initialized 1140 | struct gb_lights_get_lights_response resp; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/staging/greybus/light.c:10: /kisskb/src/drivers/staging/greybus/light.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_channel_config': /kisskb/src/drivers/staging/greybus/light.c:947:53: note: byref variable will be forcibly initialized 947 | struct gb_lights_get_channel_config_request req; | ^~~ /kisskb/src/drivers/staging/greybus/light.c:946:54: note: byref variable will be forcibly initialized 946 | 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:52: note: byref variable will be forcibly initialized 1006 | struct gb_lights_get_light_config_response conf; | ^~~~ /kisskb/src/drivers/staging/greybus/light.c:1005:51: note: byref variable will be forcibly initialized 1005 | struct gb_lights_get_light_config_request req; | ^~~ In file included from /kisskb/src/drivers/hwmon/ads7871.c:57: /kisskb/src/drivers/hwmon/ads7871.c: In function 'spi_w8r16': /kisskb/src/include/linux/spi/spi.h:1325:33: note: byref variable will be forcibly initialized 1325 | u16 result; | ^~~~~~ /kisskb/src/drivers/hwmon/ads7871.c: In function 'spi_w8r8': /kisskb/src/include/linux/spi/spi.h:1300:33: note: byref variable will be forcibly initialized 1300 | u8 result; | ^~~~~~ /kisskb/src/drivers/hwmon/ads7871.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/hwmon/ads7871.c: In function 'ads7871_write_reg8': /kisskb/src/drivers/hwmon/ads7871.c:87:12: note: byref variable will be forcibly initialized 87 | u8 tmp[2] = {reg, val}; | ^~~ /kisskb/src/drivers/hwmon/ads7871.c: In function 'voltage_show': /kisskb/src/drivers/hwmon/ads7871.c:87:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_fade_set': /kisskb/src/drivers/staging/greybus/light.c:321:43: note: byref variable will be forcibly initialized 321 | 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:12: note: byref variable will be forcibly initialized 203 | u8 fade; \ | ^~~~ /kisskb/src/drivers/staging/greybus/light.c:233:1: note: in expansion of macro 'gb_lights_fade_attr' 233 | gb_lights_fade_attr(out); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ads7871.c: In function 'ads7871_probe': /kisskb/src/drivers/hwmon/ads7871.c:87:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/hwmon/ads7871.c:87:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/hwmon/ads7871.c:87:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/greybus/light.c: In function 'fade_in_store': /kisskb/src/drivers/staging/greybus/light.c:203:12: note: byref variable will be forcibly initialized 203 | u8 fade; \ | ^~~~ /kisskb/src/drivers/staging/greybus/light.c:232:1: note: in expansion of macro 'gb_lights_fade_attr' 232 | gb_lights_fade_attr(in); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/led-core.c:11: /kisskb/src/drivers/leds/led-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_color_set': /kisskb/src/drivers/staging/greybus/light.c:347:44: note: byref variable will be forcibly initialized 347 | struct gb_lights_set_color_request req; | ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'color_store': /kisskb/src/drivers/staging/greybus/light.c:249:13: note: byref variable will be forcibly initialized 249 | u32 color; | ^~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_blink_set': /kisskb/src/drivers/staging/greybus/light.c:455:40: note: byref variable will be forcibly initialized 455 | struct gb_lights_blink_request req; | ^~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_compose_name': /kisskb/src/drivers/leds/led-core.c:446:22: note: byref variable will be forcibly initialized 446 | char tmp_buf[LED_MAX_NAME_SIZE]; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/light.c: In function '__gb_lights_flash_intensity_set': /kisskb/src/drivers/staging/greybus/light.c:119:54: note: byref variable will be forcibly initialized 119 | 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:49: note: byref variable will be forcibly initialized 370 | struct gb_lights_set_brightness_request req; | ^~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_init_default_state_get': /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_flash_fault_get': /kisskb/src/drivers/leds/led-core.c:483:21: note: byref variable will be forcibly initialized 483 | const char *state = NULL; | ^~~~~ /kisskb/src/drivers/staging/greybus/light.c:709:51: note: byref variable will be forcibly initialized 709 | struct gb_lights_get_flash_fault_response resp; | ^~~~ /kisskb/src/drivers/staging/greybus/light.c:708:50: note: byref variable will be forcibly initialized 708 | struct gb_lights_get_flash_fault_request req; | ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_flash_timeout_set': /kisskb/src/drivers/staging/greybus/light.c:677:52: note: byref variable will be forcibly initialized 677 | struct gb_lights_set_flash_timeout_request req; | ^~~ /kisskb/src/drivers/staging/greybus/light.c: In function 'gb_lights_flash_strobe_set': /kisskb/src/drivers/staging/greybus/light.c:636:51: note: byref variable will be forcibly initialized 636 | struct gb_lights_set_flash_strobe_request req; | ^~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_wait_on_sdma': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:866:50: note: byref variable will be forcibly initialized 866 | struct cadence_nand_irq_status irq_mask, irq_status; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:866:40: note: byref variable will be forcibly initialized 866 | struct cadence_nand_irq_status irq_mask, irq_status; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_isr': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:770:40: note: byref variable will be forcibly initialized 770 | struct cadence_nand_irq_status irq_status; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_cdma_send_and_wait': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1023:40: note: byref variable will be forcibly initialized 1023 | struct cadence_nand_irq_status irq_mask, irq_status = {0}; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_cmd_erase': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2100:45: note: byref variable will be forcibly initialized 2100 | const struct nand_operation nand_op = { | ^~~~~~~ In file included from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:11: /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_slave_dma_transfer': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1816:36: note: byref variable will be forcibly initialized 1816 | DECLARE_COMPLETION_ONSTACK(finished); | ^~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_read_buf': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1876:13: note: byref variable will be forcibly initialized 1876 | u32 sdma_size; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1875:12: note: byref variable will be forcibly initialized 1875 | u8 thread_nr = 0; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_write_buf': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1930:13: note: byref variable will be forcibly initialized 1930 | u32 sdma_size; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1929:12: note: byref variable will be forcibly initialized 1929 | u8 thread_nr = 0; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_chip_init': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2704:13: note: byref variable will be forcibly initialized 2704 | u32 cs; | ^~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_init': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2833:24: note: byref variable will be forcibly initialized 2833 | dma_cap_mask_t mask; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_dt_probe': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2957:13: note: byref variable will be forcibly initialized 2957 | u32 val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2951:26: note: byref variable will be forcibly initialized 2951 | struct resource *res; | ^~~ In file included from /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c:6: /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:970:28: note: byref variable will be forcibly initialized 970 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c: In function 'ebu_nand_probe': /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c:588:13: note: byref variable will be forcibly initialized 588 | u32 cs; | ^~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_alarm_read': /kisskb/src/drivers/hwmon/adt7x10.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_irq_handler': /kisskb/src/drivers/hwmon/adt7x10.c:82:22: note: byref variable will be forcibly initialized 82 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_hyst_write': /kisskb/src/drivers/hwmon/adt7x10.c:203:22: note: byref variable will be forcibly initialized 203 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_hyst_read': /kisskb/src/drivers/hwmon/adt7x10.c:173:19: note: byref variable will be forcibly initialized 173 | int hyst, temp, ret; | ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c:173:13: note: byref variable will be forcibly initialized 173 | int hyst, temp, ret; | ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_temp_ready': /kisskb/src/drivers/hwmon/adt7x10.c:101:22: note: byref variable will be forcibly initialized 101 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_temp_read': /kisskb/src/drivers/hwmon/adt7x10.c:137:22: note: byref variable will be forcibly initialized 137 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_probe': /kisskb/src/drivers/hwmon/adt7x10.c:342:22: note: byref variable will be forcibly initialized 342 | unsigned int config; | ^~~~~~ /kisskb/src/drivers/misc/ad525x_dpot.c: In function 'sysfs_set_reg': /kisskb/src/drivers/misc/ad525x_dpot.c:451:23: note: byref variable will be forcibly initialized 451 | unsigned long value; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/option.c: In function 'nvkm_boolopt': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/option.c:56:13: note: byref variable will be forcibly initialized 56 | int arglen; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/option.c: In function 'nvkm_longopt': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/option.c:80:13: note: byref variable will be forcibly initialized 80 | int arglen; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/memory.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/gpuobj.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/ramht.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ramht.c:22: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ramht.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/ramht.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/subdev.c: In function 'nvkm_subdev_disable': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/subdev.c:159:29: note: byref variable will be forcibly initialized 159 | struct nvkm_subdev *subdev; | ^~~~~~ In file included from /kisskb/src/drivers/hwmon/adt7310.c:12: /kisskb/src/drivers/hwmon/adt7310.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/hwmon/adt7310.c: In function 'adt7310_spi_write_word': /kisskb/src/drivers/hwmon/adt7310.c:49:12: note: byref variable will be forcibly initialized 49 | u8 buf[3]; | ^~~ /kisskb/src/drivers/hwmon/adt7310.c: In function 'adt7310_spi_write_byte': /kisskb/src/drivers/hwmon/adt7310.c:64:12: note: byref variable will be forcibly initialized 64 | u8 buf[2]; | ^~~ In file included from /kisskb/src/drivers/hwmon/adt7310.c:12: /kisskb/src/drivers/hwmon/adt7310.c: In function 'spi_w8r16be': /kisskb/src/include/linux/spi/spi.h:1351:16: note: byref variable will be forcibly initialized 1351 | __be16 result; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7310.c: In function 'spi_w8r8': /kisskb/src/include/linux/spi/spi.h:1300:33: note: byref variable will be forcibly initialized 1300 | u8 result; | ^~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_locate_usage': /kisskb/src/drivers/hid/hid-input.c:165:22: note: byref variable will be forcibly initialized 165 | unsigned int scancode; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_getkeycode': /kisskb/src/drivers/hid/hid-input.c:182:32: note: byref variable will be forcibly initialized 182 | unsigned int scancode, index; | ^~~~~ /kisskb/src/drivers/hid/hid-input.c:182:22: note: byref variable will be forcibly initialized 182 | unsigned int scancode, index; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_input_event': /kisskb/src/drivers/hid/hid-input.c:1763:27: note: byref variable will be forcibly initialized 1763 | struct hid_field *field; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv730_dpm.c: In function 'rv730_populate_sclk_value': /kisskb/src/drivers/gpu/drm/radeon/rv730_dpm.c:89:39: note: byref variable will be forcibly initialized 89 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/rv730_dpm.c:42:36: note: byref variable will be forcibly initialized 42 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv730_dpm.c: In function 'rv730_populate_mclk_value': /kisskb/src/drivers/gpu/drm/radeon/rv730_dpm.c:164:39: note: byref variable will be forcibly initialized 164 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/rv730_dpm.c:128:36: note: byref variable will be forcibly initialized 128 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_configure_usage': /kisskb/src/drivers/hid/hid-input.c:641:24: note: byref variable will be forcibly initialized 641 | unsigned long *bit = NULL; | ^~~ /kisskb/src/drivers/hid/hid-input.c:639:13: note: byref variable will be forcibly initialized 639 | int max = 0, code; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/rv740_dpm.c: In function 'rv740_populate_sclk_value': /kisskb/src/drivers/gpu/drm/radeon/rv740_dpm.c:158:39: note: byref variable will be forcibly initialized 158 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/rv740_dpm.c:123:36: note: byref variable will be forcibly initialized 123 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv740_dpm.c: In function 'rv740_populate_mclk_value': /kisskb/src/drivers/gpu/drm/radeon/rv740_dpm.c:245:39: note: byref variable will be forcibly initialized 245 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/rv740_dpm.c:198:36: note: byref variable will be forcibly initialized 198 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_properties': /kisskb/src/drivers/of/fdt.c:126:21: note: byref variable will be forcibly initialized 126 | u32 sz; | ^~ /kisskb/src/drivers/of/fdt.c:125:29: note: byref variable will be forcibly initialized 125 | const char *pname; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_node': /kisskb/src/drivers/of/fdt.c:215:13: note: byref variable will be forcibly initialized 215 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'unflatten_dt_nodes': /kisskb/src/drivers/of/fdt.c:293:29: note: byref variable will be forcibly initialized 293 | struct device_node *nps[FDT_MAX_DEPTH]; | ^~~ /kisskb/src/drivers/of/fdt.c:291:25: note: byref variable will be forcibly initialized 291 | int offset = 0, depth = 0, initial_depth = 0; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_is_compatible': /kisskb/src/drivers/of/fdt.c:776:13: note: byref variable will be forcibly initialized 776 | int cplen; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_limit_memory': /kisskb/src/drivers/of/fdt.c:47:13: note: byref variable will be forcibly initialized 47 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'of_scan_flat_dt': /kisskb/src/drivers/of/fdt.c:685:29: note: byref variable will be forcibly initialized 685 | 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:923:13: note: byref variable will be forcibly initialized 923 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'of_flat_dt_match_machine': /kisskb/src/drivers/of/fdt.c:880:21: note: byref variable will be forcibly initialized 880 | int size; | ^~~~ /kisskb/src/drivers/of/fdt.c:866:28: note: byref variable will be forcibly initialized 866 | const char *const *compat; | ^~~~~~ /kisskb/src/drivers/of/fdt.c: In function '__reserved_mem_reserve_reg': /kisskb/src/drivers/of/fdt.c:507:23: note: byref variable will be forcibly initialized 507 | const __be32 *prop; | ^~~~ /kisskb/src/drivers/of/fdt.c:506:13: note: byref variable will be forcibly initialized 506 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c:505:21: note: byref variable will be forcibly initialized 505 | phys_addr_t base, size; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/rockchip-nand-controller.c: In function 'rk_nfc_nand_chip_init': /kisskb/src/drivers/mtd/nand/raw/rockchip-nand-controller.c:1106:13: note: byref variable will be forcibly initialized 1106 | u32 tmp; | ^~~ /kisskb/src/drivers/mtd/nand/raw/rockchip-nand-controller.c:1105:13: note: byref variable will be forcibly initialized 1105 | int nsels; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_fdt_scan_reserved_mem': /kisskb/src/drivers/of/fdt.c:637:19: note: byref variable will be forcibly initialized 637 | u64 base, size; | ^~~~ /kisskb/src/drivers/of/fdt.c:637:13: note: byref variable will be forcibly initialized 637 | u64 base, size; | ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_usable_mem_range': /kisskb/src/drivers/of/fdt.c:993:13: note: byref variable will be forcibly initialized 993 | int len, i; | ^~~ /kisskb/src/drivers/of/fdt.c:992:23: note: byref variable will be forcibly initialized 992 | const __be32 *prop, *endp; | ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_elfcorehdr': /kisskb/src/drivers/of/fdt.c:956:13: note: byref variable will be forcibly initialized 956 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c:955:23: note: byref variable will be forcibly initialized 955 | const __be32 *prop; | ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_chosen': /kisskb/src/drivers/of/fdt.c:1161:13: note: byref variable will be forcibly initialized 1161 | int l, node; | ^ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_memory': /kisskb/src/drivers/of/fdt.c:1114:21: note: byref variable will be forcibly initialized 1114 | int l; | ^ /kisskb/src/drivers/of/fdt.c:1113:31: note: byref variable will be forcibly initialized 1113 | const __be32 *reg, *endp; | ^~~ /kisskb/src/drivers/input/misc/kxtj9.c: In function 'kxtj9_set_poll': /kisskb/src/drivers/input/misc/kxtj9.c:309:22: note: byref variable will be forcibly initialized 309 | unsigned int interval; | ^~~~~~~~ /kisskb/src/drivers/input/misc/kxtj9.c: In function 'kxtj9_i2c_read': /kisskb/src/drivers/input/misc/kxtj9.c:82:24: note: byref variable will be forcibly initialized 82 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/input/misc/kxtj9.c: In function 'kxtj9_report_acceleration_data': /kisskb/src/drivers/input/misc/kxtj9.c:102:13: note: byref variable will be forcibly initialized 102 | s16 acc_data[3]; /* Data bytes from hardware xL, xH, yL, yH, zL, zH */ | ^~~~~~~~ In file included from /kisskb/src/drivers/input/misc/max77693-haptic.c:19: /kisskb/src/drivers/input/misc/max77693-haptic.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:26: note: byref variable will be forcibly initialized 368 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/max77693-haptic.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/max77693-haptic.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:343:26: note: byref variable will be forcibly initialized 343 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/mailbox/arm_mhu.c: In function 'mhu_rx_interrupt': /kisskb/src/drivers/mailbox/arm_mhu.c:44:13: note: byref variable will be forcibly initialized 44 | u32 val; | ^~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_one': /kisskb/src/drivers/of/fdt_address.c:115:13: note: byref variable will be forcibly initialized 115 | int rlen; | ^~~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_address': /kisskb/src/drivers/of/fdt_address.c:169:26: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/fdt_address.c:169:21: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/fdt_address.c:169:17: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/fdt_address.c:169:13: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/fdt_address.c:168:16: note: byref variable will be forcibly initialized 168 | __be32 addr[OF_MAX_ADDR_CELLS]; | ^~~~ /kisskb/src/drivers/of/fdt_address.c:165:21: note: byref variable will be forcibly initialized 165 | int parent, len; | ^~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/leds/led-triggers.c:11: /kisskb/src/drivers/leds/led-triggers.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:168:29: note: in expansion of macro '__smp_load_acquire' 168 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_snprintf': /kisskb/src/drivers/leds/led-triggers.c:81:17: note: byref variable will be forcibly initialized 81 | va_list 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/leds/led-triggers.c:11: /kisskb/src/drivers/leds/led-triggers.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_set': /kisskb/src/drivers/leds/led-triggers.c:161:15: note: byref variable will be forcibly initialized 161 | char *envp[2]; | ^~~~ /kisskb/src/drivers/hwmon/aht10.c: In function 'aht10_init': /kisskb/src/drivers/hwmon/aht10.c:91:12: note: byref variable will be forcibly initialized 91 | u8 status; | ^~~~~~ /kisskb/src/drivers/hwmon/aht10.c:88:18: note: byref variable will be forcibly initialized 88 | const u8 cmd_init[] = {AHT10_CMD_INIT, AHT10_CAL_ENABLED | AHT10_MODE_CYC, | ^~~~~~~~ /kisskb/src/drivers/hwmon/aht10.c: In function 'aht10_read_values': /kisskb/src/drivers/hwmon/aht10.c:135:12: note: byref variable will be forcibly initialized 135 | u8 raw_data[AHT10_MEAS_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/hwmon/aht10.c:132:18: note: byref variable will be forcibly initialized 132 | const u8 cmd_meas[] = {AHT10_CMD_MEAS, 0x33, 0x00}; | ^~~~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_one': /kisskb/src/drivers/of/address.c:399:22: note: byref variable will be forcibly initialized 399 | unsigned int rlen; | ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_translate_address': /kisskb/src/drivers/of/address.c:481:26: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/address.c:481:21: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/address.c:481:17: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/address.c:481:13: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/address.c:480:16: note: byref variable will be forcibly initialized 480 | __be32 addr[OF_MAX_ADDR_CELLS]; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_ioport': /kisskb/src/drivers/of/address.c:775:29: note: byref variable will be forcibly initialized 775 | struct device_node *host; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_address': /kisskb/src/drivers/of/address.c:568:29: note: byref variable will be forcibly initialized 568 | struct device_node *host; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_dma_address': /kisskb/src/drivers/of/address.c:612:29: note: byref variable will be forcibly initialized 612 | struct device_node *host; | ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_address': /kisskb/src/drivers/of/address.c:634:29: note: byref variable will be forcibly initialized 634 | int onesize, i, na, ns; | ^~ /kisskb/src/drivers/of/address.c:634:25: note: byref variable will be forcibly initialized 634 | int onesize, i, na, ns; | ^~ /kisskb/src/drivers/of/address.c:631:22: note: byref variable will be forcibly initialized 631 | unsigned int psize; | ^~~~~ /kisskb/src/drivers/of/address.c: In function '__of_address_to_resource': /kisskb/src/drivers/of/address.c:801:26: note: byref variable will be forcibly initialized 801 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/address.c:800:25: note: byref variable will be forcibly initialized 800 | unsigned int flags; | ^~~~~ /kisskb/src/drivers/of/address.c:799:25: note: byref variable will be forcibly initialized 799 | u64 size; | ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_dma_parent': /kisskb/src/drivers/of/address.c:584:32: note: byref variable will be forcibly initialized 584 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'parser_init': /kisskb/src/drivers/of/address.c:676:13: note: byref variable will be forcibly initialized 676 | int rlen; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_iomap': /kisskb/src/drivers/of/address.c:860:25: note: byref variable will be forcibly initialized 860 | struct resource res; | ^~~ /kisskb/src/drivers/of/address.c: In function 'of_io_request_and_map': /kisskb/src/drivers/of/address.c:889:25: note: byref variable will be forcibly initialized 889 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/of/address.c:4: /kisskb/src/drivers/of/address.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_range': /kisskb/src/drivers/of/address.c:939:13: note: byref variable will be forcibly initialized 939 | int len, num_ranges = 0; | ^~~ /kisskb/src/drivers/of/address.c:937:25: note: byref variable will be forcibly initialized 937 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:936:32: note: byref variable will be forcibly initialized 936 | struct of_range_parser parser; | ^~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_max_cpu_address': /kisskb/src/drivers/of/address.c:1017:13: note: byref variable will be forcibly initialized 1017 | int len; | ^~~ /kisskb/src/drivers/of/address.c:1014:25: note: byref variable will be forcibly initialized 1014 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:1011:32: note: byref variable will be forcibly initialized 1011 | struct of_range_parser parser; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cypress_dpm.c: In function 'cypress_populate_mclk_value': /kisskb/src/drivers/gpu/drm/radeon/cypress_dpm.c:553:39: note: byref variable will be forcibly initialized 553 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/cypress_dpm.c:493:36: note: byref variable will be forcibly initialized 493 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cypress_dpm.c: In function 'cypress_get_mvdd_configuration': /kisskb/src/drivers/gpu/drm/radeon/cypress_dpm.c:1574:33: note: byref variable will be forcibly initialized 1574 | struct atom_memory_info memory_info; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/cypress_dpm.c: In function 'cypress_get_table_locations': /kisskb/src/drivers/gpu/drm/radeon/cypress_dpm.c:1694:13: note: byref variable will be forcibly initialized 1694 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/cypress_dpm.c: In function 'cypress_dpm_init': /kisskb/src/drivers/gpu/drm/radeon/cypress_dpm.c:2024:36: note: byref variable will be forcibly initialized 2024 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhu_db.c: In function 'mhu_db_mbox_irq_to_channel': /kisskb/src/drivers/mailbox/arm_mhu_db.c:97:23: note: byref variable will be forcibly initialized 97 | unsigned long bits; | ^~~~ In file included from /kisskb/src/include/linux/amba/bus.h:15, from /kisskb/src/drivers/mailbox/arm_mhu_db.c:9: /kisskb/src/drivers/mailbox/arm_mhu_db.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mailbox/arm_mhu_db.c: In function 'mhu_db_probe': /kisskb/src/drivers/mailbox/arm_mhu_db.c:250:13: note: byref variable will be forcibly initialized 250 | u32 cell_count; | ^~~~~~~~~~ /kisskb/src/drivers/misc/ad525x_dpot-spi.c: In function 'ad_dpot_spi_probe': /kisskb/src/drivers/misc/ad525x_dpot-spi.c:83:33: note: byref variable will be forcibly initialized 83 | struct ad_dpot_bus_data bdata = { | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/btc_dpm.c: In function 'btc_set_s0_mc_reg_index': /kisskb/src/drivers/gpu/drm/radeon/btc_dpm.c:1979:13: note: byref variable will be forcibly initialized 1979 | u16 address; | ^~~~~~~ In file included from /kisskb/src/drivers/misc/ad525x_dpot-spi.c:8: /kisskb/src/drivers/misc/ad525x_dpot-spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/misc/ad525x_dpot-spi.c: In function 'write24': /kisskb/src/drivers/misc/ad525x_dpot-spi.c:30:12: note: byref variable will be forcibly initialized 30 | u8 data[3] = {reg, val >> 8, val}; | ^~~~ /kisskb/src/drivers/misc/ad525x_dpot-spi.c: In function 'write16': /kisskb/src/drivers/misc/ad525x_dpot-spi.c:23:12: note: byref variable will be forcibly initialized 23 | u8 data[2] = {reg, val}; | ^~~~ /kisskb/src/drivers/misc/ad525x_dpot-spi.c: In function 'write8': /kisskb/src/drivers/misc/ad525x_dpot-spi.c:16:12: note: byref variable will be forcibly initialized 16 | u8 data = val; | ^~~~ /kisskb/src/drivers/misc/ad525x_dpot-spi.c: In function 'read24': /kisskb/src/drivers/misc/ad525x_dpot-spi.c:63:12: note: byref variable will be forcibly initialized 63 | u8 buf_rx[3]; | ^~~~~~ /kisskb/src/drivers/misc/ad525x_dpot-spi.c: In function 'read16': /kisskb/src/drivers/misc/ad525x_dpot-spi.c:23:12: note: byref variable will be forcibly initialized 23 | u8 data[2] = {reg, val}; | ^~~~ /kisskb/src/drivers/misc/ad525x_dpot-spi.c:50:12: note: byref variable will be forcibly initialized 50 | u8 buf_rx[2]; | ^~~~~~ /kisskb/src/drivers/misc/ad525x_dpot-spi.c: In function 'read8': /kisskb/src/drivers/misc/ad525x_dpot-spi.c:38:12: note: byref variable will be forcibly initialized 38 | u8 data; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/btc_dpm.c:25: /kisskb/src/drivers/gpu/drm/radeon/btc_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/btc_dpm.c: In function 'btc_dpm_pre_set_power_state': /kisskb/src/drivers/gpu/drm/radeon/btc_dpm.c:2291:26: note: byref variable will be forcibly initialized 2291 | struct radeon_ps requested_ps = *rdev->pm.dpm.requested_ps; | ^~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_find_parent': /kisskb/src/drivers/of/irq.c:57:17: note: byref variable will be forcibly initialized 57 | phandle parent; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/btc_dpm.c: In function 'btc_dpm_init': /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_raw': /kisskb/src/drivers/of/irq.c:120:13: note: byref variable will be forcibly initialized 120 | int imaplen, match, i, rc = -EINVAL; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:119:52: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:119:36: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/btc_dpm.c:2554:36: note: byref variable will be forcibly initialized 2554 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/of/irq.c:119:13: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:118:43: note: byref variable will be forcibly initialized 118 | const __be32 *tmp, *imap, *imask, dummy_imask[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(~0) }; | ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:116:16: note: byref variable will be forcibly initialized 116 | __be32 initial_match_array[MAX_PHANDLE_ARGS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_one': /kisskb/src/drivers/of/irq.c:333:13: note: byref variable will be forcibly initialized 333 | u32 intsize; | ^~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'irq_of_parse_and_map': /kisskb/src/drivers/of/irq.c:38:32: note: byref variable will be forcibly initialized 38 | struct of_phandle_args oirq; | ^~~~ In file included from /kisskb/src/drivers/of/irq.c:23: /kisskb/src/drivers/of/irq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_get': /kisskb/src/drivers/of/irq.c:433:32: note: byref variable will be forcibly initialized 433 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_to_resource': /kisskb/src/drivers/of/irq.c:402:29: note: byref variable will be forcibly initialized 402 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/irq.c: In function '__of_msi_map_id': /kisskb/src/drivers/of/irq.c:635:13: note: byref variable will be forcibly initialized 635 | u32 id_out = id_in; | ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_count': /kisskb/src/drivers/of/irq.c:478:32: note: byref variable will be forcibly initialized 478 | struct of_phandle_args irq; | ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_init': /kisskb/src/drivers/of/irq.c:527:42: note: byref variable will be forcibly initialized 527 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:527:26: note: byref variable will be forcibly initialized 527 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:524:36: note: byref variable will be forcibly initialized 524 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_map_get_device_domain': /kisskb/src/drivers/of/irq.c:678:29: note: byref variable will be forcibly initialized 678 | struct device_node *np = NULL; | ^~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_get_domain': /kisskb/src/drivers/of/irq.c:713:40: note: byref variable will be forcibly initialized 713 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c: In function 'cdn_dp_get_port_lanes': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:154:37: note: byref variable will be forcibly initialized 154 | union extcon_property_value property; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:21: /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c: In function 'drm_of_encoder_active_endpoint_id': /kisskb/src/include/drm/drm_of.h:141:28: note: byref variable will be forcibly initialized 141 | struct of_endpoint endpoint; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c: In function 'cdn_dp_enable_phy': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:392:37: note: byref variable will be forcibly initialized 392 | union extcon_property_value property; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c: In function 'cdn_dp_get_sink_count': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:176:12: note: byref variable will be forcibly initialized 176 | u8 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c: In function 'cdn_dp_check_sink_connection': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:205:12: note: byref variable will be forcibly initialized 205 | u8 sink_count = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c: In function 'cdn_dp_check_link_status': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:578:12: note: byref variable will be forcibly initialized 578 | u8 link_status[DP_LINK_STATUS_SIZE]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/cgroup.h:17, 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/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c: In function 'vmw_surface_unreference': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized 1590 | struct vmw_resource *res = &tmp_srf->res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c: In function 'vmw_present_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c:182:30: note: byref variable will be forcibly initialized 182 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/hwmon/atxp1.c: In function 'cpu0_vid_store': /kisskb/src/drivers/hwmon/atxp1.c:96:23: note: byref variable will be forcibly initialized 96 | unsigned long vcore; | ^~~~~ /kisskb/src/drivers/hwmon/atxp1.c: In function 'gpio2_store': /kisskb/src/drivers/hwmon/atxp1.c:214:23: note: byref variable will be forcibly initialized 214 | unsigned long value; | ^~~~~ /kisskb/src/drivers/hwmon/atxp1.c: In function 'gpio1_store': /kisskb/src/drivers/hwmon/atxp1.c:169:23: note: byref variable will be forcibly initialized 169 | unsigned long value; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_program_git': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:122:16: note: byref variable will be forcibly initialized 122 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:122:13: note: byref variable will be forcibly initialized 122 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_program_grsd': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:133:16: note: byref variable will be forcibly initialized 133 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:133:13: note: byref variable will be forcibly initialized 133 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_program_ttp': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:928:16: note: byref variable will be forcibly initialized 928 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:928:13: note: byref variable will be forcibly initialized 928 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_program_dc_hto': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:972:16: note: byref variable will be forcibly initialized 972 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:972:13: note: byref variable will be forcibly initialized 972 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_gfx_powergating_initialize': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:151:16: note: byref variable will be forcibly initialized 151 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:151:13: note: byref variable will be forcibly initialized 151 | u32 p, u; | ^ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/include/drm/drm_gem.h:38, from /kisskb/src/include/drm/ttm/ttm_bo_api.h:34, from /kisskb/src/drivers/gpu/drm/radeon/radeon.h:76, from /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:24: /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_program_power_level': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:551:36: note: byref variable will be forcibly initialized 551 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_program_acpi_power_level': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:786:36: note: byref variable will be forcibly initialized 786 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_parse_power_table': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:1465:18: note: byref variable will be forcibly initialized 1465 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:1465:12: note: byref variable will be forcibly initialized 1465 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:1464:13: note: byref variable will be forcibly initialized 1464 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_program_sstp': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:464:16: note: byref variable will be forcibly initialized 464 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:464:13: note: byref variable will be forcibly initialized 464 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_dpm_pre_set_power_state': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:1283:26: note: byref variable will be forcibly initialized 1283 | struct radeon_ps requested_ps = *rdev->pm.dpm.requested_ps; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c: In function 'sumo_parse_sys_info_table': /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:1662:13: note: byref variable will be forcibly initialized 1662 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:1661:18: note: byref variable will be forcibly initialized 1661 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/sumo_dpm.c:1661:12: note: byref variable will be forcibly initialized 1661 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c: In function 'nvkm_falcon_cmdq_rewind': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c:61:32: note: byref variable will be forcibly initialized 61 | struct nvfw_falcon_cmd cmd; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c: In function 'nvkm_falcon_cmdq_open': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c:74:14: note: byref variable will be forcibly initialized 74 | bool rewind = false; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:419:9: note: in expansion of macro 'wait_event' 419 | 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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:828:9: note: in expansion of macro 'wait_event_interruptible' 828 | 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:13: note: byref variable will be forcibly initialized 780 | 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:13: note: byref variable will be forcibly initialized 944 | u32 latency; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_probe': /kisskb/src/drivers/staging/greybus/loopback.c:982:14: note: byref variable will be forcibly initialized 982 | char name[DEBUGFS_NAMELEN]; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/greybus/loopback.c:12: /kisskb/src/drivers/staging/greybus/loopback.c: In function 'gb_loopback_fn': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/loopback.c:852:25: note: in expansion of macro 'wait_event_interruptible' 852 | wait_event_interruptible(gb->wq, gb->type || | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c: In function 'trinity_set_divider_value': /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:542:37: note: byref variable will be forcibly initialized 542 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c: In function 'trinity_program_sclk_dpm': /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:983:16: note: byref variable will be forcibly initialized 983 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:983:13: note: byref variable will be forcibly initialized 983 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c: In function 'trinity_gfx_powergating_initialize': /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:323:36: note: byref variable will be forcibly initialized 323 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:321:16: note: byref variable will be forcibly initialized 321 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:321:13: note: byref variable will be forcibly initialized 321 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c: In function 'trinity_setup_uvd_dpm_interval': /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:840:16: note: byref variable will be forcibly initialized 840 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:840:13: note: byref variable will be forcibly initialized 840 | u32 p, u; | ^ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c: In function 'trinity_apply_state_adjust_rules': /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:1501:13: note: byref variable will be forcibly initialized 1501 | u16 min_vce_voltage; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c: In function 'trinity_parse_sys_info_table': /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:1809:13: note: byref variable will be forcibly initialized 1809 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:1808:18: note: byref variable will be forcibly initialized 1808 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:1808:12: note: byref variable will be forcibly initialized 1808 | u8 frev, crev; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:24: /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c: In function 'trinity_parse_power_table': /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:1698:18: note: byref variable will be forcibly initialized 1698 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:1698:12: note: byref variable will be forcibly initialized 1698 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:1697:13: note: byref variable will be forcibly initialized 1697 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c: In function 'trinity_dpm_pre_set_power_state': /kisskb/src/drivers/gpu/drm/radeon/trinity_dpm.c:1191:26: note: byref variable will be forcibly initialized 1191 | struct radeon_ps requested_ps = *rdev->pm.dpm.requested_ps; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_set_s0_mc_reg_index': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:2838:13: note: byref variable will be forcibly initialized 2838 | u16 address; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:25: /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_process_firmware_header': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:1102:13: note: byref variable will be forcibly initialized 1102 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_calculate_sclk_params': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:2041:39: note: byref variable will be forcibly initialized 2041 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:2004:36: note: byref variable will be forcibly initialized 2004 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_populate_sclk_value': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:2073:33: note: byref variable will be forcibly initialized 2073 | NISLANDS_SMC_SCLK_VALUE sclk_tmp; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_init_smc_spll_table': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:2095:33: note: byref variable will be forcibly initialized 2095 | NISLANDS_SMC_SCLK_VALUE sclk_params; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_init_arb_table_index': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:1573:13: note: byref variable will be forcibly initialized 1573 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_init_driver_calculated_leakage_table': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:3052:13: note: byref variable will be forcibly initialized 3052 | u32 leakage = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_populate_mclk_value': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:2237:39: note: byref variable will be forcibly initialized 2237 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:2177:36: note: byref variable will be forcibly initialized 2177 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_populate_smc_t': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:2398:18: note: byref variable will be forcibly initialized 2398 | u32 t_l, t_h; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:2398:13: note: byref variable will be forcibly initialized 2398 | u32 t_l, t_h; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_parse_pplib_clock_info': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:3969:34: note: byref variable will be forcibly initialized 3969 | u16 vddc, vddci, mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:3969:27: note: byref variable will be forcibly initialized 3969 | u16 vddc, vddci, mvdd; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:3969:21: note: byref variable will be forcibly initialized 3969 | u16 vddc, vddci, mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_parse_power_table': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:3996:18: note: byref variable will be forcibly initialized 3996 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:3996:12: note: byref variable will be forcibly initialized 3996 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:3995:13: note: byref variable will be forcibly initialized 3995 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_force_switch_to_arb_f0': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:1597:13: note: byref variable will be forcibly initialized 1597 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_dpm_pre_set_power_state': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:3769:26: note: byref variable will be forcibly initialized 3769 | struct radeon_ps requested_ps = *rdev->pm.dpm.requested_ps; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c: In function 'ni_dpm_init': /kisskb/src/drivers/gpu/drm/radeon/ni_dpm.c:4052:36: note: byref variable will be forcibly initialized 4052 | struct atom_clock_dividers dividers; | ^~~~~~~~ In file included from /kisskb/src/drivers/leds/led-class.c:22: /kisskb/src/drivers/leds/led-class.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/leds/led-class.c: In function 'led_classdev_register_ext': /kisskb/src/drivers/leds/led-class.c:340:14: note: byref variable will be forcibly initialized 340 | char final_name[LED_MAX_NAME_SIZE]; | ^~~~~~~~~~ /kisskb/src/drivers/leds/led-class.c:339:14: note: byref variable will be forcibly initialized 339 | char composed_name[LED_MAX_NAME_SIZE]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-class.c: In function 'brightness_store': /kisskb/src/drivers/leds/led-class.c:42:23: note: byref variable will be forcibly initialized 42 | unsigned long state; | ^~~~~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_max_bad_blocks': /kisskb/src/drivers/mtd/nand/core.c:195:30: note: byref variable will be forcibly initialized 195 | struct nand_pos pos, end; | ^~~ /kisskb/src/drivers/mtd/nand/core.c:195:25: note: byref variable will be forcibly initialized 195 | struct nand_pos pos, end; | ^~~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_erase': /kisskb/src/drivers/mtd/nand/core.c:159:30: note: byref variable will be forcibly initialized 159 | struct nand_pos pos, last; | ^~~~ /kisskb/src/drivers/mtd/nand/core.c:159:25: note: byref variable will be forcibly initialized 159 | struct nand_pos pos, last; | ^~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_validate_absinfo': /kisskb/src/drivers/input/misc/uinput.c:400:23: note: byref variable will be forcibly initialized 400 | int min, max, range; | ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_event': /kisskb/src/drivers/input/misc/uinput.c:75:33: note: byref variable will be forcibly initialized 75 | struct timespec64 ts; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/uapi/linux/uinput.h:44, from /kisskb/src/drivers/input/misc/uinput.c:21: /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_request_reserve_slot': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:130:16: note: in expansion of macro 'wait_event_interruptible' 130 | return wait_event_interruptible(udev->requests_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_erase_effect': /kisskb/src/drivers/input/misc/uinput.c:262:31: note: byref variable will be forcibly initialized 262 | struct uinput_request request; | ^~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_upload_effect': /kisskb/src/drivers/input/misc/uinput.c:239:31: note: byref variable will be forcibly initialized 239 | struct uinput_request request; | ^~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_setup': /kisskb/src/drivers/input/misc/uinput.c:449:29: note: byref variable will be forcibly initialized 449 | struct uinput_setup setup; | ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_ff_upload_to_user': /kisskb/src/drivers/input/misc/uinput.c:728:48: note: byref variable will be forcibly initialized 728 | struct uinput_ff_upload_compat ff_up_compat; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_ff_upload_from_user': /kisskb/src/drivers/input/misc/uinput.c:759:48: note: byref variable will be forcibly initialized 759 | struct uinput_ff_upload_compat ff_up_compat; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_ioctl_handler': /kisskb/src/drivers/input/misc/uinput.c:845:33: note: byref variable will be forcibly initialized 845 | struct uinput_ff_erase ff_erase; | ^~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:844:33: note: byref variable will be forcibly initialized 844 | struct uinput_ff_upload ff_up; | ^~~~~ /kisskb/src/drivers/misc/phantom.c: In function 'phantom_ioctl': /kisskb/src/drivers/misc/phantom.c:90:24: note: byref variable will be forcibly initialized 90 | struct phm_reg r; | ^ /kisskb/src/drivers/misc/phantom.c:89:25: note: byref variable will be forcibly initialized 89 | struct phm_regs rs; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c: In function 'nvkm_falcon_msgq_recv': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c:146:12: note: byref variable will be forcibly initialized 146 | u8 msg_buffer[MSG_BUF_SIZE]; | ^~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_inject_events': /kisskb/src/drivers/input/misc/uinput.c:575:28: note: byref variable will be forcibly initialized 575 | struct input_event ev; | ^~ In file included from /kisskb/src/include/linux/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/drivers/misc/phantom.c: In function 'phantom_init': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/phantom.c:504:15: note: byref variable will be forcibly initialized 504 | dev_t dev; | ^~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_events_to_user': /kisskb/src/drivers/input/misc/uinput.c:642:28: note: byref variable will be forcibly initialized 642 | struct input_event event; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/uapi/linux/uinput.h:44, from /kisskb/src/drivers/input/misc/uinput.c:21: /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:685:34: note: in expansion of macro 'wait_event_interruptible' 685 | retval = wait_event_interruptible(udev->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'mhuv2_tx_init': /kisskb/src/drivers/mailbox/arm_mhuv2.c:252:21: note: byref variable will be forcibly initialized 252 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:996:25: note: in expansion of macro 'writel_relaxed_bitfield' 996 | writel_relaxed_bitfield(1, &mhu->send->int_en, struct int_en_t, chcomb); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:244:21: note: byref variable will be forcibly initialized 244 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:976:22: note: in expansion of macro 'readl_relaxed_bitfield' 976 | mhu->minor = readl_relaxed_bitfield(&mhu->send->aidr, struct aidr_t, arch_minor_rev); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:244:21: note: byref variable will be forcibly initialized 244 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:975:24: note: in expansion of macro 'readl_relaxed_bitfield' 975 | mhu->windows = readl_relaxed_bitfield(&mhu->send->mhu_cfg, struct mhu_cfg_t, num_ch); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'mhuv2_rx_init': /kisskb/src/drivers/mailbox/arm_mhuv2.c:252:21: note: byref variable will be forcibly initialized 252 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1051:17: note: in expansion of macro 'writel_relaxed_bitfield' 1051 | writel_relaxed_bitfield(1, &mhu->recv->int_en, struct int_en_t, chcomb); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:244:21: note: byref variable will be forcibly initialized 244 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1030:22: note: in expansion of macro 'readl_relaxed_bitfield' 1030 | mhu->minor = readl_relaxed_bitfield(&mhu->recv->aidr, struct aidr_t, arch_minor_rev); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:244:21: note: byref variable will be forcibly initialized 244 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1029:24: note: in expansion of macro 'readl_relaxed_bitfield' 1029 | mhu->windows = readl_relaxed_bitfield(&mhu->recv->mhu_cfg, struct mhu_cfg_t, num_ch); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/input/misc/pwm-beeper.c:14: /kisskb/src/drivers/input/misc/pwm-beeper.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/pwm-beeper.c: In function 'pwm_beeper_on': /kisskb/src/drivers/input/misc/pwm-beeper.c:33:26: note: byref variable will be forcibly initialized 33 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/pwm-beeper.c: In function 'pwm_beeper_probe': /kisskb/src/drivers/input/misc/pwm-beeper.c:127:13: note: byref variable will be forcibly initialized 127 | u32 bell_frequency; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/pwm-beeper.c:126:26: note: byref variable will be forcibly initialized 126 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_get_value': /kisskb/src/drivers/hwmon/corsair-psu.c:234:12: note: byref variable will be forcibly initialized 234 | u8 data[REPLY_SIZE]; | ^~~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_get_criticals': /kisskb/src/drivers/hwmon/corsair-psu.c:283:14: note: byref variable will be forcibly initialized 283 | long tmp; | ^~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_check_cmd_support': /kisskb/src/drivers/hwmon/corsair-psu.c:313:14: note: byref variable will be forcibly initialized 313 | long tmp; | ^~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_debugfs_init': /kisskb/src/drivers/hwmon/corsair-psu.c:665:14: note: byref variable will be forcibly initialized 665 | char name[32]; | ^~~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'print_uptime': /kisskb/src/drivers/hwmon/corsair-psu.c:607:14: note: byref variable will be forcibly initialized 607 | long val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/drivers/of/unittest.c:8: /kisskb/src/drivers/of/unittest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/unittest.c: In function 'unittest_data_add': /kisskb/src/drivers/of/unittest.c:1424:29: note: byref variable will be forcibly initialized 1424 | struct device_node *unittest_data_node = NULL, *np; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_find_node_by_name': /kisskb/src/drivers/of/unittest.c:69:21: note: byref variable will be forcibly initialized 69 | const char *options, *name; | ^~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_phandle_with_args': /kisskb/src/drivers/of/unittest.c:385:32: note: byref variable will be forcibly initialized 385 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_phandle_with_args_map': /kisskb/src/drivers/of/unittest.c:541:32: note: byref variable will be forcibly initialized 541 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_printf': /kisskb/src/drivers/of/unittest.c:308:14: note: byref variable will be forcibly initialized 308 | char phandle_str[16] = ""; | ^~~~~~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_property_string': /kisskb/src/drivers/of/unittest.c:685:21: note: byref variable will be forcibly initialized 685 | const char *strings[4]; | ^~~~~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/swap.h:7, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:30: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_buf_alloc': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:358:35: note: byref variable will be forcibly initialized 358 | struct vmw_buffer_object *backup; | ^~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_changeset': /kisskb/src/drivers/of/unittest.c:799:29: note: byref variable will be forcibly initialized 799 | struct of_changeset chgset; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_check_buffer': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:542:26: note: byref variable will be forcibly initialized 542 | struct list_head val_list; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_backoff_reservation': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:630:26: note: byref variable will be forcibly initialized 630 | struct list_head val_list; | ^~~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_interrupts': /kisskb/src/drivers/of/unittest.c:1007:32: note: byref variable will be forcibly initialized 1007 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:130:52: note: byref variable will be forcibly initialized 130 | struct ttm_validate_buffer val_buf; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_do_evict': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:653:36: note: byref variable will be forcibly initialized 653 | struct ttm_validate_buffer val_buf; | ^~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_interrupts_extended': /kisskb/src/drivers/of/unittest.c:1084:32: note: byref variable will be forcibly initialized 1084 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_evict_type': /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_dma_get_max_cpu_address': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:918:31: note: byref variable will be forcibly initialized 918 | struct ww_acquire_ctx ticket; | ^~~~~~ /kisskb/src/drivers/of/unittest.c:876:21: note: byref variable will be forcibly initialized 876 | phys_addr_t cpu_addr; | ^~~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_dma_ranges_one': /kisskb/src/drivers/of/unittest.c:913:33: note: byref variable will be forcibly initialized 913 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/of/unittest.c:912:33: note: byref variable will be forcibly initialized 912 | phys_addr_t paddr; | ^~~~~ /kisskb/src/drivers/of/unittest.c:898:38: note: byref variable will be forcibly initialized 898 | const struct bus_dma_region *map = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_user_resource_lookup_handle': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:261:33: note: byref variable will be forcibly initialized 261 | struct ttm_base_object *base; | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_pci_dma_ranges': /kisskb/src/drivers/of/unittest.c:956:36: note: byref variable will be forcibly initialized 956 | struct of_pci_range_parser parser; | ^~~~~~ /kisskb/src/drivers/of/unittest.c:955:29: note: byref variable will be forcibly initialized 955 | struct of_pci_range range; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_user_lookup_handle': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:329:30: note: byref variable will be forcibly initialized 329 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_resource_validate': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:704:36: note: byref variable will be forcibly initialized 704 | struct ttm_validate_buffer val_buf; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c: In function 'vmw_query_move_notify': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:869:39: note: byref variable will be forcibly initialized 869 | struct vmw_fence_obj *fence; | ^~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_apply_overlay_check': /kisskb/src/drivers/of/unittest.c:1990:18: note: byref variable will be forcibly initialized 1990 | int ret, ovcs_id; | ^~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_apply_revert_overlay_check': /kisskb/src/drivers/of/unittest.c:2025:18: note: byref variable will be forcibly initialized 2025 | int ret, ovcs_id, save_ovcs_id; | ^~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_overlay_6': /kisskb/src/drivers/of/unittest.c:2188:33: note: byref variable will be forcibly initialized 2188 | int i, save_ovcs_id[2], ovcs_id; | ^~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_overlay_8': /kisskb/src/drivers/of/unittest.c:2290:33: note: byref variable will be forcibly initialized 2290 | int i, save_ovcs_id[2], ovcs_id; | ^~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_remove_tracked_overlays': /kisskb/src/drivers/of/unittest.c:1946:18: note: byref variable will be forcibly initialized 1946 | int ret, ovcs_id, overlay_nr, save_ovcs_id; | ^~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_overlay_notify': /kisskb/src/drivers/of/unittest.c:2818:13: note: byref variable will be forcibly initialized 2818 | int ovcs_id; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c: In function 'nvkm_falcon_v1_wait_for_halt': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:247:15: note: in expansion of macro 'nvkm_wait_msec' 247 | ret = nvkm_wait_msec(device, ms, falcon->addr + 0x100, 0x10, 0x10); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c: In function 'nvkm_falcon_v1_clear_interrupt': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:263:15: note: in expansion of macro 'nvkm_wait_msec' 263 | ret = nvkm_wait_msec(device, 10, falcon->addr + 0x008, mask, 0x0); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c: In function 'falcon_v1_wait_idle': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:276:15: note: in expansion of macro 'nvkm_wait_msec' 276 | ret = nvkm_wait_msec(device, 10, falcon->addr + 0x04c, 0xffff, 0x0); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c: In function 'nvkm_falcon_v1_enable': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:289:15: note: in expansion of macro 'nvkm_wait_msec' 289 | ret = nvkm_wait_msec(device, 10, falcon->addr + 0x10c, 0x6, 0x0); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function '__rmem_check_for_overlap': /kisskb/src/drivers/of/of_reserved_mem.c:237:47: note: byref variable will be forcibly initialized 237 | phys_addr_t this_end, next_end; | ^~~~~~~~ /kisskb/src/drivers/of/of_reserved_mem.c:237:37: note: byref variable will be forcibly initialized 237 | phys_addr_t this_end, next_end; | ^~~~~~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function '__reserved_mem_alloc_size': /kisskb/src/drivers/of/of_reserved_mem.c:90:23: note: byref variable will be forcibly initialized 90 | const __be32 *prop; | ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c:89:13: note: byref variable will be forcibly initialized 89 | int len; | ^~~ /kisskb/src/drivers/of/of_reserved_mem.c:88:21: note: byref variable will be forcibly initialized 88 | phys_addr_t base = 0, align = 0, size; | ^~~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_reserved_mem_device_release': /kisskb/src/drivers/of/of_reserved_mem.c:405:19: note: byref variable will be forcibly initialized 405 | LIST_HEAD(release_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function 'fdt_init_reserved_mem': /kisskb/src/drivers/of/of_reserved_mem.c:261:21: note: byref variable will be forcibly initialized 261 | int len; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'bit_show': /kisskb/src/drivers/hwmon/emc1403.c:54:22: note: byref variable will be forcibly initialized 54 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'show_hyst_common': /kisskb/src/drivers/hwmon/emc1403.c:106:22: note: byref variable will be forcibly initialized 106 | unsigned int hyst; | ^~~~ /kisskb/src/drivers/hwmon/emc1403.c:105:22: note: byref variable will be forcibly initialized 105 | unsigned int limit; | ^~~~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'temp_show': /kisskb/src/drivers/hwmon/emc1403.c:40:22: note: byref variable will be forcibly initialized 40 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'bit_store': /kisskb/src/drivers/hwmon/emc1403.c:85:23: note: byref variable will be forcibly initialized 85 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'temp_store': /kisskb/src/drivers/hwmon/emc1403.c:68:23: note: byref variable will be forcibly initialized 68 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'hyst_store': /kisskb/src/drivers/hwmon/emc1403.c:141:23: note: byref variable will be forcibly initialized 141 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c:138:22: note: byref variable will be forcibly initialized 138 | unsigned int limit; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/base.c: In function 'nvkm_acr_load': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/base.c:80:20: note: byref variable will be forcibly initialized 80 | u64 start, limit; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/base.c:80:13: note: byref variable will be forcibly initialized 80 | u64 start, limit; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/base.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/base.c: In function 'nvkm_acr_new_': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/base.c:426:16: note: in expansion of macro 'nvkm_firmware_load' 426 | fwif = nvkm_firmware_load(&acr->subdev, fwif, "Acr", acr); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/resolver.c: In function 'update_usages_of_a_phandle_reference': /kisskb/src/drivers/of/resolver.c:78:13: note: byref variable will be forcibly initialized 78 | int offset, len; | ^~~~~~ /kisskb/src/drivers/of/resolver.c: In function 'of_resolve_phandles': /kisskb/src/drivers/of/resolver.c:268:21: note: byref variable will be forcibly initialized 268 | const char *refpath; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/of/overlay.c:12: /kisskb/src/drivers/of/overlay.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/overlay.c: In function 'find_target': /kisskb/src/drivers/of/overlay.c:689:13: note: byref variable will be forcibly initialized 689 | u32 val; | ^~~ /kisskb/src/drivers/of/overlay.c:688:21: note: byref variable will be forcibly initialized 688 | const char *path; | ^~~~ /kisskb/src/drivers/of/overlay.c: In function 'add_changeset_node': /kisskb/src/drivers/of/overlay.c:412:22: note: byref variable will be forcibly initialized 412 | int ret = 0, size; | ^~~~ /kisskb/src/drivers/of/overlay.c:411:23: note: byref variable will be forcibly initialized 411 | struct target target_child; | ^~~~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'build_changeset': /kisskb/src/drivers/of/overlay.c:635:23: note: byref variable will be forcibly initialized 635 | struct target target; | ^~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'overlay_notify': /kisskb/src/drivers/of/overlay.c:158:39: note: byref variable will be forcibly initialized 158 | struct of_overlay_notify_data nd; | ^~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_apply': /kisskb/src/drivers/of/overlay.c:904:22: note: byref variable will be forcibly initialized 904 | int ret = 0, ret_revert, ret_tmp; | ^~~~~~~~~~ /kisskb/src/drivers/of/overlay.c: In function 'of_overlay_remove': /kisskb/src/drivers/of/overlay.c:1183:18: note: byref variable will be forcibly initialized 1183 | int ret, ret_apply, ret_tmp; | ^~~~~~~~~ /kisskb/src/drivers/input/misc/88pm80x_onkey.c: In function 'pm80x_onkey_handler': /kisskb/src/drivers/input/misc/88pm80x_onkey.c:47:22: note: byref variable will be forcibly initialized 47 | unsigned int val; | ^~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'led_update_flash_brightness': /kisskb/src/drivers/leds/led-class-flash.c:429:13: note: byref variable will be forcibly initialized 429 | u32 brightness; | ^~~~~~~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'flash_fault_show': /kisskb/src/drivers/leds/led-class-flash.c:191:13: note: byref variable will be forcibly initialized 191 | u32 fault, mask = 0x1; | ^~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'flash_strobe_show': /kisskb/src/drivers/leds/led-class-flash.c:125:14: note: byref variable will be forcibly initialized 125 | bool state; | ^~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'flash_timeout_store': /kisskb/src/drivers/leds/led-class-flash.c:142:23: note: byref variable will be forcibly initialized 142 | unsigned long flash_timeout; | ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'flash_brightness_store': /kisskb/src/drivers/leds/led-class-flash.c:42:23: note: byref variable will be forcibly initialized 42 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/led-class-flash.c: In function 'flash_strobe_store': /kisskb/src/drivers/leds/led-class-flash.c:94:23: note: byref variable will be forcibly initialized 94 | unsigned long state; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/hsfw.c: In function 'nvkm_acr_hsfw_load_bl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/hsfw.c:131:32: note: byref variable will be forcibly initialized 131 | const struct firmware *fw; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/hsfw.c: In function 'nvkm_acr_hsfw_load_image': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/hsfw.c:54:32: note: byref variable will be forcibly initialized 54 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/include/linux/mtd/nand.h:13, from /kisskb/src/drivers/mtd/nand/bbt.c:12: /kisskb/src/drivers/mtd/nand/bbt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_init_dte_leakage_table': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2563:13: note: byref variable will be forcibly initialized 2563 | u32 leakage; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_init_simplified_leakage_table': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2602:13: note: byref variable will be forcibly initialized 2602 | u32 leakage; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_set_s0_mc_reg_index': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:5478:13: note: byref variable will be forcibly initialized 5478 | u16 address; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_patch_single_dependency_table_based_on_leakage': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:5855:13: note: byref variable will be forcibly initialized 5855 | u16 leakage_voltage; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_process_firmware_header': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:3461:13: note: byref variable will be forcibly initialized 3461 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_force_switch_to_arb_f0': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4237:13: note: byref variable will be forcibly initialized 4237 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_populate_smc_acpi_state': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4519:29: note: byref variable will be forcibly initialized 4519 | u16 std_vddc; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4496:29: note: byref variable will be forcibly initialized 4496 | u16 std_vddc; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_reg_write': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:186:12: note: byref variable will be forcibly initialized 186 | u8 msg[6]; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_reg_write_bit': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:201:12: note: byref variable will be forcibly initialized 201 | u8 field[8]; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_calculate_sclk_params': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4805:39: note: byref variable will be forcibly initialized 4805 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4769:36: note: byref variable will be forcibly initialized 4769 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_training_start': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:478:17: note: byref variable will be forcibly initialized 478 | u8 msg, event[2]; | ^~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:478:12: note: byref variable will be forcibly initialized 478 | u8 msg, event[2]; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_populate_sclk_value': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_get_training_status': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4837:33: note: byref variable will be forcibly initialized 4837 | SISLANDS_SMC_SCLK_VALUE sclk_tmp; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:520:12: note: byref variable will be forcibly initialized 520 | u8 status[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_populate_mclk_value': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4896:39: note: byref variable will be forcibly initialized 4896 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4872:32: note: byref variable will be forcibly initialized 4872 | struct atom_mpll_param mpll_param; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_dpcd_read': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:218:20: note: byref variable will be forcibly initialized 218 | u8 msg[5], reg[5]; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:218:12: note: byref variable will be forcibly initialized 218 | u8 msg[5], reg[5]; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_dpcd_write': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:249:20: note: byref variable will be forcibly initialized 249 | u8 msg[6], reg[5]; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:249:12: note: byref variable will be forcibly initialized 249 | u8 msg[6], reg[5]; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_init_arb_table_index': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4210:13: note: byref variable will be forcibly initialized 4210 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_set_host_cap': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:359:12: note: byref variable will be forcibly initialized 359 | u8 msg[8]; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_init_smc_spll_table': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2830:33: note: byref variable will be forcibly initialized 2830 | SISLANDS_SMC_SCLK_VALUE sclk_params; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_event_config': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:388:12: note: byref variable will be forcibly initialized 388 | u8 msg[5]; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_get_hpd_status': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:410:12: note: byref variable will be forcibly initialized 410 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_get_edid_block': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_initialize_smc_cac_tables': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:438:20: note: byref variable will be forcibly initialized 438 | u8 msg[2], reg[2], i; | ^~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:438:12: note: byref variable will be forcibly initialized 438 | u8 msg[2], reg[2], i; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2637:23: note: byref variable will be forcibly initialized 2637 | u16 vddc_max, vddc_min, vddc_step; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2637:13: note: byref variable will be forcibly initialized 2637 | u16 vddc_max, vddc_min, vddc_step; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c: In function 'cdn_dp_set_video_status': /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-reg.c:570:12: note: byref variable will be forcibly initialized 570 | u8 msg; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_populate_power_containment_values': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2278:13: note: byref variable will be forcibly initialized 2278 | u16 curr_std_vddc; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2277:13: note: byref variable will be forcibly initialized 2277 | u16 prev_std_vddc; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2273:36: note: byref variable will be forcibly initialized 2273 | SISLANDS_SMC_VOLTAGE_VALUE vddc; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_populate_smc_tdp_limits': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2147:21: note: byref variable will be forcibly initialized 2147 | u32 near_tdp_limit; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2146:21: note: byref variable will be forcibly initialized 2146 | u32 tdp_limit; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_apply_state_adjust_rules': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2955:44: note: byref variable will be forcibly initialized 2955 | u32 max_sclk_vddc, max_mclk_vddci, max_mclk_vddc; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2955:28: note: byref variable will be forcibly initialized 2955 | u32 max_sclk_vddc, max_mclk_vddci, max_mclk_vddc; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2955:13: note: byref variable will be forcibly initialized 2955 | u32 max_sclk_vddc, max_mclk_vddci, max_mclk_vddc; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:2954:26: note: byref variable will be forcibly initialized 2954 | u16 vddc, vddci, min_vce_voltage = 0; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:25: /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c: In function 'nvkm_acr_lsfw_load_sig_image_desc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:146:32: note: byref variable will be forcibly initialized 146 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:25: /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'kmalloc_array': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c: In function 'nvkm_acr_lsfw_load_sig_image_desc_v1': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:166:32: note: byref variable will be forcibly initialized 166 | const struct firmware *fw; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c: In function 'nvkm_acr_lsfw_load_bl_inst_data_sig': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:188:58: note: byref variable will be forcibly initialized 188 | const struct firmware *bl = NULL, *inst = NULL, *data = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:188:44: note: byref variable will be forcibly initialized 188 | const struct firmware *bl = NULL, *inst = NULL, *data = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:188:32: note: byref variable will be forcibly initialized 188 | const struct firmware *bl = NULL, *inst = NULL, *data = NULL; | ^~ /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_populate_smc_t': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:5074:18: note: byref variable will be forcibly initialized 5074 | u32 t_l, t_h; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:5074:13: note: byref variable will be forcibly initialized 5074 | u32 t_l, t_h; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_get_leakage_vddc': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:3216:13: note: byref variable will be forcibly initialized 3216 | u16 vddc, count = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_parse_pplib_clock_info': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:6770:34: note: byref variable will be forcibly initialized 6770 | u16 vddc, vddci, mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:6770:27: note: byref variable will be forcibly initialized 6770 | u16 vddc, vddci, mvdd; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:6770:21: note: byref variable will be forcibly initialized 6770 | u16 vddc, vddci, mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:6720:13: note: byref variable will be forcibly initialized 6720 | u16 leakage_voltage; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_parse_power_table': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:6801:18: note: byref variable will be forcibly initialized 6801 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:6801:12: note: byref variable will be forcibly initialized 6801 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:6800:13: note: byref variable will be forcibly initialized 6800 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_populate_smc_initial_state': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4404:21: note: byref variable will be forcibly initialized 4404 | u16 std_vddc; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_convert_power_level_to_smc': /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:4967:13: note: byref variable will be forcibly initialized 4967 | u16 std_vddc; | ^~~~~~~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_pwm_freq': /kisskb/src/drivers/hwmon/f71805f.c:770:23: note: byref variable will be forcibly initialized 770 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_pwm_auto_point_temp': /kisskb/src/drivers/hwmon/f71805f.c:806:23: note: byref variable will be forcibly initialized 806 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/f71805f.c:694:23: note: byref variable will be forcibly initialized 694 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_pwm_auto_point_fan': /kisskb/src/drivers/hwmon/f71805f.c:843:23: note: byref variable will be forcibly initialized 843 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_pkt_dequeue': /kisskb/src/drivers/misc/hpilo.c:148:13: note: byref variable will be forcibly initialized 148 | int entry = 0, pkt_id = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_dpm_pre_set_power_state': /kisskb/src/drivers/hwmon/emc6w201.c: In function 'fan_store': /kisskb/src/drivers/hwmon/emc6w201.c:281:23: note: byref variable will be forcibly initialized 281 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:6503:26: note: byref variable will be forcibly initialized 6503 | struct radeon_ps requested_ps = *rdev->pm.dpm.requested_ps; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_write': /kisskb/src/drivers/misc/hpilo.c:495:15: note: byref variable will be forcibly initialized 495 | void *pkt; | ^~~ /kisskb/src/drivers/misc/hpilo.c:491:26: note: byref variable will be forcibly initialized 491 | int err, pkt_id, pkt_len; | ^~~~~~~ /kisskb/src/drivers/misc/hpilo.c:491:18: note: byref variable will be forcibly initialized 491 | int err, pkt_id, pkt_len; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c: In function 'si_dpm_init': /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_in0_min': /kisskb/src/drivers/hwmon/f71805f.c:476:14: note: byref variable will be forcibly initialized 476 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/si_dpm.c:6886:36: note: byref variable will be forcibly initialized 6886 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_in0_max': /kisskb/src/drivers/hwmon/f71805f.c:455:14: note: byref variable will be forcibly initialized 455 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_in_min': /kisskb/src/drivers/hwmon/f71805f.c:548:14: note: byref variable will be forcibly initialized 548 | long val; | ^~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_ccb_verify': /kisskb/src/drivers/misc/hpilo.c:353:13: note: byref variable will be forcibly initialized 353 | int pkt_id, i; | ^~~~~~ /kisskb/src/drivers/hwmon/emc6w201.c: In function 'temp_store': /kisskb/src/drivers/hwmon/emc6w201.c:237:14: note: byref variable will be forcibly initialized 237 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_in_max': /kisskb/src/drivers/hwmon/f71805f.c:527:14: note: byref variable will be forcibly initialized 527 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_temp_hyst': /kisskb/src/drivers/hwmon/f71805f.c:927:14: note: byref variable will be forcibly initialized 927 | long val; | ^~~ /kisskb/src/drivers/hwmon/emc6w201.c: In function 'in_store': /kisskb/src/drivers/hwmon/emc6w201.c:198:14: note: byref variable will be forcibly initialized 198 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_temp_max': /kisskb/src/drivers/hwmon/f71805f.c:906:14: note: byref variable will be forcibly initialized 906 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_fan_target': /kisskb/src/drivers/hwmon/f71805f.c:620:14: note: byref variable will be forcibly initialized 620 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_fan_min': /kisskb/src/drivers/hwmon/f71805f.c:599:14: note: byref variable will be forcibly initialized 599 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'set_pwm_enable': /kisskb/src/drivers/hwmon/f71805f.c:721:23: note: byref variable will be forcibly initialized 721 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_read': /kisskb/src/drivers/misc/hpilo.c:445:15: note: byref variable will be forcibly initialized 445 | void *pkt; | ^~~ /kisskb/src/drivers/misc/hpilo.c:441:38: note: byref variable will be forcibly initialized 441 | int err, found, cnt, pkt_id, pkt_len; | ^~~~~~~ /kisskb/src/drivers/misc/hpilo.c:441:30: note: byref variable will be forcibly initialized 441 | int err, found, cnt, pkt_id, pkt_len; | ^~~~~~ /kisskb/src/drivers/hwmon/f71805f.c: In function 'f71805f_init': /kisskb/src/drivers/hwmon/f71805f.c:1615:33: note: byref variable will be forcibly initialized 1615 | struct f71805f_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/hwmon/f71805f.c:1614:24: note: byref variable will be forcibly initialized 1614 | unsigned short address; | ^~~~~~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_map_device': /kisskb/src/drivers/misc/hpilo.c:696:12: note: byref variable will be forcibly initialized 696 | u8 pci_rev_id; | ^~~~~~~~~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_init': /kisskb/src/drivers/misc/hpilo.c:889:15: note: byref variable will be forcibly initialized 889 | dev_t dev; | ^~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_use_com_int': /kisskb/src/drivers/input/misc/ad714x.c:129:24: note: byref variable will be forcibly initialized 129 | unsigned short data; | ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_use_thr_int': /kisskb/src/drivers/input/misc/ad714x.c:146:24: note: byref variable will be forcibly initialized 146 | unsigned short data; | ^~~~ /kisskb/src/drivers/mailbox/armada-37xx-rwtm-mailbox.c: In function 'a37xx_mbox_receive': /kisskb/src/drivers/mailbox/armada-37xx-rwtm-mailbox.c:46:40: note: byref variable will be forcibly initialized 46 | struct armada_37xx_rwtm_rx_msg rx_msg; | ^~~~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_hw_init': /kisskb/src/drivers/input/misc/ad714x.c:916:24: note: byref variable will be forcibly initialized 916 | unsigned short data; | ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_hw_detect': /kisskb/src/drivers/input/misc/ad714x.c:872:24: note: byref variable will be forcibly initialized 872 | unsigned short data; | ^~~~ /kisskb/src/drivers/of/of_numa.c: In function 'of_numa_parse_cpu_nodes': /kisskb/src/drivers/of/of_numa.c:25:13: note: byref variable will be forcibly initialized 25 | u32 nid; | ^~~ /kisskb/src/drivers/of/of_numa.c: In function 'of_numa_parse_memory_nodes': /kisskb/src/drivers/of/of_numa.c:46:13: note: byref variable will be forcibly initialized 46 | u32 nid; | ^~~ /kisskb/src/drivers/of/of_numa.c:45:25: note: byref variable will be forcibly initialized 45 | struct resource rsrc; | ^~~~ /kisskb/src/drivers/of/of_numa.c: In function 'of_node_to_nid': /kisskb/src/drivers/of/of_numa.c:143:13: note: byref variable will be forcibly initialized 143 | u32 nid; | ^~~ /kisskb/src/drivers/staging/greybus/raw.c: In function 'raw_init': /kisskb/src/drivers/staging/greybus/raw.c:340:15: note: byref variable will be forcibly initialized 340 | dev_t dev; | ^~~ /kisskb/src/drivers/input/misc/atmel_captouch.c: In function 'atmel_read': /kisskb/src/drivers/input/misc/atmel_captouch.c:88:24: note: byref variable will be forcibly initialized 88 | 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:12: note: byref variable will be forcibly initialized 134 | u8 new_btn; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c: In function 'gm200_acr_wpr_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:69:27: note: byref variable will be forcibly initialized 69 | struct lsb_header lsb; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:68:27: note: byref variable will be forcibly initialized 68 | struct wpr_header hdr; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c: In function 'gm200_acr_load': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:466:18: note: in expansion of macro 'nvkm_firmware_load' 466 | hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:461:18: note: in expansion of macro 'nvkm_firmware_load' 461 | hsfwif = nvkm_firmware_load(subdev, fwif->func->load, "AcrLoad", | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c: In function 'gm200_acr_wpr_build_lsb': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:114:27: note: byref variable will be forcibly initialized 114 | struct lsb_header hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c: In function 'gm200_acr_wpr_build': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c:135:35: note: byref variable will be forcibly initialized 135 | struct wpr_header hdr = { | ^~~ /kisskb/src/drivers/input/misc/bma150.c: In function 'bma150_report_xyz': /kisskb/src/drivers/input/misc/bma150.c:307:12: note: byref variable will be forcibly initialized 307 | u8 data[BMA150_XYZ_DATA_SIZE]; | ^~~~ In file included from /kisskb/src/include/linux/mtd/mtd.h:14, from /kisskb/src/include/linux/mtd/nand.h:13, from /kisskb/src/drivers/mtd/nand/ecc.c:97: /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_algo': /kisskb/src/drivers/mtd/nand/ecc.c:394:21: note: byref variable will be forcibly initialized 394 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_placement': /kisskb/src/drivers/mtd/nand/ecc.c:370:21: note: byref variable will be forcibly initialized 370 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_strength': /kisskb/src/drivers/mtd/nand/ecc.c:422:13: note: byref variable will be forcibly initialized 422 | u32 val; | ^~~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_step_size': /kisskb/src/drivers/mtd/nand/ecc.c:413:13: note: byref variable will be forcibly initialized 413 | u32 val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm20b.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm20b.c: In function 'gm20b_acr_load': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm20b.c:116:18: note: in expansion of macro 'nvkm_firmware_load' 116 | hsfwif = nvkm_firmware_load(subdev, fwif->func->load, "AcrLoad", | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-class-multicolor.c: In function 'multi_intensity_store': /kisskb/src/drivers/leds/led-class-multicolor.c:37:13: note: byref variable will be forcibly initialized 37 | int intensity_value[LED_COLOR_ID_MAX]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-class-multicolor.c:36:13: note: byref variable will be forcibly initialized 36 | int nrchars, offset = 0; | ^~~~~~~ /kisskb/src/drivers/mailbox/platform_mhu.c: In function 'platform_mhu_rx_interrupt': /kisskb/src/drivers/mailbox/platform_mhu.c:50:13: note: byref variable will be forcibly initialized 50 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c: In function 'gp102_acr_wpr_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:36:30: note: byref variable will be forcibly initialized 36 | struct lsb_header_v1 lsb; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:35:30: note: byref variable will be forcibly initialized 35 | struct wpr_header_v1 hdr; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c: In function 'gp102_acr_load': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:264:18: note: in expansion of macro 'nvkm_firmware_load' 264 | hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:259:18: note: in expansion of macro 'nvkm_firmware_load' 259 | hsfwif = nvkm_firmware_load(subdev, fwif->func->load, "AcrLoad", | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c: In function 'gp102_acr_wpr_build_lsb': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:62:30: note: byref variable will be forcibly initialized 62 | struct lsb_header_v1 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c: In function 'gp102_acr_wpr_build': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c:84:38: note: byref variable will be forcibly initialized 84 | struct wpr_header_v1 hdr = { | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c: In function 'vmw_bo_create_and_populate': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c:656:35: note: byref variable will be forcibly initialized 656 | struct ttm_buffer_object *bo; | ^~ 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/gpu/drm/vmwgfx/vmwgfx_cmd.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c: In function 'vmw_fifo_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c:251:23: note: in expansion of macro 'wait_event_timeout' 251 | ret = wait_event_timeout | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c:247:23: note: in expansion of macro 'wait_event_interruptible_timeout' 247 | ret = wait_event_interruptible_timeout | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/vibrator.c: In function 'timeout_store': /kisskb/src/drivers/staging/greybus/vibrator.c:82:23: note: byref variable will be forcibly initialized 82 | unsigned long val; | ^~~ /kisskb/src/drivers/input/misc/drv260x.c: In function 'drv260x_init': /kisskb/src/drivers/input/misc/drv260x.c:347:22: note: byref variable will be forcibly initialized 347 | unsigned int cal_buf; | ^~~~~~~ /kisskb/src/drivers/input/misc/drv260x.c: In function 'drv260x_probe': /kisskb/src/drivers/input/misc/drv260x.c:465:13: note: byref variable will be forcibly initialized 465 | u32 voltage; | ^~~~~~~ /kisskb/src/drivers/input/misc/drv2667.c: In function 'drv2667_set_waveform_freq': /kisskb/src/drivers/input/misc/drv2667.c:131:22: note: byref variable will be forcibly initialized 131 | unsigned int read_buf; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_apply_state_adjust_rules': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:1943:16: note: byref variable will be forcibly initialized 1943 | int i, limit; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_process_firmware_header': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:300:13: note: byref variable will be forcibly initialized 300 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_update_dfs_bypass_settings': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:1594:12: note: byref variable will be forcibly initialized 1594 | u8 clk_bypass_cntl; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_update_sclk_t': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:542:13: note: byref variable will be forcibly initialized 542 | u32 low_sclk_interrupt_t = 0; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_set_divider_value': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:380:36: note: byref variable will be forcibly initialized 380 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_populate_uvd_table': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:665:36: note: byref variable will be forcibly initialized 665 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_populate_vce_table': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:738:36: note: byref variable will be forcibly initialized 738 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_populate_samu_table': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:799:36: note: byref variable will be forcibly initialized 799 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_populate_acp_table': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:865:36: note: byref variable will be forcibly initialized 865 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_dev_init': /kisskb/src/drivers/input/misc/iqs269a.c:1037:22: note: byref variable will be forcibly initialized 1037 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_force_dpm_highest': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:1840:13: note: byref variable will be forcibly initialized 1840 | u32 enable_mask, i; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_force_dpm_lowest': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:1860:13: note: byref variable will be forcibly initialized 1860 | u32 enable_mask, i; | ^~~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_report': /kisskb/src/drivers/input/misc/iqs269a.c:1198:12: note: byref variable will be forcibly initialized 1198 | u8 slider_x[IQS269_NUM_SL]; | ^~~~~~~~ /kisskb/src/drivers/input/misc/iqs269a.c:1195:29: note: byref variable will be forcibly initialized 1195 | struct iqs269_flags flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_parse_sys_info_table': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:2293:13: note: byref variable will be forcibly initialized 2293 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:2292:18: note: byref variable will be forcibly initialized 2292 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_resume': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:2292:12: note: byref variable will be forcibly initialized 2292 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/input/misc/iqs269a.c:1763:22: note: byref variable will be forcibly initialized 1763 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_suspend': /kisskb/src/drivers/input/misc/iqs269a.c:1704:22: note: byref variable will be forcibly initialized 1704 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:24: /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_trigger_store': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_parse_power_table': /kisskb/src/drivers/input/misc/iqs269a.c:1580:22: note: byref variable will be forcibly initialized 1580 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:2442:18: note: byref variable will be forcibly initialized 2442 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_target_store': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:2442:12: note: byref variable will be forcibly initialized 2442 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/input/misc/iqs269a.c:1552:22: note: byref variable will be forcibly initialized 1552 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:2441:13: note: byref variable will be forcibly initialized 2441 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_base_store': /kisskb/src/drivers/input/misc/iqs269a.c:1519:22: note: byref variable will be forcibly initialized 1519 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_mode_store': /kisskb/src/drivers/input/misc/iqs269a.c:1486:22: note: byref variable will be forcibly initialized 1486 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'rx_enable_store': /kisskb/src/drivers/input/misc/iqs269a.c:1447:22: note: byref variable will be forcibly initialized 1447 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ch_number_store': /kisskb/src/drivers/input/misc/iqs269a.c:1418:22: note: byref variable will be forcibly initialized 1418 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'hall_enable_store': /kisskb/src/drivers/input/misc/iqs269a.c:1388:22: note: byref variable will be forcibly initialized 1388 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_target_show': /kisskb/src/drivers/input/misc/iqs269a.c:1537:22: note: byref variable will be forcibly initialized 1537 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_base_show': /kisskb/src/drivers/input/misc/iqs269a.c:1504:22: note: byref variable will be forcibly initialized 1504 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'ati_mode_show': /kisskb/src/drivers/input/misc/iqs269a.c:1471:22: note: byref variable will be forcibly initialized 1471 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'hall_bin_show': /kisskb/src/drivers/input/misc/iqs269a.c:1343:22: note: byref variable will be forcibly initialized 1343 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c: In function 'kv_dpm_pre_set_power_state': /kisskb/src/drivers/input/misc/iqs269a.c: In function 'counts_show': /kisskb/src/drivers/gpu/drm/radeon/kv_dpm.c:1661:26: note: byref variable will be forcibly initialized 1661 | struct radeon_ps requested_ps = *rdev->pm.dpm.requested_ps; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs269a.c:1312:16: note: byref variable will be forcibly initialized 1312 | __le16 counts; | ^~~~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_parse_mask': /kisskb/src/drivers/input/misc/iqs269a.c:475:22: note: byref variable will be forcibly initialized 475 | 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:27: note: byref variable will be forcibly initialized 508 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c:508:22: note: byref variable will be forcibly initialized 508 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_parse_prop': /kisskb/src/drivers/input/misc/iqs269a.c:756:22: note: byref variable will be forcibly initialized 756 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_input_init': /kisskb/src/drivers/input/misc/iqs269a.c:1091:29: note: byref variable will be forcibly initialized 1091 | struct iqs269_flags flags; | ^~~~~ /kisskb/src/drivers/input/misc/iqs269a.c: In function 'iqs269_probe': /kisskb/src/drivers/input/misc/iqs269a.c:1638:32: note: byref variable will be forcibly initialized 1638 | struct iqs269_ver_info ver_info; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-quirks.c: In function 'hid_quirks_init': /kisskb/src/drivers/hid/hid-quirks.c:1181:13: note: byref variable will be forcibly initialized 1181 | u32 quirks; | ^~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1180:36: note: byref variable will be forcibly initialized 1180 | unsigned short int vendor, product; | ^~~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1180:28: note: byref variable will be forcibly initialized 1180 | unsigned short int vendor, product; | ^~~~~~ In file included from /kisskb/src/include/linux/mailbox_controller.h:9, from /kisskb/src/drivers/mailbox/rockchip-mailbox.c:10: /kisskb/src/drivers/mailbox/rockchip-mailbox.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/apds9802als.c: In function 'als_sensing_range_store': /kisskb/src/drivers/misc/apds9802als.c:114:23: note: byref variable will be forcibly initialized 114 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_set_s0_mc_reg_index': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:4461:13: note: byref variable will be forcibly initialized 4461 | u16 address; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_get_average_sclk_freq': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:1736:13: note: byref variable will be forcibly initialized 1736 | u32 sclk_freq; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_get_average_mclk_freq': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:1749:13: note: byref variable will be forcibly initialized 1749 | u32 mclk_freq; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_process_firmware_header': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:1782:13: note: byref variable will be forcibly initialized 1782 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_populate_pm_base': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:457:13: note: byref variable will be forcibly initialized 457 | u32 pm_fuse_table_offset; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_update_sclk_t': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:1297:13: note: byref variable will be forcibly initialized 1297 | u32 low_sclk_interrupt_t = 0; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_populate_smc_acpi_level': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2957:36: note: byref variable will be forcibly initialized 2957 | SMU7_Discrete_VoltageLevel voltage_level; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2956:36: note: byref variable will be forcibly initialized 2956 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_populate_smc_vce_level': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2658:36: note: byref variable will be forcibly initialized 2658 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_populate_smc_acp_level': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2691:36: note: byref variable will be forcibly initialized 2691 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_populate_smc_samu_level': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2723:36: note: byref variable will be forcibly initialized 2723 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_populate_smc_uvd_level': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2615:36: note: byref variable will be forcibly initialized 2615 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_calculate_sclk_params': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:3151:39: note: byref variable will be forcibly initialized 3151 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:3127:36: note: byref variable will be forcibly initialized 3127 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_calculate_mclk_params': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2791:39: note: byref variable will be forcibly initialized 2791 | struct radeon_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2767:32: note: byref variable will be forcibly initialized 2767 | struct atom_mpll_param mpll_param; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_temp': /kisskb/src/drivers/hwmon/f71882fg.c:2183:14: note: byref variable will be forcibly initialized 2183 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_simple_pwm': /kisskb/src/drivers/hwmon/f71882fg.c:1865:14: note: byref variable will be forcibly initialized 1865 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_fan_full_speed': /kisskb/src/drivers/hwmon/f71882fg.c:1400:14: note: byref variable will be forcibly initialized 1400 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/f71882fg.c:1487:14: note: byref variable will be forcibly initialized 1487 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_populate_memory_timing_parameters': /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_crit': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2491:13: note: byref variable will be forcibly initialized 2491 | u32 dram_timing2; | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c:1686:14: note: byref variable will be forcibly initialized 1686 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_do_program_memory_timing_parameters': /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_max': /kisskb/src/drivers/hwmon/f71882fg.c:1602:14: note: byref variable will be forcibly initialized 1602 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2512:44: note: byref variable will be forcibly initialized 2512 | SMU7_Discrete_MCArbDramTimingTable arb_regs; | ^~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_temp_hyst': /kisskb/src/drivers/hwmon/f71882fg.c:2046:14: note: byref variable will be forcibly initialized 2046 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_init_arb_table_index': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:2379:13: note: byref variable will be forcibly initialized 2379 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_get_vbios_boot_values': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5604:13: note: byref variable will be forcibly initialized 5604 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5603:18: note: byref variable will be forcibly initialized 5603 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5603:12: note: byref variable will be forcibly initialized 5603 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_get_leakage_voltages': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:1317:19: note: byref variable will be forcibly initialized 1317 | u16 vddc, vddci; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:1317:13: note: byref variable will be forcibly initialized 1317 | u16 vddc, vddci; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:1316:13: note: byref variable will be forcibly initialized 1316 | u16 leakage_id, virtual_voltage_id; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_pwm': /kisskb/src/drivers/hwmon/f71882fg.c:1992:14: note: byref variable will be forcibly initialized 1992 | long val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:25: /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_channel': /kisskb/src/drivers/hwmon/f71882fg.c:2132:14: note: byref variable will be forcibly initialized 2132 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_fan_beep': /kisskb/src/drivers/hwmon/f71882fg.c:1434:23: note: byref variable will be forcibly initialized 1434 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_parse_power_table': In file included from /kisskb/src/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:23: /kisskb/src/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c: In function 'drm_of_encoder_active_endpoint_id': /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_interpolate': /kisskb/src/include/drm/drm_of.h:141:28: note: byref variable will be forcibly initialized 141 | struct of_endpoint endpoint; | ^~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c:2092:23: note: byref variable will be forcibly initialized 2092 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5519:18: note: byref variable will be forcibly initialized 5519 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/f71882fg.c:1912:14: note: byref variable will be forcibly initialized 1912 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5519:12: note: byref variable will be forcibly initialized 5519 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5518:13: note: byref variable will be forcibly initialized 5518 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/f71882fg.c:1814:14: note: byref variable will be forcibly initialized 1814 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_in_beep': /kisskb/src/drivers/hwmon/f71882fg.c:1524:23: note: byref variable will be forcibly initialized 1524 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_beep': /kisskb/src/drivers/hwmon/f71882fg.c:1747:23: note: byref variable will be forcibly initialized 1747 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_max_hyst': /kisskb/src/drivers/hwmon/f71882fg.c:1644:14: note: byref variable will be forcibly initialized 1644 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_dpm_pre_set_power_state': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5096:26: note: byref variable will be forcibly initialized 5096 | struct radeon_ps requested_ps = *rdev->pm.dpm.requested_ps; | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'f71882fg_init': /kisskb/src/drivers/hwmon/f71882fg.c:2765:34: note: byref variable will be forcibly initialized 2765 | struct f71882fg_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c: In function 'ci_dpm_init': /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5643:18: note: byref variable will be forcibly initialized 5643 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5643:12: note: byref variable will be forcibly initialized 5643 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5642:26: note: byref variable will be forcibly initialized 5642 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/ci_dpm.c:5642:13: note: byref variable will be forcibly initialized 5642 | u16 data_offset, size; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/include/drm/drm_gem.h:38, from /kisskb/src/include/drm/ttm/ttm_bo_api.h:34, from /kisskb/src/drivers/gpu/drm/radeon/radeon.h:76, from /kisskb/src/drivers/gpu/drm/radeon/radeon_vm.c:30: /kisskb/src/drivers/gpu/drm/radeon/radeon_vm.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vm.c: In function 'radeon_vm_clear_bo': /kisskb/src/drivers/gpu/drm/radeon/radeon_vm.c:392:26: note: byref variable will be forcibly initialized 392 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vm.c: In function 'radeon_vm_bo_set_addr': /kisskb/src/drivers/gpu/drm/radeon/radeon_vm.c:543:35: note: byref variable will be forcibly initialized 543 | struct radeon_bo *pt; | ^~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vm.c: In function 'radeon_vm_update_page_directory': /kisskb/src/drivers/gpu/drm/radeon/radeon_vm.c:648:26: note: byref variable will be forcibly initialized 648 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vm.c: In function 'radeon_vm_bo_update': /kisskb/src/drivers/gpu/drm/radeon/radeon_vm.c:916:26: note: byref variable will be forcibly initialized 916 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_blink_set': /kisskb/src/drivers/leds/leds-an30259a.c:132:22: note: byref variable will be forcibly initialized 132 | unsigned int led_on; | ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_brightness_set': /kisskb/src/drivers/leds/leds-an30259a.c:86:22: note: byref variable will be forcibly initialized 86 | 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:13: note: byref variable will be forcibly initialized 261 | int led_on, err; | ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_dt_init': /kisskb/src/drivers/leds/leds-an30259a.c:216:21: note: byref variable will be forcibly initialized 216 | u32 source; | ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c:208:21: note: byref variable will be forcibly initialized 208 | const char *str; | ^~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_probe': /kisskb/src/drivers/leds/leds-an30259a.c:313:38: note: byref variable will be forcibly initialized 313 | struct led_init_data init_data = {}; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/ecc-sw-bch.c:11: /kisskb/src/drivers/mtd/nand/ecc-sw-bch.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c: In function 'tu102_acr_wpr_build': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c:55:38: note: byref variable will be forcibly initialized 55 | struct wpr_header_v1 hdr = { | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c: In function 'tu102_acr_load': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c:210:18: note: in expansion of macro 'nvkm_firmware_load' 210 | hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c:205:18: note: in expansion of macro 'nvkm_firmware_load' 205 | hsfwif = nvkm_firmware_load(subdev, fwif->func->asb, "AcrASB", | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c:199:18: note: in expansion of macro 'nvkm_firmware_load' 199 | hsfwif = nvkm_firmware_load(subdev, fwif->func->ahesasc, "AcrAHESASC", | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_set_debounce_operation': /kisskb/src/drivers/staging/greybus/gpio.c:214:45: note: byref variable will be forcibly initialized 214 | 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:46: note: byref variable will be forcibly initialized 147 | 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:45: note: byref variable will be forcibly initialized 133 | 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:41: note: byref variable will be forcibly initialized 258 | 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:41: note: byref variable will be forcibly initialized 229 | 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:43: note: byref variable will be forcibly initialized 243 | 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:44: note: byref variable will be forcibly initialized 50 | 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:42: note: byref variable will be forcibly initialized 190 | 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:43: note: byref variable will be forcibly initialized 164 | struct gb_gpio_get_value_response response; | ^~~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c:163:42: note: byref variable will be forcibly initialized 163 | 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:47: note: byref variable will be forcibly initialized 110 | struct gb_gpio_get_direction_response response; | ^~~~~~~~ /kisskb/src/drivers/staging/greybus/gpio.c:109:46: note: byref variable will be forcibly initialized 109 | 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/staging/greybus/gpio.c:10: /kisskb/src/drivers/staging/greybus/gpio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/input/misc/max8997_haptic.c:15: /kisskb/src/drivers/input/misc/max8997_haptic.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/max8997_haptic.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:343:26: note: byref variable will be forcibly initialized 343 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/max8997_haptic.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:26: note: byref variable will be forcibly initialized 368 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/staging/greybus/gpio.c: In function 'gb_gpio_deactivate_operation': /kisskb/src/drivers/staging/greybus/gpio.c:88:43: note: byref variable will be forcibly initialized 88 | 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:41: note: byref variable will be forcibly initialized 62 | struct gb_gpio_activate_request request; | ^~~~~~~ /kisskb/src/drivers/input/misc/palmas-pwrbutton.c: In function 'palmas_power_button_work': /kisskb/src/drivers/input/misc/palmas-pwrbutton.c:67:22: note: byref variable will be forcibly initialized 67 | 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:117:13: note: byref variable will be forcibly initialized 117 | u32 val; | ^~~ /kisskb/src/drivers/input/misc/palmas-pwrbutton.c: In function 'palmas_pwron_probe': /kisskb/src/drivers/input/misc/palmas-pwrbutton.c:169:36: note: byref variable will be forcibly initialized 169 | struct palmas_pwron_config config; | ^~~~~~ 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:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_vibrator_start': /kisskb/src/drivers/input/misc/pwm-vibra.c:39:26: note: byref variable will be forcibly initialized 39 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_vibrator_probe': /kisskb/src/drivers/input/misc/pwm-vibra.c:125:26: note: byref variable will be forcibly initialized 125 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/mailbox/bcm2835-mailbox.c: In function 'bcm2835_mbox_irq': /kisskb/src/drivers/mailbox/bcm2835-mailbox.c:73:21: note: byref variable will be forcibly initialized 73 | u32 msg = readl(mbox->regs + MAIL0_RD); | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c: In function 'nv50_bar_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c:39:9: note: in expansion of macro 'nvkm_msec' 39 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c: In function 'g84_bar_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35:9: note: in expansion of macro 'nvkm_msec' 35 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-debug.c: In function 'hid_debug_events_read': /kisskb/src/drivers/hid/hid-debug.c:1148:22: note: byref variable will be forcibly initialized 1148 | int ret = 0, copied; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_power_on': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:516:22: note: byref variable will be forcibly initialized 516 | unsigned int dummy; | ^~~~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_power_state': /kisskb/src/drivers/misc/isl29003.c:302:23: note: byref variable will be forcibly initialized 302 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_mode': /kisskb/src/drivers/misc/isl29003.c:266:23: note: byref variable will be forcibly initialized 266 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_resolution': /kisskb/src/drivers/misc/isl29003.c:233:23: note: byref variable will be forcibly initialized 233 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_range': /kisskb/src/drivers/misc/isl29003.c:197:23: note: byref variable will be forcibly initialized 197 | unsigned long val; | ^~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'test_dpram': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:403:22: note: byref variable will be forcibly initialized 403 | unsigned int val; | ^~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'write_ind_ap': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:439:22: note: byref variable will be forcibly initialized 439 | unsigned int v, i = 0; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_mbox': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:723:22: note: byref variable will be forcibly initialized 723 | unsigned int ind_ap; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_mbox_2': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:699:22: note: byref variable will be forcibly initialized 699 | unsigned int ind_ap; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_area': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:603:22: note: byref variable will be forcibly initialized 603 | unsigned int ind_ap; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'softint_ack': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:901:22: note: byref variable will be forcibly initialized 901 | unsigned int ind_ap; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'process_softint': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:917:30: note: byref variable will be forcibly initialized 917 | unsigned int ind_ap, ev; | ^~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:917:22: note: byref variable will be forcibly initialized 917 | unsigned int ind_ap, ev; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'read_ind_ab': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:418:25: note: byref variable will be forcibly initialized 418 | unsigned int a, b, i = 0; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:418:22: note: byref variable will be forcibly initialized 418 | unsigned int a, b, i = 0; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_area_2': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:568:22: note: byref variable will be forcibly initialized 568 | unsigned int ind_ap; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'qs_have_work': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:878:25: note: byref variable will be forcibly initialized 878 | struct ab_task *t; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'ab_task_dequeue_finish_put': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:327:25: note: byref variable will be forcibly initialized 327 | struct ab_task *t; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'process_q': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:864:25: note: byref variable will be forcibly initialized 864 | struct ab_task *t; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:143: /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'qthread_fn': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:991:17: note: in expansion of macro 'wait_event_timeout' 991 | wait_event_timeout(cd->wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'anybuss_host_common_probe': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:1267:16: note: byref variable will be forcibly initialized 1267 | __be16 fieldbus_type; | ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:1266:12: note: byref variable will be forcibly initialized 1266 | u8 val[4]; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/pi433/pi433_if.c:22: /kisskb/src/drivers/staging/pi433/pi433_if.c: In function 'pi433_debugfs_regs_show': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:1121:15: note: in expansion of macro 'wait_event_interruptible' 1121 | ret = wait_event_interruptible(dev->tx_wait_queue, !dev->rx_active); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:1117:15: note: in expansion of macro 'wait_event_interruptible' 1117 | ret = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c: In function 'pi433_ioctl': /kisskb/src/drivers/staging/pi433/pi433_if.c:887:33: note: byref variable will be forcibly initialized 887 | struct pi433_tx_cfg tx_cfg; | ^~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c: In function 'pi433_write': /kisskb/src/drivers/staging/pi433/pi433_if.c:816:54: note: byref variable will be forcibly initialized 816 | unsigned int required, available, copied; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/pi433/pi433_if.c:22: /kisskb/src/drivers/staging/pi433/pi433_if.c: In function 'pi433_receive': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:514:34: note: in expansion of macro 'wait_event_interruptible' 514 | retval = wait_event_interruptible(dev->fifo_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:501:26: note: in expansion of macro 'wait_event_interruptible' 501 | retval = wait_event_interruptible(dev->fifo_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:497:20: note: byref variable will be forcibly initialized 497 | u8 dummy; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/pi433/pi433_if.c:22: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:480:26: note: in expansion of macro 'wait_event_interruptible' 480 | retval = wait_event_interruptible(dev->fifo_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:444:26: note: in expansion of macro 'wait_event_interruptible' 444 | retval = wait_event_interruptible(dev->rx_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:418:18: note: in expansion of macro 'wait_event_interruptible' 418 | retval = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:411:28: note: byref variable will be forcibly initialized 411 | int bytes_to_read, bytes_total; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/staging/pi433/pi433_if.c:22: /kisskb/src/drivers/staging/pi433/pi433_if.c: In function 'pi433_tx_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:737:17: note: in expansion of macro 'wait_event_interruptible' 737 | wait_event_interruptible(device->fifo_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:726:34: note: in expansion of macro 'wait_event_interruptible' 726 | retval = wait_event_interruptible(device->fifo_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:640:17: note: in expansion of macro 'wait_event_interruptible' 640 | wait_event_interruptible(device->tx_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:571:17: note: in expansion of macro 'wait_event_interruptible' 571 | wait_event_interruptible(device->tx_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:563:16: note: byref variable will be forcibly initialized 563 | size_t size; | ^~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c:562:29: note: byref variable will be forcibly initialized 562 | struct pi433_tx_cfg tx_cfg; | ^~~~~~ /kisskb/src/drivers/staging/pi433/pi433_if.c: In function 'setup_gpio': /kisskb/src/drivers/staging/pi433/pi433_if.c:987:17: note: byref variable will be forcibly initialized 987 | char name[5]; | ^~~~ In file included from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/leds-bcm6328.c:9: /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'bcm6328_hwled': /kisskb/src/drivers/leds/leds-bcm6328.c:301:21: note: byref variable will be forcibly initialized 301 | u32 sel; | ^~~ /kisskb/src/drivers/leds/leds-bcm6328.c:274:21: note: byref variable will be forcibly initialized 274 | u32 sel; | ^~~ /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'bcm6328_led': /kisskb/src/drivers/leds/leds-bcm6328.c:333:21: note: byref variable will be forcibly initialized 333 | const char *state; | ^~~~~ /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'bcm6328_leds_probe': /kisskb/src/drivers/leds/leds-bcm6328.c:441:21: note: byref variable will be forcibly initialized 441 | u32 reg; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_sync.c: In function 'radeon_sync_resv': /kisskb/src/drivers/gpu/drm/radeon/radeon_sync.c:94:30: note: byref variable will be forcibly initialized 94 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_sync.c: In function 'radeon_sync_rings': /kisskb/src/drivers/gpu/drm/radeon/radeon_sync.c:130:42: note: byref variable will be forcibly initialized 130 | struct radeon_semaphore *semaphore; | ^~~~~~~~~ /kisskb/src/drivers/input/misc/axp20x-pek.c: In function 'axp20x_store_attr': /kisskb/src/drivers/input/misc/axp20x-pek.c:139:22: note: byref variable will be forcibly initialized 139 | unsigned int val, idx = 0; | ^~~ /kisskb/src/drivers/input/misc/axp20x-pek.c:136:14: note: byref variable will be forcibly initialized 136 | 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:22: note: byref variable will be forcibly initialized 93 | 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/misc/rotary_encoder.c: In function 'rotary_encoder_probe': /kisskb/src/drivers/input/misc/rotary_encoder.c:191:13: note: byref variable will be forcibly initialized 191 | u32 steps_per_period; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/stpmic1_onkey.c: In function 'stpmic1_onkey_probe': /kisskb/src/drivers/input/misc/stpmic1_onkey.c:56:22: note: byref variable will be forcibly initialized 56 | unsigned int val, reg = 0; | ^~~ In file included from /kisskb/src/include/linux/mtd/mtd.h:14, from /kisskb/src/drivers/mtd/nand/ecc-mxic.c:17: /kisskb/src/drivers/mtd/nand/ecc-mxic.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/input/misc/tps65218-pwrbutton.c: In function 'tps6521x_pb_irq': /kisskb/src/drivers/input/misc/tps65218-pwrbutton.c:67:22: note: byref variable will be forcibly initialized 67 | unsigned int reg; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c: In function 'gm107_bar_bar1_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c:30:9: note: in expansion of macro 'nvkm_msec' 30 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c: In function 'gm107_bar_bar2_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c:40:9: note: in expansion of macro 'nvkm_msec' 40 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_audio.c: In function 'radeon_audio_write_speaker_allocation': /kisskb/src/drivers/gpu/drm/radeon/radeon_audio.c:324:13: note: byref variable will be forcibly initialized 324 | u8 *sadb = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_audio.c: In function 'radeon_audio_write_sad_regs': /kisskb/src/drivers/gpu/drm/radeon/radeon_audio.c:301:25: note: byref variable will be forcibly initialized 301 | struct cea_sad *sads; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_audio.c: In function 'radeon_audio_set_avi_packet': /kisskb/src/drivers/gpu/drm/radeon/radeon_audio.c:451:35: note: byref variable will be forcibly initialized 451 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_audio.c:450:12: note: byref variable will be forcibly initialized 450 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AVI_INFOFRAME_SIZE]; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c: In function 'tu102_bar_bar2_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c:31:9: note: in expansion of macro 'nvkm_msec' 31 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c: In function 'tu102_bar_bar1_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c:58:9: note: in expansion of macro 'nvkm_msec' 58 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/misc/pci_endpoint_test.c: In function 'pci_endpoint_test_remove': /kisskb/src/drivers/misc/pci_endpoint_test.c:908:13: note: byref variable will be forcibly initialized 908 | int id; | ^~ /kisskb/src/drivers/misc/pci_endpoint_test.c: In function 'pci_endpoint_test_write': /kisskb/src/drivers/misc/pci_endpoint_test.c:476:45: note: byref variable will be forcibly initialized 476 | struct pci_endpoint_test_xfer_param param; | ^~~~~ /kisskb/src/drivers/misc/pci_endpoint_test.c: In function 'pci_endpoint_test_read': /kisskb/src/drivers/misc/pci_endpoint_test.c:575:45: note: byref variable will be forcibly initialized 575 | struct pci_endpoint_test_xfer_param param; | ^~~~~ /kisskb/src/drivers/misc/pci_endpoint_test.c: In function 'pci_endpoint_test_copy': /kisskb/src/drivers/misc/pci_endpoint_test.c:338:45: note: byref variable will be forcibly initialized 338 | struct pci_endpoint_test_xfer_param param; | ^~~~~ /kisskb/src/drivers/input/misc/twl4030-pwrbutton.c: In function 'powerbutton_irq': /kisskb/src/drivers/input/misc/twl4030-pwrbutton.c:40:12: note: byref variable will be forcibly initialized 40 | u8 value; | ^~~~~ /kisskb/src/drivers/misc/pci_endpoint_test.c: In function 'pci_endpoint_test_probe': /kisskb/src/drivers/misc/pci_endpoint_test.c:760:14: note: byref variable will be forcibly initialized 760 | char name[24]; | ^~~~ /kisskb/src/drivers/leds/leds-bcm6358.c: In function 'bcm6358_led': /kisskb/src/drivers/leds/leds-bcm6358.c:99:21: note: byref variable will be forcibly initialized 99 | const char *state; | ^~~~~ /kisskb/src/drivers/leds/leds-bcm6358.c: In function 'bcm6358_leds_probe': /kisskb/src/drivers/leds/leds-bcm6358.c:189:21: note: byref variable will be forcibly initialized 189 | u32 reg; | ^~~ /kisskb/src/drivers/leds/leds-bcm6358.c:154:13: note: byref variable will be forcibly initialized 154 | u32 clk_div; | ^~~~~~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c: In function 'vibra_disable_leds': /kisskb/src/drivers/input/misc/twl4030-vibra.c:41:13: note: byref variable will be forcibly initialized 41 | static void vibra_disable_leds(void) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c:43:12: note: byref variable will be forcibly initialized 43 | u8 reg; | ^~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c: In function 'vibra_disable': /kisskb/src/drivers/input/misc/twl4030-vibra.c:69:13: note: byref variable will be forcibly initialized 69 | static void vibra_disable(struct vibra_info *info) | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c:71:12: note: byref variable will be forcibly initialized 71 | u8 reg; | ^~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c: In function 'vibra_enable': /kisskb/src/drivers/input/misc/twl4030-vibra.c:52:13: note: byref variable will be forcibly initialized 52 | static void vibra_enable(struct vibra_info *info) | ^~~~~~~~~~~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c:54:12: note: byref variable will be forcibly initialized 54 | u8 reg; | ^~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c: In function 'vibra_play_work': /kisskb/src/drivers/input/misc/twl4030-vibra.c:85:13: note: byref variable will be forcibly initialized 85 | static void vibra_play_work(struct work_struct *work) | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/twl4030-vibra.c:85:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/misc/twl4030-vibra.c:91:12: note: byref variable will be forcibly initialized 91 | u8 reg; | ^~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'of_hwspin_lock_get_id': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:343:32: note: byref variable will be forcibly initialized 343 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:341:32: note: byref variable will be forcibly initialized 341 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'hwspin_lock_request': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:711:28: note: byref variable will be forcibly initialized 711 | struct hwspinlock *hwlock; | ^~~~~~ /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'tegra_hsp_sm_recv128': /kisskb/src/drivers/mailbox/tegra-hsp.c:427:13: note: byref variable will be forcibly initialized 427 | u32 value[4]; | ^~~~~ /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'tegra_hsp_doorbell_irq': /kisskb/src/drivers/mailbox/tegra-hsp.c:187:31: note: byref variable will be forcibly initialized 187 | unsigned long master, value; | ^~~~~ /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'tegra_hsp_shared_irq': /kisskb/src/drivers/mailbox/tegra-hsp.c:225:28: note: byref variable will be forcibly initialized 225 | unsigned long bit, mask; | ^~~~ /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'tegra_hsp_sm_send128': /kisskb/src/drivers/mailbox/tegra-hsp.c:410:13: note: byref variable will be forcibly initialized 410 | u32 value[4]; | ^~~~~ In file included from /kisskb/src/include/linux/mailbox_controller.h:9, from /kisskb/src/drivers/mailbox/tegra-hsp.c:9: /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c: In function 'nvkm_bios_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c:148:26: note: byref variable will be forcibly initialized 148 | struct bit_entry bit_i; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c:147:29: note: byref variable will be forcibly initialized 147 | struct nvbios_image image; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_dp_mst.c: In function 'radeon_dp_mst_update_stream_attribs': /kisskb/src/drivers/gpu/drm/radeon/radeon_dp_mst.c:116:31: note: byref variable will be forcibly initialized 116 | struct stream_attribs new_attribs[6]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_dp_mst.c: In function 'radeon_dp_mst_probe': /kisskb/src/drivers/gpu/drm/radeon/radeon_dp_mst.c:656:12: note: byref variable will be forcibly initialized 656 | u8 msg[1]; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_dp_mst.c: In function 'radeon_dp_mst_check_status': /kisskb/src/drivers/gpu/drm/radeon/radeon_dp_mst.c:694:22: note: byref variable will be forcibly initialized 694 | bool handled; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_dp_mst.c:691:20: note: byref variable will be forcibly initialized 691 | u8 esi[16] = { 0 }; | ^~~ /kisskb/src/drivers/input/misc/xen-kbdfront.c: In function 'xenkbd_connect_backend': /kisskb/src/drivers/input/misc/xen-kbdfront.c:427:35: note: byref variable will be forcibly initialized 427 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/input/misc/xen-kbdfront.c:426:18: note: byref variable will be forcibly initialized 426 | int ret, evtchn; | ^~~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_get_report': /kisskb/src/drivers/hid/hidraw.c:183:23: note: byref variable will be forcibly initialized 183 | unsigned char report_number; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_ioctl': /kisskb/src/drivers/hid/hidraw.c:403:55: note: byref variable will be forcibly initialized 403 | struct hidraw_devinfo dinfo; | ^~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_init': /kisskb/src/drivers/hid/hidraw.c:608:15: note: byref variable will be forcibly initialized 608 | dev_t dev_id; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.c: In function 'nvbios_boostTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.c: In function 'nvbios_boostEe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.c:62:18: note: byref variable will be forcibly initialized 62 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.c:62:13: note: byref variable will be forcibly initialized 62 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/conn.c: In function 'nvbios_connEe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/conn.c:64:18: note: byref variable will be forcibly initialized 64 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/conn.c:64:13: note: byref variable will be forcibly initialized 64 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/r600_dma.c: In function 'r600_dma_ib_test': /kisskb/src/drivers/gpu/drm/radeon/r600_dma.c:338:26: note: byref variable will be forcibly initialized 338 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/radeon/r600_dma.c: In function 'r600_copy_dma': /kisskb/src/drivers/gpu/drm/radeon/r600_dma.c:449:28: note: byref variable will be forcibly initialized 449 | struct radeon_sync sync; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_dma.c:448:30: note: byref variable will be forcibly initialized 448 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c: In function 'nvbios_cstepTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c: In function 'nvbios_cstepEe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c:61:28: note: byref variable will be forcibly initialized 61 | u8 cnt, len, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c:61:23: note: byref variable will be forcibly initialized 61 | u8 cnt, len, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c:61:18: note: byref variable will be forcibly initialized 61 | u8 cnt, len, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c:61:13: note: byref variable will be forcibly initialized 61 | u8 cnt, len, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c: In function 'nvbios_cstepXe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c:99:28: note: byref variable will be forcibly initialized 99 | u8 cnt, len, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c:99:23: note: byref variable will be forcibly initialized 99 | u8 cnt, len, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c:99:18: note: byref variable will be forcibly initialized 99 | u8 cnt, len, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c:99:13: note: byref variable will be forcibly initialized 99 | u8 cnt, len, xnr, xsz; | ^~~ /kisskb/src/drivers/hwmon/g760a.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/g760a.c:143:23: note: byref variable will be forcibly initialized 143 | unsigned long val; | ^~~ In file included from /kisskb/src/drivers/staging/pi433/rf69.c:10: /kisskb/src/drivers/staging/pi433/rf69.c: In function 'spi_w8r8': /kisskb/src/include/linux/spi/spi.h:1300:33: note: byref variable will be forcibly initialized 1300 | u8 result; | ^~~~~~ /kisskb/src/drivers/staging/pi433/rf69.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_write_reg': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized 27 | char buffer[2]; | ^~~~~~ /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_read_mod_write': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_bit': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_clear_bit': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_bandwidth_intern': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_bit_rate': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_deviation': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_frequency': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_pa_ramp': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_dio_mapping': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_rssi_threshold': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_preamble_length': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_sync_values': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_payload_length': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_node_address': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_broadcast_address': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_dagc': /kisskb/src/drivers/staging/pi433/rf69.c:27:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_read_fifo': /kisskb/src/drivers/staging/pi433/rf69.c:785:12: note: byref variable will be forcibly initialized 785 | u8 local_buffer[FIFO_SIZE + 1] = {}; | ^~~~~~~~~~~~ /kisskb/src/drivers/staging/pi433/rf69.c:784:29: note: byref variable will be forcibly initialized 784 | struct spi_transfer transfer; | ^~~~~~~~ /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_set_fifo_threshold': /kisskb/src/drivers/staging/pi433/rf69.c:741:13: note: byref variable will be forcibly initialized 741 | int retval; | ^~~~~~ /kisskb/src/drivers/staging/pi433/rf69.c: In function 'rf69_write_fifo': /kisskb/src/drivers/staging/pi433/rf69.c:815:12: note: byref variable will be forcibly initialized 815 | u8 local_buffer[FIFO_SIZE + 1]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c: In function 'dcb_outp': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c:101:18: note: byref variable will be forcibly initialized 101 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c:101:13: note: byref variable will be forcibly initialized 101 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c: In function 'dcb_outp_foreach': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c:215:18: note: byref variable will be forcibly initialized 215 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c:215:13: note: byref variable will be forcibly initialized 215 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/rcar-du/rcar_mipi_dsi.c: In function 'rcar_mipi_dsi_parse_dt': /kisskb/src/drivers/gpu/drm/rcar-du/rcar_mipi_dsi.c:683:13: note: byref variable will be forcibly initialized 683 | u32 data_lanes[4]; | ^~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_rgb_current': /kisskb/src/drivers/leds/leds-bd2802.c:487:23: note: byref variable will be forcibly initialized 487 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:509:1: note: in expansion of macro 'BD2802_CONTROL_ATTR' 509 | BD2802_CONTROL_ATTR(rgb_current, "rgb_current"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_wave_pattern': /kisskb/src/drivers/leds/leds-bd2802.c:487:23: note: byref variable will be forcibly initialized 487 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:508:1: note: in expansion of macro 'BD2802_CONTROL_ATTR' 508 | BD2802_CONTROL_ATTR(wave_pattern, "wave_pattern"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x15': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:361:1: note: in expansion of macro 'BD2802_SET_REGISTER' 361 | BD2802_SET_REGISTER(0x15, "0x15"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x14': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:360:1: note: in expansion of macro 'BD2802_SET_REGISTER' 360 | BD2802_SET_REGISTER(0x14, "0x14"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x13': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:359:1: note: in expansion of macro 'BD2802_SET_REGISTER' 359 | BD2802_SET_REGISTER(0x13, "0x13"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x12': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:358:1: note: in expansion of macro 'BD2802_SET_REGISTER' 358 | BD2802_SET_REGISTER(0x12, "0x12"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x11': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:357:1: note: in expansion of macro 'BD2802_SET_REGISTER' 357 | BD2802_SET_REGISTER(0x11, "0x11"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x10': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:356:1: note: in expansion of macro 'BD2802_SET_REGISTER' 356 | BD2802_SET_REGISTER(0x10, "0x10"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0f': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:355:1: note: in expansion of macro 'BD2802_SET_REGISTER' 355 | BD2802_SET_REGISTER(0x0f, "0x0f"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0e': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:354:1: note: in expansion of macro 'BD2802_SET_REGISTER' 354 | BD2802_SET_REGISTER(0x0e, "0x0e"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0d': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:353:1: note: in expansion of macro 'BD2802_SET_REGISTER' 353 | BD2802_SET_REGISTER(0x0d, "0x0d"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0c': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:352:1: note: in expansion of macro 'BD2802_SET_REGISTER' 352 | BD2802_SET_REGISTER(0x0c, "0x0c"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0b': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:351:1: note: in expansion of macro 'BD2802_SET_REGISTER' 351 | BD2802_SET_REGISTER(0x0b, "0x0b"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0a': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:350:1: note: in expansion of macro 'BD2802_SET_REGISTER' 350 | BD2802_SET_REGISTER(0x0a, "0x0a"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x09': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:349:1: note: in expansion of macro 'BD2802_SET_REGISTER' 349 | BD2802_SET_REGISTER(0x09, "0x09"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x08': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:348:1: note: in expansion of macro 'BD2802_SET_REGISTER' 348 | BD2802_SET_REGISTER(0x08, "0x08"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x07': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:347:1: note: in expansion of macro 'BD2802_SET_REGISTER' 347 | BD2802_SET_REGISTER(0x07, "0x07"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x06': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:346:1: note: in expansion of macro 'BD2802_SET_REGISTER' 346 | BD2802_SET_REGISTER(0x06, "0x06"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x05': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:345:1: note: in expansion of macro 'BD2802_SET_REGISTER' 345 | BD2802_SET_REGISTER(0x05, "0x05"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x04': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:344:1: note: in expansion of macro 'BD2802_SET_REGISTER' 344 | BD2802_SET_REGISTER(0x04, "0x04"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x03': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:343:1: note: in expansion of macro 'BD2802_SET_REGISTER' 343 | BD2802_SET_REGISTER(0x03, "0x03"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x02': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:342:1: note: in expansion of macro 'BD2802_SET_REGISTER' 342 | BD2802_SET_REGISTER(0x02, "0x02"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x01': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:341:1: note: in expansion of macro 'BD2802_SET_REGISTER' 341 | BD2802_SET_REGISTER(0x01, "0x01"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x00': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:340:1: note: in expansion of macro 'BD2802_SET_REGISTER' 340 | BD2802_SET_REGISTER(0x00, "0x00"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dma.c: In function 'rv770_copy_dma': /kisskb/src/drivers/gpu/drm/radeon/rv770_dma.c:48:28: note: byref variable will be forcibly initialized 48 | struct radeon_sync sync; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv770_dma.c:47:30: note: byref variable will be forcibly initialized 47 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_dma.c: In function 'evergreen_copy_dma': /kisskb/src/drivers/gpu/drm/radeon/evergreen_dma.c:113:28: note: byref variable will be forcibly initialized 113 | struct radeon_sync sync; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_dma.c:112:30: note: byref variable will be forcibly initialized 112 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c: In function 'nvbios_disp_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry U; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c: In function 'nvbios_disp_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c:61:18: note: byref variable will be forcibly initialized 61 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c:61:13: note: byref variable will be forcibly initialized 61 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c: In function 'nvbios_outp_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c:85:28: note: byref variable will be forcibly initialized 85 | struct nvbios_disp info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c: In function 'nvbios_dp_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry d; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c: In function 'extdev_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:31:40: note: byref variable will be forcibly initialized 31 | u8 dcb_ver, dcb_hdr, dcb_cnt, dcb_len; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:31:31: note: byref variable will be forcibly initialized 31 | u8 dcb_ver, dcb_hdr, dcb_cnt, dcb_len; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:31:22: note: byref variable will be forcibly initialized 31 | u8 dcb_ver, dcb_hdr, dcb_cnt, dcb_len; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:31:13: note: byref variable will be forcibly initialized 31 | u8 dcb_ver, dcb_hdr, dcb_cnt, dcb_len; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c: In function 'nvbios_extdev_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:65:17: note: byref variable will be forcibly initialized 65 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:65:12: note: byref variable will be forcibly initialized 65 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c: In function 'nvbios_extdev_skip_probe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:52:28: note: byref variable will be forcibly initialized 52 | u8 ver, hdr, len, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:52:23: note: byref variable will be forcibly initialized 52 | u8 ver, hdr, len, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:52:18: note: byref variable will be forcibly initialized 52 | u8 ver, hdr, len, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:52:13: note: byref variable will be forcibly initialized 52 | u8 ver, hdr, len, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c: In function 'nvbios_extdev_parse': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:85:17: note: byref variable will be forcibly initialized 85 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:85:12: note: byref variable will be forcibly initialized 85 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c: In function 'nvbios_extdev_find': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:99:17: note: byref variable will be forcibly initialized 99 | u8 ver, len, i; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c:99:12: note: byref variable will be forcibly initialized 99 | u8 ver, len, i; | ^~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'set_rpm': /kisskb/src/drivers/hwmon/gpio-fan.c:270:23: note: byref variable will be forcibly initialized 270 | unsigned long rpm; | ^~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/gpio-fan.c:214:23: note: byref variable will be forcibly initialized 214 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/gpio-fan.c:178:23: note: byref variable will be forcibly initialized 178 | unsigned long pwm; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/gpio-fan.c:15: /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'gpio_fan_get_of_data': /kisskb/src/drivers/hwmon/gpio-fan.c:414:13: note: byref variable will be forcibly initialized 414 | u32 u; | ^ /kisskb/src/drivers/hwmon/gpio-fan.c:413:18: note: byref variable will be forcibly initialized 413 | unsigned i; | ^ In file included from /kisskb/src/drivers/mtd/nand/ecc-mtk.c:15: /kisskb/src/drivers/mtd/nand/ecc-mtk.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'cmdq_task_exec_done': /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:196:29: note: byref variable will be forcibly initialized 196 | struct cmdq_cb_data data; | ^~~~ /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'cmdq_mbox_flush': /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:452:29: note: byref variable will be forcibly initialized 452 | struct cmdq_cb_data data; | ^~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/swap.h:7, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'cmdq_irq_handler': /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:281:23: note: byref variable will be forcibly initialized 281 | unsigned long irq_status, flags = 0L; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dma.c: In function 'si_copy_dma': /kisskb/src/drivers/gpu/drm/radeon/si_dma.c:236:28: note: byref variable will be forcibly initialized 236 | struct radeon_sync sync; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/si_dma.c:235:30: note: byref variable will be forcibly initialized 235 | struct radeon_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:8: /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c: In function 'vmw_mmap': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c:82:35: note: byref variable will be forcibly initialized 82 | struct ttm_buffer_object *bo; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c: In function 'nvbios_fan_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c: In function 'nvbios_fan_parse': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c:68:27: note: byref variable will be forcibly initialized 68 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c:68:22: note: byref variable will be forcibly initialized 68 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c:68:17: note: byref variable will be forcibly initialized 68 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c:68:12: note: byref variable will be forcibly initialized 68 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c: In function 'vmw_overlay_send_put': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:103:22: note: byref variable will be forcibly initialized 103 | SVGAGuestPtr ptr; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c: In function 'vmw_overlay_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:437:30: note: byref variable will be forcibly initialized 437 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:436:35: note: byref variable will be forcibly initialized 436 | struct vmw_buffer_object *buf; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.c: In function 'dcb_gpio_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.c:63:23: note: byref variable will be forcibly initialized 63 | u8 hdr, cnt, xver; /* use gpio version for xpio entry parsing */ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.c:63:18: note: byref variable will be forcibly initialized 63 | u8 hdr, cnt, xver; /* use gpio version for xpio entry parsing */ | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.c:63:13: note: byref variable will be forcibly initialized 63 | u8 hdr, cnt, xver; /* use gpio version for xpio entry parsing */ | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.c: In function 'dcb_gpio_match': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.c:122:18: note: byref variable will be forcibly initialized 122 | u8 hdr, cnt, i = 0; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.c:122:13: note: byref variable will be forcibly initialized 122 | u8 hdr, cnt, i = 0; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/cik_sdma.c: In function 'cik_copy_dma': /kisskb/src/drivers/gpu/drm/radeon/cik_sdma.c:584:28: note: byref variable will be forcibly initialized 584 | struct radeon_sync sync; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/cik_sdma.c:583:30: note: byref variable will be forcibly initialized 583 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/cik_sdma.c: In function 'cik_sdma_ib_test': /kisskb/src/drivers/gpu/drm/radeon/cik_sdma.c:703:26: note: byref variable will be forcibly initialized 703 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_dbg': /kisskb/src/drivers/input/rmi4/rmi_bus.c:27:17: note: byref variable will be forcibly initialized 27 | va_list args; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c:26:26: note: byref variable will be forcibly initialized 26 | struct va_format vaf; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_function_of_probe': /kisskb/src/drivers/input/rmi4/rmi_bus.c:158:14: note: byref variable will be forcibly initialized 158 | char of_name[9]; | ^~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_of_property_read_u32': /kisskb/src/drivers/input/rmi4/rmi_bus.c:418:13: note: byref variable will be forcibly initialized 418 | u32 val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c: In function 'dcb_i2c_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c:63:18: note: byref variable will be forcibly initialized 63 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c:63:13: note: byref variable will be forcibly initialized 63 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c: In function 'dcb_i2c_parse': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c:74:18: note: byref variable will be forcibly initialized 74 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c:74:13: note: byref variable will be forcibly initialized 74 | u8 ver, len; | ^~~ In file included from /kisskb/src/include/linux/rmi.h:13, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_set_attn_data': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:184:9: note: in expansion of macro 'kfifo_put' 184 | kfifo_put(&drvdata->attn_fifo, attn_data); | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_read_pdt_entry': /kisskb/src/drivers/input/rmi4/rmi_driver.c:462:12: note: byref variable will be forcibly initialized 462 | u8 buf[RMI_PDT_ENTRY_SIZE]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt_page': /kisskb/src/drivers/input/rmi4/rmi_driver.c:508:26: note: byref variable will be forcibly initialized 508 | struct pdt_entry pdt_entry; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_check_bootloader_mode': /kisskb/src/drivers/input/rmi4/rmi_driver.c:749:12: note: byref variable will be forcibly initialized 749 | u8 status; | ^~~~~~ In file included from /kisskb/src/drivers/input/rmi4/rmi_driver.c:21: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_initial_reset': /kisskb/src/drivers/input/rmi4/rmi_driver.c:798:20: note: byref variable will be forcibly initialized 798 | u8 cmd_buf = RMI_DEVICE_RESET_CMD; | ^~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt': /kisskb/src/drivers/input/rmi4/rmi_driver.c:547:13: note: byref variable will be forcibly initialized 547 | int empty_pages = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_read_register_desc': /kisskb/src/drivers/input/rmi4/rmi_driver.c:565:12: note: byref variable will be forcibly initialized 565 | u8 buf[35]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:564:12: note: byref variable will be forcibly initialized 564 | u8 size_presence_reg; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/ad525x_dpot-i2c.c: In function 'ad_dpot_i2c_probe': /kisskb/src/drivers/misc/ad525x_dpot-i2c.c:56:33: note: byref variable will be forcibly initialized 56 | struct ad_dpot_bus_data bdata = { | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_probe_interrupts': /kisskb/src/drivers/input/rmi4/rmi_driver.c:1016:13: note: byref variable will be forcibly initialized 1016 | int irq_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_init_functions': /kisskb/src/drivers/input/rmi4/rmi_driver.c:1069:13: note: byref variable will be forcibly initialized 1069 | int irq_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c: In function '__profi_enable': /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c:89:37: note: byref variable will be forcibly initialized 89 | const struct anybuss_memcfg mem_cfg = { | ^~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c: In function 'profi_id_get': /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c:62:29: note: byref variable will be forcibly initialized 62 | struct msg_mac_addr response; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c: In function 'nvbios_iccsense_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c:33:26: note: byref variable will be forcibly initialized 33 | struct bit_entry bit_P; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c: In function 'nvbios_iccsense_parse': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c:82:43: note: byref variable will be forcibly initialized 82 | struct nvbios_extdev_func extdev; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c:63:27: note: byref variable will be forcibly initialized 63 | u8 ver, hdr, cnt, len, i; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c:63:22: note: byref variable will be forcibly initialized 63 | u8 ver, hdr, cnt, len, i; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c:63:17: note: byref variable will be forcibly initialized 63 | u8 ver, hdr, cnt, len, i; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c:63:12: note: byref variable will be forcibly initialized 63 | u8 ver, hdr, cnt, len, i; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c: In function 'radeon_uvd_cs_msg': /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:472:15: note: byref variable will be forcibly initialized 472 | void *ptr; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c: In function 'radeon_uvd_send_msg': /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:734:26: note: byref variable will be forcibly initialized 734 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c: In function 'radeon_uvd_cs_parse': /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:683:18: note: byref variable will be forcibly initialized 683 | unsigned buf_sizes[] = { | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:680:14: note: byref variable will be forcibly initialized 680 | bool has_msg_cmd = false; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:677:27: note: byref variable will be forcibly initialized 677 | int r, data0 = 0, data1 = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:677:16: note: byref variable will be forcibly initialized 677 | int r, data0 = 0, data1 = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:676:33: note: byref variable will be forcibly initialized 676 | struct radeon_cs_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/uvd_v1_0.c: In function 'uvd_v1_0_ib_test': /kisskb/src/drivers/gpu/drm/radeon/uvd_v1_0.c:502:30: note: byref variable will be forcibly initialized 502 | struct radeon_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c: In function 'radeon_uvd_note_usage': /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:887:34: note: byref variable will be forcibly initialized 887 | unsigned hd = 0, sd = 0; | ^~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:887:26: note: byref variable will be forcibly initialized 887 | unsigned hd = 0, sd = 0; | ^~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c: In function 'radeon_uvd_suspend': /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:261:46: note: byref variable will be forcibly initialized 261 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c: In function 'radeon_uvd_free_handles': /kisskb/src/drivers/gpu/drm/radeon/radeon_uvd.c:336:46: note: byref variable will be forcibly initialized 336 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c: In function 'nvbios_imagen': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c:36:13: note: byref variable will be forcibly initialized 36 | u16 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c:35:13: note: byref variable will be forcibly initialized 35 | u8 ver; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c:34:29: note: byref variable will be forcibly initialized 34 | struct nvbios_npdeT npde; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c:33:29: note: byref variable will be forcibly initialized 33 | struct nvbios_pcirT pcir; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c: In function 'mxm_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry x; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c: In function 'mxm_sor_map': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c:78:18: note: byref variable will be forcibly initialized 78 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c:78:13: note: byref variable will be forcibly initialized 78 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c: In function 'mxm_ddc_map': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c:115:18: note: byref variable will be forcibly initialized 115 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c:115:13: note: byref variable will be forcibly initialized 115 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c: In function 'vmw_gmrid_man_get_node': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c:100:38: note: byref variable will be forcibly initialized 100 | char buf[256]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_gpio_ne': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2197:26: note: byref variable will be forcibly initialized 2197 | u8 idx = 0, ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2197:21: note: byref variable will be forcibly initialized 2197 | u8 idx = 0, ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2195:30: note: byref variable will be forcibly initialized 2195 | struct dcb_gpio_func func; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:36: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'nvkm_rdi2cr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:102:24: note: byref variable will be forcibly initialized 102 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:101:12: note: byref variable will be forcibly initialized 101 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'nvkm_wri2cr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:134:24: note: byref variable will be forcibly initialized 134 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:133:12: note: byref variable will be forcibly initialized 133 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_i2c_long_if': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2172:32: note: byref variable will be forcibly initialized 2172 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2171:20: note: byref variable will be forcibly initialized 2171 | u8 o[1] = {}; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2170:20: note: byref variable will be forcibly initialized 2170 | u8 i[2] = { reghi, reglo }; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_zm_i2c': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1078:32: note: byref variable will be forcibly initialized 1078 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1065:12: note: byref variable will be forcibly initialized 1065 | u8 data[256], i; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_rdauxr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:318:12: note: byref variable will be forcibly initialized 318 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_work_func': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:271:26: note: byref variable will be forcibly initialized 271 | struct list_head list; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function '__vmw_fences_update': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:466:26: note: byref variable will be forcibly initialized 466 | struct list_head action_list; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:361:26: note: byref variable will be forcibly initialized 361 | struct bit_entry bit_I; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_user_fence_base_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:578:31: note: byref variable will be forcibly initialized 578 | struct vmw_fence_obj *fence = &ufence->fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_table_': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:380:13: note: byref variable will be forcibly initialized 380 | u16 len, data = init_table(bios, &len); | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_obj_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:704:33: note: byref variable will be forcibly initialized 704 | struct ttm_base_object *base = ttm_base_object_lookup(tfile, handle); | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_event_fence_action_seq_passed': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:841:35: note: byref variable will be forcibly initialized 841 | struct timespec64 ts; | ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_obj_add_action': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:893:34: note: byref variable will be forcibly initialized 893 | struct list_head action_list; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_wait': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:185:31: note: byref variable will be forcibly initialized 185 | struct vmwgfx_wait_cb cb; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_unknown_script': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:432:13: note: byref variable will be forcibly initialized 432 | u16 len, data = init_table(bios, &len); | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_user_fence_create': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:592:31: note: byref variable will be forcibly initialized 592 | struct vmw_fence_obj *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_fifo_down': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:644:26: note: byref variable will be forcibly initialized 644 | struct list_head action_list; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_obj_wait_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:729:33: note: byref variable will be forcibly initialized 729 | struct ttm_base_object *base; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_obj_signaled_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:782:33: note: byref variable will be forcibly initialized 782 | struct ttm_base_object *base; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_fence_event_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:1049:41: note: byref variable will be forcibly initialized 1049 | struct ttm_base_object *base = | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:1040:18: note: byref variable will be forcibly initialized 1040 | uint32_t handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:1034:31: note: byref variable will be forcibly initialized 1034 | struct vmw_fence_obj *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c: In function 'nvbios_npdeTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c:32:22: note: byref variable will be forcibly initialized 32 | u8 ver; u16 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c:32:13: note: byref variable will be forcibly initialized 32 | u8 ver; u16 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c:31:29: note: byref variable will be forcibly initialized 31 | struct nvbios_pcirT pcir; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_conn': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:126:18: note: byref variable will be forcibly initialized 126 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:126:13: note: byref variable will be forcibly initialized 126 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:125:29: note: byref variable will be forcibly initialized 125 | struct nvbios_connE connE; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'init_generic_condition': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:802:28: note: byref variable will be forcibly initialized 802 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:802:23: note: byref variable will be forcibly initialized 802 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:802:18: note: byref variable will be forcibly initialized 802 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:802:13: note: byref variable will be forcibly initialized 802 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:799:29: note: byref variable will be forcibly initialized 799 | struct nvbios_dpout info; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:31: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c: In function 'nvbios_post': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2341:23: note: in expansion of macro 'nvbios_init' 2341 | ret = nvbios_init(subdev, data, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2332:23: note: in expansion of macro 'nvbios_init' 2332 | ret = nvbios_init(subdev, data, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/misc/enclosure.c:12: /kisskb/src/drivers/misc/enclosure.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'enclosure_remove_links': /kisskb/src/drivers/misc/enclosure.c:192:14: note: byref variable will be forcibly initialized 192 | char name[ENCLOSURE_NAME_SIZE]; | ^~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'enclosure_component_alloc': /kisskb/src/drivers/misc/enclosure.c:289:14: note: byref variable will be forcibly initialized 289 | char newname[COMPONENT_NAME_SIZE]; | ^~~~~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'enclosure_add_links': /kisskb/src/drivers/misc/enclosure.c:210:14: note: byref variable will be forcibly initialized 210 | char name[ENCLOSURE_NAME_SIZE]; | ^~~~ /kisskb/src/drivers/hwmon/hih6130.c: In function 'hih6130_update_measurements': /kisskb/src/drivers/hwmon/hih6130.c:88:24: note: byref variable will be forcibly initialized 88 | struct i2c_msg msgs[1] = { | ^~~~ /kisskb/src/drivers/hwmon/hih6130.c:87:23: note: byref variable will be forcibly initialized 87 | unsigned char tmp[4]; | ^~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/swap.h:7, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:31: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/staging/fieldbus/dev_core.c: In function 'enabled_store': /kisskb/src/drivers/staging/fieldbus/dev_core.c:49:14: note: byref variable will be forcibly initialized 49 | bool value; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_bo_pin_reserved': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:300:30: note: byref variable will be forcibly initialized 300 | struct ttm_placement placement; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:299:26: note: byref variable will be forcibly initialized 299 | struct ttm_place pl; | ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_bo_pin_in_start_of_vram': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:193:26: note: byref variable will be forcibly initialized 193 | struct ttm_place place; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:192:30: note: byref variable will be forcibly initialized 192 | struct ttm_placement placement; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_user_bo_synccpu_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:583:35: note: byref variable will be forcibly initialized 583 | struct vmw_buffer_object *vmw_bo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_user_bo_synccpu_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:614:35: note: byref variable will be forcibly initialized 614 | struct vmw_buffer_object *vbo; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c: In function 'vmw_dumb_create': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c:803:35: note: byref variable will be forcibly initialized 803 | struct vmw_buffer_object *vbo; | ^~~ /kisskb/src/drivers/mailbox/mailbox-altera.c: In function 'altera_mbox_rx_data': /kisskb/src/drivers/mailbox/mailbox-altera.c:120:13: note: byref variable will be forcibly initialized 120 | u32 data[2]; | ^~~~ /kisskb/src/drivers/mtd/tests/oobtest.c: In function 'write_eraseblock': /kisskb/src/drivers/mtd/tests/oobtest.c:59:28: note: byref variable will be forcibly initialized 59 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/tests/oobtest.c: In function 'verify_eraseblock_in_one_go': /kisskb/src/drivers/mtd/tests/oobtest.c:263:28: note: byref variable will be forcibly initialized 263 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/tests/oobtest.c: In function 'verify_eraseblock': /kisskb/src/drivers/mtd/tests/oobtest.c:168:28: note: byref variable will be forcibly initialized 168 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/tests/oobtest.c: In function 'mtd_oobtest_init': /kisskb/src/drivers/mtd/tests/oobtest.c:341:28: note: byref variable will be forcibly initialized 341 | struct mtd_oob_ops ops; | ^~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-gpio.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-gpio.c: In function 'gpio_leds_create': /kisskb/src/drivers/leds/leds-gpio.c:147:33: note: byref variable will be forcibly initialized 147 | struct gpio_led led = {}; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c: In function 'nvbios_perf_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c:33:26: note: byref variable will be forcibly initialized 33 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c: In function 'nvbios_perf_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c:82:18: note: byref variable will be forcibly initialized 82 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c:82:13: note: byref variable will be forcibly initialized 82 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c: In function 'nvbios_perf_fan_parse': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c:205:38: note: byref variable will be forcibly initialized 205 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c:205:33: note: byref variable will be forcibly initialized 205 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c:205:28: note: byref variable will be forcibly initialized 205 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c:205:23: note: byref variable will be forcibly initialized 205 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c:205:18: note: byref variable will be forcibly initialized 205 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c:205:13: note: byref variable will be forcibly initialized 205 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_resume': /kisskb/src/drivers/input/rmi4/rmi_f01.c:661:12: note: byref variable will be forcibly initialized 661 | static int rmi_f01_resume(struct rmi_function *fn) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_suspend': /kisskb/src/drivers/input/rmi4/rmi_f01.c:632:12: note: byref variable will be forcibly initialized 632 | static int rmi_f01_suspend(struct rmi_function *fn) | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_config': /kisskb/src/drivers/input/rmi4/rmi_f01.c:585:12: note: byref variable will be forcibly initialized 585 | static int rmi_f01_config(struct rmi_function *fn) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c:585:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/rmi4/rmi_f01.c:585:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_attention': /kisskb/src/drivers/input/rmi4/rmi_f01.c:688:12: note: byref variable will be forcibly initialized 688 | u8 device_status; | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_of_probe': /kisskb/src/drivers/input/rmi4/rmi_f01.c:345:13: note: byref variable will be forcibly initialized 345 | u32 val; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_read_properties': /kisskb/src/drivers/input/rmi4/rmi_f01.c:150:12: note: byref variable will be forcibly initialized 150 | u8 ds4_query_len; | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c:141:12: note: byref variable will be forcibly initialized 141 | u8 queries[RMI_F01_BASIC_QUERY_LEN]; | ^~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_probe': /kisskb/src/drivers/input/rmi4/rmi_f01.c:384:12: note: byref variable will be forcibly initialized 384 | static int rmi_f01_probe(struct rmi_function *fn) | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c:384:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/rmi4/rmi_f01.c:384:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/rmi4/rmi_f01.c:384:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/input/rmi4/rmi_f01.c:393:12: note: byref variable will be forcibly initialized 393 | u8 temp; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c:392:12: note: byref variable will be forcibly initialized 392 | u8 device_status; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c: In function 'pll_limits_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c:83:26: note: byref variable will be forcibly initialized 83 | struct bit_entry bit_C; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c: In function 'pll_map_reg': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c:146:18: note: byref variable will be forcibly initialized 146 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c:146:13: note: byref variable will be forcibly initialized 146 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c: In function 'pll_map_type': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c:188:18: note: byref variable will be forcibly initialized 188 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c:188:13: note: byref variable will be forcibly initialized 188 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c: In function 'nvbios_pll_parse': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c:235:13: note: byref variable will be forcibly initialized 235 | u32 reg = type; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c:234:18: note: byref variable will be forcibly initialized 234 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c:234:13: note: byref variable will be forcibly initialized 234 | u8 ver, len; | ^~~ /kisskb/src/drivers/mailbox/hi6220-mailbox.c: In function 'hi6220_mbox_interrupt': /kisskb/src/drivers/mailbox/hi6220-mailbox.c:154:13: note: byref variable will be forcibly initialized 154 | 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c: In function 'radeon_vce_init': /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c:62:29: note: byref variable will be forcibly initialized 62 | uint8_t start, mid, end; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c:62:24: note: byref variable will be forcibly initialized 62 | uint8_t start, mid, end; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c:62:17: note: byref variable will be forcibly initialized 62 | uint8_t start, mid, end; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c: In function 'radeon_vce_resume': /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c:222:15: note: byref variable will be forcibly initialized 222 | void *cpu_addr; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c: In function 'radeon_vce_get_create_msg': /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c:349:26: note: byref variable will be forcibly initialized 349 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c: In function 'nvbios_pmuTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_p; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c: In function 'radeon_vce_get_destroy_msg': /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c:416:26: note: byref variable will be forcibly initialized 416 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c: In function 'nvbios_pmuEe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c:52:18: note: byref variable will be forcibly initialized 52 | u8 cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c:52:13: note: byref variable will be forcibly initialized 52 | u8 cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c: In function 'nvbios_pmuRm': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c:81:18: note: byref variable will be forcibly initialized 81 | u8 ver, hdr, idx = 0; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c:81:13: note: byref variable will be forcibly initialized 81 | u8 ver, hdr, idx = 0; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c:80:28: note: byref variable will be forcibly initialized 80 | struct nvbios_pmuE pmuE; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c: In function 'radeon_vce_cs_parse': /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c:560:18: note: byref variable will be forcibly initialized 560 | uint32_t tmp, handle = 0; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c:559:50: note: byref variable will be forcibly initialized 559 | bool destroyed = false, created = false, allocated = false; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c: In function 'radeon_vce_ib_test': /kisskb/src/drivers/gpu/drm/radeon/radeon_vce.c:797:30: note: byref variable will be forcibly initialized 797 | struct radeon_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c: In function 'nvbios_power_budget_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c: In function 'nvbios_power_budget_header': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c:63:27: note: byref variable will be forcibly initialized 63 | u8 ver, hdr, cnt, len, cap_entry; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c:63:22: note: byref variable will be forcibly initialized 63 | u8 ver, hdr, cnt, len, cap_entry; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c:63:17: note: byref variable will be forcibly initialized 63 | u8 ver, hdr, cnt, len, cap_entry; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c:63:12: note: byref variable will be forcibly initialized 63 | u8 ver, hdr, cnt, len, cap_entry; | ^~~ /kisskb/src/drivers/hwmon/i5k_amb.c: In function 'i5k_find_amb_registers': /kisskb/src/drivers/hwmon/i5k_amb.c:420:13: note: byref variable will be forcibly initialized 420 | u32 val32; | ^~~~~ /kisskb/src/drivers/hwmon/i5k_amb.c: In function 'i5k_channel_probe': /kisskb/src/drivers/hwmon/i5k_amb.c:455:13: note: byref variable will be forcibly initialized 455 | u16 val16; | ^~~~~ /kisskb/src/drivers/hwmon/i5k_amb.c: In function 'store_amb_max': /kisskb/src/drivers/hwmon/i5k_amb.c:187:23: note: byref variable will be forcibly initialized 187 | unsigned long temp; | ^~~~ /kisskb/src/drivers/hwmon/i5k_amb.c: In function 'store_amb_mid': /kisskb/src/drivers/hwmon/i5k_amb.c:167:23: note: byref variable will be forcibly initialized 167 | unsigned long temp; | ^~~~ /kisskb/src/drivers/hwmon/i5k_amb.c: In function 'store_amb_min': /kisskb/src/drivers/hwmon/i5k_amb.c:147:23: note: byref variable will be forcibly initialized 147 | unsigned long temp; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hwmon/i5k_amb.c:10: /kisskb/src/drivers/hwmon/i5k_amb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_sou_plane_update_bo': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:544:43: note: byref variable will be forcibly initialized 544 | struct vmw_du_update_plane_buffer bo_update; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_sou_plane_update_surface': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:705:44: note: byref variable will be forcibly initialized 705 | struct vmw_du_update_plane_surface srf_update; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_sou_primary_plane_atomic_update': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:735:31: note: byref variable will be forcibly initialized 735 | struct vmw_fence_obj *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_kms_sou_do_surface_dirty': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:1133:42: note: byref variable will be forcibly initialized 1133 | struct vmw_kms_sou_surface_dirty sdirty; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_kms_sou_do_bo_dirty': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:1248:30: note: byref variable will be forcibly initialized 1248 | struct vmw_kms_dirty dirty; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c: In function 'vmw_kms_sou_readback': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:1354:30: note: byref variable will be forcibly initialized 1354 | struct vmw_kms_dirty dirty; | ^~~~~ /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c: In function 'pdc_receive_one': /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:584:29: note: byref variable will be forcibly initialized 584 | struct brcm_message mssg; | ^~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:35: /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c: In function 'pdc_ring_init': /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:991:31: note: byref variable will be forcibly initialized 991 | struct pdc_ring_alloc rx; | ^~ /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:990:31: note: byref variable will be forcibly initialized 990 | struct pdc_ring_alloc tx; | ^~ /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c: In function 'pdc_rx_list_init': /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:820:20: note: byref variable will be forcibly initialized 820 | dma_addr_t daddr; | ^~~~~ /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c: In function 'pdc_setup_debugfs': /kisskb/src/drivers/mailbox/bcm-pdc-mailbox.c:492:14: note: byref variable will be forcibly initialized 492 | char spu_stats_name[16]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv515.c: In function 'rv515_mc_program': /kisskb/src/drivers/gpu/drm/radeon/rv515.c:442:30: note: byref variable will be forcibly initialized 442 | struct rv515_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rv515.c: In function 'rv515_bandwidth_avivo_update': /kisskb/src/drivers/gpu/drm/radeon/rv515.c:1211:36: note: byref variable will be forcibly initialized 1211 | u32 d2mode_priority_a_cnt, d2mode_priority_b_cnt; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv515.c:1211:13: note: byref variable will be forcibly initialized 1211 | u32 d2mode_priority_a_cnt, d2mode_priority_b_cnt; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv515.c:1210:36: note: byref variable will be forcibly initialized 1210 | u32 d1mode_priority_a_cnt, d1mode_priority_b_cnt; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv515.c:1210:13: note: byref variable will be forcibly initialized 1210 | u32 d1mode_priority_a_cnt, d1mode_priority_b_cnt; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv515.c:1208:42: note: byref variable will be forcibly initialized 1208 | struct rv515_watermark wm1_high, wm1_low; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv515.c:1208:32: note: byref variable will be forcibly initialized 1208 | struct rv515_watermark wm1_high, wm1_low; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv515.c:1207:42: note: byref variable will be forcibly initialized 1207 | struct rv515_watermark wm0_high, wm0_low; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/rv515.c:1207:32: note: byref variable will be forcibly initialized 1207 | struct rv515_watermark wm0_high, wm0_low; | ^~~~~~~~ /kisskb/src/drivers/leds/leds-is31fl319x.c: In function 'is31fl319x_brightness_set': /kisskb/src/drivers/leds/leds-is31fl319x.c:132:30: note: byref variable will be forcibly initialized 132 | unsigned int pwm_value; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-is31fl319x.c: In function 'is31fl319x_parse_dt': /kisskb/src/drivers/leds/leds-is31fl319x.c:235:21: note: byref variable will be forcibly initialized 235 | u32 reg; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c: In function 'nvbios_ramcfg_count': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c:38:26: note: byref variable will be forcibly initialized 38 | struct bit_entry bit_M; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c: In function 'nvbios_ramcfg_index': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c:58:17: note: byref variable will be forcibly initialized 58 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c:58:12: note: byref variable will be forcibly initialized 58 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c:57:30: note: byref variable will be forcibly initialized 57 | struct nvbios_M0203E M0203E; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c:56:26: note: byref variable will be forcibly initialized 56 | struct bit_entry bit_M; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_2d_sensor.c: In function 'rmi_2d_sensor_of_probe': /kisskb/src/drivers/input/rmi4/rmi_2d_sensor.c:229:13: note: byref variable will be forcibly initialized 229 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/remoteproc/remoteproc_core.c:21: /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_mem_entry_init': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1028:17: note: byref variable will be forcibly initialized 1028 | va_list args; | ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_of_resm_mem_entry_init': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1071:17: note: byref variable will be forcibly initialized 1071 | va_list args; | ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_set_rsc_table': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1562:16: note: byref variable will be forcibly initialized 1562 | size_t table_sz; | ^~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_alloc_carveout': /kisskb/src/drivers/remoteproc/remoteproc_core.c:795:20: note: byref variable will be forcibly initialized 795 | dma_addr_t dma; | ^~~ 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/isl29020.c: In function 'als_sensing_range_store': /kisskb/src/drivers/misc/isl29020.c:79:23: note: byref variable will be forcibly initialized 79 | unsigned long val; | ^~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_handle_trace': /kisskb/src/drivers/remoteproc/remoteproc_core.c:658:14: note: byref variable will be forcibly initialized 658 | char name[15]; | ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_boot': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1985:32: note: byref variable will be forcibly initialized 1985 | const struct firmware *firmware_p; | ^~~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_find_carveout_by_name': /kisskb/src/drivers/remoteproc/remoteproc_core.c:256:14: note: byref variable will be forcibly initialized 256 | char _name[32]; | ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c:255:17: note: byref variable will be forcibly initialized 255 | va_list args; | ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_handle_vdev': /kisskb/src/drivers/remoteproc/remoteproc_core.c:522:14: note: byref variable will be forcibly initialized 522 | char name[16]; | ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_trigger_recovery': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1900:32: note: byref variable will be forcibly initialized 1900 | const struct firmware *firmware_p; | ^~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_initialize': /kisskb/src/drivers/input/rmi4/rmi_f03.c:101:12: note: byref variable will be forcibly initialized 101 | u8 query2[RMI_F03_DEVICE_COUNT * RMI_F03_BYTES_PER_DEVICE]; | ^~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c:100:12: note: byref variable will be forcibly initialized 100 | u8 query1; | ^~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_attention': /kisskb/src/drivers/input/rmi4/rmi_f03.c:252:12: note: byref variable will be forcibly initialized 252 | u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c: In function 'nvbios_rammapTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c: In function 'nvbios_rammapEe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c:63:18: note: byref variable will be forcibly initialized 63 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c:63:13: note: byref variable will be forcibly initialized 63 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_pt_open': /kisskb/src/drivers/input/rmi4/rmi_f03.c:145:12: note: byref variable will be forcibly initialized 145 | u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_pt_write': /kisskb/src/drivers/input/rmi4/rmi_f03.c:74:12: note: byref variable will be forcibly initialized 74 | static int rmi_f03_pt_write(struct serio *id, unsigned char val) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c: In function 'shadow_fw_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c:150:32: note: byref variable will be forcibly initialized 150 | const struct firmware *fw; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c: In function 'shadow_image': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c:55:29: note: byref variable will be forcibly initialized 55 | struct nvbios_image image; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c: In function 'nvbios_shadow': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c:183:13: note: byref variable will be forcibly initialized 183 | int optlen; | ^~~~~~ /kisskb/src/drivers/mtd/tests/mtd_test.c: In function 'mtdtest_erase_eraseblock': /kisskb/src/drivers/mtd/tests/mtd_test.c:13:27: note: byref variable will be forcibly initialized 13 | struct erase_info ei; | ^~ /kisskb/src/drivers/mtd/tests/mtd_test.c: In function 'mtdtest_read': /kisskb/src/drivers/mtd/tests/mtd_test.c:81:16: note: byref variable will be forcibly initialized 81 | size_t read; | ^~~~ /kisskb/src/drivers/mtd/tests/mtd_test.c: In function 'mtdtest_write': /kisskb/src/drivers/mtd/tests/mtd_test.c:99:16: note: byref variable will be forcibly initialized 99 | size_t written; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r200.c: In function 'r200_copy_dma': /kisskb/src/drivers/gpu/drm/radeon/r200.c:90:30: note: byref variable will be forcibly initialized 90 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r200.c: In function 'r200_packet0_check': /kisskb/src/drivers/gpu/drm/radeon/r200.c:149:32: note: byref variable will be forcibly initialized 149 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_user_context_base_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:706:30: note: byref variable will be forcibly initialized 706 | struct vmw_resource *res = &ctx->res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_context_cotables_unref': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:120:30: note: byref variable will be forcibly initialized 120 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_context_define': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:727:30: note: byref variable will be forcibly initialized 727 | struct vmw_resource *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:726:30: note: byref variable will be forcibly initialized 726 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_gb_context_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:370:31: note: byref variable will be forcibly initialized 370 | struct vmw_fence_obj *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_dx_context_scrub_cotables': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:557:38: note: byref variable will be forcibly initialized 557 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c: In function 'vmw_dx_context_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_context.c:579:31: note: byref variable will be forcibly initialized 579 | struct vmw_fence_obj *fence; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:34: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_calculate_pitch': /kisskb/src/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h:93:20: note: byref variable will be forcibly initialized 93 | SVGA3dSize blocks; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_get_image_buffer_size': /kisskb/src/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h:118:20: note: byref variable will be forcibly initialized 118 | SVGA3dSize image_blocks; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_get_serialized_size': /kisskb/src/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h:154:37: note: byref variable will be forcibly initialized 154 | struct drm_vmw_size size = | ^~~~ /kisskb/src/drivers/media/cec/core/cec-core.c: In function 'cec_error_inj_write': /kisskb/src/drivers/media/cec/core/cec-core.c:208:15: note: byref variable will be forcibly initialized 208 | char *p; | ^ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/cgroup.h:17, 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/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:30: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_tex_dirty_range_add': /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_find_aem1_count': /kisskb/src/drivers/hwmon/ibmaem.c:496:41: note: byref variable will be forcibly initialized 496 | struct aem_find_firmware_resp ff_resp; | ^~~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c:495:41: note: byref variable will be forcibly initialized 495 | struct aem_find_firmware_req ff_req; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1768:49: note: byref variable will be forcibly initialized 1768 | struct vmw_surface_loc loc_min, loc_max; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1768:40: note: byref variable will be forcibly initialized 1768 | struct vmw_surface_loc loc_min, loc_max; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1740:38: note: byref variable will be forcibly initialized 1740 | struct vmw_surface_loc loc1, loc2; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1740:32: note: byref variable will be forcibly initialized 1740 | struct vmw_surface_loc loc1, loc2; | ^~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_read_sensor': /kisskb/src/drivers/hwmon/ibmaem.c:353:36: note: byref variable will be forcibly initialized 353 | struct aem_read_sensor_req rs_req; | ^~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_find_aem2': /kisskb/src/drivers/hwmon/ibmaem.c:636:38: note: byref variable will be forcibly initialized 636 | struct aem_find_instance_req fi_req; | ^~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_set_power_period': /kisskb/src/drivers/hwmon/ibmaem.c:894:23: note: byref variable will be forcibly initialized 894 | unsigned long temp; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_user_surface_base_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:684:30: note: byref variable will be forcibly initialized 684 | struct vmw_resource *res = &user_srf->srf.res; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/cgroup.h:17, 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/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:31, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:30: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_legacy_srf_dma': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:480:31: note: byref variable will be forcibly initialized 480 | struct vmw_fence_obj *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:479:22: note: byref variable will be forcibly initialized 479 | SVGAGuestPtr ptr; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_gb_surface_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1215:31: note: byref variable will be forcibly initialized 1215 | struct vmw_fence_obj *fence; | ^~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_init_aem2': /kisskb/src/drivers/hwmon/ibmaem.c:757:39: note: byref variable will be forcibly initialized 757 | struct aem_find_instance_resp fi_resp; | ^~~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_register_bmc': /kisskb/src/drivers/hwmon/ibmaem.c:782:30: note: byref variable will be forcibly initialized 782 | struct aem_ipmi_data probe; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_handle_reference': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:902:33: note: byref variable will be forcibly initialized 902 | struct ttm_base_object *base; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:901:18: note: byref variable will be forcibly initialized 901 | uint32_t handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_gb_surface_reference_internal': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1600:13: note: byref variable will be forcibly initialized 1600 | u32 backup_handle; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1599:33: note: byref variable will be forcibly initialized 1599 | struct ttm_base_object *base; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_define_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:851:26: note: byref variable will be forcibly initialized 851 | uint32_t backup_handle; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:726:30: note: byref variable will be forcibly initialized 726 | struct vmw_resource *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:725:30: note: byref variable will be forcibly initialized 725 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_surface_reference_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:987:33: note: byref variable will be forcibly initialized 987 | struct ttm_base_object *base; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_gb_surface_reference_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1351:47: note: byref variable will be forcibly initialized 1351 | struct drm_vmw_gb_surface_ref_ext_rep rep_ext; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_gb_surface_define_internal': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1426:18: note: byref variable will be forcibly initialized 1426 | uint32_t backup_handle = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1424:30: note: byref variable will be forcibly initialized 1424 | struct vmw_resource *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1423:30: note: byref variable will be forcibly initialized 1423 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1422:29: note: byref variable will be forcibly initialized 1422 | struct vmw_surface *srf; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c: In function 'vmw_gb_surface_define_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1323:50: note: byref variable will be forcibly initialized 1323 | struct drm_vmw_gb_surface_create_ext_req req_ext; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c: In function 'r600_cs_track_validate_db': /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:525:35: note: byref variable will be forcibly initialized 525 | struct array_mode_checker array_check; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:524:26: note: byref variable will be forcibly initialized 524 | u64 base_offset, base_align; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:521:40: note: byref variable will be forcibly initialized 521 | u32 height_align, pitch_align, depth_align; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:521:27: note: byref variable will be forcibly initialized 521 | u32 height_align, pitch_align, depth_align; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:521:13: note: byref variable will be forcibly initialized 521 | u32 height_align, pitch_align, depth_align; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c: In function 'r600_cs_check_reg': /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:971:32: note: byref variable will be forcibly initialized 971 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c: In function 'r600_cs_track_validate_cb': /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:357:35: note: byref variable will be forcibly initialized 357 | struct array_mode_checker array_check; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:356:26: note: byref variable will be forcibly initialized 356 | u64 base_offset, base_align; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:355:55: note: byref variable will be forcibly initialized 355 | u32 height, height_align, pitch, pitch_align, depth_align; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:355:42: note: byref variable will be forcibly initialized 355 | u32 height, height_align, pitch, pitch_align, depth_align; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:355:21: note: byref variable will be forcibly initialized 355 | u32 height, height_align, pitch, pitch_align, depth_align; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c: In function 'r600_cs_common_vline_parse': /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:830:42: note: byref variable will be forcibly initialized 830 | struct radeon_cs_packet p3reloc, wait_reg_mem; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:830:33: note: byref variable will be forcibly initialized 830 | struct radeon_cs_packet p3reloc, wait_reg_mem; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c: In function 'r600_check_texture_resource': /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:1484:35: note: byref variable will be forcibly initialized 1484 | struct array_mode_checker array_check; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:1483:13: note: byref variable will be forcibly initialized 1483 | u64 base_align; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:1481:47: note: byref variable will be forcibly initialized 1481 | u32 height_align, pitch, pitch_align, depth_align; | ^~~~~~~~~~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_tx_done': /kisskb/src/drivers/media/cec/i2c/ch7322.c:240:22: note: byref variable will be forcibly initialized 240 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:1481:34: note: byref variable will be forcibly initialized 1481 | u32 height_align, pitch, pitch_align, depth_align; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:1481:13: note: byref variable will be forcibly initialized 1481 | u32 height_align, pitch, pitch_align, depth_align; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:1480:36: note: byref variable will be forcibly initialized 1480 | u32 word0, word1, l0_size, mipmap_size, word2, word3, word4, word5; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:1480:27: note: byref variable will be forcibly initialized 1480 | u32 word0, word1, l0_size, mipmap_size, word2, word3, word4, word5; | ^~~~~~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_phys_addr': /kisskb/src/drivers/media/cec/i2c/ch7322.c:292:27: note: byref variable will be forcibly initialized 292 | unsigned int pah, pal; | ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c:292:22: note: byref variable will be forcibly initialized 292 | unsigned int pah, pal; | ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_receive_message': /kisskb/src/drivers/media/cec/i2c/ch7322.c:210:22: note: byref variable will be forcibly initialized 210 | unsigned int val; | ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_send_message': /kisskb/src/drivers/media/cec/i2c/ch7322.c:167:22: note: byref variable will be forcibly initialized 167 | unsigned int val; | ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_rx_done': /kisskb/src/drivers/media/cec/i2c/ch7322.c:272:24: note: byref variable will be forcibly initialized 272 | struct cec_msg msg; | ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_irq': /kisskb/src/drivers/media/cec/i2c/ch7322.c:309:22: note: byref variable will be forcibly initialized 309 | unsigned int data = 0; | ^~~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_probe': /kisskb/src/drivers/media/cec/i2c/ch7322.c:455:22: note: byref variable will be forcibly initialized 455 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c: In function 'r600_packet3_check': /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:1631:32: note: byref variable will be forcibly initialized 1631 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c: In function 'evergreen_cs_track_validate_cb': /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:396:27: note: byref variable will be forcibly initialized 396 | struct eg_surface surf; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c: In function 'evergreen_cs_track_validate_stencil': /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:563:27: note: byref variable will be forcibly initialized 563 | struct eg_surface surf; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c: In function 'r600_cs_parse': /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:2272:33: note: byref variable will be forcibly initialized 2272 | struct radeon_cs_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c: In function 'evergreen_cs_track_validate_depth': /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:660:27: note: byref variable will be forcibly initialized 660 | struct eg_surface surf; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c: In function 'r600_dma_cs_parse': /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:2381:44: note: byref variable will be forcibly initialized 2381 | struct radeon_bo_list *src_reloc, *dst_reloc; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r600_cs.c:2381:32: note: byref variable will be forcibly initialized 2381 | struct radeon_bo_list *src_reloc, *dst_reloc; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c: In function 'evergreen_cs_handle_reg': /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1474:66: note: byref variable will be forcibly initialized 1474 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1474:56: note: byref variable will be forcibly initialized 1474 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1474:49: note: byref variable will be forcibly initialized 1474 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1474:42: note: byref variable will be forcibly initialized 1474 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1446:66: note: byref variable will be forcibly initialized 1446 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1446:56: note: byref variable will be forcibly initialized 1446 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1446:49: note: byref variable will be forcibly initialized 1446 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1446:42: note: byref variable will be forcibly initialized 1446 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1182:66: note: byref variable will be forcibly initialized 1182 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1182:56: note: byref variable will be forcibly initialized 1182 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1182:49: note: byref variable will be forcibly initialized 1182 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1182:42: note: byref variable will be forcibly initialized 1182 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1096:32: note: byref variable will be forcibly initialized 1096 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c: In function 'evergreen_cs_track_validate_texture': /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:757:27: note: byref variable will be forcibly initialized 757 | struct eg_surface surf; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c: In function 'evergreen_packet3_check': /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:2363:82: note: byref variable will be forcibly initialized 2363 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:2363:72: note: byref variable will be forcibly initialized 2363 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:2363:65: note: byref variable will be forcibly initialized 2363 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:2363:58: note: byref variable will be forcibly initialized 2363 | unsigned bankw, bankh, mtaspect, tile_split; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:1774:32: note: byref variable will be forcibly initialized 1774 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c: In function 'evergreen_cs_parse': /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:2673:33: note: byref variable will be forcibly initialized 2673 | struct radeon_cs_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c: In function 'evergreen_dma_cs_parse': /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:2799:56: note: byref variable will be forcibly initialized 2799 | struct radeon_bo_list *src_reloc, *dst_reloc, *dst2_reloc; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:2799:44: note: byref variable will be forcibly initialized 2799 | struct radeon_bo_list *src_reloc, *dst_reloc, *dst2_reloc; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:2799:32: note: byref variable will be forcibly initialized 2799 | struct radeon_bo_list *src_reloc, *dst_reloc, *dst2_reloc; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c: In function 'evergreen_ib_parse': /kisskb/src/drivers/gpu/drm/radeon/evergreen_cs.c:3524:33: note: byref variable will be forcibly initialized 3524 | struct radeon_cs_packet pkt; | ^~~ /kisskb/src/drivers/misc/open-dice.c: In function 'open_dice_read': /kisskb/src/drivers/misc/open-dice.c:67:23: note: byref variable will be forcibly initialized 67 | unsigned long val = to_open_dice_drvdata(filp)->rmem->size; | ^~~ /kisskb/src/drivers/mailbox/apple-mailbox.c: In function 'apple_mbox_recv_irq': /kisskb/src/drivers/mailbox/apple-mailbox.c:201:31: note: byref variable will be forcibly initialized 201 | struct apple_mbox_msg msg; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/tests/pagetest.c:14: /kisskb/src/drivers/mtd/tests/pagetest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lm3532.c:6: /kisskb/src/drivers/leds/leds-lm3532.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'lm3532_parse_als': /kisskb/src/drivers/leds/leds-lm3532.c:487:13: note: byref variable will be forcibly initialized 487 | int als_impedance; | ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:486:13: note: byref variable will be forcibly initialized 486 | int als_avg_time; | ^~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'lm3532_parse_node': /kisskb/src/drivers/leds/leds-lm3532.c:578:38: note: byref variable will be forcibly initialized 578 | struct led_init_data idata = { | ^~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:550:13: note: byref variable will be forcibly initialized 550 | u32 ramp_time; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:549:13: note: byref variable will be forcibly initialized 549 | int control_bank; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c: In function 'vmw_mob_pt_setup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:499:26: note: byref variable will be forcibly initialized 499 | struct vmw_piter pt_iter; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c: In function 'vmw_setup_otable_base': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:125:26: note: byref variable will be forcibly initialized 125 | struct vmw_piter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c: In function 'vmw_mob_bind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:603:26: note: byref variable will be forcibly initialized 603 | struct vmw_piter data_iter; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'rmi_f11_get_query_parameters': /kisskb/src/drivers/input/rmi4/rmi_f11.c:793:12: note: byref variable will be forcibly initialized 793 | u8 query_buf[RMI_F11_QUERY_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'rmi_f11_resume': /kisskb/src/drivers/input/rmi4/rmi_f11.c:1335:12: note: byref variable will be forcibly initialized 1335 | static int rmi_f11_resume(struct rmi_function *fn) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/input/rmi4/rmi_f11.c:9: /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'rmi_f11_initialize': /kisskb/src/drivers/input/rmi4/rmi_f11.c:1075:12: note: byref variable will be forcibly initialized 1075 | u8 buf; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c:1069:24: note: byref variable will be forcibly initialized 1069 | u16 max_x_pos, max_y_pos; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c:1069:13: note: byref variable will be forcibly initialized 1069 | u16 max_x_pos, max_y_pos; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r300.c: In function 'r300_packet0_check': /kisskb/src/drivers/gpu/drm/radeon/r300.c:630:32: note: byref variable will be forcibly initialized 630 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r300.c: In function 'r300_packet3_check': /kisskb/src/drivers/gpu/drm/radeon/r300.c:1175:32: note: byref variable will be forcibly initialized 1175 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r300.c: In function 'r300_asic_reset': /kisskb/src/drivers/gpu/drm/radeon/r300.c:416:29: note: byref variable will be forcibly initialized 416 | struct r100_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r300.c: In function 'r300_cs_parse': /kisskb/src/drivers/gpu/drm/radeon/r300.c:1282:33: note: byref variable will be forcibly initialized 1282 | struct radeon_cs_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/r300.c: In function 'r300_mc_program': /kisskb/src/drivers/gpu/drm/radeon/r300.c:1328:29: note: byref variable will be forcibly initialized 1328 | struct r100_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_copy_blit': /kisskb/src/drivers/gpu/drm/radeon/r100.c:906:30: note: byref variable will be forcibly initialized 906 | struct radeon_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_reloc_pitch_offset': /kisskb/src/drivers/gpu/drm/radeon/r100.c:1274:32: note: byref variable will be forcibly initialized 1274 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_packet3_load_vbpntr': /kisskb/src/drivers/gpu/drm/radeon/r100.c:1313:32: note: byref variable will be forcibly initialized 1313 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_cs_packet_parse_vline': /kisskb/src/drivers/gpu/drm/radeon/r100.c:1435:42: note: byref variable will be forcibly initialized 1435 | struct radeon_cs_packet p3reloc, waitreloc; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c:1435:33: note: byref variable will be forcibly initialized 1435 | struct radeon_cs_packet p3reloc, waitreloc; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_packet0_check': /kisskb/src/drivers/gpu/drm/radeon/r100.c:1562:32: note: byref variable will be forcibly initialized 1562 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_packet3_check': /kisskb/src/drivers/gpu/drm/radeon/r100.c:1920:32: note: byref variable will be forcibly initialized 1920 | struct radeon_bo_list *reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_cs_parse': /kisskb/src/drivers/gpu/drm/radeon/r100.c:2040:33: note: byref variable will be forcibly initialized 2040 | struct radeon_cs_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_get_accessible_vram': /kisskb/src/drivers/gpu/drm/radeon/r100.c:2743:12: note: byref variable will be forcibly initialized 2743 | u8 byte; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_ring_test': /kisskb/src/drivers/gpu/drm/radeon/r100.c:3649:18: note: byref variable will be forcibly initialized 3649 | uint32_t scratch; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_ib_test': /kisskb/src/drivers/gpu/drm/radeon/r100.c:3705:18: note: byref variable will be forcibly initialized 3705 | uint32_t scratch; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c:3704:26: note: byref variable will be forcibly initialized 3704 | struct radeon_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_asic_reset': /kisskb/src/drivers/gpu/drm/radeon/r100.c:2565:29: note: byref variable will be forcibly initialized 2565 | struct r100_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_mc_program': /kisskb/src/drivers/gpu/drm/radeon/r100.c:3835:29: note: byref variable will be forcibly initialized 3835 | struct r100_mc_save save; | ^~~~ /kisskb/src/drivers/hid/hid-multitouch.c: In function 'mt_set_modes': /kisskb/src/drivers/hid/hid-multitouch.c:1508:14: note: byref variable will be forcibly initialized 1508 | bool inputmode_found = false; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hid/hid-multitouch.c:34: /kisskb/src/drivers/hid/hid-multitouch.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-multitouch.c: In function 'mt_set_quirks': /kisskb/src/drivers/hid/hid-multitouch.c:410:23: note: byref variable will be forcibly initialized 410 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c: In function 'nvbios_timingTe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c: In function 'nvbios_timingEe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c:72:18: note: byref variable will be forcibly initialized 72 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c:72:13: note: byref variable will be forcibly initialized 72 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_v2_disable': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:284:13: note: byref variable will be forcibly initialized 284 | 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:13: note: byref variable will be forcibly initialized 132 | u32 pmnc; | ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_v2_get_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:427:35: note: byref variable will be forcibly initialized 427 | unsigned int total_count, count; | ^~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:427:22: note: byref variable will be forcibly initialized 427 | unsigned int total_count, count; | ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:426:34: note: byref variable will be forcibly initialized 426 | unsigned int pmcnt_high, pmcnt_low; | ^~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:426:22: note: byref variable will be forcibly initialized 426 | unsigned int pmcnt_high, pmcnt_low; | ^~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:425:28: note: byref variable will be forcibly initialized 425 | unsigned int pmnc, cntenc; | ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:425:22: note: byref variable will be forcibly initialized 425 | unsigned int pmnc, cntenc; | ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_v2_set_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:377:28: note: byref variable will be forcibly initialized 377 | unsigned int pmnc, cntens; | ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:377:22: note: byref variable will be forcibly initialized 377 | unsigned int pmnc, cntens; | ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_get_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:208:28: note: byref variable will be forcibly initialized 208 | unsigned int pmnc, cntenc; | ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:208:22: note: byref variable will be forcibly initialized 208 | unsigned int pmnc, cntenc; | ^~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:207:35: note: byref variable will be forcibly initialized 207 | unsigned int pmcnt3_high, pmcnt3_low; | ^~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:207:22: note: byref variable will be forcibly initialized 207 | unsigned int pmcnt3_high, pmcnt3_low; | ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:206:35: note: byref variable will be forcibly initialized 206 | unsigned int total_count, load_count; | ^~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:206:22: note: byref variable will be forcibly initialized 206 | unsigned int total_count, load_count; | ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c: In function 'exynos_ppmu_set_event': /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:162:19: note: byref variable will be forcibly initialized 162 | u32 pmnc, cntens; | ^~~~~~ /kisskb/src/drivers/devfreq/event/exynos-ppmu.c:162:13: note: byref variable will be forcibly initialized 162 | u32 pmnc, cntens; | ^~~~ 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-picolcd_core.c: In function 'picolcd_operation_mode_delay_store': /kisskb/src/drivers/hid/hid-picolcd_core.c:311:18: note: byref variable will be forcibly initialized 311 | unsigned u; | ^ /kisskb/src/drivers/gpu/drm/mediatek/mtk_disp_rdma.c: In function 'mtk_disp_rdma_probe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_disp_rdma.c:286:13: note: byref variable will be forcibly initialized 286 | int ret; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_user_shader_base_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:667:30: note: byref variable will be forcibly initialized 667 | struct vmw_resource *res = vmw_user_shader_base_to_res(base); | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_dx_shader_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:508:31: note: byref variable will be forcibly initialized 508 | struct vmw_fence_obj *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_gb_shader_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:278:31: note: byref variable will be forcibly initialized 278 | struct vmw_fence_obj *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_user_shader_alloc': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:693:36: note: byref variable will be forcibly initialized 693 | struct vmw_resource *res, *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:693:30: note: byref variable will be forcibly initialized 693 | struct vmw_resource *res, *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_shader_define': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:774:35: note: byref variable will be forcibly initialized 774 | struct vmw_buffer_object *buffer = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_dx_shader_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:588:30: note: byref variable will be forcibly initialized 588 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_shader_remove': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:854:30: note: byref variable will be forcibly initialized 854 | struct vmw_resource *dummy; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c: In function 'vmw_compat_shader_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:890:30: note: byref variable will be forcibly initialized 890 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:887:32: note: byref variable will be forcibly initialized 887 | struct ttm_bo_kmap_obj map; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c:886:35: note: byref variable will be forcibly initialized 886 | struct vmw_buffer_object *buf; | ^~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_g_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:361:13: note: byref variable will be forcibly initialized 361 | u32 mode = fh->mode_initiator | fh->mode_follower; | ^~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_g_phys_addr': /kisskb/src/drivers/media/cec/core/cec-api.c:94:13: note: byref variable will be forcibly initialized 94 | u16 phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/lm70.c: In function 'temp1_input_show': /kisskb/src/drivers/hwmon/lm70.c:52:12: note: byref variable will be forcibly initialized 52 | u8 rxbuf[2]; | ^~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_s_phys_addr': /kisskb/src/drivers/media/cec/core/cec-api.c:124:13: note: byref variable will be forcibly initialized 124 | u16 phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_g_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:147:30: note: byref variable will be forcibly initialized 147 | struct cec_log_addrs log_addrs; | ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_s_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:170:30: note: byref variable will be forcibly initialized 170 | struct cec_log_addrs log_addrs; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/cec/core/cec-api.c:10: /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_receive_msg': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:282:31: note: in expansion of macro 'wait_event_interruptible' 282 | res = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:273:31: note: in expansion of macro 'wait_event_interruptible_timeout' 273 | res = wait_event_interruptible_timeout(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_dqevent': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:320:23: note: in expansion of macro 'wait_event_interruptible' 320 | err = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_s_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:477:34: note: byref variable will be forcibly initialized 477 | struct cec_event ev = { | ^~ /kisskb/src/drivers/media/cec/core/cec-api.c:371:13: note: byref variable will be forcibly initialized 371 | u32 mode; | ^~~~ /kisskb/src/drivers/devfreq/event/rockchip-dfi.c: In function 'rockchip_dfi_start_hardware_counter': /kisskb/src/drivers/devfreq/event/rockchip-dfi.c:64:13: note: byref variable will be forcibly initialized 64 | u32 val; | ^~~ In file included from /kisskb/src/drivers/devfreq/event/rockchip-dfi.c:19: /kisskb/src/drivers/devfreq/event/rockchip-dfi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rs600.c: In function 'rs600_asic_reset': /kisskb/src/drivers/gpu/drm/radeon/rs600.c:464:30: note: byref variable will be forcibly initialized 464 | struct rv515_mc_save save; | ^~~~ /kisskb/src/drivers/gpu/drm/radeon/rs600.c: In function 'rs600_mc_program': /kisskb/src/drivers/gpu/drm/radeon/rs600.c:962:30: note: byref variable will be forcibly initialized 962 | struct rv515_mc_save save; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/cec/core/cec-adap.c:10: /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_thread_func': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:478:25: note: in expansion of macro 'wait_event_interruptible' 478 | wait_event_interruptible(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:468:31: note: in expansion of macro 'wait_event_interruptible_timeout' 468 | err = wait_event_interruptible_timeout(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_receive_notify': /kisskb/src/drivers/media/cec/core/cec-adap.c:1969:24: note: byref variable will be forcibly initialized 1969 | struct cec_msg tx_cec_msg = { }; | ^~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_config_thread_func': /kisskb/src/drivers/media/cec/core/cec-adap.c:1501:32: note: byref variable will be forcibly initialized 1501 | struct cec_msg msg = {}; | ^~~ /kisskb/src/drivers/hid/hid-picolcd_backlight.c: In function 'picolcd_init_backlight': /kisskb/src/drivers/hid/hid-picolcd_backlight.c:57:37: note: byref variable will be forcibly initialized 57 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c: In function 'therm_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c: In function 'nvbios_therm_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c:59:17: note: byref variable will be forcibly initialized 59 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c:59:12: note: byref variable will be forcibly initialized 59 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c: In function 'nvbios_therm_sensor_parse': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c:72:17: note: byref variable will be forcibly initialized 72 | u8 ver, len, i; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c:72:12: note: byref variable will be forcibly initialized 72 | u8 ver, len, i; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c: In function 'nvbios_therm_fan_parse': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c:156:17: note: byref variable will be forcibly initialized 156 | u8 ver, len, i; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c:156:12: note: byref variable will be forcibly initialized 156 | u8 ver, len, i; | ^~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_erase64': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:238:12: note: byref variable will be forcibly initialized 238 | u8 raw_data[3]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:265:12: note: byref variable will be forcibly initialized 265 | u8 raw_data[36]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_read': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:183:12: note: byref variable will be forcibly initialized 183 | u8 raw_data[4]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_eeprom_read': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:77:12: note: byref variable will be forcibly initialized 77 | u8 raw_data[3]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_eeprom_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:117:12: note: byref variable will be forcibly initialized 117 | u8 raw_data[23]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_reset_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:41:14: note: byref variable will be forcibly initialized 41 | char buf[32]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.c: In function 'nvbios_vmap_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.c: In function 'nvbios_vmap_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.c:83:18: note: byref variable will be forcibly initialized 83 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.c:83:13: note: byref variable will be forcibly initialized 83 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c: In function 'mtk_crtc_ddp_config': /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:468:22: note: byref variable will be forcibly initialized 468 | unsigned int local_layer; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:7: /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:6: /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c: In function 'mtk_drm_crtc_atomic_disable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:717:17: note: in expansion of macro 'wait_event_timeout' 717 | wait_event_timeout(mtk_crtc->cb_blocking_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c: In function 'mtk_crtc_ddp_hw_init': /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:406:30: note: byref variable will be forcibly initialized 406 | unsigned int local_layer; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:336:40: note: byref variable will be forcibly initialized 336 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c: In function 'mtk_drm_crtc_plane_check': /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:646:22: note: byref variable will be forcibly initialized 646 | unsigned int local_layer; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/tests/readtest.c: In function 'read_eraseblock_by_page': /kisskb/src/drivers/mtd/tests/readtest.c:50:44: note: byref variable will be forcibly initialized 50 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/tests/readtest.c: In function 'dump_eraseblock': /kisskb/src/drivers/mtd/tests/readtest.c:82:14: note: byref variable will be forcibly initialized 82 | char line[128]; | ^~~~ /kisskb/src/drivers/leds/leds-lm355x.c: In function 'pattern_store': /kisskb/src/drivers/leds/leds-lm355x.c:360:22: note: byref variable will be forcibly initialized 360 | unsigned int state; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c: In function 'vmw_cmdbuf_res_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:84:34: note: byref variable will be forcibly initialized 84 | struct vmwgfx_hash_item *hash; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c: In function 'vmw_cmdbuf_res_remove': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:247:34: note: byref variable will be forcibly initialized 247 | struct vmwgfx_hash_item *hash; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c: In function 'nvbios_volt_table': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c: In function 'nvbios_volt_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c:127:18: note: byref variable will be forcibly initialized 127 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c:127:13: note: byref variable will be forcibly initialized 127 | u8 hdr, cnt; | ^~~ /kisskb/src/drivers/hwmon/lm75.c: In function 'lm75_read': /kisskb/src/drivers/hwmon/lm75.c:346:22: note: byref variable will be forcibly initialized 346 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/lm75.c: In function 'lm75_update_interval': /kisskb/src/drivers/hwmon/lm75.c:421:22: note: byref variable will be forcibly initialized 421 | unsigned int reg; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_write_control_regs': /kisskb/src/drivers/input/rmi4/rmi_f12.c:243:14: note: byref variable will be forcibly initialized 243 | char buf[3]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_read_sensor_tuning': /kisskb/src/drivers/input/rmi4/rmi_f12.c:71:12: note: byref variable will be forcibly initialized 71 | u8 buf[15]; | ^~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/rmi4/rmi_f12.c:5: /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_probe': /kisskb/src/drivers/input/rmi4/rmi_f12.c:323:14: note: byref variable will be forcibly initialized 323 | char buf; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vpstate.c: In function 'nvbios_vpstate_offset': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vpstate.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/devfreq/event/exynos-nocp.c: In function 'exynos_nocp_get_event': /kisskb/src/drivers/devfreq/event/exynos-nocp.c:147:22: note: byref variable will be forcibly initialized 147 | unsigned int counter[4]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_drv.c: In function 'mtk_drm_probe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_drv.c:578:33: note: byref variable will be forcibly initialized 578 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/rpmsg/rpmsg_ctrl.c: In function 'rpmsg_ctrldev_ioctl': /kisskb/src/drivers/rpmsg/rpmsg_ctrl.c:80:35: note: byref variable will be forcibly initialized 80 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/rpmsg/rpmsg_ctrl.c:79:36: note: byref variable will be forcibly initialized 79 | struct rpmsg_endpoint_info eptinfo; | ^~~~~~~ /kisskb/src/drivers/mtd/tests/speedtest.c: In function 'multiblock_erase': /kisskb/src/drivers/mtd/tests/speedtest.c:46:27: note: byref variable will be forcibly initialized 46 | struct erase_info ei; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c: In function 'nvbios_M0203Te': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c:31:26: note: byref variable will be forcibly initialized 31 | struct bit_entry bit_M; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c: In function 'nvbios_M0203Ee': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c:74:18: note: byref variable will be forcibly initialized 74 | u8 cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c:74:13: note: byref variable will be forcibly initialized 74 | u8 cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c: In function 'nvbios_M0203Em': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c:108:18: note: byref variable will be forcibly initialized 108 | u8 cnt, len, idx = 0xff; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c:108:13: note: byref variable will be forcibly initialized 108 | u8 cnt, len, idx = 0xff; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c:107:30: note: byref variable will be forcibly initialized 107 | struct nvbios_M0203T M0203T; | ^~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_coredump.c: In function 'rproc_copy_segment': /kisskb/src/drivers/remoteproc/remoteproc_coredump.c:155:14: note: byref variable will be forcibly initialized 155 | bool is_iomem = false; | ^~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_coredump.c: In function 'rproc_coredump_using_sections': /kisskb/src/drivers/remoteproc/remoteproc_coredump.c:355:37: note: byref variable will be forcibly initialized 355 | struct rproc_coredump_state dump_state; | ^~~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_coredump.c:350:16: note: byref variable will be forcibly initialized 350 | 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:14: note: byref variable will be forcibly initialized 132 | char buf[100]; | ^~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_coredump_read': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:46:14: note: byref variable will be forcibly initialized 46 | char buf[20]; | ^~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_name_read': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:160:14: note: byref variable will be forcibly initialized 160 | char buf[100]; | ^~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_coredump_write': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:77:14: note: byref variable will be forcibly initialized 77 | char buf[20]; | ^~~ /kisskb/src/drivers/remoteproc/remoteproc_coredump.c: In function 'rproc_coredump': /kisskb/src/drivers/remoteproc/remoteproc_coredump.c:244:37: note: byref variable will be forcibly initialized 244 | struct rproc_coredump_state dump_state; | ^~~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_crash_write': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:256:22: note: byref variable will be forcibly initialized 256 | unsigned int type; | ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_recovery_write': /kisskb/src/drivers/remoteproc/remoteproc_debugfs.c:213:14: note: byref variable will be forcibly initialized 213 | char buf[10]; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_man_process': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:437:13: note: byref variable will be forcibly initialized 437 | int notempty; | ^~~~~~~~ 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:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dmapool.h:14, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_alloc_space': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:840:17: note: in expansion of macro 'wait_event' 840 | wait_event(man->alloc_queue, vmw_cmdbuf_try_alloc(man, &info)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:830:23: note: in expansion of macro 'wait_event_interruptible' 830 | ret = wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:802:38: note: byref variable will be forcibly initialized 802 | struct vmw_cmdbuf_alloc_info info; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dmapool.h:14, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_idle': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:734:23: note: in expansion of macro 'wait_event_timeout' 734 | ret = wait_event_timeout | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:730:23: note: in expansion of macro 'wait_event_interruptible_timeout' 730 | ret = wait_event_interruptible_timeout | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_send_device_command': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:1136:35: note: byref variable will be forcibly initialized 1136 | struct vmw_cmdbuf_header *header; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_preempt': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:1174:20: note: byref variable will be forcibly initialized 1174 | } __packed cmd; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_startstop': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:1200:20: note: byref variable will be forcibly initialized 1200 | } __packed cmd; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_work_func': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:1200:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:535:29: note: byref variable will be forcibly initialized 535 | const char *cmd_name; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:534:21: note: byref variable will be forcibly initialized 534 | u32 error_cmd_size, new_start_offset; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:520:26: note: byref variable will be forcibly initialized 520 | struct list_head restart_head[SVGA_CB_CONTEXT_MAX]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:518:18: note: byref variable will be forcibly initialized 518 | uint32_t dummy = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_man_destroy': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:1200:20: note: byref variable will be forcibly initialized 1200 | } __packed cmd; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_man_create': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:1200:20: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/media/cec/core/cec-notifier.c:12: /kisskb/src/drivers/media/cec/core/cec-notifier.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c: In function 'nvbios_M0205Te': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_M; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c: In function 'nvbios_M0205Ee': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c:78:18: note: byref variable will be forcibly initialized 78 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c:78:13: note: byref variable will be forcibly initialized 78 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c: In function 'nvbios_M0205Se': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c:111:18: note: byref variable will be forcibly initialized 111 | u8 cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c:111:13: note: byref variable will be forcibly initialized 111 | u8 cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c: In function 'vmw_cotable_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:313:31: note: byref variable will be forcibly initialized 313 | struct vmw_fence_obj *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c: In function 'vmw_cotable_readback': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:350:31: note: byref variable will be forcibly initialized 350 | struct vmw_fence_obj *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c: In function 'vmw_cotable_resize': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:394:41: note: byref variable will be forcibly initialized 394 | struct ttm_bo_kmap_obj old_map, new_map; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:394:32: note: byref variable will be forcibly initialized 394 | struct ttm_bo_kmap_obj old_map, new_map; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:389:35: note: byref variable will be forcibly initialized 389 | struct vmw_buffer_object *buf, *old_buf = res->backup; | ^~~ /kisskb/src/drivers/leds/leds-lm3642.c: In function 'torch_pin_store': /kisskb/src/drivers/leds/leds-lm3642.c:176:22: note: byref variable will be forcibly initialized 176 | unsigned int state; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3642.c: In function 'strobe_pin_store': /kisskb/src/drivers/leds/leds-lm3642.c:223:22: note: byref variable will be forcibly initialized 223 | unsigned int state; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_bo_populate_update_cpu': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1291:29: note: byref variable will be forcibly initialized 1291 | struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(0); | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_bo_cpu_commit': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:625:38: note: byref variable will be forcibly initialized 625 | struct drm_clip_rect region; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:590:29: note: byref variable will be forcibly initialized 590 | struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(stdu->cpp); | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_bind_st': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:224:30: note: byref variable will be forcibly initialized 224 | SVGA3dSurfaceImageId image; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_plane_update_bo': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1366:43: note: byref variable will be forcibly initialized 1366 | struct vmw_du_update_plane_buffer bo_update; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_plane_update_surface': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1541:36: note: byref variable will be forcibly initialized 1541 | struct vmw_du_update_plane srf_update; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_surface_update_proxy': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1440:25: note: byref variable will be forcibly initialized 1440 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1439:46: note: byref variable will be forcibly initialized 1439 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_primary_plane_atomic_update': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1596:31: note: byref variable will be forcibly initialized 1596 | struct vmw_fence_obj *fence = NULL; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h:34, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:35: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_surface_unreference': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized 1590 | struct vmw_resource *res = &tmp_srf->res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_stdu_primary_plane_prepare_fb': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1590:30: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:1080:45: note: byref variable will be forcibly initialized 1080 | struct vmw_surface_metadata metadata = {0}; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:47, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h:34, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:35: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_kms_stdu_dma': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:698:29: note: byref variable will be forcibly initialized 698 | DECLARE_VAL_CONTEXT(val_ctx, NULL, 0); | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.h:93:39: note: in definition of macro 'DECLARE_VAL_CONTEXT' 93 | struct vmw_validation_context _name = \ | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:695:31: note: byref variable will be forcibly initialized 695 | struct vmw_stdu_dirty ddirty; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c: In function 'vmw_kms_stdu_surface_dirty': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:871:31: note: byref variable will be forcibly initialized 871 | struct vmw_stdu_dirty sdirty; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-buf.h:19, from /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_gem.c:6: /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_gem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_so.c: In function 'vmw_view_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:325:30: note: byref variable will be forcibly initialized 325 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c: In function 'nvbios_M0209Te': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_M; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c: In function 'nvbios_M0209Ee': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c:61:18: note: byref variable will be forcibly initialized 61 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c:61:13: note: byref variable will be forcibly initialized 61 | u8 snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c: In function 'nvbios_M0209Se': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c:98:18: note: byref variable will be forcibly initialized 98 | u8 cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c:98:13: note: byref variable will be forcibly initialized 98 | u8 cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c: In function 'nvbios_M0209Sp': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c:113:18: note: byref variable will be forcibly initialized 113 | u8 cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c:113:13: note: byref variable will be forcibly initialized 113 | u8 cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c:112:30: note: byref variable will be forcibly initialized 112 | struct nvbios_M0209E M0209E; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c: In function 'nvbios_P0260Te': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c:32:26: note: byref variable will be forcibly initialized 32 | struct bit_entry bit_P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c: In function 'nvbios_P0260Ee': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c:60:28: note: byref variable will be forcibly initialized 60 | u8 hdr, cnt, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c:60:23: note: byref variable will be forcibly initialized 60 | u8 hdr, cnt, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c:60:18: note: byref variable will be forcibly initialized 60 | u8 hdr, cnt, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c:60:13: note: byref variable will be forcibly initialized 60 | u8 hdr, cnt, xnr, xsz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c: In function 'nvbios_P0260Xe': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c:86:28: note: byref variable will be forcibly initialized 86 | u8 hdr, cnt, len, xnr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c:86:23: note: byref variable will be forcibly initialized 86 | u8 hdr, cnt, len, xnr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c:86:18: note: byref variable will be forcibly initialized 86 | u8 hdr, cnt, len, xnr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c:86:13: note: byref variable will be forcibly initialized 86 | u8 hdr, cnt, len, xnr; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_read_notify': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:310:26: note: byref variable will be forcibly initialized 310 | 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 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | 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:20: note: byref variable will be forcibly initialized 821 | } __packed hdr; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_intr': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1009:26: note: byref variable will be forcibly initialized 1009 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'rpmsg_name_show': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1671:21: note: byref variable will be forcibly initialized 1671 | const char *name; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/rpmsg/qcom_glink_native.c:6: /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_tx': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:350:17: note: in expansion of macro 'wait_event_timeout' 350 | wait_event_timeout(glink->tx_avail_notify, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_version_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:383:26: note: byref variable will be forcibly initialized 383 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_advertise_intent': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:665:24: note: byref variable will be forcibly initialized 665 | struct command cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:479:26: note: byref variable will be forcibly initialized 479 | struct glink_msg req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:395:26: note: byref variable will be forcibly initialized 395 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_done_work': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:510:20: note: byref variable will be forcibly initialized 510 | } __packed cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:491:26: note: byref variable will be forcibly initialized 491 | struct glink_msg req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_intent_req_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:634:26: note: byref variable will be forcibly initialized 634 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_version': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:372:26: note: byref variable will be forcibly initialized 372 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_channel_release': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:251:13: note: byref variable will be forcibly initialized 251 | int iid; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_announce_create': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1206:16: note: byref variable will be forcibly initialized 1206 | __be32 defaults[] = { cpu_to_be32(SZ_1K), cpu_to_be32(5) }; | ^~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_request_intent': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1261:20: note: byref variable will be forcibly initialized 1261 | } __packed cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function '__qcom_glink_send': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1301:20: note: byref variable will be forcibly initialized 1301 | } __packed req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1296:13: note: byref variable will be forcibly initialized 1296 | int iid = 0; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:438:20: note: byref variable will be forcibly initialized 438 | } __packed req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_match_channel': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1417:21: note: byref variable will be forcibly initialized 1417 | const char *name; | ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_close': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1535:35: note: byref variable will be forcibly initialized 1535 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_close_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1569:35: note: byref variable will be forcibly initialized 1569 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm80.c:419:14: note: byref variable will be forcibly initialized 419 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'in_store': /kisskb/src/drivers/hwmon/lm80.c:278:14: note: byref variable will be forcibly initialized 278 | long val; | ^~~ 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_open': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1461:13: note: byref variable will be forcibly initialized 1461 | int lcid; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'perf_trace_devfreq_monitor': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/devfreq.h:68, from /kisskb/src/drivers/devfreq/devfreq.c:34: /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_frequency': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/lm80.c:349:28: note: byref variable will be forcibly initialized 349 | unsigned long min, val; | ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_monitor': /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_create_ept': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1169:13: note: byref variable will be forcibly initialized 1169 | int cid; | ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'fan_store': /kisskb/src/drivers/hwmon/lm80.c:322:23: note: byref variable will be forcibly initialized 322 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/devfreq/devfreq.c:13: /kisskb/src/drivers/devfreq/devfreq.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_remove': In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_devfreq_frequency': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1805:13: note: byref variable will be forcibly initialized 1805 | int cid; | ^~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function '__bpf_trace_devfreq_monitor': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_set_target': /kisskb/src/drivers/devfreq/devfreq.c:351:23: note: byref variable will be forcibly initialized 351 | unsigned long cur_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:350:30: note: byref variable will be forcibly initialized 350 | struct devfreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_update_target': In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_f30.c:7: /kisskb/src/drivers/input/rmi4/rmi_f30.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c:405:33: note: byref variable will be forcibly initialized 405 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:405:23: note: byref variable will be forcibly initialized 405 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f30.c: In function 'rmi_f30_initialize': /kisskb/src/drivers/input/rmi4/rmi_f30.c:277:12: note: byref variable will be forcibly initialized 277 | u8 buf[RMI_F30_QUERY_SIZE]; | ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_monitor_resume': /kisskb/src/drivers/devfreq/devfreq.c:560:23: note: byref variable will be forcibly initialized 560 | unsigned long freq; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_min_freq': /kisskb/src/drivers/devfreq/devfreq.c:89:23: note: byref variable will be forcibly initialized 89 | unsigned long min_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_max_freq': /kisskb/src/drivers/devfreq/devfreq.c:103:23: note: byref variable will be forcibly initialized 103 | unsigned long max_freq = ULONG_MAX; | ^~~~~~~~ In file included from /kisskb/src/include/linux/devfreq.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:13, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/drivers/devfreq/devfreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'set_freq_table': /kisskb/src/drivers/devfreq/devfreq.c:182:23: note: byref variable will be forcibly initialized 182 | unsigned long freq; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'timer_store': /kisskb/src/drivers/devfreq/devfreq.c:1827:14: note: byref variable will be forcibly initialized 1827 | char str_timer[DEVFREQ_NAME_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'polling_interval_store': /kisskb/src/drivers/devfreq/devfreq.c:1795:22: note: byref variable will be forcibly initialized 1795 | unsigned int value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1645:33: note: byref variable will be forcibly initialized 1645 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1645:23: note: byref variable will be forcibly initialized 1645 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1591:33: note: byref variable will be forcibly initialized 1591 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1591:23: note: byref variable will be forcibly initialized 1591 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'cur_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1537:23: note: byref variable will be forcibly initialized 1537 | unsigned long freq; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_add_device': /kisskb/src/drivers/devfreq/devfreq.c:785:33: note: byref variable will be forcibly initialized 785 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:785:23: note: byref variable will be forcibly initialized 785 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'governor_store': /kisskb/src/drivers/devfreq/devfreq.c:1413:14: note: byref variable will be forcibly initialized 1413 | char str_governor[DEVFREQ_NAME_LEN + 1]; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/thermal.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:14, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/drivers/devfreq/devfreq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_summary_show': /kisskb/src/drivers/devfreq/devfreq.c:1920:43: note: byref variable will be forcibly initialized 1920 | unsigned long cur_freq, min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1920:33: note: byref variable will be forcibly initialized 1920 | unsigned long cur_freq, min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trans_stat_store': /kisskb/src/drivers/devfreq/devfreq.c:1739:18: note: byref variable will be forcibly initialized 1739 | int err, value; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c: In function 'nvkm_hwsq_wr32': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c:108:41: note: byref variable will be forcibly initialized 108 | hwsq_cmd(hwsq, 3, (u8[]){ 0x40, addr, addr >> 8 }); | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c:105:41: note: byref variable will be forcibly initialized 105 | hwsq_cmd(hwsq, 5, (u8[]){ 0xe0, addr, addr >> 8, | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c:100:49: note: byref variable will be forcibly initialized 100 | hwsq_cmd(hwsq, 3, (u8[]){ 0x42, data, data >> 8 }); | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c:97:49: note: byref variable will be forcibly initialized 97 | hwsq_cmd(hwsq, 5, (u8[]){ 0xe2, data, data >> 8, | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c: In function 'nvkm_hwsq_setf': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c:124:33: note: byref variable will be forcibly initialized 124 | hwsq_cmd(hwsq, 1, (u8[]){ flag }); | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c: In function 'nvkm_hwsq_wait': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c:131:33: note: byref variable will be forcibly initialized 131 | hwsq_cmd(hwsq, 3, (u8[]){ 0x5f, flag, data }); | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c: In function 'nvkm_hwsq_nsec': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c:176:33: note: byref variable will be forcibly initialized 176 | hwsq_cmd(hwsq, 1, (u8[]){ 0x00 | (shift << 2) | usec }); | ^ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1605:23: note: byref variable will be forcibly initialized 1605 | unsigned long value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1564:23: note: byref variable will be forcibly initialized 1564 | unsigned long value; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/tests/stresstest.c:13: /kisskb/src/drivers/mtd/tests/stresstest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3692x.c: In function 'lm3692x_fault_check': /kisskb/src/drivers/leds/leds-lm3692x.c:148:22: note: byref variable will be forcibly initialized 148 | unsigned int read_buf; | ^~~~~~~~ /kisskb/src/drivers/leds/leds-lm3692x.c: In function 'lm3692x_probe_dt': /kisskb/src/drivers/leds/leds-lm3692x.c:381:18: note: byref variable will be forcibly initialized 381 | u32 ovp, max_cur; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lm3692x.c:381:13: note: byref variable will be forcibly initialized 381 | u32 ovp, max_cur; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/mediatek/mtk_dsi.c:6: /kisskb/src/drivers/gpu/drm/mediatek/mtk_dsi.c: In function 'mtk_dsi_wait_for_irq_done': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_dsi.c:561:15: note: in expansion of macro 'wait_event_interruptible_timeout' 561 | ret = wait_event_interruptible_timeout(dsi->irq_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_dsi.c: In function 'mtk_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/mediatek/mtk_dsi.c:986:12: note: byref variable will be forcibly initialized 986 | u8 read_data[16]; | ^~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_elf_loader.c: In function 'rproc_elf_load_segments': /kisskb/src/drivers/remoteproc/remoteproc_elf_loader.c:181:22: note: byref variable will be forcibly initialized 181 | bool is_iomem = false; | ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/remoteproc/remoteproc_elf_loader.c:20: /kisskb/src/drivers/remoteproc/remoteproc_elf_loader.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_elf_loader.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c: In function 'nv50_bus_hwsq_exec': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c:43:13: note: in expansion of macro 'nvkm_msec' 43 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.c: In function 'g94_bus_hwsq_exec': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.c:43:13: note: in expansion of macro 'nvkm_msec' 43 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c:9: /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c: In function 'mtk_dpi_set_display_mode': /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c:454:35: note: byref variable will be forcibly initialized 454 | struct mtk_dpi_sync_param hsync; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c:453:35: note: byref variable will be forcibly initialized 453 | struct mtk_dpi_polarities dpi_pol; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c:452:33: note: byref variable will be forcibly initialized 452 | struct mtk_dpi_yc_limit limit; | ^~~~~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_f3a.c:7: /kisskb/src/drivers/input/rmi4/rmi_f3a.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f3a.c: In function 'rmi_f3a_initialize': /kisskb/src/drivers/input/rmi4/rmi_f3a.c:171:12: note: byref variable will be forcibly initialized 171 | u8 buf; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f3a.c:170:12: note: byref variable will be forcibly initialized 170 | u8 ctrl1[RMI_F3A_MAX_REG_SIZE]; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f3a.c:169:12: note: byref variable will be forcibly initialized 169 | u8 query1[RMI_F3A_MAX_REG_SIZE]; | ^~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f55.c: In function 'rmi_f55_detect': /kisskb/src/drivers/input/rmi4/rmi_f55.c:64:20: note: byref variable will be forcibly initialized 64 | u8 buf[256]; | ^~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function '__ltc2947_val_read16': /kisskb/src/drivers/hwmon/ltc2947-core.c:135:16: note: byref variable will be forcibly initialized 135 | __be16 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function '__ltc2947_val_read24': /kisskb/src/drivers/hwmon/ltc2947-core.c:150:16: note: byref variable will be forcibly initialized 150 | __be32 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function '__ltc2947_val_read64': /kisskb/src/drivers/hwmon/ltc2947-core.c:165:16: note: byref variable will be forcibly initialized 165 | __be64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_val_read': /kisskb/src/drivers/hwmon/ltc2947-core.c:181:13: note: byref variable will be forcibly initialized 181 | u64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_show_value': /kisskb/src/drivers/hwmon/ltc2947-core.c:327:13: note: byref variable will be forcibly initialized 327 | s64 val = 0; | ^~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function '__ltc2947_val_write16': /kisskb/src/drivers/hwmon/ltc2947-core.c:233:16: note: byref variable will be forcibly initialized 233 | __be16 __val; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function '__ltc2947_val_write64': /kisskb/src/drivers/hwmon/ltc2947-core.c:224:16: note: byref variable will be forcibly initialized 224 | __be64 __val; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_val_write': /kisskb/src/drivers/hwmon/ltc2947-core.c:233:16: note: byref variable will be forcibly initialized 233 | __be16 __val; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_alarm_read': /kisskb/src/drivers/hwmon/ltc2947-core.c:292:14: note: byref variable will be forcibly initialized 292 | char alarms[LTC2947_ALERTS_SIZE + 1]; | ^~~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_read_in': /kisskb/src/drivers/hwmon/ltc2947-core.c:504:13: note: byref variable will be forcibly initialized 504 | s64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_read_curr': /kisskb/src/drivers/hwmon/ltc2947-core.c:456:13: note: byref variable will be forcibly initialized 456 | s64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_read_power': /kisskb/src/drivers/hwmon/ltc2947-core.c:409:13: note: byref variable will be forcibly initialized 409 | s64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_read_temp': /kisskb/src/drivers/hwmon/ltc2947-core.c:344:13: note: byref variable will be forcibly initialized 344 | s64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_setup': /kisskb/src/drivers/hwmon/ltc2947-core.c:971:13: note: byref variable will be forcibly initialized 971 | u32 accum[2]; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c:970:30: note: byref variable will be forcibly initialized 970 | u32 dummy, deadband, pol; | ^~~ /kisskb/src/drivers/hwmon/ltc2947-core.c:970:20: note: byref variable will be forcibly initialized 970 | u32 dummy, deadband, pol; | ^~~~~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c:970:13: note: byref variable will be forcibly initialized 970 | u32 dummy, deadband, pol; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_resume': /kisskb/src/drivers/hwmon/ltc2947-core.c:1141:13: note: byref variable will be forcibly initialized 1141 | u32 ctrl = 0; | ^~~~ /kisskb/src/drivers/hwmon/ltc2945.c: In function 'ltc2945_val_to_reg': /kisskb/src/drivers/hwmon/ltc2945.c:152:22: note: byref variable will be forcibly initialized 152 | unsigned int control; | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2945.c: In function 'ltc2945_bool_show': /kisskb/src/drivers/hwmon/ltc2945.c:325:22: note: byref variable will be forcibly initialized 325 | unsigned int fault; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2945.c: In function 'ltc2945_history_store': /kisskb/src/drivers/hwmon/ltc2945.c:277:23: note: byref variable will be forcibly initialized 277 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ltc2945.c:276:12: note: byref variable will be forcibly initialized 276 | u8 buf_max[3] = { 0, 0, 0 }; | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2945.c:275:12: note: byref variable will be forcibly initialized 275 | u8 buf_min[3] = { 0xff, 0xff, 0xff }; | ^~~~~~~ /kisskb/src/drivers/mtd/tests/subpagetest.c: In function 'write_eraseblock': /kisskb/src/drivers/mtd/tests/subpagetest.c:45:16: note: byref variable will be forcibly initialized 45 | size_t written; | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2945.c: In function 'ltc2945_value_store': /kisskb/src/drivers/hwmon/ltc2945.c:240:12: note: byref variable will be forcibly initialized 240 | u8 regbuf[3]; | ^~~~~~ /kisskb/src/drivers/hwmon/ltc2945.c:239:23: note: byref variable will be forcibly initialized 239 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ltc2945.c: In function 'ltc2945_reg_to_val': /kisskb/src/drivers/hwmon/ltc2945.c:71:12: note: byref variable will be forcibly initialized 71 | u8 buf[3]; | ^~~ /kisskb/src/drivers/hwmon/ltc2945.c:70:22: note: byref variable will be forcibly initialized 70 | unsigned int control; | ^~~~~~~ /kisskb/src/drivers/mtd/tests/subpagetest.c: In function 'write_eraseblock2': /kisskb/src/drivers/mtd/tests/subpagetest.c:80:16: note: byref variable will be forcibly initialized 80 | size_t written; | ^~~~~~~ /kisskb/src/drivers/mtd/tests/subpagetest.c: In function 'verify_eraseblock': /kisskb/src/drivers/mtd/tests/subpagetest.c:119:16: note: byref variable will be forcibly initialized 119 | size_t read; | ^~~~ /kisskb/src/drivers/mtd/tests/subpagetest.c: In function 'verify_eraseblock2': /kisskb/src/drivers/mtd/tests/subpagetest.c:180:16: note: byref variable will be forcibly initialized 180 | size_t read; | ^~~~ /kisskb/src/drivers/mtd/tests/subpagetest.c: In function 'verify_eraseblock_ff': /kisskb/src/drivers/mtd/tests/subpagetest.c:215:16: note: byref variable will be forcibly initialized 215 | size_t read; | ^~~~ 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/clk.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_pstate_calc': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:342:17: note: in expansion of macro 'wait_event' 342 | wait_event(clk->wait, !atomic_read(&clk->waiting)); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_port_hb_out': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:185:31: note: byref variable will be forcibly initialized 185 | unsigned long word = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_port_hb_in': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:216:36: note: byref variable will be forcibly initialized 216 | unsigned long si, di, eax, ebx, ecx, edx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_pstate_info': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:353:14: note: byref variable will be forcibly initialized 353 | char name[4] = "--"; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:352:14: note: byref variable will be forcibly initialized 352 | char info[3][32] = { "", "", "" }; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_clk_adjust': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:52:36: note: byref variable will be forcibly initialized 52 | u8 idx = 0, sver, shdr; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:52:30: note: byref variable will be forcibly initialized 52 | u8 idx = 0, sver, shdr; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:51:38: note: byref variable will be forcibly initialized 51 | struct nvbios_boostS boostS; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:46:28: note: byref variable will be forcibly initialized 46 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:46:23: note: byref variable will be forcibly initialized 46 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:46:18: note: byref variable will be forcibly initialized 46 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:46:13: note: byref variable will be forcibly initialized 46 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:45:30: note: byref variable will be forcibly initialized 45 | struct nvbios_boostE boostE; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_cstate_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:232:18: note: byref variable will be forcibly initialized 232 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:232:13: note: byref variable will be forcibly initialized 232 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:231:30: note: byref variable will be forcibly initialized 231 | struct nvbios_cstepX cstepX; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_pstate_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:440:33: note: byref variable will be forcibly initialized 440 | u8 sver = ver, shdr = hdr; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:440:21: note: byref variable will be forcibly initialized 440 | u8 sver = ver, shdr = hdr; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:439:37: note: byref variable will be forcibly initialized 439 | struct nvbios_perfS perfS; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:411:28: note: byref variable will be forcibly initialized 411 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:411:23: note: byref variable will be forcibly initialized 411 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:411:18: note: byref variable will be forcibly initialized 411 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:411:13: note: byref variable will be forcibly initialized 411 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:410:29: note: byref variable will be forcibly initialized 410 | struct nvbios_perfE perfE; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:409:30: note: byref variable will be forcibly initialized 409 | struct nvbios_cstepE cstepE; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_host_get_guestinfo': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:433:16: note: byref variable will be forcibly initialized 433 | size_t reply_len = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:432:21: note: byref variable will be forcibly initialized 432 | char *msg, *reply = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:431:28: note: byref variable will be forcibly initialized 431 | struct rpc_channel channel; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_host_printf': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:497:28: note: byref variable will be forcibly initialized 497 | struct rpc_channel channel; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:496:17: note: byref variable will be forcibly initialized 496 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_clk_nstate': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:507:22: note: byref variable will be forcibly initialized 507 | long v; | ^ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_msg_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:594:24: note: byref variable will be forcibly initialized 594 | size_t reply_len = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:593:23: note: byref variable will be forcibly initialized 593 | char *reply = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:563:28: note: byref variable will be forcibly initialized 563 | struct rpc_channel channel; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c: In function 'nvkm_clk_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:665:51: note: byref variable will be forcibly initialized 665 | struct nvbios_vpstate_entry base, boost; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:665:45: note: byref variable will be forcibly initialized 665 | struct nvbios_vpstate_entry base, boost; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:660:38: note: byref variable will be forcibly initialized 660 | struct nvbios_vpstate_header h; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:658:23: note: byref variable will be forcibly initialized 658 | int ret, idx, arglen; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c: In function 'vmw_mksstat_add_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:1028:22: note: byref variable will be forcibly initialized 1028 | struct page *pages_strs[ARRAY_SIZE(pdesc->strsPPNs)]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:1027:22: note: byref variable will be forcibly initialized 1027 | struct page *pages_info[ARRAY_SIZE(pdesc->infoPPNs)]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:1026:22: note: byref variable will be forcibly initialized 1026 | struct page *pages_stat[ARRAY_SIZE(pdesc->statPPNs)]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv04.c: In function 'nv04_clk_pll_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv04.c:35:29: note: byref variable will be forcibly initialized 35 | int N1, M1, N2, M2, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv04.c:35:25: note: byref variable will be forcibly initialized 35 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv04.c:35:21: note: byref variable will be forcibly initialized 35 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv04.c:35:17: note: byref variable will be forcibly initialized 35 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv04.c:35:13: note: byref variable will be forcibly initialized 35 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c: In function 'vmw_simple_resource_base_release': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c:117:30: note: byref variable will be forcibly initialized 117 | struct vmw_resource *res = &usimple->simple.res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c: In function 'vmw_simple_resource_init': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c:65:30: note: byref variable will be forcibly initialized 65 | struct vmw_resource *res = &simple->res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c: In function 'vmw_simple_resource_create_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c:145:30: note: byref variable will be forcibly initialized 145 | struct vmw_resource *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c:144:30: note: byref variable will be forcibly initialized 144 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c: In function 'vmw_simple_resource_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c:207:33: note: byref variable will be forcibly initialized 207 | struct ttm_base_object *base; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lm3697.c:7: /kisskb/src/drivers/leds/leds-lm3697.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3697.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3697.c: In function 'lm3697_probe_dt': /kisskb/src/drivers/leds/leds-lm3697.c:224:38: note: byref variable will be forcibly initialized 224 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3697.c:209:13: note: byref variable will be forcibly initialized 209 | int control_bank; | ^~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon.c: In function 'extcon_sync': /kisskb/src/drivers/extcon/extcon.c:414:15: note: byref variable will be forcibly initialized 414 | char *envp[3]; | ^~~~ /kisskb/src/drivers/extcon/extcon.c:412:14: note: byref variable will be forcibly initialized 412 | char state_buf[120]; | ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon.c:411:14: note: byref variable will be forcibly initialized 411 | char name_buf[120]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/extcon/extcon.c:17: /kisskb/src/drivers/extcon/extcon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c: In function 'nv40_clk_calc_pll': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c:128:27: note: byref variable will be forcibly initialized 128 | struct nvbios_pll pll; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c: In function 'nv40_clk_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c:151:29: note: byref variable will be forcibly initialized 151 | int N1, M1, N2, M2, log2P; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c:151:25: note: byref variable will be forcibly initialized 151 | int N1, M1, N2, M2, log2P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c:151:21: note: byref variable will be forcibly initialized 151 | int N1, M1, N2, M2, log2P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c:151:17: note: byref variable will be forcibly initialized 151 | int N1, M1, N2, M2, log2P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c:151:13: note: byref variable will be forcibly initialized 151 | int N1, M1, N2, M2, log2P; | ^~ In file included from /kisskb/src/drivers/extcon/extcon.c:23: /kisskb/src/drivers/extcon/extcon.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_press_speed_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:916:13: note: byref variable will be forcibly initialized 916 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_sensitivity_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:887:13: note: byref variable will be forcibly initialized 887 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_select_right_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:856:13: note: byref variable will be forcibly initialized 856 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_release_to_select_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:826:13: note: byref variable will be forcibly initialized 826 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_dragging_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:796:13: note: byref variable will be forcibly initialized 796 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_press_to_select_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:766:13: note: byref variable will be forcibly initialized 766 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_sensitivity_store_cptkbd': /kisskb/src/drivers/hid/hid-lenovo.c:595:13: note: byref variable will be forcibly initialized 595 | int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c: In function 'calc_pll': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c:329:27: note: byref variable will be forcibly initialized 329 | struct nvbios_pll pll; | ^~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_fn_lock_store': /kisskb/src/drivers/hid/hid-lenovo.c:550:13: note: byref variable will be forcibly initialized 550 | int value, ret; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c: In function 'nv50_clk_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c:381:23: note: byref variable will be forcibly initialized 381 | int N, M, P1, P2; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c:381:19: note: byref variable will be forcibly initialized 381 | int N, M, P1, P2; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c:381:16: note: byref variable will be forcibly initialized 381 | int N, M, P1, P2; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c:381:13: note: byref variable will be forcibly initialized 381 | int N, M, P1, P2; | ^ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_erase': /kisskb/src/drivers/mtd/mtdcore.c:1232:27: note: byref variable will be forcibly initialized 1232 | struct erase_info adjinstr; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_get_unmapped_area': /kisskb/src/drivers/mtd/mtdcore.c:1324:15: note: byref variable will be forcibly initialized 1324 | void *virt; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1323:16: note: byref variable will be forcibly initialized 1323 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_io_emulated_slc': /kisskb/src/drivers/mtd/mtdcore.c:1491:33: note: byref variable will be forcibly initialized 1491 | struct mtd_pairing_info info; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1489:28: note: byref variable will be forcibly initialized 1489 | struct mtd_oob_ops adjops = *ops; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_count_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1852:31: note: byref variable will be forcibly initialized 1852 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_fact_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:860:16: note: byref variable will be forcibly initialized 860 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_user_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:846:16: note: byref variable will be forcibly initialized 846 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'default_mtd_writev': /kisskb/src/drivers/mtd/mtdcore.c:2219:28: note: byref variable will be forcibly initialized 2219 | size_t totlen = 0, thislen; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_read_oob': /kisskb/src/drivers/mtd/mtdcore.c:1549:30: note: byref variable will be forcibly initialized 1549 | struct mtd_ecc_stats old_stats = master->ecc_stats; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:506:16: note: byref variable will be forcibly initialized 506 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'register_mtd_user': /kisskb/src/drivers/mtd/mtdcore.c:1040:6: note: byref variable will be forcibly initialized 1040 | void register_mtd_user (struct mtd_notifier *new) | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1040:6: note: byref variable will be forcibly initialized /kisskb/src/drivers/mtd/mtdcore.c: In function 'unregister_mtd_user': /kisskb/src/drivers/mtd/mtdcore.c:1066:5: note: byref variable will be forcibly initialized 1066 | int unregister_mtd_user (struct mtd_notifier *old) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1066:5: note: byref variable will be forcibly initialized /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_bitflip_threshold_store': /kisskb/src/drivers/mtd/mtdcore.c:249:22: note: byref variable will be forcibly initialized 249 | unsigned int bitflip_threshold; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_add': /kisskb/src/drivers/mtd/mtdcore.c:519:29: note: byref variable will be forcibly initialized 519 | struct nvmem_config config = {}; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'get_mtd_device': /kisskb/src/drivers/mtd/mtdcore.c:1094:18: note: byref variable will be forcibly initialized 1094 | struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1094:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_otp_size': /kisskb/src/drivers/mtd/mtdcore.c:779:16: note: byref variable will be forcibly initialized 779 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'get_mtd_device_nm': /kisskb/src/drivers/mtd/mtdcore.c:1165:18: note: byref variable will be forcibly initialized 1165 | struct mtd_info *get_mtd_device_nm(const char *name) | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1165:18: note: byref variable will be forcibly initialized /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_get_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1773:13: note: byref variable will be forcibly initialized 1773 | int section, ret; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1772:31: note: byref variable will be forcibly initialized 1772 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_set_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1816:13: note: byref variable will be forcibly initialized 1816 | int section, ret; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1815:31: note: byref variable will be forcibly initialized 1815 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_proc_show': /kisskb/src/drivers/mtd/mtdcore.c:2318:12: note: byref variable will be forcibly initialized 2318 | static int mtd_proc_show(struct seq_file *m, void *v) | ^~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:2318:12: note: byref variable will be forcibly initialized In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:32: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c: In function 'prog_pll': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:386:21: note: in expansion of macro 'nvkm_msec' 386 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c: In function 'gt215_pll_info': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:241:19: note: byref variable will be forcibly initialized 241 | int P, N, M, diff; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:241:16: note: byref variable will be forcibly initialized 241 | int P, N, M, diff; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:241:13: note: byref variable will be forcibly initialized 241 | int P, N, M, diff; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:240:27: note: byref variable will be forcibly initialized 240 | struct nvbios_pll limits; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:32: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c: In function 'gt215_clk_pre': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:331:13: note: in expansion of macro 'nvkm_msec' 331 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:325:13: note: in expansion of macro 'nvkm_msec' 325 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:316:13: note: in expansion of macro 'nvkm_msec' 316 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c: In function 'gt215_clk_prog': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:491:23: note: byref variable will be forcibly initialized 491 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_i2c.c: In function 'rmi_set_page': /kisskb/src/drivers/input/rmi4/rmi_i2c.c:65:12: note: byref variable will be forcibly initialized 65 | u8 txbuf[2] = {RMI_PAGE_SELECT_REGISTER, page}; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_i2c.c: In function 'rmi_i2c_read_block': /kisskb/src/drivers/input/rmi4/rmi_i2c.c:134:12: note: byref variable will be forcibly initialized 134 | u8 addr_offset = addr & 0xff; | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_set_rumble': /kisskb/src/drivers/hid/hid-nintendo.c:1518:12: note: byref variable will be forcibly initialized 1518 | 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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c:533:23: note: in expansion of macro 'wait_event_timeout' 533 | ret = wait_event_timeout(ctlr->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_hid_send_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c:581:23: note: in expansion of macro 'wait_event_timeout' 581 | ret = wait_event_timeout(ctlr->wait, ctlr->received_resp, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_send_usb': /kisskb/src/drivers/hid/hid-nintendo.c:605:12: note: byref variable will be forcibly initialized 605 | u8 buf[2] = {JC_OUTPUT_USB_CMD}; | ^~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_request_spi_flash_read': /kisskb/src/drivers/hid/hid-nintendo.c:671:12: note: byref variable will be forcibly initialized 671 | u8 buffer[sizeof(*req) + 5] = { 0 }; | ^~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_check_for_cal_magic': /kisskb/src/drivers/hid/hid-nintendo.c:703:13: note: byref variable will be forcibly initialized 703 | u8 *reply; | ^~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_read_stick_calibration': /kisskb/src/drivers/hid/hid-nintendo.c:722:13: note: byref variable will be forcibly initialized 722 | u8 *raw_cal; | ^~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_set_report_mode': /kisskb/src/drivers/hid/hid-nintendo.c:942:12: note: byref variable will be forcibly initialized 942 | u8 buffer[sizeof(*req) + 1] = { 0 }; | ^~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_enable_rumble': /kisskb/src/drivers/hid/hid-nintendo.c:955:12: note: byref variable will be forcibly initialized 955 | u8 buffer[sizeof(*req) + 1] = { 0 }; | ^~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_enable_imu': /kisskb/src/drivers/hid/hid-nintendo.c:968:12: note: byref variable will be forcibly initialized 968 | u8 buffer[sizeof(*req) + 1] = { 0 }; | ^~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_set_player_leds': /kisskb/src/drivers/hid/hid-nintendo.c:656:12: note: byref variable will be forcibly initialized 656 | u8 buffer[sizeof(*req) + 1] = { 0 }; | ^~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_home_led_brightness_set': /kisskb/src/drivers/hid/hid-nintendo.c:1802:12: note: byref variable will be forcibly initialized 1802 | u8 buffer[sizeof(*req) + 5] = { 0 }; | ^~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_request_imu_calibration': /kisskb/src/drivers/hid/hid-nintendo.c:875:13: note: byref variable will be forcibly initialized 875 | u8 *raw_cal; | ^~~~~~~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_spi.c:9: /kisskb/src/drivers/input/rmi4/rmi_spi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_spi.c: In function 'rmi_spi_xfer': /kisskb/src/drivers/input/rmi4/rmi_spi.c:119:28: note: byref variable will be forcibly initialized 119 | struct spi_message msg; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_spi.c: In function 'rmi_set_page': /kisskb/src/drivers/input/rmi4/rmi_spi.c:258:28: note: byref variable will be forcibly initialized 258 | struct rmi_spi_cmd cmd; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_spi.c: In function 'rmi_spi_read_block': /kisskb/src/drivers/input/rmi4/rmi_spi.c:303:28: note: byref variable will be forcibly initialized 303 | struct rmi_spi_cmd cmd; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_spi.c: In function 'rmi_spi_write_block': /kisskb/src/drivers/input/rmi4/rmi_spi.c:277:28: note: byref variable will be forcibly initialized 277 | struct rmi_spi_cmd cmd; | ^~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_write_reg': /kisskb/src/drivers/hwmon/ltc2992.c:207:12: note: byref variable will be forcibly initialized 207 | u8 regvals[4]; | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_read_reg': /kisskb/src/drivers/hwmon/ltc2992.c:189:12: note: byref variable will be forcibly initialized 189 | u8 regvals[4]; | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_parse_dt': /kisskb/src/drivers/hwmon/ltc2992.c:859:13: note: byref variable will be forcibly initialized 859 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/ltc2992.c:858:13: note: byref variable will be forcibly initialized 858 | u32 addr; | ^~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_set': /kisskb/src/drivers/hwmon/ltc2992.c:262:23: note: byref variable will be forcibly initialized 262 | unsigned long gpio_ctrl; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_get': /kisskb/src/drivers/hwmon/ltc2992.c:219:23: note: byref variable will be forcibly initialized 219 | unsigned long gpio_status; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_set_multiple': /kisskb/src/drivers/hwmon/ltc2992.c:284:23: note: byref variable will be forcibly initialized 284 | unsigned long gpio_ctrl = 0; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c:283:23: note: byref variable will be forcibly initialized 283 | unsigned long gpio_ctrl_io = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_get_multiple': /kisskb/src/drivers/hwmon/ltc2992.c:238:23: note: byref variable will be forcibly initialized 238 | unsigned long gpio_status; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/ltc4151.c: In function 'ltc4151_probe': /kisskb/src/drivers/hwmon/ltc4151.c:163:13: note: byref variable will be forcibly initialized 163 | u32 shunt; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c: In function 'mcp77_clk_prog': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:353:13: note: in expansion of macro 'nvkm_msec' 353 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:302:23: note: byref variable will be forcibly initialized 302 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c: In function 'calc_pll': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:166:27: note: byref variable will be forcibly initialized 166 | struct nvbios_pll pll; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c: In function 'mcp77_clk_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:209:13: note: byref variable will be forcibly initialized 209 | int divs = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:208:19: note: byref variable will be forcibly initialized 208 | int N, M, P1, P2 = 0; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:208:16: note: byref variable will be forcibly initialized 208 | int N, M, P1, P2 = 0; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:208:13: note: byref variable will be forcibly initialized 208 | int N, M, P1, P2 = 0; | ^ /kisskb/src/drivers/mtd/tests/torturetest.c: In function 'write_pattern': /kisskb/src/drivers/mtd/tests/torturetest.c:146:16: note: byref variable will be forcibly initialized 146 | size_t written; | ^~~~~~~ /kisskb/src/drivers/mtd/tests/torturetest.c: In function 'report_corrupt': /kisskb/src/drivers/mtd/tests/torturetest.c:374:20: note: byref variable will be forcibly initialized 374 | int bytes, bits, pages, first; | ^~~~ /kisskb/src/drivers/mtd/tests/torturetest.c:374:13: note: byref variable will be forcibly initialized 374 | int bytes, bits, pages, first; | ^~~~~ /kisskb/src/drivers/mtd/tests/torturetest.c: In function 'check_eraseblock': /kisskb/src/drivers/mtd/tests/torturetest.c:92:16: note: byref variable will be forcibly initialized 92 | size_t read; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_blit.c: In function 'vmw_bo_cpu_blit': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_blit.c:459:38: note: byref variable will be forcibly initialized 459 | struct vmw_bo_blit_line_data d; | ^ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c: In function 'vmw_validation_find_bo_dup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c:184:42: note: byref variable will be forcibly initialized 184 | struct vmwgfx_hash_item *hash; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c: In function 'vmw_validation_find_res_dup': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c:221:42: note: byref variable will be forcibly initialized 221 | struct vmwgfx_hash_item *hash; | ^~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, 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/gpu/drm/vmwgfx/vmwgfx_validation.c:28: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_hw_make_reg_writable': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:239:30: note: byref variable will be forcibly initialized 239 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c: In function 'vmw_validation_bo_validate': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c:586:50: note: byref variable will be forcibly initialized 586 | struct ttm_operation_ctx ttm_ctx = { | ^~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'do_hdmi_hw_aud_set_ncts': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:729:23: note: byref variable will be forcibly initialized 729 | unsigned char val[NCTS_BYTES]; | ^~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_setup_audio_infoframe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1019:12: note: byref variable will be forcibly initialized 1019 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AUDIO_INFOFRAME_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1018:37: note: byref variable will be forcibly initialized 1018 | struct hdmi_audio_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_setup_avi_infoframe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:970:12: note: byref variable will be forcibly initialized 970 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AVI_INFOFRAME_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:969:35: note: byref variable will be forcibly initialized 969 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_setup_spd_infoframe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:996:12: note: byref variable will be forcibly initialized 996 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_SPD_INFOFRAME_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:995:35: note: byref variable will be forcibly initialized 995 | struct hdmi_spd_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_setup_vendor_specific_infoframe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1050:12: note: byref variable will be forcibly initialized 1050 | u8 buffer[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1049:38: note: byref variable will be forcibly initialized 1049 | struct hdmi_vendor_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_bridge_mode_valid': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1219:41: note: byref variable will be forcibly initialized 1219 | struct drm_display_mode adjusted_mode; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:11: /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_audio_hw_params': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1533:33: note: byref variable will be forcibly initialized 1533 | struct hdmi_audio_param hdmi_params; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c: In function 'gf100_clk_prog_3': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:399:17: note: in expansion of macro 'nvkm_msec' 399 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c: In function 'vmw_bo_dirty_scan_mkwrite': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c:142:25: note: byref variable will be forcibly initialized 142 | pgoff_t end = dirty->bitmap_size; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c:141:25: note: byref variable will be forcibly initialized 141 | pgoff_t start = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c: In function 'gf100_clk_prog_2': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:380:25: note: in expansion of macro 'nvkm_msec' 380 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c: In function 'gf100_clk_prog_1': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:359:9: note: in expansion of macro 'nvkm_msec' 359 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c: In function 'calc_pll': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:255:19: note: byref variable will be forcibly initialized 255 | int N, M, P, ret; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:255:16: note: byref variable will be forcibly initialized 255 | int N, M, P, ret; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:255:13: note: byref variable will be forcibly initialized 255 | int N, M, P, ret; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:254:27: note: byref variable will be forcibly initialized 254 | struct nvbios_pll limits; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c: In function 'calc_clk': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:278:19: note: byref variable will be forcibly initialized 278 | u32 src0, div0, div1D, div1P = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c:278:13: note: byref variable will be forcibly initialized 278 | u32 src0, div0, div1D, div1P = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c: In function 'vmw_bo_vm_fault': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c:436:25: note: byref variable will be forcibly initialized 436 | pgoff_t allowed_prefault; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lp3952.c: In function 'lp3952_get_label': /kisskb/src/drivers/leds/leds-lp3952.c:98:21: note: byref variable will be forcibly initialized 98 | const char *str; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp50xx.c:6: /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp50xx.c:6: /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'lp50xx_probe_leds': /kisskb/src/drivers/leds/leds-lp50xx.c:398:13: note: byref variable will be forcibly initialized 398 | int led_number; | ^~~~~~~~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'lp50xx_probe_dt': /kisskb/src/drivers/leds/leds-lp50xx.c:450:13: note: byref variable will be forcibly initialized 450 | u32 color_id; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c: In function 'gk104_clk_prog_4_0': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:428:17: note: in expansion of macro 'nvkm_msec' 428 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c: In function 'gk104_clk_prog_2': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:399:17: note: in expansion of macro 'nvkm_msec' 399 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c: In function 'gk104_clk_prog_1_0': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:372:9: note: in expansion of macro 'nvkm_msec' 372 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c: In function 'calc_pll': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:268:19: note: byref variable will be forcibly initialized 268 | int N, M, P, ret; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:268:16: note: byref variable will be forcibly initialized 268 | int N, M, P, ret; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:268:13: note: byref variable will be forcibly initialized 268 | int N, M, P, ret; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:267:27: note: byref variable will be forcibly initialized 267 | struct nvbios_pll limits; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c: In function 'calc_clk': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:292:19: note: byref variable will be forcibly initialized 292 | u32 src0, div0, div1D, div1P = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c:292:13: note: byref variable will be forcibly initialized 292 | u32 src0, div0, div1D, div1P = 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:31: note: byref variable will be forcibly initialized 103 | struct do_cleanup_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c: In function 'vmw_dx_streamoutput_unbind': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c:195:31: note: byref variable will be forcibly initialized 195 | struct vmw_fence_obj *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c: In function 'vmw_dx_streamoutput_add': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c:281:30: note: byref variable will be forcibly initialized 281 | struct vmw_resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c: In function 'vmw_dx_streamoutput_remove': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c:341:30: note: byref variable will be forcibly initialized 341 | struct vmw_resource *r; | ^ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_send_output_report': /kisskb/src/drivers/hid/hid-playstation.c:940:25: note: byref variable will be forcibly initialized 940 | uint8_t seed = PS_OUTPUT_CRC32_SEED; | ^~~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_output_worker': /kisskb/src/drivers/hid/hid-playstation.c:954:40: note: byref variable will be forcibly initialized 954 | struct dualsense_output_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_reset_leds': /kisskb/src/drivers/hid/hid-playstation.c:1209:40: note: byref variable will be forcibly initialized 1209 | struct dualsense_output_report report; | ^~~~~~ 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_pllg_enable': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:272:13: note: in expansion of macro 'nvkm_wait_usec' 272 | if (nvkm_wait_usec(device, 300, GPCPLL_CFG, GPCPLL_CFG_LOCK, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_pllg_slide': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:241:13: note: in expansion of macro 'nvkm_wait_usec' 241 | if (nvkm_wait_usec(device, 500, GPC_BCAST_NDIV_SLOWDOWN_DEBUG, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:215:26: note: byref variable will be forcibly initialized 215 | struct gk20a_pll pll; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_clk_fini': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:550:34: note: byref variable will be forcibly initialized 550 | struct gk20a_pll pll; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_pllg_program_mnp': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:300:26: note: byref variable will be forcibly initialized 300 | struct gk20a_pll cur_pll; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_pllg_program_mnp_slide': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:337:26: note: byref variable will be forcibly initialized 337 | struct gk20a_pll cur_pll; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c: In function 'gk20a_clk_read': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:465:26: note: byref variable will be forcibly initialized 465 | struct gk20a_pll pll; | ^~~ /kisskb/src/drivers/input/input.c: In function 'input_default_setkeycode': /kisskb/src/drivers/input/input.c:890:22: note: byref variable will be forcibly initialized 890 | unsigned int index; | ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_pass_event': /kisskb/src/drivers/input/input.c:180:28: note: byref variable will be forcibly initialized 180 | struct input_value vals[] = { { type, code, value } }; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input.c:14: /kisskb/src/drivers/input/input.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_get_disposition': /kisskb/src/drivers/input/input.c:276:13: note: byref variable will be forcibly initialized 276 | 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:25, 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_grab_device': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:599:9: note: in expansion of macro 'rcu_assign_pointer' 599 | rcu_assign_pointer(dev->grab, handle); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function '__input_release_device': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:615:17: note: in expansion of macro 'rcu_assign_pointer' 615 | rcu_assign_pointer(dev->grab, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_set_keycode': /kisskb/src/drivers/input/input.c:1007:36: note: byref variable will be forcibly initialized 1007 | struct input_value vals[] = { | ^~~~ /kisskb/src/drivers/input/input.c:981:22: note: byref variable will be forcibly initialized 981 | unsigned int old_keycode; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_pllg_program_mnp': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:365:20: note: byref variable will be forcibly initialized 365 | u32 n_int, sdm_din; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:365:13: note: byref variable will be forcibly initialized 365 | u32 n_int, sdm_din; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:364:26: note: byref variable will be forcibly initialized 364 | struct gm20b_pll cur_pll; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_pllg_slide': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:303:13: note: in expansion of macro 'nvkm_wait_usec' 303 | if (nvkm_wait_usec(device, 500, GPC_BCAST_NDIV_SLOWDOWN_DEBUG, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:271:20: note: byref variable will be forcibly initialized 271 | u32 n_int, sdm_din; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:271:13: note: byref variable will be forcibly initialized 271 | u32 n_int, sdm_din; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:270:26: note: byref variable will be forcibly initialized 270 | struct gm20b_pll pll; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_pllg_program_mnp_slide': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:435:26: note: byref variable will be forcibly initialized 435 | struct gk20a_pll cur_pll; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_clk_prog': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:603:34: note: byref variable will be forcibly initialized 603 | struct gk20a_pll pll_safe; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_clk_fini': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:727:34: note: byref variable will be forcibly initialized 727 | struct gk20a_pll pll; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_clk_init_dvfs': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:778:15: note: in expansion of macro 'nvkm_wait_usec' 778 | ret = nvkm_wait_usec(device, 10, GPCPLL_DVFS1, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_dev_release_keys': /kisskb/src/drivers/input/input.c:180:28: note: byref variable will be forcibly initialized 180 | struct input_value vals[] = { { type, code, value } }; | ^~~~ /kisskb/src/drivers/input/input.c:180:28: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c: In function 'gm20b_clk_init_fused_params': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:945:13: note: byref variable will be forcibly initialized 945 | u32 val = 0; | ^~~ /kisskb/src/drivers/input/input.c: In function 'inhibited_store': /kisskb/src/drivers/input/input.c:1488:14: note: byref variable will be forcibly initialized 1488 | bool inhibited; | ^~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_repeat_key': /kisskb/src/drivers/input/input.c:199:36: note: byref variable will be forcibly initialized 199 | struct input_value vals[] = { | ^~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_getkeycode': /kisskb/src/drivers/input/input.c:861:22: note: byref variable will be forcibly initialized 861 | unsigned int index; | ^~~~~ /kisskb/src/drivers/hid/hid-rmi.c: In function 'rmi_set_mode': /kisskb/src/drivers/hid/hid-rmi.c:146:18: note: byref variable will be forcibly initialized 146 | const u8 txbuf[2] = {RMI_SET_RMI_MODE_REPORT_ID, mode}; | ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_seq_print_bitmap': /kisskb/src/drivers/input/input.c:1193:14: note: byref variable will be forcibly initialized 1193 | char buf[18]; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/hid.h:19, from /kisskb/src/drivers/hid/hid-rmi.c:10: /kisskb/src/drivers/hid/hid-rmi.c: In function 'rmi_hid_read_block': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:229:30: note: in expansion of macro 'wait_event_timeout' 229 | if (!wait_event_timeout(data->wait, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hid/hid-rmi.c:14: /kisskb/src/drivers/hid/hid-rmi.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/hid/hid-rmi.c: In function 'rmi_probe': /kisskb/src/drivers/hid/hid-rmi.c:651:28: note: byref variable will be forcibly initialized 651 | struct hid_report *feature_report; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:650:28: note: byref variable will be forcibly initialized 650 | struct hid_report *output_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:649:28: note: byref variable will be forcibly initialized 649 | struct hid_report *input_report; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/memory/mtk-smi.c:13: /kisskb/src/drivers/memory/mtk-smi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/devfreq/devfreq-event.c:18: /kisskb/src/drivers/devfreq/devfreq-event.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_request_conn_status': /kisskb/src/drivers/hid/hid-steam.c:258:19: note: byref variable will be forcibly initialized 258 | static inline int steam_request_conn_status(struct steam_device *steam) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_get_serial': /kisskb/src/drivers/hid/hid-steam.c:238:12: note: byref variable will be forcibly initialized 238 | u8 reply[3 + STEAM_SERIAL_LEN + 1]; | ^~~~~ /kisskb/src/drivers/hid/hid-steam.c:237:12: note: byref variable will be forcibly initialized 237 | 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:17: note: byref variable will be forcibly initialized 212 | va_list args; | ^~~~ /kisskb/src/drivers/hid/hid-steam.c:211:12: note: byref variable will be forcibly initialized 211 | u8 cmd[64] = {STEAM_CMD_WRITE_REGISTER, 0x00}; | ^~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_set_lizard_mode': /kisskb/src/drivers/hid/hid-steam.c:263:13: note: byref variable will be forcibly initialized 263 | static void steam_set_lizard_mode(struct steam_device *steam, bool enable) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c:263:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/hid/hid-steam.c:263:13: note: byref variable will be forcibly initialized 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c:463:9: note: in expansion of macro 'rcu_assign_pointer' 463 | 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:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c:378:9: note: in expansion of macro 'rcu_assign_pointer' 378 | rcu_assign_pointer(steam->battery, battery); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lp5521.c: In function 'lp5521_run_selftest': /kisskb/src/drivers/leds/leds-lp5521.c:336:12: note: byref variable will be forcibly initialized 336 | u8 status; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp5521.c: In function 'lp5521_run_engine': /kisskb/src/drivers/leds/leds-lp5521.c:165:12: note: byref variable will be forcibly initialized 165 | u8 exec; | ^~~~ /kisskb/src/drivers/leds/leds-lp5521.c:164:12: note: byref variable will be forcibly initialized 164 | u8 mode; | ^~~~ /kisskb/src/drivers/leds/leds-lp5521.c: In function 'lp5521_update_program_memory': /kisskb/src/drivers/leds/leds-lp5521.c:223:13: note: byref variable will be forcibly initialized 223 | int nrchars; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp5521.c:222:14: note: byref variable will be forcibly initialized 222 | char c[3]; | ^ /kisskb/src/drivers/leds/leds-lp5521.c:221:18: note: byref variable will be forcibly initialized 221 | unsigned cmd; | ^~~ /kisskb/src/drivers/leds/leds-lp5521.c: In function 'lp5521_post_init_device': /kisskb/src/drivers/leds/leds-lp5521.c:283:12: note: byref variable will be forcibly initialized 283 | u8 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-lp5521.c:14: /kisskb/src/drivers/leds/leds-lp5521.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_select_channel': /kisskb/src/drivers/hwmon/max127.c:56:24: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_read_channel': /kisskb/src/drivers/hwmon/max127.c:76:24: note: byref variable will be forcibly initialized 76 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/hwmon/max127.c:75:12: note: byref variable will be forcibly initialized 75 | u8 i2c_data[MAX127_DATA_LEN]; | ^~~~~~~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_read_input': /kisskb/src/drivers/hwmon/max127.c:119:14: note: byref variable will be forcibly initialized 119 | long raw; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'glink_rpm_tx_write': /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:157:14: note: byref variable will be forcibly initialized 157 | char padding[8] = {0}; | ^~~~~~~ In file included from /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:12: /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'glink_rpm_probe': /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:266:25: note: byref variable will be forcibly initialized 266 | struct resource r; | ^ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'store_engine_leds': /kisskb/src/drivers/leds/leds-lp5523.c:529:13: note: byref variable will be forcibly initialized 529 | u16 mux = 0; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'show_master_fader_leds': /kisskb/src/drivers/leds/leds-lp5523.c:738:12: note: byref variable will be forcibly initialized 738 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_run_engine': /kisskb/src/drivers/leds/leds-lp5523.c:221:12: note: byref variable will be forcibly initialized 221 | u8 exec; | ^~~~ /kisskb/src/drivers/leds/leds-lp5523.c:220:12: note: byref variable will be forcibly initialized 220 | u8 mode; | ^~~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_init_program_engine': /kisskb/src/drivers/leds/leds-lp5523.c:270:12: note: byref variable will be forcibly initialized 270 | u8 status; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'store_master_fader': /kisskb/src/drivers/leds/leds-lp5523.c:709:23: note: byref variable will be forcibly initialized 709 | unsigned long val; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'show_master_fader': /kisskb/src/drivers/leds/leds-lp5523.c:687:12: note: byref variable will be forcibly initialized 687 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_selftest': /kisskb/src/drivers/leds/leds-lp5523.c:585:25: note: byref variable will be forcibly initialized 585 | u8 status, adc, vdd; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c:585:20: note: byref variable will be forcibly initialized 585 | u8 status, adc, vdd; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c:585:12: note: byref variable will be forcibly initialized 585 | u8 status, adc, vdd; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'show_engine_leds': /kisskb/src/drivers/leds/leds-lp5523.c:484:14: note: byref variable will be forcibly initialized 484 | char mux[LP5523_MAX_LEDS + 1]; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_update_program_memory': /kisskb/src/drivers/leds/leds-lp5523.c:331:13: note: byref variable will be forcibly initialized 331 | int nrchars; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp5523.c:330:14: note: byref variable will be forcibly initialized 330 | char c[3]; | ^ /kisskb/src/drivers/leds/leds-lp5523.c:329:22: note: byref variable will be forcibly initialized 329 | unsigned int 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-lp5523.c:14: /kisskb/src/drivers/leds/leds-lp5523.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/max16065.c: In function 'max16065_limit_store': /kisskb/src/drivers/hwmon/max16065.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, 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/gpu/drm/vmwgfx/ttm_object.c:49: /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_release_base': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:198:33: note: byref variable will be forcibly initialized 198 | struct ttm_base_object *base = | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_base_object_noref_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:245:34: note: byref variable will be forcibly initialized 245 | struct vmwgfx_hash_item *hash; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_prime_refcount_release': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:529:33: note: byref variable will be forcibly initialized 529 | struct ttm_base_object *base = *p_base; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_base_object_lookup': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:265:34: note: byref variable will be forcibly initialized 265 | struct vmwgfx_hash_item *hash; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_ref_object_add': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:304:34: note: byref variable will be forcibly initialized 304 | struct vmwgfx_hash_item *hash; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_ref_object_base_unref': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:383:34: note: byref variable will be forcibly initialized 383 | struct vmwgfx_hash_item *hash; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.h:40, from /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:52: /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c: In function 'ttm_prime_handle_to_fd': /kisskb/src/drivers/gpu/drm/vmwgfx/ttm_object.c:643:44: note: byref variable will be forcibly initialized 643 | DEFINE_DMA_BUF_EXPORT_INFO(exp_info); | ^~~~~~~~ /kisskb/src/include/linux/dma-buf.h:560:36: note: in definition of macro 'DEFINE_DMA_BUF_EXPORT_INFO' 560 | struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \ | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c: In function 'vmw_debugfs_gem_info_show': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c:254:21: note: byref variable will be forcibly initialized 254 | int id; | ^~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c: In function 'vmw_gem_object_create_ioctl': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c:171:18: note: byref variable will be forcibly initialized 171 | uint32_t handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c:170:35: note: byref variable will be forcibly initialized 170 | struct vmw_buffer_object *vbo; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c: In function 'setPLL_double_lowregs': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:307:35: note: byref variable will be forcibly initialized 307 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c: In function 'nv04_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:363:29: note: byref variable will be forcibly initialized 363 | int N1, M1, N2, M2, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:363:25: note: byref variable will be forcibly initialized 363 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:363:21: note: byref variable will be forcibly initialized 363 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:363:17: note: byref variable will be forcibly initialized 363 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:363:13: note: byref variable will be forcibly initialized 363 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:361:27: note: byref variable will be forcibly initialized 361 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:360:30: note: byref variable will be forcibly initialized 360 | struct nvkm_pll_vals pv; | ^~ /kisskb/src/drivers/gpu/drm/i2c/ch7006_drv.c: In function 'ch7006_probe': /kisskb/src/drivers/gpu/drm/i2c/ch7006_drv.c:392:17: note: byref variable will be forcibly initialized 392 | uint8_t val; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/ch7006_drv.c:391:17: note: byref variable will be forcibly initialized 391 | uint8_t addr = CH7006_VERSION_ID; | ^~~~ /kisskb/src/drivers/hid/hid-led.c: In function 'luxafor_write': /kisskb/src/drivers/hid/hid-led.c:344:14: note: byref variable will be forcibly initialized 344 | __u8 buf[MAX_REPORT_SIZE] = { [1] = 1 }; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function '_thingm_write': /kisskb/src/drivers/hid/hid-led.c:233:14: note: byref variable will be forcibly initialized 233 | __u8 buf[MAX_REPORT_SIZE] = { 1, 'c' }; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function 'dream_cheeky_write': /kisskb/src/drivers/hid/hid-led.c:204:14: note: byref variable will be forcibly initialized 204 | __u8 buf[MAX_REPORT_SIZE] = {}; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function 'dream_cheeky_init': /kisskb/src/drivers/hid/hid-led.c:217:14: note: byref variable will be forcibly initialized 217 | __u8 buf[MAX_REPORT_SIZE] = {}; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function 'riso_kagaku_write': /kisskb/src/drivers/hid/hid-led.c:193:14: note: byref variable will be forcibly initialized 193 | __u8 buf[MAX_REPORT_SIZE] = {}; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function 'thingm_init': /kisskb/src/drivers/hid/hid-led.c:265:14: note: byref variable will be forcibly initialized 265 | __u8 buf[MAX_REPORT_SIZE] = { 1, 'v' }; | ^~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/hid.h:24, from /kisskb/src/drivers/hid/hid-led.c:10: /kisskb/src/drivers/hid/hid-led.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/tests/nandbiterrs.c: In function 'rewrite_page': /kisskb/src/drivers/mtd/tests/nandbiterrs.c:102:28: note: byref variable will be forcibly initialized 102 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/tests/nandbiterrs.c: In function 'read_page': /kisskb/src/drivers/mtd/tests/nandbiterrs.c:132:30: note: byref variable will be forcibly initialized 132 | struct mtd_ecc_stats oldstats; | ^~~~~~~~ /kisskb/src/drivers/mtd/tests/nandbiterrs.c:131:16: note: byref variable will be forcibly initialized 131 | size_t read; | ^~~~ /kisskb/src/drivers/memory/pl172.c: In function 'pl172_timing_prop': /kisskb/src/drivers/memory/pl172.c:62:13: note: byref variable will be forcibly initialized 62 | u32 val; | ^~~ /kisskb/src/drivers/memory/pl172.c: In function 'pl172_setup_static': /kisskb/src/drivers/memory/pl172.c:86:13: note: byref variable will be forcibly initialized 86 | u32 cfg; | ^~~ /kisskb/src/drivers/memory/pl172.c: In function 'pl172_parse_cs_config': /kisskb/src/drivers/memory/pl172.c:174:13: note: byref variable will be forcibly initialized 174 | u32 cs; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c: In function 'nv50_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:41:29: note: byref variable will be forcibly initialized 41 | int N1, M1, N2, M2, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:41:25: note: byref variable will be forcibly initialized 41 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:41:21: note: byref variable will be forcibly initialized 41 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:41:17: note: byref variable will be forcibly initialized 41 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:41:13: note: byref variable will be forcibly initialized 41 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:40:27: note: byref variable will be forcibly initialized 40 | struct nvbios_pll info; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c: In function 'nv50_devinit_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:140:25: note: in expansion of macro 'nvbios_init' 140 | nvbios_init(subdev, info.script[0], | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:130:35: note: byref variable will be forcibly initialized 130 | u8 ver = 0xff, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:130:30: note: byref variable will be forcibly initialized 130 | u8 ver = 0xff, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:130:25: note: byref variable will be forcibly initialized 130 | u8 ver = 0xff, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:130:13: note: byref variable will be forcibly initialized 130 | u8 ver = 0xff, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:129:27: note: byref variable will be forcibly initialized 129 | struct dcb_output outp; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c:128:28: note: byref variable will be forcibly initialized 128 | struct nvbios_outp info; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'handler_drm_SKAI2': /kisskb/src/drivers/hid/hid-wiimote-core.c:1565:14: note: byref variable will be forcibly initialized 1565 | __u8 buf[5]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_wmem': /kisskb/src/drivers/hid/hid-wiimote-core.c:314:14: note: byref variable will be forcibly initialized 314 | __u8 cmd[22]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_rumble': /kisskb/src/drivers/hid/hid-wiimote-core.c:132:14: note: byref variable will be forcibly initialized 132 | __u8 cmd[2]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_leds': /kisskb/src/drivers/hid/hid-wiimote-core.c:152:14: note: byref variable will be forcibly initialized 152 | __u8 cmd[2]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_drm': /kisskb/src/drivers/hid/hid-wiimote-core.c:242:14: note: byref variable will be forcibly initialized 242 | __u8 cmd[3]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_status': /kisskb/src/drivers/hid/hid-wiimote-core.c:260:14: note: byref variable will be forcibly initialized 260 | __u8 cmd[2]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_ir1': /kisskb/src/drivers/hid/hid-wiimote-core.c:285:14: note: byref variable will be forcibly initialized 285 | __u8 cmd[2]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_ir2': /kisskb/src/drivers/hid/hid-wiimote-core.c:296:14: note: byref variable will be forcibly initialized 296 | __u8 cmd[2]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_rmem': /kisskb/src/drivers/hid/hid-wiimote-core.c:339:14: note: byref variable will be forcibly initialized 339 | __u8 cmd[7]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_init_ext': /kisskb/src/drivers/hid/hid-wiimote-core.c:413:14: note: byref variable will be forcibly initialized 413 | __u8 wmem; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_init_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:468:14: note: byref variable will be forcibly initialized 468 | __u8 wmem; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_map_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:489:14: note: byref variable will be forcibly initialized 489 | __u8 wmem; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_detect': /kisskb/src/drivers/hid/hid-wiimote-core.c:865:42: note: byref variable will be forcibly initialized 865 | __u8 exttype = WIIMOTE_EXT_NONE, extdata[6]; | ^~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_read_mp_mapped': /kisskb/src/drivers/hid/hid-wiimote-core.c:533:14: note: byref variable will be forcibly initialized 533 | __u8 rmem[6]; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_poll_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:912:14: note: byref variable will be forcibly initialized 912 | __u8 mpdata[6]; | ^~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_check': /kisskb/src/drivers/hid/hid-wiimote-core.c:945:20: note: byref variable will be forcibly initialized 945 | __u8 type, data[6]; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_hotplug': /kisskb/src/drivers/hid/hid-wiimote-core.c:1097:35: note: byref variable will be forcibly initialized 1097 | __u8 exttype, extdata[6], mpdata[6]; | ^~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c:1097:23: note: byref variable will be forcibly initialized 1097 | __u8 exttype, extdata[6], mpdata[6]; | ^~~~~~~ /kisskb/src/drivers/hwmon/max6642.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/max6642.c:221:23: note: byref variable will be forcibly initialized 221 | unsigned long val; | ^~~ /kisskb/src/drivers/powercap/dtpm.c: In function '__get_power_uw': /kisskb/src/drivers/powercap/dtpm.c:62:13: note: byref variable will be forcibly initialized 62 | u64 power; | ^~~~~ In file included from /kisskb/src/drivers/extcon/extcon-max14577.c:16: /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized 444 | unsigned int val; | ^~~ /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_muic_probe': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:29: /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-wiimote-debug.c: In function 'wiidebug_drm_write': /kisskb/src/drivers/hid/hid-wiimote-debug.c:130:14: note: byref variable will be forcibly initialized 130 | char buf[16]; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_dirty_flush': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:184:30: note: byref variable will be forcibly initialized 184 | struct drm_clip_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_create_bo': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:393:35: note: byref variable will be forcibly initialized 393 | struct vmw_buffer_object *vmw_bo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmwgfx_set_config_internal': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:426:40: note: byref variable will be forcibly initialized 426 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-debug.c: In function 'wiidebug_eeprom_read': /kisskb/src/drivers/hid/hid-wiimote-debug.c:30:14: note: byref variable will be forcibly initialized 30 | char buf[16]; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_kms_detach': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:454:37: note: byref variable will be forcibly initialized 454 | struct drm_mode_set set; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_kms_framebuffer': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:490:22: note: byref variable will be forcibly initialized 490 | int ret = 0, depth; | ^~~~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_set_par': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:544:29: note: byref variable will be forcibly initialized 544 | struct drm_mode_set set; | ^~~ /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c: In function 'vmw_fb_init': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:631:34: note: byref variable will be forcibly initialized 631 | struct drm_display_mode *init_mode; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-lp5562.c: In function 'lp5562_run_engine': /kisskb/src/drivers/leds/leds-lp5562.c:157:12: note: byref variable will be forcibly initialized 157 | u8 exec; | ^~~~ /kisskb/src/drivers/leds/leds-lp5562.c:156:12: note: byref variable will be forcibly initialized 156 | u8 mode; | ^~~~ /kisskb/src/drivers/leds/leds-lp5562.c: In function 'lp5562_store_pattern': /kisskb/src/drivers/leds/leds-lp5562.c:413:23: note: byref variable will be forcibly initialized 413 | unsigned long mode; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_ir_change': /kisskb/src/drivers/leds/leds-lp5562.c: In function 'lp5562_update_firmware': /kisskb/src/drivers/hid/hid-wiimote-modules.c:611:14: note: byref variable will be forcibly initialized 611 | __u8 format = 0; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp5562.c:219:13: note: byref variable will be forcibly initialized 219 | int nrchars; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp5562.c:217:14: note: byref variable will be forcibly initialized 217 | char c[3]; | ^ /kisskb/src/drivers/leds/leds-lp5562.c:216:18: note: byref variable will be forcibly initialized 216 | 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-lp5562.c:12: /kisskb/src/drivers/leds/leds-lp5562.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_pro_calib_store': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:25: note: byref variable will be forcibly initialized 1835 | s16 x1, y1, x2, y2; | ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:21: note: byref variable will be forcibly initialized 1835 | s16 x1, y1, x2, y2; | ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:17: note: byref variable will be forcibly initialized 1835 | s16 x1, y1, x2, y2; | ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:13: note: byref variable will be forcibly initialized 1835 | s16 x1, y1, x2, y2; | ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_bboard_calib_show': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1420:14: note: byref variable will be forcibly initialized 1420 | __u8 buf[24], offs; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_bboard_probe': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1471:14: note: byref variable will be forcibly initialized 1471 | __u8 buf[24], offs; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c: In function 'tm5p5_nt35596_bl_get_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c:240:13: note: byref variable will be forcibly initialized 240 | u16 brightness = bl->props.brightness; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_set_feature': /kisskb/src/drivers/hid/hid-sensor-hub.c:198:15: note: byref variable will be forcibly initialized 198 | __s32 value; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_raw_event': /kisskb/src/drivers/hid/hid-sensor-hub.c:481:39: note: byref variable will be forcibly initialized 481 | struct hid_sensor_hub_device *hsdev = NULL; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c:480:15: note: byref variable will be forcibly initialized 480 | void *priv = NULL; | ^~~~ In file included from /kisskb/src/drivers/hid/hid-sensor-hub.c:7: /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/hwmon/nct6775-core.c:55: /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_read_value': /kisskb/src/drivers/hwmon/nct6775.h:186:22: note: byref variable will be forcibly initialized 186 | unsigned int tmp; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_update_fan_div': /kisskb/src/drivers/hwmon/nct6775-core.c:1167:13: note: byref variable will be forcibly initialized 1167 | u16 i; | ^ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_write_fan_div': /kisskb/src/drivers/hwmon/nct6775-core.c:1144:13: note: byref variable will be forcibly initialized 1144 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_update_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:1310:25: note: byref variable will be forcibly initialized 1310 | u16 fanmodecfg, reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:1310:13: note: byref variable will be forcibly initialized 1310 | u16 fanmodecfg, reg; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_update_pwm_limits': /kisskb/src/drivers/hwmon/nct6775-core.c:1394:18: note: byref variable will be forcibly initialized 1394 | u16 reg, reg_t; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:1394:13: note: byref variable will be forcibly initialized 1394 | u16 reg, reg_t; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_update_device': /kisskb/src/drivers/hwmon/nct6775-core.c:1601:29: note: byref variable will be forcibly initialized 1601 | u16 beep; | ^~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:1589:29: note: byref variable will be forcibly initialized 1589 | u16 alarm; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:1487:13: note: byref variable will be forcibly initialized 1487 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'find_temp_source': /kisskb/src/drivers/hwmon/nct6775-core.c:1679:21: note: byref variable will be forcibly initialized 1679 | u16 src; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'pwm_update_registers': /kisskb/src/drivers/hwmon/nct6775-core.c:2510:13: note: byref variable will be forcibly initialized 2510 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'add_temp_sensors': /kisskb/src/drivers/hwmon/nct6775-core.c:3374:13: note: byref variable will be forcibly initialized 3374 | u16 src; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_init_device': /kisskb/src/drivers/hwmon/nct6775-core.c:3313:18: note: byref variable will be forcibly initialized 3313 | u16 tmp, diode; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-i2c.c: In function 'nct6775_i2c_probe_init': /kisskb/src/drivers/hwmon/nct6775-i2c.c:113:13: note: byref variable will be forcibly initialized 113 | u32 tsi_channel_mask; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3313:13: note: byref variable will be forcibly initialized 3313 | u16 tmp, diode; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_init_fan_common': /kisskb/src/drivers/hwmon/nct6775-core.c:1223:13: note: byref variable will be forcibly initialized 1223 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'show_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:2425:13: note: byref variable will be forcibly initialized 2425 | u16 pwm; | ^~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'set_power_report_state': /kisskb/src/drivers/hid/hid-sensor-custom.c:164:13: note: byref variable will be forcibly initialized 164 | int report_val = -1; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:163:13: note: byref variable will be forcibly initialized 163 | int power_val = -1; | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'enable_sensor_store': /kisskb/src/drivers/hid/hid-sensor-custom.c:235:13: note: byref variable will be forcibly initialized 235 | int value; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hwmon/nct6775-core.c:43: /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_store_beep': /kisskb/src/drivers/hwmon/nct6775-core.c:1738:23: note: byref variable will be forcibly initialized 1738 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_type': /kisskb/src/drivers/hwmon/nct6775-core.c:2202:19: note: byref variable will be forcibly initialized 2202 | u16 vbat, diode; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2202:13: note: byref variable will be forcibly initialized 2202 | u16 vbat, diode; | ^~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2199:23: note: byref variable will be forcibly initialized 2199 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_capture_sample': /kisskb/src/drivers/hid/hid-sensor-custom.c:421:34: note: byref variable will be forcibly initialized 421 | struct hid_sensor_sample header; | ^~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_beep': /kisskb/src/drivers/hwmon/nct6775-core.c:1791:23: note: byref variable will be forcibly initialized 1791 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_fan_pulses': /kisskb/src/drivers/hwmon/nct6775-core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2015:23: note: byref variable will be forcibly initialized 2015 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_in_reg': /kisskb/src/drivers/hwmon/nct6775-core.c:1644:23: note: byref variable will be forcibly initialized 1644 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_auto_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:3155:23: note: byref variable will be forcibly initialized 3155 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_register_platform_device': /kisskb/src/drivers/hid/hid-sensor-custom.c:847:14: note: byref variable will be forcibly initialized 847 | char real_usage[HID_SENSOR_USAGE_LENGTH] = { 0 }; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_auto_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:3066:13: note: byref variable will be forcibly initialized 3066 | u16 reg; | ^~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'store_value': /kisskb/src/drivers/hid/hid-sensor-custom.c:390:13: note: byref variable will be forcibly initialized 390 | int value, ret; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:389:14: note: byref variable will be forcibly initialized 389 | char name[HID_CUSTOM_NAME_LENGTH]; | ^~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3064:23: note: byref variable will be forcibly initialized 3064 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:388:33: note: byref variable will be forcibly initialized 388 | int index, field_index, usage; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:388:13: note: byref variable will be forcibly initialized 388 | int index, field_index, usage; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'show_value': /kisskb/src/drivers/hid/hid-sensor-custom.c:305:28: note: byref variable will be forcibly initialized 305 | u8 values[HID_CUSTOM_MAX_FEATURE_BYTES]; | ^~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:282:14: note: byref variable will be forcibly initialized 282 | char name[HID_CUSTOM_NAME_LENGTH]; | ^~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:281:20: note: byref variable will be forcibly initialized 281 | int index, usage, field_index; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:281:13: note: byref variable will be forcibly initialized 281 | int index, usage, field_index; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:2458:13: note: byref variable will be forcibly initialized 2458 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2453:23: note: byref variable will be forcibly initialized 2453 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_weight_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:2978:23: note: byref variable will be forcibly initialized 2978 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_weight_temp_sel': /kisskb/src/drivers/hwmon/nct6775-core.c:2713:13: note: byref variable will be forcibly initialized 2713 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2711:23: note: byref variable will be forcibly initialized 2711 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_fan_time': /kisskb/src/drivers/hwmon/nct6775-core.c:3029:23: note: byref variable will be forcibly initialized 3029 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_speed_tolerance': /kisskb/src/drivers/hwmon/nct6775-core.c:2917:23: note: byref variable will be forcibly initialized 2917 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_target_speed': In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hid/hid-sensor-custom.c:9: /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_custom_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:657:31: note: in expansion of macro 'wait_event_interruptible' 657 | ret = wait_event_interruptible(sensor_inst->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:643:22: note: byref variable will be forcibly initialized 643 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2810:23: note: byref variable will be forcibly initialized 2810 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_target_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:2771:23: note: byref variable will be forcibly initialized 2771 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_tolerance': /kisskb/src/drivers/hwmon/nct6775-core.c:2851:23: note: byref variable will be forcibly initialized 2851 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_temp_sel': /kisskb/src/drivers/hwmon/nct6775-core.c:2661:13: note: byref variable will be forcibly initialized 2661 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2659:23: note: byref variable will be forcibly initialized 2659 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_mode': /kisskb/src/drivers/hwmon/nct6775-core.c:2387:13: note: byref variable will be forcibly initialized 2387 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2385:23: note: byref variable will be forcibly initialized 2385 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_offset': /kisskb/src/drivers/hwmon/nct6775-core.c:2162:14: note: byref variable will be forcibly initialized 2162 | long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:2130:14: note: byref variable will be forcibly initialized 2130 | long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/nct6775-core.c:1905:23: note: byref variable will be forcibly initialized 1905 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/nct6775-core.c:2579:13: note: byref variable will be forcibly initialized 2579 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2577:23: note: byref variable will be forcibly initialized 2577 | unsigned long val; | ^~~ /kisskb/src/drivers/mtd/mtdsuper.c: In function 'get_tree_mtd': /kisskb/src/drivers/mtd/mtdsuper.c:158:31: note: byref variable will be forcibly initialized 158 | char *endptr; | ^~~~~~ In file included from /kisskb/src/include/linux/hwmon-sysfs.h:10, from /kisskb/src/drivers/hwmon/nct6775-core.c:48: /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_probe': /kisskb/src/drivers/hwmon/nct6775-core.c:4141:21: note: byref variable will be forcibly initialized 4141 | u16 tmp; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3412:38: note: byref variable will be forcibly initialized 3412 | struct sensor_template_group tsi_temp_tg; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3406:13: note: byref variable will be forcibly initialized 3406 | u16 src; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3405:19: note: byref variable will be forcibly initialized 3405 | int mask, available; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3405:13: note: byref variable will be forcibly initialized 3405 | int mask, available; | ^~~~ 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c: In function 'gt215_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c:37:23: note: byref variable will be forcibly initialized 37 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c:37:20: note: byref variable will be forcibly initialized 37 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c:37:16: note: byref variable will be forcibly initialized 37 | int N, fN, M, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c:37:13: note: byref variable will be forcibly initialized 37 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c:36:27: note: byref variable will be forcibly initialized 36 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/perf/arm-cmn.c: In function 'arm_cmn600_of_probe': /kisskb/src/drivers/perf/arm-cmn.c:2233:13: note: byref variable will be forcibly initialized 2233 | u32 rootnode; | ^~~~~~~~ /kisskb/src/drivers/perf/arm-cmn.c: In function 'arm_cmn_discover': /kisskb/src/drivers/perf/arm-cmn.c:1989:29: note: byref variable will be forcibly initialized 1989 | struct arm_cmn_node cfg, *dn; | ^~~ /kisskb/src/drivers/perf/arm-cmn.c: In function 'arm_cmn_pmu_offline_cpu': /kisskb/src/drivers/perf/arm-cmn.c:1781:19: note: byref variable will be forcibly initialized 1781 | cpumask_t mask; | ^~~~ /kisskb/src/drivers/gpu/drm/i2c/ch7006_mode.c: In function 'ch7006_write': /kisskb/src/drivers/gpu/drm/i2c/ch7006_mode.c:370:17: note: byref variable will be forcibly initialized 370 | uint8_t buf[] = {addr, val}; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/ch7006_mode.c: In function 'ch7006_read': /kisskb/src/drivers/gpu/drm/i2c/ch7006_mode.c:381:17: note: byref variable will be forcibly initialized 381 | uint8_t val; | ^~~ 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/perf/arm-cci.c:11: /kisskb/src/drivers/perf/arm-cci.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/perf/arm-cci.c: In function 'validate_group': /kisskb/src/drivers/perf/arm-cci.c:1256:23: note: byref variable will be forcibly initialized 1256 | unsigned long mask[BITS_TO_LONGS(HW_CNTRS_MAX)]; | ^~~~ In file included from /kisskb/src/include/linux/arm-cci.h:12, from /kisskb/src/drivers/perf/arm-cci.c:6: /kisskb/src/drivers/perf/arm-cci.c: In function 'cci_pmu_sync_counters': /kisskb/src/drivers/perf/arm-cci.c:646:24: note: byref variable will be forcibly initialized 646 | DECLARE_BITMAP(mask, HW_CNTRS_MAX); | ^~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'led_current_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:100:23: note: byref variable will be forcibly initialized 100 | unsigned long curr; | ^~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'run_engine_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:330:23: note: byref variable will be forcibly initialized 330 | 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:214:16: note: byref variable will be forcibly initialized 214 | 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:14: note: byref variable will be forcibly initialized 168 | 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:23: note: byref variable will be forcibly initialized 288 | unsigned long val; | ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_parse_multi_led_child': /kisskb/src/drivers/leds/leds-lp55xx-common.c:593:22: note: byref variable will be forcibly initialized 593 | int chan_nr, color_id, ret; | ^~~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c:593:13: note: byref variable will be forcibly initialized 593 | 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:636:13: note: byref variable will be forcibly initialized 636 | int chan_nr = 0; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c:635:13: note: byref variable will be forcibly initialized 635 | int led_color, ret; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-lp8501.c: In function 'lp8501_run_engine': /kisskb/src/drivers/leds/leds-lp8501.c:160:12: note: byref variable will be forcibly initialized 160 | u8 exec; | ^~~~ /kisskb/src/drivers/leds/leds-lp8501.c:159:12: note: byref variable will be forcibly initialized 159 | u8 mode; | ^~~~ /kisskb/src/drivers/leds/leds-lp8501.c: In function 'lp8501_update_program_memory': /kisskb/src/drivers/leds/leds-lp8501.c:211:13: note: byref variable will be forcibly initialized 211 | int nrchars; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp8501.c:209:14: note: byref variable will be forcibly initialized 209 | char c[3]; | ^ /kisskb/src/drivers/leds/leds-lp8501.c:208:18: note: byref variable will be forcibly initialized 208 | 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c: In function 'gf100_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c:37:23: note: byref variable will be forcibly initialized 37 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c:37:20: note: byref variable will be forcibly initialized 37 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c:37:16: note: byref variable will be forcibly initialized 37 | int N, fN, M, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c:37:13: note: byref variable will be forcibly initialized 37 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c:36:27: note: byref variable will be forcibly initialized 36 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/pc87360.c:599:23: note: byref variable will be forcibly initialized 599 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/pc87360.c:449:14: note: byref variable will be forcibly initialized 449 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/pc87360.c:429:14: note: byref variable will be forcibly initialized 429 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'therm_crit_store': /kisskb/src/drivers/hwmon/pc87360.c:730:14: note: byref variable will be forcibly initialized 730 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'therm_max_store': /kisskb/src/drivers/hwmon/pc87360.c:710:14: note: byref variable will be forcibly initialized 710 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'therm_min_store': /kisskb/src/drivers/hwmon/pc87360.c:689:14: note: byref variable will be forcibly initialized 689 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/pc87360.c:358:14: note: byref variable will be forcibly initialized 358 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/pc87360.c:282:14: note: byref variable will be forcibly initialized 282 | long fan_min; | ^~~~~~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/pc87360.c:933:14: note: byref variable will be forcibly initialized 933 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/pc87360.c:912:14: note: byref variable will be forcibly initialized 912 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/pc87360.c:891:14: note: byref variable will be forcibly initialized 891 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'pc87360_device_add': /kisskb/src/drivers/hwmon/pc87360.c:1686:25: note: byref variable will be forcibly initialized 1686 | struct resource res[3]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/mtdconcat.c:12: /kisskb/src/drivers/mtd/mtdconcat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_write': /kisskb/src/drivers/mtd/mtdconcat.c:156:30: note: byref variable will be forcibly initialized 156 | size_t size, retsize; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_read': /kisskb/src/drivers/mtd/mtdconcat.c:63:30: note: byref variable will be forcibly initialized 63 | size_t size, retsize; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_panic_write': /kisskb/src/drivers/mtd/mtdconcat.c:114:30: note: byref variable will be forcibly initialized 114 | size_t size, retsize; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_write_oob': /kisskb/src/drivers/mtd/mtdconcat.c:320:28: note: byref variable will be forcibly initialized 320 | struct mtd_oob_ops devops = *ops; | ^~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_read_oob': /kisskb/src/drivers/mtd/mtdconcat.c:263:28: note: byref variable will be forcibly initialized 263 | struct mtd_oob_ops devops = *ops; | ^~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_writev': /kisskb/src/drivers/mtd/mtdconcat.c:214:37: note: byref variable will be forcibly initialized 214 | size_t size, wsize, retsize, old_iov_len; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c: In function 'pmu_load': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c:87:28: note: byref variable will be forcibly initialized 87 | struct nvbios_pmuR pmu; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c: In function 'gm200_devinit_post': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c:161:21: note: in expansion of macro 'nvkm_msec' 161 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c:125:19: note: byref variable will be forcibly initialized 125 | u32 exec, args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c:125:13: note: byref variable will be forcibly initialized 125 | u32 exec, args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c:124:26: note: byref variable will be forcibly initialized 124 | struct bit_entry bit_I; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c: In function 'gv100_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c:35:23: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c:35:20: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c:35:16: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c:35:13: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c:33:27: note: byref variable will be forcibly initialized 33 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/leds/leds-lt3593.c: In function 'lt3593_led_probe': /kisskb/src/drivers/leds/leds-lt3593.c:70:21: note: byref variable will be forcibly initialized 70 | const char *tmp; | ^~~ /kisskb/src/drivers/hwmon/pcf8591.c: In function 'out0_output_store': /kisskb/src/drivers/hwmon/pcf8591.c:104:23: note: byref variable will be forcibly initialized 104 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/pcf8591.c: In function 'out0_enable_store': /kisskb/src/drivers/hwmon/pcf8591.c:137:23: note: byref variable will be forcibly initialized 137 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/shtc1.c: In function 'shtc1_update_client': /kisskb/src/drivers/hwmon/shtc1.c:105:23: note: byref variable will be forcibly initialized 105 | unsigned char buf[SHTC1_RESPONSE_LENGTH]; | ^~~ /kisskb/src/drivers/hwmon/shtc1.c: In function 'shtc1_probe': /kisskb/src/drivers/hwmon/shtc1.c:195:14: note: byref variable will be forcibly initialized 195 | char id_reg_buf[2]; | ^~~~~~~~~~ /kisskb/src/drivers/devfreq/tegra30-devfreq.c: In function 'tegra_devfreq_probe': /kisskb/src/drivers/devfreq/tegra30-devfreq.c:826:13: note: byref variable will be forcibly initialized 826 | u32 hw_version = BIT(tegra_sku_info.soc_speedo_id); | ^~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'enabled_store': /kisskb/src/drivers/powercap/powercap_sys.c:447:14: note: byref variable will be forcibly initialized 447 | bool mode; | ^~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'enabled_show': /kisskb/src/drivers/powercap/powercap_sys.c:424:14: note: byref variable will be forcibly initialized 424 | bool mode = true; | ^~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'max_power_range_uw_show': /kisskb/src/drivers/powercap/powercap_sys.c:23:13: note: byref variable will be forcibly initialized 23 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:113:1: note: in expansion of macro 'define_power_zone_show' 113 | define_power_zone_show(max_power_range_uw); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'power_uw_show': /kisskb/src/drivers/powercap/powercap_sys.c:23:13: note: byref variable will be forcibly initialized 23 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:112:1: note: in expansion of macro 'define_power_zone_show' 112 | define_power_zone_show(power_uw); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c: In function 'tu102_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c:35:23: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c:35:20: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c:35:16: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c:35:13: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c:33:27: note: byref variable will be forcibly initialized 33 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'energy_uj_show': /kisskb/src/drivers/powercap/powercap_sys.c:23:13: note: byref variable will be forcibly initialized 23 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:114:1: note: in expansion of macro 'define_power_zone_show' 114 | define_power_zone_show(energy_uj); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'max_energy_range_uj_show': /kisskb/src/drivers/powercap/powercap_sys.c:23:13: note: byref variable will be forcibly initialized 23 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:116:1: note: in expansion of macro 'define_power_zone_show' 116 | define_power_zone_show(max_energy_range_uj); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/powercap/powercap_sys.c:7: /kisskb/src/drivers/powercap/powercap_sys.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'energy_uj_store': /kisskb/src/drivers/powercap/powercap_sys.c:43:13: note: byref variable will be forcibly initialized 43 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:115:1: note: in expansion of macro 'define_power_zone_store' 115 | define_power_zone_store(energy_uj); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'show_constraint_min_time_window_us': /kisskb/src/drivers/powercap/powercap_sys.c:67:13: note: byref variable will be forcibly initialized 67 | int id; \ | ^~ /kisskb/src/drivers/powercap/powercap_sys.c:132:1: note: in expansion of macro 'define_power_zone_constraint_show' 132 | define_power_zone_constraint_show(min_time_window_us); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:13: note: byref variable will be forcibly initialized 64 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:132:1: note: in expansion of macro 'define_power_zone_constraint_show' 132 | define_power_zone_constraint_show(min_time_window_us); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'show_constraint_max_time_window_us': /kisskb/src/drivers/powercap/powercap_sys.c:67:13: note: byref variable will be forcibly initialized 67 | int id; \ | ^~ /kisskb/src/drivers/powercap/powercap_sys.c:131:1: note: in expansion of macro 'define_power_zone_constraint_show' 131 | define_power_zone_constraint_show(max_time_window_us); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:13: note: byref variable will be forcibly initialized 64 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:131:1: note: in expansion of macro 'define_power_zone_constraint_show' 131 | define_power_zone_constraint_show(max_time_window_us); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'show_constraint_min_power_uw': /kisskb/src/drivers/powercap/powercap_sys.c:67:13: note: byref variable will be forcibly initialized 67 | int id; \ | ^~ /kisskb/src/drivers/powercap/powercap_sys.c:130:1: note: in expansion of macro 'define_power_zone_constraint_show' 130 | define_power_zone_constraint_show(min_power_uw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:13: note: byref variable will be forcibly initialized 64 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:130:1: note: in expansion of macro 'define_power_zone_constraint_show' 130 | define_power_zone_constraint_show(min_power_uw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'show_constraint_max_power_uw': /kisskb/src/drivers/powercap/powercap_sys.c:67:13: note: byref variable will be forcibly initialized 67 | int id; \ | ^~ /kisskb/src/drivers/powercap/powercap_sys.c:129:1: note: in expansion of macro 'define_power_zone_constraint_show' 129 | define_power_zone_constraint_show(max_power_uw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:13: note: byref variable will be forcibly initialized 64 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:129:1: note: in expansion of macro 'define_power_zone_constraint_show' 129 | define_power_zone_constraint_show(max_power_uw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'show_constraint_name': /kisskb/src/drivers/powercap/powercap_sys.c:160:13: note: byref variable will be forcibly initialized 160 | int id; | ^~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'store_constraint_time_window_us': /kisskb/src/drivers/powercap/powercap_sys.c:92:13: note: byref variable will be forcibly initialized 92 | int id; \ | ^~ /kisskb/src/drivers/powercap/powercap_sys.c:128:1: note: in expansion of macro 'define_power_zone_constraint_store' 128 | define_power_zone_constraint_store(time_window_us); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:90:13: note: byref variable will be forcibly initialized 90 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:128:1: note: in expansion of macro 'define_power_zone_constraint_store' 128 | define_power_zone_constraint_store(time_window_us); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'show_constraint_time_window_us': /kisskb/src/drivers/powercap/powercap_sys.c:67:13: note: byref variable will be forcibly initialized 67 | int id; \ | ^~ /kisskb/src/drivers/powercap/powercap_sys.c:127:1: note: in expansion of macro 'define_power_zone_constraint_show' 127 | define_power_zone_constraint_show(time_window_us); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:13: note: byref variable will be forcibly initialized 64 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:127:1: note: in expansion of macro 'define_power_zone_constraint_show' 127 | define_power_zone_constraint_show(time_window_us); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'store_constraint_power_limit_uw': /kisskb/src/drivers/powercap/powercap_sys.c:92:13: note: byref variable will be forcibly initialized 92 | int id; \ | ^~ /kisskb/src/drivers/powercap/powercap_sys.c:126:1: note: in expansion of macro 'define_power_zone_constraint_store' 126 | define_power_zone_constraint_store(power_limit_uw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:90:13: note: byref variable will be forcibly initialized 90 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:126:1: note: in expansion of macro 'define_power_zone_constraint_store' 126 | define_power_zone_constraint_store(power_limit_uw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c: In function 'show_constraint_power_limit_uw': /kisskb/src/drivers/powercap/powercap_sys.c:67:13: note: byref variable will be forcibly initialized 67 | int id; \ | ^~ /kisskb/src/drivers/powercap/powercap_sys.c:125:1: note: in expansion of macro 'define_power_zone_constraint_show' 125 | define_power_zone_constraint_show(power_limit_uw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:64:13: note: byref variable will be forcibly initialized 64 | u64 value; \ | ^~~~~ /kisskb/src/drivers/powercap/powercap_sys.c:125:1: note: in expansion of macro 'define_power_zone_constraint_show' 125 | define_power_zone_constraint_show(power_limit_uw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c: In function 'ga100_devinit_pll_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c:35:23: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c:35:20: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c:35:16: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c:35:13: note: byref variable will be forcibly initialized 35 | int N, fN, M, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c:33:27: note: byref variable will be forcibly initialized 33 | struct nvbios_pll info; | ^~~~ /kisskb/src/drivers/mtd/mtdpart.c: In function 'mtd_add_partition': /kisskb/src/drivers/mtd/mtdpart.c:245:30: note: byref variable will be forcibly initialized 245 | struct mtd_partition part; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/mtd/mtdpart.c:10: /kisskb/src/drivers/mtd/mtdpart.c: In function '__del_mtd_partitions': /kisskb/src/drivers/mtd/mtdpart.c:329:19: note: byref variable will be forcibly initialized 329 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/leds/leds-mc13783.c:17: /kisskb/src/drivers/leds/leds-mc13783.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-mc13783.c: In function 'mc13xxx_led_probe_dt': /kisskb/src/drivers/leds/leds-mc13783.c:145:21: note: byref variable will be forcibly initialized 145 | u32 tmp; | ^~~ /kisskb/src/drivers/leds/leds-mc13783.c:144:29: note: byref variable will be forcibly initialized 144 | const char *str; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/ras/ras_event.h:429, 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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_arm_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(arm_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(arm_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_aer_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_memory_failure_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(memory_failure_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(memory_failure_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'perf_trace_non_standard_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/ras/ras_event.h:429, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_mc_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_arm_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(arm_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_non_standard_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_aer_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_memory_failure_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(memory_failure_event, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c: In function 'anx6345_get_downstream_info': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:437:12: note: byref variable will be forcibly initialized 437 | u8 value; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/ras/ras_event.h:429, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_mc_event': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c: In function 'anx6345_dp_link_training': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:97:12: note: byref variable will be forcibly initialized 97 | static int anx6345_dp_link_training(struct anx6345 *anx6345) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:97:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:97:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:100:19: note: byref variable will be forcibly initialized 100 | u8 dp_bw, dpcd[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:100:12: note: byref variable will be forcibly initialized 100 | u8 dp_bw, dpcd[2]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:99:22: note: byref variable will be forcibly initialized 99 | unsigned int value; | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:71:42: note: in expansion of macro '__CAST6' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:71:24: note: in expansion of macro '__CAST_TO_U64' 71 | #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:72:42: note: in expansion of macro '__CAST7' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:72:24: note: in expansion of macro '__CAST_TO_U64' 72 | #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:73:42: note: in expansion of macro '__CAST8' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:73:24: note: in expansion of macro '__CAST_TO_U64' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:73:24: note: in expansion of macro '__CAST_TO_U64' 73 | #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:74:43: note: in expansion of macro '__CAST9' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:74:25: note: in expansion of macro '__CAST_TO_U64' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:74:25: note: in expansion of macro '__CAST_TO_U64' 74 | #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:75:43: note: in expansion of macro '__CAST10' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:75:25: note: in expansion of macro '__CAST_TO_U64' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:75:25: note: in expansion of macro '__CAST_TO_U64' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:76:43: note: in expansion of macro '__CAST11' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:76:25: note: in expansion of macro '__CAST_TO_U64' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:76:25: note: in expansion of macro '__CAST_TO_U64' 76 | #define __CAST12(a,...) __CAST_TO_U64(a), __CAST11(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST12' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_arm_event': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(arm_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(arm_event, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c: In function 'anx6345_get_chip_id': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:667:35: note: byref variable will be forcibly initialized 667 | unsigned int i, idl, idh, version; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:667:30: note: byref variable will be forcibly initialized 667 | unsigned int i, idl, idh, version; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:667:25: note: byref variable will be forcibly initialized 667 | unsigned int i, idl, idh, version; | ^~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_non_standard_event': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_aer_event': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_memory_failure_event': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(memory_failure_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(memory_failure_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(memory_failure_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(memory_failure_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(memory_failure_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(memory_failure_event, | ^~~~~~~~~~~ /kisskb/src/drivers/input/input-compat.c: In function 'input_event_from_user': /kisskb/src/drivers/input/input-compat.c:18:43: note: byref variable will be forcibly initialized 18 | struct input_event_compat compat_event; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/input-compat.c: In function 'input_event_to_user': /kisskb/src/drivers/input/input-compat.c:42:43: note: byref variable will be forcibly initialized 42 | struct input_event_compat compat_event; | ^~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_store_hw': /kisskb/src/drivers/leds/leds-mlxreg.c:66:13: note: byref variable will be forcibly initialized 66 | u32 regval; | ^~~~~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_get_hw': /kisskb/src/drivers/leds/leds-mlxreg.c:104:13: note: byref variable will be forcibly initialized 104 | u32 regval; | ^~~~~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_config': /kisskb/src/drivers/leds/leds-mlxreg.c:192:13: note: byref variable will be forcibly initialized 192 | u32 regval; | ^~~~~~ /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c: In function 'sil164_write': /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c:108:17: note: byref variable will be forcibly initialized 108 | uint8_t buf[] = {addr, val}; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input-mt.c:8: /kisskb/src/drivers/input/input-mt.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/input-mt.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c: In function 'sil164_read': /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c:120:17: note: byref variable will be forcibly initialized 120 | uint8_t val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input-mt.c:8: /kisskb/src/drivers/input/input-mt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-mt6323.c: In function 'mt6323_get_led_hw_brightness': /kisskb/src/drivers/leds/leds-mt6323.c:162:22: note: byref variable will be forcibly initialized 162 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/leds/leds-mt6323.c: In function 'mt6323_led_probe': /kisskb/src/drivers/leds/leds-mt6323.c:400:38: note: byref variable will be forcibly initialized 400 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-mt6323.c:374:13: note: byref variable will be forcibly initialized 374 | u32 reg; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c: In function 'gv100_fault_buffer_process': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c:51:40: note: byref variable will be forcibly initialized 51 | struct nvkm_fault_data info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c: In function 'gv100_fault_intr_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c:130:32: note: byref variable will be forcibly initialized 130 | struct nvkm_fault_data info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/tu102.c: In function 'tu102_fault_intr_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fault/tu102.c:90:32: note: byref variable will be forcibly initialized 90 | struct nvkm_fault_data info; | ^~~~ /kisskb/src/drivers/hwmon/sy7636a-hwmon.c: In function 'sy7636a_read': /kisskb/src/drivers/hwmon/sy7636a-hwmon.c:25:18: note: byref variable will be forcibly initialized 25 | int ret, reg_val; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c: In function 'nvkm_fb_bios_memtype': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c:67:17: note: byref variable will be forcibly initialized 67 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c:67:12: note: byref variable will be forcibly initialized 67 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c:66:30: note: byref variable will be forcibly initialized 66 | struct nvbios_M0203E M0203E; | ^~~~~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/smsc47m192.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/smsc47m192.c:203:23: note: byref variable will be forcibly initialized 203 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/smsc47m192.c:419:23: note: byref variable will be forcibly initialized 419 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/smsc47m192.c:357:14: note: byref variable will be forcibly initialized 357 | long val; | ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/smsc47m192.c:301:14: note: byref variable will be forcibly initialized 301 | long val; | ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/smsc47m192.c:324:14: note: byref variable will be forcibly initialized 324 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'hw_revision_show': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:258:22: note: byref variable will be forcibly initialized 258 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:258:17: note: byref variable will be forcibly initialized 258 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:258:12: note: byref variable will be forcibly initialized 258 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'num_dsi_errors_show': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:238:12: note: byref variable will be forcibly initialized 238 | u8 errors = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'dsicm_bl_update_status': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:195:12: note: byref variable will be forcibly initialized 195 | static int dsicm_bl_update_status(struct backlight_device *dev) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'dsicm_probe': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:554:45: note: byref variable will be forcibly initialized 554 | struct backlight_properties props = { 0 }; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'dsicm_power_on': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:300:12: note: byref variable will be forcibly initialized 300 | static int dsicm_power_on(struct panel_drv_data *ddata) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:300:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:302:22: note: byref variable will be forcibly initialized 302 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:302:17: note: byref variable will be forcibly initialized 302 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:302:12: note: byref variable will be forcibly initialized 302 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/leds/leds-pca9532.c: In function 'pca9532_of_populate_pdata': /kisskb/src/drivers/leds/leds-pca9532.c:469:21: note: byref variable will be forcibly initialized 469 | const char *state; | ^~~~~ /kisskb/src/drivers/leds/leds-pca955x.c: In function 'pca955x_gpio_get_value': /kisskb/src/drivers/leds/leds-pca955x.c:398:12: note: byref variable will be forcibly initialized 398 | u8 reg = 0; | ^~~ /kisskb/src/drivers/leds/leds-pca955x.c: In function 'pca955x_led_get': /kisskb/src/drivers/leds/leds-pca955x.c:260:16: note: byref variable will be forcibly initialized 260 | u8 ls, pwm; | ^~~ /kisskb/src/drivers/leds/leds-pca955x.c:260:12: note: byref variable will be forcibly initialized 260 | u8 ls, pwm; | ^~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/leds/leds-pca955x.c:44: /kisskb/src/drivers/leds/leds-pca955x.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-pca955x.c: In function 'pca955x_get_pdata': /kisskb/src/drivers/leds/leds-pca955x.c:447:21: note: byref variable will be forcibly initialized 447 | u32 reg; | ^~~ /kisskb/src/drivers/leds/leds-pca955x.c:446:29: note: byref variable will be forcibly initialized 446 | const char *state; | ^~~~~ /kisskb/src/drivers/leds/leds-pca955x.c: In function 'pca955x_led_set': /kisskb/src/drivers/leds/leds-pca955x.c:294:12: note: byref variable will be forcibly initialized 294 | u8 ls; | ^~ /kisskb/src/drivers/leds/leds-pca955x.c: In function 'pca955x_probe': /kisskb/src/drivers/leds/leds-pca955x.c:499:14: note: byref variable will be forcibly initialized 499 | char default_label[8]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-pca955x.c:493:30: note: byref variable will be forcibly initialized 493 | struct led_init_data init_data; | ^~~~~~~~~ /kisskb/src/drivers/perf/arm-ccn.c: In function 'arm_ccn_irq_handler': /kisskb/src/drivers/perf/arm-ccn.c:1432:13: note: byref variable will be forcibly initialized 1432 | 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:52, 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_writeoob': /kisskb/src/drivers/mtd/mtdchar.c:347:18: note: byref variable will be forcibly initialized 347 | uint32_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:346:28: note: byref variable will be forcibly initialized 346 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:638:36: note: byref variable will be forcibly initialized 638 | struct mtd_oob_ops ops = { | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:597:30: note: byref variable will be forcibly initialized 597 | struct mtd_write_req req; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_blkpg_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:544:32: note: byref variable will be forcibly initialized 544 | struct blkpg_partition p; | ^ /kisskb/src/drivers/mtd/mtdchar.c: In function 'get_oobinfo': /kisskb/src/drivers/mtd/mtdchar.c:493:31: note: byref variable will be forcibly initialized 493 | struct mtd_oob_region oobregion; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/leds/leds-pca963x.c:25: /kisskb/src/drivers/leds/leds-pca963x.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-pca963x.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'shrink_ecclayout': /kisskb/src/drivers/mtd/mtdchar.c:446:31: note: byref variable will be forcibly initialized 446 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'otp_select_filemode': /kisskb/src/drivers/mtd/mtdchar.c:313:16: note: byref variable will be forcibly initialized 313 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/leds/leds-pca963x.c: In function 'pca963x_register_leds': /kisskb/src/drivers/leds/leds-pca963x.c:325:22: note: byref variable will be forcibly initialized 325 | char default_label[32]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-pca963x.c:324:38: note: byref variable will be forcibly initialized 324 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-pca963x.c:294:13: note: byref variable will be forcibly initialized 294 | u32 reg; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:1069:40: note: byref variable will be forcibly initialized 1069 | struct blkpg_ioctl_arg a; | ^ /kisskb/src/drivers/mtd/mtdchar.c:1000:33: note: byref variable will be forcibly initialized 1000 | struct otp_info oinfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:986:37: note: byref variable will be forcibly initialized 986 | int nbr = retlen / sizeof(struct otp_info); | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:970:24: note: byref variable will be forcibly initialized 970 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:954:21: note: byref variable will be forcibly initialized 954 | int mode; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:945:24: note: byref variable will be forcibly initialized 945 | loff_t offs; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:936:24: note: byref variable will be forcibly initialized 936 | loff_t offs; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:920:37: note: byref variable will be forcibly initialized 920 | struct nand_oobinfo oi; | ^~ /kisskb/src/drivers/mtd/mtdchar.c:908:40: note: byref variable will be forcibly initialized 908 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:897:40: note: byref variable will be forcibly initialized 897 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:886:40: note: byref variable will be forcibly initialized 886 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:865:38: note: byref variable will be forcibly initialized 865 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:851:38: note: byref variable will be forcibly initialized 851 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:837:36: note: byref variable will be forcibly initialized 837 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:823:36: note: byref variable will be forcibly initialized 823 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:804:56: note: byref variable will be forcibly initialized 804 | struct erase_info_user einfo32; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:794:58: note: byref variable will be forcibly initialized 794 | struct erase_info_user64 einfo64; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:695:30: note: byref variable will be forcibly initialized 695 | struct mtd_info_user info; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_compat_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:1165:40: note: byref variable will be forcibly initialized 1165 | struct blkpg_ioctl_arg a; | ^ /kisskb/src/drivers/mtd/mtdchar.c:1164:47: note: byref variable will be forcibly initialized 1164 | struct blkpg_compat_ioctl_arg compat_arg; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:1147:38: note: byref variable will be forcibly initialized 1147 | struct mtd_oob_buf32 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:1128:38: note: byref variable will be forcibly initialized 1128 | struct mtd_oob_buf32 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write': /kisskb/src/drivers/mtd/mtdchar.c:263:44: note: byref variable will be forcibly initialized 263 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:224:16: note: byref variable will be forcibly initialized 224 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:222:16: note: byref variable will be forcibly initialized 222 | size_t size = count; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_read': /kisskb/src/drivers/mtd/mtdchar.c:169:44: note: byref variable will be forcibly initialized 169 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:136:16: note: byref variable will be forcibly initialized 136 | size_t size = count; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:132:16: note: byref variable will be forcibly initialized 132 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp103.c: In function 'tmp103_read': /kisskb/src/drivers/hwmon/tmp103.c:58:22: note: byref variable will be forcibly initialized 58 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp464.c: In function 'tmp464_temp_read': /kisskb/src/drivers/hwmon/tmp464.c:150:30: note: byref variable will be forcibly initialized 150 | unsigned int regval, regval2; | ^~~~~~~ /kisskb/src/drivers/hwmon/tmp464.c:150:22: note: byref variable will be forcibly initialized 150 | unsigned int regval, regval2; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp464.c: In function 'tmp464_temp_write': /kisskb/src/drivers/hwmon/tmp464.c:308:22: note: byref variable will be forcibly initialized 308 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp464.c: In function 'tmp464_init_client': /kisskb/src/drivers/hwmon/tmp464.c:430:22: note: byref variable will be forcibly initialized 430 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp464.c: In function 'tmp464_probe_child_from_dt': /kisskb/src/drivers/hwmon/tmp464.c:525:13: note: byref variable will be forcibly initialized 525 | s32 nfactor; | ^~~~~~~ /kisskb/src/drivers/hwmon/tmp464.c:524:13: note: byref variable will be forcibly initialized 524 | u32 channel; | ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/mtdoops.c:11: /kisskb/src/drivers/mtd/mtdoops.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_write': /kisskb/src/drivers/mtd/mtdoops.c:187:16: note: byref variable will be forcibly initialized 187 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_do_dump': /kisskb/src/drivers/mtd/mtdoops.c:290:31: note: byref variable will be forcibly initialized 290 | struct kmsg_dump_iter iter; | ^~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'find_next_position': /kisskb/src/drivers/mtd/mtdoops.c:236:16: note: byref variable will be forcibly initialized 236 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdoops.c:233:28: note: byref variable will be forcibly initialized 233 | struct mtdoops_hdr hdr; | ^~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_erase_block': /kisskb/src/drivers/mtd/mtdoops.c:87:27: note: byref variable will be forcibly initialized 87 | struct erase_info erase; | ^~~~~ /kisskb/src/drivers/mtd/mtdoops.c: In function 'mtdoops_init': /kisskb/src/drivers/mtd/mtdoops.c:393:15: note: byref variable will be forcibly initialized 393 | char *endp; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_get_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:785:30: note: byref variable will be forcibly initialized 785 | struct stp_policy_id id = { | ^~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_tolerance': /kisskb/src/drivers/hwmon/w83627ehf.c:915:14: note: byref variable will be forcibly initialized 915 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_target_temp': /kisskb/src/drivers/hwmon/w83627ehf.c:891:14: note: byref variable will be forcibly initialized 891 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_step_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:23: note: byref variable will be forcibly initialized 975 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:991:1: note: in expansion of macro 'fan_functions' 991 | fan_functions(fan_step_output, data->REG_FAN_STEP_OUTPUT) | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_read_range': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:105:24: note: byref variable will be forcibly initialized 105 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_max_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:23: note: byref variable will be forcibly initialized 975 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:990:1: note: in expansion of macro 'fan_functions' 990 | fan_functions(fan_max_output, data->REG_FAN_MAX_OUTPUT) | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_read': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:129:12: note: byref variable will be forcibly initialized 129 | u8 val; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_stop_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:23: note: byref variable will be forcibly initialized 975 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:989:1: note: in expansion of macro 'fan_functions' 989 | fan_functions(fan_stop_output, W83627EHF_REG_FAN_STOP_OUTPUT) | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_irq': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:142:24: note: byref variable will be forcibly initialized 142 | u8 csr, cconr, buf[19]; | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_start_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:23: note: byref variable will be forcibly initialized 975 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:988:1: note: in expansion of macro 'fan_functions' 988 | fan_functions(fan_start_output, W83627EHF_REG_FAN_START_OUTPUT) | ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_stop_time': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_write_range': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:76:12: note: byref variable will be forcibly initialized 76 | u8 buf[CEC_MAX_MSG_SIZE + 3]; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:75:24: note: byref variable will be forcibly initialized 75 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:1014:23: note: byref variable will be forcibly initialized 1014 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:1027:1: note: in expansion of macro 'fan_time_functions' 1027 | fan_time_functions(fan_stop_time, W83627EHF_REG_FAN_STOP_TIME) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_cec_transmit': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:215:12: note: byref variable will be forcibly initialized 215 | static int tda9950_cec_transmit(struct cec_adapter *adap, u8 attempts, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:219:12: note: byref variable will be forcibly initialized 219 | u8 buf[CEC_MAX_MSG_SIZE + 2]; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_open': /kisskb/src/drivers/hwtracing/stm/core.c:489:22: note: byref variable will be forcibly initialized 489 | unsigned int major = imajor(inode); | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_cec_adap_log_addr': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:237:12: note: byref variable will be forcibly initialized 237 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_release': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:299:13: note: byref variable will be forcibly initialized 299 | static void tda9950_release(struct tda9950_priv *priv) | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_open': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:278:12: note: byref variable will be forcibly initialized 278 | static int tda9950_open(struct tda9950_priv *priv) | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:278:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'sensors_w83627ehf_init': /kisskb/src/drivers/hwmon/w83627ehf.c:2123:35: note: byref variable will be forcibly initialized 2123 | struct w83627ehf_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c:2118:24: note: byref variable will be forcibly initialized 2118 | unsigned short address; | ^~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_output_assign': /kisskb/src/drivers/hwtracing/stm/core.c:285:40: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:34: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:28: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:22: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_set_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:731:13: note: byref variable will be forcibly initialized 731 | u32 size; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:729:15: note: byref variable will be forcibly initialized 729 | char *ids[] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:803:13: note: byref variable will be forcibly initialized 803 | u64 options; | ^~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_write': /kisskb/src/drivers/hwtracing/stm/core.c:635:23: note: byref variable will be forcibly initialized 635 | char *ids[] = { comm, "default", NULL }; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c:634:22: note: byref variable will be forcibly initialized 634 | char comm[sizeof(current->comm)]; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_source_link_add': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1040:9: note: in expansion of macro 'rcu_assign_pointer' 1040 | rcu_assign_pointer(src->link, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1000:9: note: in expansion of macro 'rcu_assign_pointer' 1000 | rcu_assign_pointer(src->link, stm); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:992:15: note: byref variable will be forcibly initialized 992 | char *ids[] = { NULL, "default", NULL }; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function '__stm_source_link_drop': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1089:9: note: in expansion of macro 'rcu_assign_pointer' 1089 | rcu_assign_pointer(src->link, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'cec_write': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:407:12: note: byref variable will be forcibly initialized 407 | u8 buf[] = {addr, val}; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'cec_read': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:424:12: note: byref variable will be forcibly initialized 424 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'set_page': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:562:20: note: byref variable will be forcibly initialized 562 | u8 buf[] = { | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_write': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:653:12: note: byref variable will be forcibly initialized 653 | u8 buf[] = {REG2ADDR(reg), val}; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_write16': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:672:12: note: byref variable will be forcibly initialized 672 | u8 buf[] = {REG2ADDR(reg), val >> 8, val}; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_read_range': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:581:12: note: byref variable will be forcibly initialized 581 | u8 addr = REG2ADDR(reg); | ^~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_read': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:640:12: note: byref variable will be forcibly initialized 640 | u8 val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_write_range': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:613:12: note: byref variable will be forcibly initialized 613 | u8 buf[MAX_WRITE_RANGE_BUF + 1]; | ^~~ /kisskb/src/drivers/input/input-poller.c: In function 'input_dev_set_poll_interval': /kisskb/src/drivers/input/input-poller.c:152:22: note: byref variable will be forcibly initialized 152 | unsigned int interval; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_if': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:831:12: note: byref variable will be forcibly initialized 831 | u8 buf[MAX_WRITE_RANGE_BUF]; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_avi': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:860:30: note: byref variable will be forcibly initialized 860 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_aif': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:850:30: note: byref variable will be forcibly initialized 850 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_vsi': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:874:30: note: byref variable will be forcibly initialized 874 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_configure_audio': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1006:12: note: byref variable will be forcibly initialized 1006 | u8 buf[6], adiv; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:9: /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'read_edid_block': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1241:21: note: in expansion of macro 'wait_event_timeout' 1241 | i = wait_event_timeout(priv->wq_edid, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_edid_delay_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:767:16: note: in expansion of macro 'wait_event_killable' 767 | return wait_event_killable(priv->edid_delay_waitq, !priv->edid_delay_active); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_get_audio_ports': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1694:13: note: byref variable will be forcibly initialized 1694 | u32 size; | ^~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_create': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1813:13: note: byref variable will be forcibly initialized 1813 | u32 video; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1811:31: note: byref variable will be forcibly initialized 1811 | struct i2c_board_info cec_info; | ^~~~~~~~ /kisskb/src/drivers/devfreq/rk3399_dmc.c: In function 'rk3399_dmcfreq_get_dev_status': /kisskb/src/drivers/devfreq/rk3399_dmc.c:222:35: note: byref variable will be forcibly initialized 222 | struct devfreq_event_data edata; | ^~~~~ In file included from /kisskb/src/drivers/devfreq/rk3399_dmc.c:16: /kisskb/src/drivers/devfreq/rk3399_dmc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/devfreq/rk3399_dmc.c: In function 'rk3399_dmcfreq_probe': /kisskb/src/drivers/devfreq/rk3399_dmc.c:342:13: note: byref variable will be forcibly initialized 342 | u32 val; | ^~~ /kisskb/src/drivers/devfreq/rk3399_dmc.c:335:30: note: byref variable will be forcibly initialized 335 | struct arm_smccc_res res; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/ff-core.c:14: /kisskb/src/drivers/input/ff-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/devfreq/rk3399_dmc.c: In function 'rk3399_dmcfreq_target': /kisskb/src/drivers/devfreq/rk3399_dmc.c:77:30: note: byref variable will be forcibly initialized 77 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/extcon/extcon-max77843.c: In function 'max77843_muic_adc_gnd_handler': /kisskb/src/drivers/extcon/extcon-max77843.c:372:14: note: byref variable will be forcibly initialized 372 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77843.c: In function 'max77843_muic_chg_handler': /kisskb/src/drivers/extcon/extcon-max77843.c:535:14: note: byref variable will be forcibly initialized 535 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77843.c: In function 'max77843_muic_detect_cable_wq': /kisskb/src/drivers/extcon/extcon-max77843.c:709:14: note: byref variable will be forcibly initialized 709 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77843.c: In function 'max77843_muic_probe': /kisskb/src/drivers/extcon/extcon-max77843.c:814:22: note: byref variable will be forcibly initialized 814 | unsigned int id; | ^~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_init_dev_type': /kisskb/src/drivers/extcon/extcon-ptn5150.c:183:22: note: byref variable will be forcibly initialized 183 | unsigned int reg_data, vendor_id, version_id; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_check_state': /kisskb/src/drivers/extcon/extcon-ptn5150.c:74:35: note: byref variable will be forcibly initialized 74 | unsigned int port_status, reg_data, vbus; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_irq_work': /kisskb/src/drivers/extcon/extcon-ptn5150.c:121:22: note: byref variable will be forcibly initialized 121 | unsigned int int_status; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:995:12: note: byref variable will be forcibly initialized 995 | u8 sink; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:993:23: note: byref variable will be forcibly initialized 993 | struct dp_sdp psr_vsc; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_is_enhanced_mode_available': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:192:12: note: byref variable will be forcibly initialized 192 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_get_max_rx_bandwidth': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:615:12: note: byref variable will be forcibly initialized 615 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_get_max_rx_lane_count': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:630:12: note: byref variable will be forcibly initialized 630 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_fast_link_train_detection': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:926:12: note: byref variable will be forcibly initialized 926 | u8 spread; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_detect_sink_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:108:23: note: byref variable will be forcibly initialized 108 | unsigned char psr_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_rx_to_enhanced_mode': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:168:1: note: byref variable will be forcibly initialized 168 | analogix_dp_enable_rx_to_enhanced_mode(struct analogix_dp_device *dp, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:168:1: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:171:12: note: byref variable will be forcibly initialized 171 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_training_pattern_dis': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:224:12: note: byref variable will be forcibly initialized 224 | static int analogix_dp_training_pattern_dis(struct analogix_dp_device *dp) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_set_enhanced_mode': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:208:12: note: byref variable will be forcibly initialized 208 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_fast_link_train': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:715:24: note: byref variable will be forcibly initialized 715 | u8 link_align, link_status[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:715:12: note: byref variable will be forcibly initialized 715 | u8 link_align, link_status[2]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_link_start': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:258:12: note: byref variable will be forcibly initialized 258 | static int analogix_dp_link_start(struct analogix_dp_device *dp) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:260:12: note: byref variable will be forcibly initialized 260 | u8 buf[4]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_process_clock_recovery': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:466:12: note: byref variable will be forcibly initialized 466 | static int analogix_dp_process_clock_recovery(struct analogix_dp_device *dp) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:470:28: note: byref variable will be forcibly initialized 470 | u8 link_status[2], adjust_request[2]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:470:12: note: byref variable will be forcibly initialized 470 | u8 link_status[2], adjust_request[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_process_equalizer_training': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:542:40: note: byref variable will be forcibly initialized 542 | u8 link_align, link_status[2], adjust_request[2]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:542:24: note: byref variable will be forcibly initialized 542 | u8 link_align, link_status[2], adjust_request[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:542:12: note: byref variable will be forcibly initialized 542 | u8 link_align, link_status[2], adjust_request[2]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:541:13: note: byref variable will be forcibly initialized 541 | u32 reg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_disable_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1019:12: note: byref variable will be forcibly initialized 1019 | static int analogix_dp_disable_psr(struct analogix_dp_device *dp) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1023:12: note: byref variable will be forcibly initialized 1023 | u8 sink; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1021:23: note: byref variable will be forcibly initialized 1021 | struct dp_sdp psr_vsc; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_scramble': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:859:12: note: byref variable will be forcibly initialized 859 | static int analogix_dp_enable_scramble(struct analogix_dp_device *dp, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:859:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:862:12: note: byref variable will be forcibly initialized 862 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_sink_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:121:12: note: byref variable will be forcibly initialized 121 | static int analogix_dp_enable_sink_psr(struct analogix_dp_device *dp) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:121:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:121:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:123:23: note: byref variable will be forcibly initialized 123 | unsigned char psr_en; | ^~~~~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'set_times': /kisskb/src/drivers/leds/leds-tca6507.c:315:17: note: byref variable will be forcibly initialized 315 | int c1, c2; | ^~ /kisskb/src/drivers/leds/leds-tca6507.c:315:13: note: byref variable will be forcibly initialized 315 | int c1, c2; | ^~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'led_prepare': /kisskb/src/drivers/leds/leds-tca6507.c:384:17: note: byref variable will be forcibly initialized 384 | int c1, c2; | ^~ /kisskb/src/drivers/leds/leds-tca6507.c:384:13: note: byref variable will be forcibly initialized 384 | int c1, c2; | ^~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'tca6507_work': /kisskb/src/drivers/leds/leds-tca6507.c:350:12: note: byref variable will be forcibly initialized 350 | u8 file[TCA6507_REG_CNT]; | ^~~~ In file included from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/leds-tca6507.c:76: /kisskb/src/drivers/leds/leds-tca6507.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'tca6507_led_dt_init': /kisskb/src/drivers/leds/leds-tca6507.c:688:21: note: byref variable will be forcibly initialized 688 | u32 reg; | ^~~ /kisskb/src/drivers/leds/leds-tca6507.c:687:33: note: byref variable will be forcibly initialized 687 | struct led_info led; | ^~~ /kisskb/src/drivers/leds/leds-wm831x-status.c: In function 'wm831x_status_probe': /kisskb/src/drivers/leds/leds-wm831x-status.c:212:36: note: byref variable will be forcibly initialized 212 | struct wm831x_status_pdata pdata; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'panel_edp_get_timings_modes': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:248:34: note: byref variable will be forcibly initialized 248 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'panel_edp_parse_panel_timing_node': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:652:26: note: byref variable will be forcibly initialized 652 | struct videomode vm; | ^~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/include/linux/of_platform.h:12, from /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:29: /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'generic_edp_panel_probe': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:700:13: note: byref variable will be forcibly initialized 700 | u32 absent_ms = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:699:13: note: byref variable will be forcibly initialized 699 | u32 reliable_ms = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:698:13: note: byref variable will be forcibly initialized 698 | u16 product_id; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:697:14: note: byref variable will be forcibly initialized 697 | char vend[4]; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'panel_edp_probe': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:784:31: note: byref variable will be forcibly initialized 784 | struct display_timing dt; | ^~ /kisskb/src/drivers/leds/leds-tlc591xx.c: In function 'tlc591xx_probe': /kisskb/src/drivers/leds/leds-tlc591xx.c:189:38: note: byref variable will be forcibly initialized 189 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-tlc591xx.c:155:25: note: byref variable will be forcibly initialized 155 | int err, count, reg; | ^~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_get_prop_u32': /kisskb/src/drivers/input/touchscreen.c:20:13: note: byref variable will be forcibly initialized 20 | u32 val; | ^~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_parse_properties': /kisskb/src/drivers/input/touchscreen.c:71:40: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~ /kisskb/src/drivers/input/touchscreen.c:71:31: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen.c:71:22: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c: In function 'nv50_fb_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c:145:23: note: byref variable will be forcibly initialized 145 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c:141:32: note: byref variable will be forcibly initialized 141 | struct nvkm_fifo_chan *chan; | ^~~~ 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:248, 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:24: note: byref variable will be forcibly initialized 393 | DECLARE_BITMAP(handled_bm, FF_MEMLESS_EFFECTS); | ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/input/ff-memless.c:392:26: note: byref variable will be forcibly initialized 392 | struct ff_effect effect; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/nvmem/core.c:9: /kisskb/src/drivers/nvmem/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_read': /kisskb/src/drivers/nvmem/core.c:1764:17: note: byref variable will be forcibly initialized 1764 | ssize_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c:1762:33: note: byref variable will be forcibly initialized 1762 | struct nvmem_cell_entry cell; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_add_cells_from_of': /kisskb/src/drivers/nvmem/core.c:689:13: note: byref variable will be forcibly initialized 689 | int len; | ^~~ /kisskb/src/drivers/mux/core.c: In function 'mux_get': /kisskb/src/drivers/mux/core.c:535:32: note: byref variable will be forcibly initialized 535 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/nvmem/core.c:19: /kisskb/src/drivers/nvmem/core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u32': /kisskb/src/drivers/nvmem/core.c:1699:16: note: byref variable will be forcibly initialized 1699 | size_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u64': /kisskb/src/drivers/nvmem/core.c:1730:16: note: byref variable will be forcibly initialized 1730 | size_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_prepare_write_buffer': /kisskb/src/drivers/nvmem/core.c:1475:12: note: byref variable will be forcibly initialized 1475 | u8 v, *p, *buf, *b, pbyte, pbits; | ^ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_write': /kisskb/src/drivers/nvmem/core.c:1793:33: note: byref variable will be forcibly initialized 1793 | struct nvmem_cell_entry cell; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_common': /kisskb/src/drivers/nvmem/core.c:1571:16: note: byref variable will be forcibly initialized 1571 | size_t len; | ^~~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/drivers/input/mousedev.c:15: /kisskb/src/drivers/input/mousedev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/input/mousedev.c:16: /kisskb/src/drivers/input/mousedev.c: In function 'mousedev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mousedev.c:728:18: note: in expansion of macro 'wait_event_interruptible' 728 | retval = wait_event_interruptible(mousedev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mousedev.c:721:12: note: byref variable will be forcibly initialized 721 | u8 data[sizeof(client->ps2)]; | ^~~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_tolerance': /kisskb/src/drivers/hwmon/w83l786ng.c:590:23: note: byref variable will be forcibly initialized 590 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/w83l786ng.c:534:23: note: byref variable will be forcibly initialized 534 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_pwm_mode': /kisskb/src/drivers/hwmon/w83l786ng.c:482:23: note: byref variable will be forcibly initialized 482 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83l786ng.c:509:23: note: byref variable will be forcibly initialized 509 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_fan_div': /kisskb/src/drivers/hwmon/w83l786ng.c:342:23: note: byref variable will be forcibly initialized 342 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83l786ng.c:297:23: note: byref variable will be forcibly initialized 297 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/w83l786ng.c:244:23: note: byref variable will be forcibly initialized 244 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c:257:1: note: in expansion of macro 'store_in_reg' 257 | store_in_reg(MAX, max) | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_in_min': /kisskb/src/drivers/hwmon/w83l786ng.c:244:23: note: byref variable will be forcibly initialized 244 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c:256:1: note: in expansion of macro 'store_in_reg' 256 | store_in_reg(MIN, min) | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83l786ng.c:426:14: note: byref variable will be forcibly initialized 426 | long val; | ^~~ /kisskb/src/drivers/extcon/extcon-sm5502.c: In function 'sm5502_muic_get_cable_type': /kisskb/src/drivers/extcon/extcon-sm5502.c:363:39: note: byref variable will be forcibly initialized 363 | unsigned int cable_type, adc, dev_type1; | ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon-sm5502.c:363:34: note: byref variable will be forcibly initialized 363 | unsigned int cable_type, adc, dev_type1; | ^~~ /kisskb/src/drivers/extcon/extcon-sm5502.c: In function 'sm5502_init_dev_type': /kisskb/src/drivers/extcon/extcon-sm5502.c:646:22: note: byref variable will be forcibly initialized 646 | unsigned int reg_data, vendor_id, version_id; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-rt8973a.c: In function 'rt8973a_muic_get_cable_type': /kisskb/src/drivers/extcon/extcon-rt8973a.c:262:27: note: byref variable will be forcibly initialized 262 | unsigned int adc, dev1; | ^~~~ /kisskb/src/drivers/extcon/extcon-rt8973a.c:262:22: note: byref variable will be forcibly initialized 262 | unsigned int adc, dev1; | ^~~ /kisskb/src/drivers/extcon/extcon-rt8973a.c: In function 'rt8973a_init_dev_type': /kisskb/src/drivers/extcon/extcon-rt8973a.c:503:22: note: byref variable will be forcibly initialized 503 | unsigned int data, vendor_id, version_id; | ^~~~ /kisskb/src/drivers/interconnect/samsung/exynos.c: In function 'exynos_icc_get_parent': /kisskb/src/drivers/interconnect/samsung/exynos.c:33:32: note: byref variable will be forcibly initialized 33 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_check_signature': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:76:18: note: byref variable will be forcibly initialized 76 | unsigned val; | ^~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_irq_handler': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:191:18: note: byref variable will be forcibly initialized 191 | unsigned reg; | ^~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_extcon_probe': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:238:22: note: byref variable will be forcibly initialized 238 | unsigned int revision; | ^~~~~~~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83793.c:334:23: note: byref variable will be forcibly initialized 334 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83793.c:489:23: note: byref variable will be forcibly initialized 489 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83793.c:588:14: note: byref variable will be forcibly initialized 588 | long tmp; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83793.c:535:23: note: byref variable will be forcibly initialized 535 | unsigned long val; | ^~~ 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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/uleds.c:162:34: note: in expansion of macro 'wait_event_interruptible' 162 | retval = wait_event_interruptible(udev->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83793.c:381:23: note: byref variable will be forcibly initialized 381 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf2_temp': /kisskb/src/drivers/hwmon/w83793.c:933:14: note: byref variable will be forcibly initialized 933 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf2_pwm': /kisskb/src/drivers/hwmon/w83793.c:892:23: note: byref variable will be forcibly initialized 892 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf_ctrl': /kisskb/src/drivers/hwmon/w83793.c:820:14: note: byref variable will be forcibly initialized 820 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_temp_mode': /kisskb/src/drivers/hwmon/w83793.c:654:23: note: byref variable will be forcibly initialized 654 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf_setup': /kisskb/src/drivers/hwmon/w83793.c:719:14: note: byref variable will be forcibly initialized 719 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_beep_enable': /kisskb/src/drivers/hwmon/w83793.c:414:23: note: byref variable will be forcibly initialized 414 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_chassis_clear': /kisskb/src/drivers/hwmon/w83793.c:442:23: note: byref variable will be forcibly initialized 442 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_in': /kisskb/src/drivers/hwmon/w83793.c:981:23: note: byref variable will be forcibly initialized 981 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/leds-el15203000.c:6: /kisskb/src/drivers/leds/leds-el15203000.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-el15203000.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/leds/leds-el15203000.c:10: /kisskb/src/drivers/leds/leds-el15203000.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/leds/leds-el15203000.c: In function 'el15203000_cmd': /kisskb/src/drivers/leds/leds-el15203000.c:91:25: note: byref variable will be forcibly initialized 91 | u8 cmd[2]; | ^~~ /kisskb/src/drivers/leds/leds-el15203000.c: In function 'el15203000_probe_dt': /kisskb/src/drivers/leds/leds-el15203000.c:244:38: note: byref variable will be forcibly initialized 244 | struct led_init_data init_data = {}; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hte/hte.c:9: /kisskb/src/drivers/hte/hte.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hte/hte.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hte/hte.c: In function 'hte_ts_get': /kisskb/src/drivers/hte/hte.c:575:14: note: byref variable will be forcibly initialized 575 | bool free_name = false; | ^~~~~~~~~ /kisskb/src/drivers/hte/hte.c:573:13: note: byref variable will be forcibly initialized 573 | u32 xlated_id; | ^~~~~~~~~ /kisskb/src/drivers/hte/hte.c:572:32: note: byref variable will be forcibly initialized 572 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c: In function 'jdi_panel_init': /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:135:49: note: byref variable will be forcibly initialized 135 | ret = mipi_dsi_generic_write(dsi, (u8[]){0xB0, 0x03}, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:126:38: note: byref variable will be forcibly initialized 126 | {0xB3, 0x26, 0x08, 0x00, 0x20, 0x00}, 6); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:116:49: note: byref variable will be forcibly initialized 116 | ret = mipi_dsi_generic_write(dsi, (u8[]){0xB0, 0x00}, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:102:40: note: byref variable will be forcibly initialized 102 | (u8[]){ 0x00 }, 1); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:94:40: note: byref variable will be forcibly initialized 94 | (u8[]){ 0x24 }, 1); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c: In function 'drm_panel_create_dsi_backlight': /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:369:37: note: byref variable will be forcibly initialized 369 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c: In function 'dsi_dcs_bl_get_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:331:13: note: byref variable will be forcibly initialized 331 | u16 brightness = bl->props.brightness; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-lg-lb035q02.c: In function 'lb035q02_write': /kisskb/src/drivers/gpu/drm/panel/panel-lg-lb035q02.c:42:17: note: byref variable will be forcibly initialized 42 | u8 buffer[16]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-lg-lb035q02.c:34:28: note: byref variable will be forcibly initialized 34 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-lg-lg4573.c: In function 'lg4573_spi_write_u16': /kisskb/src/drivers/gpu/drm/panel/panel-lg-lg4573.c:46:28: note: byref variable will be forcibly initialized 46 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-lg-lg4573.c:45:16: note: byref variable will be forcibly initialized 45 | __be16 temp = cpu_to_be16(data); | ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_node_channels_store': /kisskb/src/drivers/hwtracing/stm/policy.c:148:29: note: byref variable will be forcibly initialized 148 | unsigned int first, last; | ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:148:22: note: byref variable will be forcibly initialized 148 | unsigned int first, last; | ^~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_node_masters_store': /kisskb/src/drivers/hwtracing/stm/policy.c:101:29: note: byref variable will be forcibly initialized 101 | unsigned int first, last; | ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:101:22: note: byref variable will be forcibly initialized 101 | unsigned int first, last; | ^~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_make': /kisskb/src/drivers/hwtracing/stm/policy.c:386:43: note: byref variable will be forcibly initialized 386 | const struct stm_protocol_driver *pdrv; | ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:385:40: note: byref variable will be forcibly initialized 385 | const struct config_item_type *pdrv_node_type; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function '__stp_policy_node_lookup': /kisskb/src/drivers/hwtracing/stm/policy.c:496:23: note: byref variable will be forcibly initialized 496 | char *start, *end = s; | ^~~ /kisskb/src/drivers/rapidio/switches/idt_gen3.c: In function 'idtg3_route_get_entry': /kisskb/src/drivers/rapidio/switches/idt_gen3.c:82:13: note: byref variable will be forcibly initialized 82 | u32 rval; | ^~~~ /kisskb/src/drivers/rapidio/switches/idt_gen3.c: In function 'idtg3_shutdown': /kisskb/src/drivers/rapidio/switches/idt_gen3.c:313:13: note: byref variable will be forcibly initialized 313 | u32 rval; | ^~~~ /kisskb/src/drivers/rapidio/switches/idt_gen3.c: In function 'idtg3_em_init': /kisskb/src/drivers/rapidio/switches/idt_gen3.c:164:13: note: byref variable will be forcibly initialized 164 | u32 rval; | ^~~~ /kisskb/src/drivers/rapidio/switches/idt_gen3.c: In function 'idtg3_route_clr_table': /kisskb/src/drivers/rapidio/switches/idt_gen3.c:122:13: note: byref variable will be forcibly initialized 122 | u32 rval; | ^~~~ /kisskb/src/drivers/rapidio/switches/idt_gen3.c: In function 'idtg3_route_add_entry': /kisskb/src/drivers/rapidio/switches/idt_gen3.c:40:13: note: byref variable will be forcibly initialized 40 | u32 rval; | ^~~~ /kisskb/src/drivers/rapidio/switches/idt_gen3.c: In function 'idtg3_em_handler': /kisskb/src/drivers/rapidio/switches/idt_gen3.c:234:13: note: byref variable will be forcibly initialized 234 | u32 rval; | ^~~~ /kisskb/src/drivers/rapidio/switches/idt_gen3.c:233:13: note: byref variable will be forcibly initialized 233 | u32 err_status; | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/interconnect/trace.h:88, from /kisskb/src/drivers/interconnect/core.c:25: /kisskb/src/drivers/interconnect/core.c: In function 'perf_trace_icc_set_bw': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'perf_trace_icc_set_bw_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/interconnect/trace.h:88, from /kisskb/src/drivers/interconnect/core.c:25: /kisskb/src/drivers/interconnect/core.c: In function 'trace_event_raw_event_icc_set_bw': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'trace_event_raw_event_icc_set_bw_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/interconnect/core.c:9: /kisskb/src/drivers/interconnect/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'path_find': /kisskb/src/drivers/interconnect/core.c:184:26: note: byref variable will be forcibly initialized 184 | struct list_head visited_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:183:26: note: byref variable will be forcibly initialized 183 | struct list_head edge_list; | ^~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:182:26: note: byref variable will be forcibly initialized 182 | struct list_head traverse_list; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/interconnect/trace.h:88, from /kisskb/src/drivers/interconnect/core.c:25: /kisskb/src/drivers/interconnect/core.c: In function '__bpf_trace_icc_set_bw': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function '__bpf_trace_icc_set_bw_end': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'of_icc_get_by_index': /kisskb/src/drivers/interconnect/core.c:442:42: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/drivers/interconnect/core.c:442:32: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/drivers/mux/adg792a.c: In function 'adg792a_probe': /kisskb/src/drivers/mux/adg792a.c:66:13: note: byref variable will be forcibly initialized 66 | u32 cells; | ^~~~~ /kisskb/src/drivers/mux/adg792a.c:65:13: note: byref variable will be forcibly initialized 65 | s32 idle_state[3]; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_local_get_device_id': /kisskb/src/drivers/rapidio/rio.c:74:13: note: byref variable will be forcibly initialized 74 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_chk_dev_route': /kisskb/src/drivers/rapidio/rio.c:956:13: note: byref variable will be forcibly initialized 956 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_mport_get_efb': /kisskb/src/drivers/rapidio/rio.c:1348:13: note: byref variable will be forcibly initialized 1348 | u32 reg_val; | ^~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_mport_get_physefb': /kisskb/src/drivers/rapidio/rio.c:784:13: note: byref variable will be forcibly initialized 784 | u32 ftr_header; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_mport_get_feature': /kisskb/src/drivers/rapidio/rio.c:1386:36: note: byref variable will be forcibly initialized 1386 | u32 asm_info, ext_ftr_ptr, ftr_header; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c:1386:13: note: byref variable will be forcibly initialized 1386 | u32 asm_info, ext_ftr_ptr, ftr_header; | ^~~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_set_port_lockout': /kisskb/src/drivers/rapidio/rio.c:869:13: note: byref variable will be forcibly initialized 869 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_unlock_device': /kisskb/src/drivers/rapidio/rio.c:1578:13: note: byref variable will be forcibly initialized 1578 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_std_route_get_entry': /kisskb/src/drivers/rapidio/rio.c:1457:13: note: byref variable will be forcibly initialized 1457 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_mport_chk_dev_access': /kisskb/src/drivers/rapidio/rio.c:996:13: note: byref variable will be forcibly initialized 996 | u32 tmp; | ^~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_get_input_status': /kisskb/src/drivers/rapidio/rio.c:1030:13: note: byref variable will be forcibly initialized 1030 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_clr_err_stopped': /kisskb/src/drivers/rapidio/rio.c:1082:13: note: byref variable will be forcibly initialized 1082 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_inb_pwrite_handler': /kisskb/src/drivers/rapidio/rio.c:1174:17: note: byref variable will be forcibly initialized 1174 | int rc, portnum; | ^~~~~~~ /kisskb/src/drivers/rapidio/rio.c:1173:37: note: byref variable will be forcibly initialized 1173 | u32 err_status, em_perrdet, em_ltlerrdet; | ^~~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c:1173:25: note: byref variable will be forcibly initialized 1173 | u32 err_status, em_perrdet, em_ltlerrdet; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c:1173:13: note: byref variable will be forcibly initialized 1173 | u32 err_status, em_perrdet, em_ltlerrdet; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c:1172:25: note: byref variable will be forcibly initialized 1172 | struct rio_dev *rdev; | ^~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_lock_device': /kisskb/src/drivers/rapidio/rio.c:1535:13: note: byref variable will be forcibly initialized 1535 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_std_route_clr_table': /kisskb/src/drivers/rapidio/rio.c:1484:16: note: byref variable will be forcibly initialized 1484 | u32 i, pef, id_inc = 1, ext_cfg = 0; | ^~~ /kisskb/src/drivers/rapidio/rio.c:1483:13: note: byref variable will be forcibly initialized 1483 | u32 max_destid = 0xff; | ^~~~~~~~~~ /kisskb/src/drivers/mux/mmio.c: In function 'mux_mmio_probe': /kisskb/src/drivers/mux/mmio.c:78:26: note: byref variable will be forcibly initialized 78 | u32 reg, mask; | ^~~~ /kisskb/src/drivers/mux/mmio.c:78:21: note: byref variable will be forcibly initialized 78 | u32 reg, mask; | ^~~ /kisskb/src/drivers/mux/mmio.c:77:21: note: byref variable will be forcibly initialized 77 | s32 idle_state = MUX_IDLE_AS_IS; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/rio.h:17, from /kisskb/src/drivers/rapidio/rio.c:18: /kisskb/src/drivers/rapidio/rio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c: In function 'kirin_drm_platform_probe': /kisskb/src/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c:270:33: note: byref variable will be forcibly initialized 270 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c: In function 'dsi_encoder_phy_mode_valid': /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:613:32: note: byref variable will be forcibly initialized 613 | struct mipi_phy_params phy; | ^~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c: In function 'dsi_encoder_mode_valid': /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:646:33: note: byref variable will be forcibly initialized 646 | struct drm_display_mode adj_mode; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c: In function 'dsi_bridge_init': /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:781:28: note: byref variable will be forcibly initialized 781 | struct drm_bridge *bridge; | ^~~~~~ In file included from /kisskb/src/drivers/hwmon/adcxx.c:35: /kisskb/src/drivers/hwmon/adcxx.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/hwmon/adcxx.c: In function 'adcxx_show': /kisskb/src/drivers/hwmon/adcxx.c:54:12: note: byref variable will be forcibly initialized 54 | u8 rx_buf[2]; | ^~~~~~ /kisskb/src/drivers/hwmon/adcxx.c:53:12: note: byref variable will be forcibly initialized 53 | u8 tx_buf[2]; | ^~~~~~ /kisskb/src/drivers/hwmon/adcxx.c: In function 'adcxx_max_store': /kisskb/src/drivers/hwmon/adcxx.c:114:23: note: byref variable will be forcibly initialized 114 | unsigned long value; | ^~~~~ /kisskb/src/drivers/peci/device.c: In function 'peci_device_info_init': /kisskb/src/drivers/peci/device.c:96:13: note: byref variable will be forcibly initialized 96 | u32 cpu_id; | ^~~~~~ /kisskb/src/drivers/peci/device.c:95:12: note: byref variable will be forcibly initialized 95 | u8 revision; | ^~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/hsi/clients/hsi_char.c:16: /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_reset_list': /kisskb/src/drivers/hsi/clients/hsi_char.c:164:19: note: byref variable will be forcibly initialized 164 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_ioctl': /kisskb/src/drivers/hsi/clients/hsi_char.c:530:30: note: byref variable will be forcibly initialized 530 | struct hsc_tx_config txc; | ^~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:529:30: note: byref variable will be forcibly initialized 529 | struct hsc_rx_config rxc; | ^~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:528:22: note: byref variable will be forcibly initialized 528 | unsigned int state; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hsi/clients/hsi_char.c:16: /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:502:15: note: in expansion of macro 'wait_event_interruptible' 502 | ret = wait_event_interruptible(channel->tx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/adc128d818.c: In function 'adc128_temp_store': /kisskb/src/drivers/hwmon/adc128d818.c:208:14: note: byref variable will be forcibly initialized 208 | long val; | ^~~ /kisskb/src/drivers/hwmon/adc128d818.c: In function 'adc128_in_store': /kisskb/src/drivers/hwmon/adc128d818.c:170:14: note: byref variable will be forcibly initialized 170 | long val; | ^~~ /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:443:15: note: in expansion of macro 'wait_event_interruptible' 443 | ret = wait_event_interruptible(channel->rx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_probe': /kisskb/src/drivers/hsi/clients/hsi_char.c:682:15: note: byref variable will be forcibly initialized 682 | dev_t hsc_dev; | ^~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:677:20: note: byref variable will be forcibly initialized 677 | const char devname[] = "hsi_char"; | ^~~~~~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'store_sensor': /kisskb/src/drivers/hwmon/w83781d.c:784:23: note: byref variable will be forcibly initialized 784 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83781d.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'pwm2_enable_store': /kisskb/src/drivers/hwmon/w83781d.c:729:23: note: byref variable will be forcibly initialized 729 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83781d.c:534:23: note: byref variable will be forcibly initialized 534 | unsigned long bit; | ^~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/w83781d.c:266:23: note: byref variable will be forcibly initialized 266 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83781d.c:279:1: note: in expansion of macro 'store_in_reg' 279 | store_in_reg(MAX, max); | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'store_in_min': /kisskb/src/drivers/hwmon/w83781d.c:266:23: note: byref variable will be forcibly initialized 266 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83781d.c:278:1: note: in expansion of macro 'store_in_reg' 278 | store_in_reg(MIN, min); | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'beep_mask_store': /kisskb/src/drivers/hwmon/w83781d.c:494:23: note: byref variable will be forcibly initialized 494 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83781d.c:426:23: note: byref variable will be forcibly initialized 426 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'store_fan_div': /kisskb/src/drivers/hwmon/w83781d.c:643:23: note: byref variable will be forcibly initialized 643 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83781d.c:319:23: note: byref variable will be forcibly initialized 319 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'store_temp_max_hyst': /kisskb/src/drivers/hwmon/w83781d.c:371:14: note: byref variable will be forcibly initialized 371 | long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83781d.c:391:1: note: in expansion of macro 'store_temp_reg' 391 | store_temp_reg(HYST, max_hyst); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83781d.c: In function 'store_temp_max': /kisskb/src/drivers/hwmon/w83781d.c:371:14: note: byref variable will be forcibly initialized 371 | long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83781d.c:390:1: note: in expansion of macro 'store_temp_reg' 390 | store_temp_reg(OVER, max); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/spmi.h:136, from /kisskb/src/drivers/spmi/spmi.c:18: /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_write_begin': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_write_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_read_begin': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(spmi_read_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(spmi_read_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_read_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'perf_trace_spmi_cmd': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/spmi.h:136, from /kisskb/src/drivers/spmi/spmi.c:18: /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_write_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_write_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_read_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(spmi_read_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_read_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_cmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/spmi.h:136, from /kisskb/src/drivers/spmi/spmi.c:18: /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_write_begin': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_write_end': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_read_begin': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(spmi_read_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(spmi_read_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(spmi_read_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(spmi_read_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(spmi_read_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(spmi_read_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_cmd': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function '__bpf_trace_spmi_read_end': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:70:42: note: in expansion of macro '__CAST5' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:70:24: note: in expansion of macro '__CAST_TO_U64' 70 | #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST6' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c: In function 'nt35510_set_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:653:12: note: byref variable will be forcibly initialized 653 | u8 brightness = bl->props.brightness; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c: In function 'nt35510_read_id': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:431:22: note: byref variable will be forcibly initialized 431 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:431:17: note: byref variable will be forcibly initialized 431 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:431:12: note: byref variable will be forcibly initialized 431 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c: In function 'nt35510_setup_display': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:544:12: note: byref variable will be forcibly initialized 544 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:543:12: note: byref variable will be forcibly initialized 543 | u8 addr_mode = NT35510_ROTATE_0_SETTING; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:541:12: note: byref variable will be forcibly initialized 541 | u8 dpfrctr[NT35510_P0_DPFRCTR1_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:540:12: note: byref variable will be forcibly initialized 540 | u8 gseqctr[NT35510_P0_GSEQCTR_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:539:12: note: byref variable will be forcibly initialized 539 | u8 dopctr[NT35510_P0_DOPCTR_LEN]; | ^~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'of_spmi_register_devices': /kisskb/src/drivers/spmi/spmi.c:469:21: note: byref variable will be forcibly initialized 469 | u32 reg[2]; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_set_scale_mode': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:203:12: note: byref variable will be forcibly initialized 203 | u8 cmd_scaler[] = { MCS_PARAM_SCALEUP_MODE, mode }; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_set_scaler': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:188:12: note: byref variable will be forcibly initialized 188 | u8 cmd_scaler[] = { MCS_PARAM_SCALER_FUNCTION, scale_up }; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_set_dispout': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:258:12: note: byref variable will be forcibly initialized 258 | u8 cmd_dispout[] = { MCS_PARAM_DISP_OUTPUT_CTRL, 0x00 }; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_set_cmd2_page': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:119:18: note: byref variable will be forcibly initialized 119 | const u8 mauc_cmd2_page[] = { MCS_CMD_MAUCCTR, 0x55, 0xaa, 0x52, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_set_data_compression': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:143:12: note: byref variable will be forcibly initialized 143 | u8 cmd_vesa_dsc_setting[] = { MCS_PARAM_VESA_DSC_SETTING, 0x03 }; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:142:12: note: byref variable will be forcibly initialized 142 | u8 cmd_vesa_dsc_on[] = { MCS_PARAM_VESA_DSC_ON, !!comp_mode }; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:141:12: note: byref variable will be forcibly initialized 141 | u8 cmd_data_compression[] = { MCS_PARAM_DATA_COMPRESSION, comp_mode }; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_inject_black_image': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:227:12: note: byref variable will be forcibly initialized 227 | u8 cmd_test[] = { 0xff, 0xaa, 0x55, 0xa5, 0x80 }; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:226:18: note: byref variable will be forcibly initialized 226 | const u8 cmd1_black_img[] = { 0xf3, 0x10 }; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:225:18: note: byref variable will be forcibly initialized 225 | const u8 cmd0_black_img[] = { 0x6f, 0x01 }; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_0x_read': /kisskb/src/drivers/input/joydev.c:345:29: note: byref variable will be forcibly initialized 345 | struct JS_DATA_TYPE data; | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/memory.h:171, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/arch/arm64/include/asm/proc-fns.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:9, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/drivers/input/joydev.c:11: /kisskb/src/drivers/input/joydev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_compat_ioctl': /kisskb/src/drivers/input/joydev.c:602:37: note: byref variable will be forcibly initialized 602 | struct JS_DATA_SAVE_TYPE_32 ds32; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c: In function 'nvkm_vram_dtor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c:83:30: note: byref variable will be forcibly initialized 83 | struct nvkm_mm_node *node; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c: In function 'nvkm_ram_get': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c:109:38: note: byref variable will be forcibly initialized 109 | struct nvkm_mm_node **node, *r; | ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/drivers/input/joydev.c:11: /kisskb/src/drivers/input/joydev.c: In function 'joydev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:404:18: note: in expansion of macro 'wait_event_interruptible' 404 | retval = wait_event_interruptible(joydev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:389:25: note: byref variable will be forcibly initialized 389 | struct js_event event; | ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/io.h:11, from /kisskb/src/drivers/input/joydev.c:11: /kisskb/src/drivers/input/joydev.c: In function 'joydev_dev_is_absolute_mouse': /kisskb/src/drivers/input/joydev.c:822:24: note: byref variable will be forcibly initialized 822 | DECLARE_BITMAP(jd_scratch, KEY_CNT); | ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_event': /kisskb/src/drivers/input/joydev.c:117:25: note: byref variable will be forcibly initialized 117 | struct js_event event; | ^~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function '__rio_local_read_config_8': /kisskb/src/drivers/rapidio/rio-access.c:37:13: note: byref variable will be forcibly initialized 37 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:61:1: note: in expansion of macro 'RIO_LOP_READ' 61 | RIO_LOP_READ(8, u8, 1) | ^~~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function '__rio_local_read_config_16': /kisskb/src/drivers/rapidio/rio-access.c:37:13: note: byref variable will be forcibly initialized 37 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:62:1: note: in expansion of macro 'RIO_LOP_READ' 62 | RIO_LOP_READ(16, u16, 2) | ^~~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function '__rio_local_read_config_32': /kisskb/src/drivers/rapidio/rio-access.c:37:13: note: byref variable will be forcibly initialized 37 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:63:1: note: in expansion of macro 'RIO_LOP_READ' 63 | RIO_LOP_READ(32, u32, 4) | ^~~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function 'rio_mport_read_config_8': /kisskb/src/drivers/rapidio/rio-access.c:89:13: note: byref variable will be forcibly initialized 89 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:114:1: note: in expansion of macro 'RIO_OP_READ' 114 | RIO_OP_READ(8, u8, 1) | ^~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function 'rio_mport_read_config_16': /kisskb/src/drivers/rapidio/rio-access.c:89:13: note: byref variable will be forcibly initialized 89 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:115:1: note: in expansion of macro 'RIO_OP_READ' 115 | RIO_OP_READ(16, u16, 2) | ^~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function 'rio_mport_read_config_32': /kisskb/src/drivers/rapidio/rio-access.c:89:13: note: byref variable will be forcibly initialized 89 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:116:1: note: in expansion of macro 'RIO_OP_READ' 116 | RIO_OP_READ(32, u32, 4) | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/pps/clients/pps-ktimer.c:15: /kisskb/src/drivers/pps/clients/pps-ktimer.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:37: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps-ktimer.c: In function 'pps_ktimer_event': /kisskb/src/drivers/pps/clients/pps-ktimer.c:30:31: note: byref variable will be forcibly initialized 30 | struct pps_event_time ts; | ^~ 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:55, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_ungrab': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:365:9: note: in expansion of macro 'rcu_assign_pointer' 365 | rcu_assign_pointer(evdev->grab, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/poll.h:10, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:55, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_grab': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:352:9: note: in expansion of macro 'rcu_assign_pointer' 352 | rcu_assign_pointer(evdev->grab, client); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_pass_values': /kisskb/src/drivers/input/evdev.c:249:28: note: byref variable will be forcibly initialized 249 | struct input_event event; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_get_keycode_v2': /kisskb/src/drivers/input/evdev.c:827:35: note: byref variable will be forcibly initialized 827 | struct input_keymap_entry ke; | ^~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_set_keycode_v2': /kisskb/src/drivers/input/evdev.c:862:35: note: byref variable will be forcibly initialized 862 | struct input_keymap_entry ke; | ^~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_do_ioctl': /kisskb/src/drivers/input/evdev.c:1039:22: note: byref variable will be forcibly initialized 1039 | unsigned int i, t, u, v; | ^ /kisskb/src/drivers/input/evdev.c:1037:26: note: byref variable will be forcibly initialized 1037 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/input/evdev.c:1036:27: note: byref variable will be forcibly initialized 1036 | struct input_mask mask; | ^~~~ /kisskb/src/drivers/input/evdev.c:1035:30: note: byref variable will be forcibly initialized 1035 | struct input_absinfo abs; | ^~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_write': /kisskb/src/drivers/input/evdev.c:507:28: note: byref variable will be forcibly initialized 507 | struct input_event event; | ^~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:598:33: note: in expansion of macro 'wait_event_interruptible' 598 | error = wait_event_interruptible(client->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:563:28: note: byref variable will be forcibly initialized 563 | struct input_event event; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_event': /kisskb/src/drivers/input/evdev.c:317:28: note: byref variable will be forcibly initialized 317 | struct input_value vals[] = { { type, code, value } }; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c: In function 'analogix_dp_get_psr_status': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:941:12: note: byref variable will be forcibly initialized 941 | u8 status; | ^~~~~~ /kisskb/src/drivers/hte/hte-tegra194.c: In function 'tegra_hte_read_fifo': /kisskb/src/drivers/hte/hte-tegra194.c:487:28: note: byref variable will be forcibly initialized 487 | struct hte_ts_data el; | ^~ 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/hte/hte-tegra194.c:15: /kisskb/src/drivers/hte/hte-tegra194.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hte/hte-tegra194.c: In function 'tegra_hte_probe': /kisskb/src/drivers/hte/hte-tegra194.c:567:16: note: byref variable will be forcibly initialized 567 | u32 i, slices, val = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv1a.c: In function 'nv1a_ram_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv1a.c:30:13: note: byref variable will be forcibly initialized 30 | u32 mem, mib; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/adm1025.c:241:14: note: byref variable will be forcibly initialized 241 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/adm1025.c:220:14: note: byref variable will be forcibly initialized 220 | long val; | ^~~ /kisskb/src/drivers/peci/sysfs.c: In function 'rescan_store': /kisskb/src/drivers/peci/sysfs.c:20:14: note: byref variable will be forcibly initialized 20 | bool res; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1025.c:304:14: note: byref variable will be forcibly initialized 304 | long val; | ^~~ /kisskb/src/drivers/peci/sysfs.c: In function 'remove_store': /kisskb/src/drivers/peci/sysfs.c:56:14: note: byref variable will be forcibly initialized 56 | bool res; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1025.c:282:14: note: byref variable will be forcibly initialized 282 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/adm1025.c:369:23: note: byref variable will be forcibly initialized 369 | unsigned long val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c: In function 'nv40_ram_prog': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:165:17: note: in expansion of macro 'nvkm_msec' 165 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:28: /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:156:17: note: in expansion of macro 'nvbios_init' 156 | nvbios_init(subdev, nvbios_rd16(bios, M.offset + 0x00)); | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:24: /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:105:17: note: in expansion of macro 'nvkm_msec' 105 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:99:17: note: in expansion of macro 'nvkm_msec' 99 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:73:26: note: byref variable will be forcibly initialized 73 | struct bit_entry M; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c: In function 'nv40_ram_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:41:13: note: byref variable will be forcibly initialized 41 | int log2P, ret; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:40:25: note: byref variable will be forcibly initialized 40 | int N1, M1, N2, M2; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:40:21: note: byref variable will be forcibly initialized 40 | int N1, M1, N2, M2; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:40:17: note: byref variable will be forcibly initialized 40 | int N1, M1, N2, M2; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:40:13: note: byref variable will be forcibly initialized 40 | int N1, M1, N2, M2; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c:39:27: note: byref variable will be forcibly initialized 39 | struct nvbios_pll pll; | ^~~ /kisskb/src/drivers/hwtracing/stm/p_basic.c: In function 'basic_write': /kisskb/src/drivers/hwtracing/stm/p_basic.c:17:29: note: byref variable will be forcibly initialized 17 | const unsigned char nil = 0; | ^~~ /kisskb/src/drivers/nvmem/bcm-ocotp.c: In function 'bcm_otpc_probe': /kisskb/src/drivers/nvmem/bcm-ocotp.c:261:13: note: byref variable will be forcibly initialized 261 | u32 num_words; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/adm1029.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1029.c:204:14: note: byref variable will be forcibly initialized 204 | long val; | ^~~ In file included from /kisskb/src/drivers/pps/clients/pps-gpio.c:19: /kisskb/src/drivers/pps/clients/pps-gpio.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:37: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps-gpio.c: In function 'pps_gpio_irq_handler': /kisskb/src/drivers/pps/clients/pps-gpio.c:47:31: note: byref variable will be forcibly initialized 47 | struct pps_event_time ts; | ^~ /kisskb/src/drivers/pps/clients/pps-gpio.c: In function 'pps_gpio_setup': /kisskb/src/drivers/pps/clients/pps-gpio.c:106:13: note: byref variable will be forcibly initialized 106 | u32 value; | ^~~~~ /kisskb/src/drivers/rapidio/rio-sysfs.c: In function 'rio_read_config': /kisskb/src/drivers/rapidio/rio-sysfs.c:176:20: note: byref variable will be forcibly initialized 176 | u8 val; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c:167:21: note: byref variable will be forcibly initialized 167 | u16 val; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c:156:21: note: byref variable will be forcibly initialized 156 | u32 val; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c:147:21: note: byref variable will be forcibly initialized 147 | u16 val; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c:139:20: note: byref variable will be forcibly initialized 139 | u8 val; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c: In function 'scan_store': /kisskb/src/drivers/rapidio/rio-sysfs.c:291:14: note: byref variable will be forcibly initialized 291 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c: In function 'nv50_ram_gpio': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:194:30: note: byref variable will be forcibly initialized 194 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c: In function 'nv50_ram_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:232:13: note: byref variable will be forcibly initialized 232 | u32 timing[9]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:230:29: note: byref variable will be forcibly initialized 230 | int N1, M1, N2, M2, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:230:25: note: byref variable will be forcibly initialized 230 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:230:21: note: byref variable will be forcibly initialized 230 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:230:17: note: byref variable will be forcibly initialized 230 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:230:13: note: byref variable will be forcibly initialized 230 | int N1, M1, N2, M2, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:227:40: note: byref variable will be forcibly initialized 227 | u8 ver, hdr, cnt, len, strap, size; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:227:28: note: byref variable will be forcibly initialized 227 | u8 ver, hdr, cnt, len, strap, size; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:227:23: note: byref variable will be forcibly initialized 227 | u8 ver, hdr, cnt, len, strap, size; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:227:18: note: byref variable will be forcibly initialized 227 | u8 ver, hdr, cnt, len, strap, size; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:227:13: note: byref variable will be forcibly initialized 227 | u8 ver, hdr, cnt, len, strap, size; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:225:27: note: byref variable will be forcibly initialized 225 | struct nvbios_pll mpll; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:224:29: note: byref variable will be forcibly initialized 224 | struct nvbios_perfE perfE; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rapidio/rio_cm.c:10: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'rio_cm_shutdown': /kisskb/src/drivers/rapidio/rio_cm.c:2245:19: note: byref variable will be forcibly initialized 2245 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c:2244:22: note: byref variable will be forcibly initialized 2244 | unsigned int i; | ^ /kisskb/src/drivers/hwmon/adm1177.c: In function 'adm1177_read': /kisskb/src/drivers/hwmon/adm1177.c:77:12: note: byref variable will be forcibly initialized 77 | u8 data[3]; | ^~~~ /kisskb/src/drivers/hwmon/adm1177.c: In function 'adm1177_probe': /kisskb/src/drivers/hwmon/adm1177.c:204:13: note: byref variable will be forcibly initialized 204 | u32 alert_threshold_ua; | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/rapidio/rio_cm.c:10: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rapidio/rio_cm.c:10: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'riocm_remove_dev': /kisskb/src/drivers/rapidio/rio_cm.c:1996:19: note: byref variable will be forcibly initialized 1996 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c:1994:22: note: byref variable will be forcibly initialized 1994 | unsigned int i; | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rapidio/rio_cm.c:10: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'riocm_cdev_release': /kisskb/src/drivers/rapidio/rio_cm.c:1498:19: note: byref variable will be forcibly initialized 1498 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c:1497:22: note: byref variable will be forcibly initialized 1497 | unsigned int i; | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rapidio/rio_cm.c:10: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'riocm_remove_mport': /kisskb/src/drivers/rapidio/rio_cm.c:2184:19: note: byref variable will be forcibly initialized 2184 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c:2182:22: note: byref variable will be forcibly initialized 2182 | unsigned int i; | ^ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c: In function 'gt215_ram_gpio': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:469:30: note: byref variable will be forcibly initialized 469 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c: In function 'gt215_link_train': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:167:23: note: byref variable will be forcibly initialized 167 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:165:37: note: byref variable will be forcibly initialized 165 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:165:32: note: byref variable will be forcibly initialized 165 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:165:27: note: byref variable will be forcibly initialized 165 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:165:22: note: byref variable will be forcibly initialized 165 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:165:17: note: byref variable will be forcibly initialized 165 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:165:12: note: byref variable will be forcibly initialized 165 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:164:30: note: byref variable will be forcibly initialized 164 | struct nvbios_M0205T M0205T = { 0 }; | ^~~~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_msg_rcv': /kisskb/src/drivers/rapidio/rio_cm.c:1862:15: note: byref variable will be forcibly initialized 1862 | void *buf; | ^~~ /kisskb/src/drivers/rapidio/rio_cm.c:1860:27: note: byref variable will be forcibly initialized 1860 | struct rio_cm_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c: In function 'gt215_ram_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:508:13: note: byref variable will be forcibly initialized 508 | u32 timing[9]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:503:28: note: byref variable will be forcibly initialized 503 | u8 ver, hdr, cnt, len, strap; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:503:23: note: byref variable will be forcibly initialized 503 | u8 ver, hdr, cnt, len, strap; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:503:18: note: byref variable will be forcibly initialized 503 | u8 ver, hdr, cnt, len, strap; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:503:13: note: byref variable will be forcibly initialized 503 | u8 ver, hdr, cnt, len, strap; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:500:31: note: byref variable will be forcibly initialized 500 | struct gt215_clk_info mclk; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_ep_get_list_size': /kisskb/src/drivers/rapidio/rio_cm.c:1533:13: note: byref variable will be forcibly initialized 1533 | u32 count = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c: In function 'gt215_link_train_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:284:27: note: byref variable will be forcibly initialized 284 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:284:22: note: byref variable will be forcibly initialized 284 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:284:17: note: byref variable will be forcibly initialized 284 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:284:12: note: byref variable will be forcibly initialized 284 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:283:30: note: byref variable will be forcibly initialized 283 | struct nvbios_M0205E M0205E; | ^~~~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_ep_get_list': /kisskb/src/drivers/rapidio/rio_cm.c:1564:13: note: byref variable will be forcibly initialized 1564 | u32 info[2]; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_bind': /kisskb/src/drivers/rapidio/rio_cm.c:1716:31: note: byref variable will be forcibly initialized 1716 | struct rio_cm_channel chan; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_connect': /kisskb/src/drivers/rapidio/rio_cm.c:1780:31: note: byref variable will be forcibly initialized 1780 | struct rio_cm_channel chan; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_mport_get_list': /kisskb/src/drivers/rapidio/rio_cm.c:1619:13: note: byref variable will be forcibly initialized 1619 | u32 entries; | ^~~~~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_create': /kisskb/src/drivers/rapidio/rio_cm.c:1659:13: note: byref variable will be forcibly initialized 1659 | u16 ch_num; | ^~~~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_accept': /kisskb/src/drivers/rapidio/rio_cm.c:1748:30: note: byref variable will be forcibly initialized 1748 | struct rio_cm_accept param; | ^~~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_msg_send': /kisskb/src/drivers/rapidio/rio_cm.c:1835:27: note: byref variable will be forcibly initialized 1835 | struct rio_cm_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c: In function 'mxsfb_attach_bridge': /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c:124:28: note: byref variable will be forcibly initialized 124 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c:123:27: note: byref variable will be forcibly initialized 123 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c:122:40: note: byref variable will be forcibly initialized 122 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c: In function 'mxsfb_irq_handler': /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c:163:18: note: byref variable will be forcibly initialized 163 | u32 reg, crc; | ^~~ /kisskb/src/drivers/memstick/core/memstick.c: In function 'h_memstick_read_dev_id': /kisskb/src/drivers/memstick/core/memstick.c:326:31: note: byref variable will be forcibly initialized 326 | struct ms_id_register id_reg; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c: In function 'gf100_ram_calc': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:143:21: note: byref variable will be forcibly initialized 143 | int N1, M1, P; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:143:17: note: byref variable will be forcibly initialized 143 | int N1, M1, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:143:13: note: byref variable will be forcibly initialized 143 | int N1, M1, P; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:140:27: note: byref variable will be forcibly initialized 140 | } rammap, ramcfg, timing; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:140:19: note: byref variable will be forcibly initialized 140 | } rammap, ramcfg, timing; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:140:11: note: byref variable will be forcibly initialized 140 | } rammap, ramcfg, timing; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:136:23: note: byref variable will be forcibly initialized 136 | u8 ver, cnt, len, strap; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:136:18: note: byref variable will be forcibly initialized 136 | u8 ver, cnt, len, strap; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:136:13: note: byref variable will be forcibly initialized 136 | u8 ver, cnt, len, strap; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:135:30: note: byref variable will be forcibly initialized 135 | struct nvbios_ramcfg cfg; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c: In function 'gf100_ram_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:502:23: note: byref variable will be forcibly initialized 502 | int ret, fbp, ltcs, ltcn = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c: In function 'gk104_ram_train_type': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1280:28: note: byref variable will be forcibly initialized 1280 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1280:23: note: byref variable will be forcibly initialized 1280 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1280:18: note: byref variable will be forcibly initialized 1280 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1280:13: note: byref variable will be forcibly initialized 1280 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1277:30: note: byref variable will be forcibly initialized 1277 | struct nvbios_M0209E M0209E; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1276:30: note: byref variable will be forcibly initialized 1276 | struct nvbios_M0205S M0205S; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1275:30: note: byref variable will be forcibly initialized 1275 | struct nvbios_M0205E M0205E; | ^~~~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_mode': /kisskb/src/drivers/hsi/hsi_core.c:140:21: note: byref variable will be forcibly initialized 140 | const char *mode; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c: In function 'gk104_ram_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1427:25: note: in expansion of macro 'nvbios_init' 1427 | nvbios_init(subdev, nvbios_rd32(bios, data)); | ^~~~~~~~~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_flow': /kisskb/src/drivers/hsi/hsi_core.c:160:21: note: byref variable will be forcibly initialized 160 | const char *flow; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1402:38: note: byref variable will be forcibly initialized 1402 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1402:33: note: byref variable will be forcibly initialized 1402 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_arb_mode': /kisskb/src/drivers/hsi/hsi_core.c:180:21: note: byref variable will be forcibly initialized 180 | const char *arb_mode; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1402:28: note: byref variable will be forcibly initialized 1402 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1402:23: note: byref variable will be forcibly initialized 1402 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1402:18: note: byref variable will be forcibly initialized 1402 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1402:13: note: byref variable will be forcibly initialized 1402 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hsi/hsi.h:13, from /kisskb/src/drivers/hsi/hsi_core.c:9: /kisskb/src/drivers/hsi/hsi_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c: In function 'gk104_ram_ctor_data': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1445:28: note: byref variable will be forcibly initialized 1445 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1445:23: note: byref variable will be forcibly initialized 1445 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1445:18: note: byref variable will be forcibly initialized 1445 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_add_client_from_dt': /kisskb/src/drivers/hsi/hsi_core.c:204:46: note: byref variable will be forcibly initialized 204 | int length, cells, err, i, max_chan, mode; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:204:13: note: byref variable will be forcibly initialized 204 | int length, cells, err, i, max_chan, mode; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1445:13: note: byref variable will be forcibly initialized 1445 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/hsi/hsi_core.c:203:14: note: byref variable will be forcibly initialized 203 | char name[32]; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:201:28: note: byref variable will be forcibly initialized 201 | struct hsi_channel channel; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c: In function 'gk104_ram_new_': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1527:30: note: byref variable will be forcibly initialized 1527 | struct dcb_gpio_func gpio; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/pps/pps.c:11: /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_pps_fetch': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:72:31: note: in expansion of macro 'wait_event_interruptible_timeout' 72 | err = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:60:23: note: in expansion of macro 'wait_event_interruptible' 60 | err = wait_event_interruptible(pps->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_ioctl': /kisskb/src/drivers/pps/pps.c:207:38: note: byref variable will be forcibly initialized 207 | struct pps_bind_args bind_args; | ^~~~~~~~~ /kisskb/src/drivers/pps/pps.c:177:34: note: byref variable will be forcibly initialized 177 | struct pps_fdata fdata; | ^~~~~ /kisskb/src/drivers/pps/pps.c:94:28: note: byref variable will be forcibly initialized 94 | struct pps_kparams params; | ^~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_compat_ioctl': /kisskb/src/drivers/pps/pps.c:259:34: note: byref variable will be forcibly initialized 259 | struct pps_fdata fdata; | ^~~~~ /kisskb/src/drivers/pps/pps.c:258:41: note: byref variable will be forcibly initialized 258 | struct pps_fdata_compat compat; | ^~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_lookup_dev': /kisskb/src/drivers/pps/pps.c:434:18: note: byref variable will be forcibly initialized 434 | unsigned id; | ^~ In file included from /kisskb/src/drivers/nvmem/rockchip-otp.c:11: /kisskb/src/drivers/nvmem/rockchip-otp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'aspeed_get_fan_tach_ch_rpm': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:527:57: note: byref variable will be forcibly initialized 527 | u32 raw_data, tach_div, clk_source, msec, usec, val; | ^~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:577:14: note: byref variable will be forcibly initialized 577 | long fan_ctrl; | ^~~~~~~~ In file included from /kisskb/src/include/linux/hwmon-sysfs.h:10, from /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:11: /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'aspeed_create_fan': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:848:13: note: byref variable will be forcibly initialized 848 | u32 pwm_port; | ^~~~~~~~ /kisskb/src/drivers/hwmon/adt7411.c: In function 'adt7411_set_bit': /kisskb/src/drivers/hwmon/adt7411.c:183:23: note: byref variable will be forcibly initialized 183 | unsigned long flag; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c: In function 'gp100_ram_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:62:33: note: in expansion of macro 'nvbios_init' 62 | nvbios_init(subdev, nvbios_rd32(bios, data)); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:36:38: note: byref variable will be forcibly initialized 36 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:36:33: note: byref variable will be forcibly initialized 36 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:36:28: note: byref variable will be forcibly initialized 36 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:36:23: note: byref variable will be forcibly initialized 36 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:36:18: note: byref variable will be forcibly initialized 36 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:36:13: note: byref variable will be forcibly initialized 36 | u8 ver, hdr, cnt, len, snr, ssz; | ^~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_ast': /kisskb/src/drivers/hwmon/asc7621.c:711:14: note: byref variable will be forcibly initialized 711 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/asc7621.c:589:14: note: byref variable will be forcibly initialized 589 | long reqval; | ^~~~~~ /kisskb/src/drivers/spmi/spmi-mtk-pmif.c: In function 'pmif_spmi_write_cmd': /kisskb/src/drivers/spmi/spmi-mtk-pmif.c:379:13: note: byref variable will be forcibly initialized 379 | u32 data, cmd; | ^~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_u8': /kisskb/src/drivers/hwmon/asc7621.c:176:14: note: byref variable will be forcibly initialized 176 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp62': /kisskb/src/drivers/hwmon/asc7621.c:416:14: note: byref variable will be forcibly initialized 416 | long reqval, i, f; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_ap2_temp': /kisskb/src/drivers/hwmon/asc7621.c:470:14: note: byref variable will be forcibly initialized 470 | long reqval, auto_point1; | ^~~~~~ /kisskb/src/drivers/spmi/spmi-mtk-pmif.c: In function 'pmif_spmi_read_cmd': /kisskb/src/drivers/spmi/spmi-mtk-pmif.c:316:13: note: byref variable will be forcibly initialized 316 | u32 data, cmd; | ^~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp_st': /kisskb/src/drivers/hwmon/asc7621.c:758:14: note: byref variable will be forcibly initialized 758 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_bitmask': /kisskb/src/drivers/hwmon/asc7621.c:208:14: note: byref variable will be forcibly initialized 208 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp8': /kisskb/src/drivers/hwmon/asc7621.c:360:14: note: byref variable will be forcibly initialized 360 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_fan16': /kisskb/src/drivers/hwmon/asc7621.c:253:14: note: byref variable will be forcibly initialized 253 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_in8': /kisskb/src/drivers/hwmon/asc7621.c:327:14: note: byref variable will be forcibly initialized 327 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_freq': /kisskb/src/drivers/hwmon/asc7621.c:662:23: note: byref variable will be forcibly initialized 662 | unsigned long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_ac': /kisskb/src/drivers/hwmon/asc7621.c:521:23: note: byref variable will be forcibly initialized 521 | unsigned long reqval; | ^~~~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_irq_parse': /kisskb/src/drivers/bcma/main.c:163:16: note: byref variable will be forcibly initialized 163 | __be32 laddr[1]; | ^~~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_get_irq': /kisskb/src/drivers/bcma/main.c:183:32: note: byref variable will be forcibly initialized 183 | struct of_phandle_args out_irq; | ^~~~~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_find_child_device': /kisskb/src/drivers/bcma/main.c:143:13: note: byref variable will be forcibly initialized 143 | u64 size; | ^~~~ /kisskb/src/drivers/bcma/scan.c: In function 'bcma_detect_chip': /kisskb/src/drivers/bcma/scan.c:441:14: note: byref variable will be forcibly initialized 441 | char chip_id[8]; | ^~~~~~~ /kisskb/src/drivers/bcma/scan.c: In function 'bcma_bus_scan': /kisskb/src/drivers/bcma/scan.c:459:22: note: byref variable will be forcibly initialized 459 | u32 __iomem *eromptr, *eromend; | ^~~~~~~ /kisskb/src/drivers/hwmon/axi-fan-control.c: In function 'axi_fan_control_store': /kisskb/src/drivers/hwmon/axi-fan-control.c:94:13: note: byref variable will be forcibly initialized 94 | u32 temp; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c: In function 'rpi_touchscreen_write': /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c:237:12: note: byref variable will be forcibly initialized 237 | u8 msg[] = { | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c: In function 'rpi_touchscreen_probe': /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c:372:37: note: byref variable will be forcibly initialized 372 | struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/nvmem/qcom-spmi-sdam.c: In function 'sdam_probe': /kisskb/src/drivers/nvmem/qcom-spmi-sdam.c:115:22: note: byref variable will be forcibly initialized 115 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'rad_panel_push_cmd_list': /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:239:20: note: byref variable will be forcibly initialized 239 | u8 buffer[2] = { entry->cmd, entry->param }; | ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'rad_panel_enable': /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:350:49: note: byref variable will be forcibly initialized 350 | ret = mipi_dsi_generic_write(dsi, (u8[]){ 0xC2, 0x0B }, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:336:49: note: byref variable will be forcibly initialized 336 | ret = mipi_dsi_generic_write(dsi, (u8[]){ WRMAUCCTR, 0x00 }, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'rad_bl_get_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:467:13: note: byref variable will be forcibly initialized 467 | u16 brightness; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/backlight.h:12, from /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:8: /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'rad_panel_probe': /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:544:13: note: byref variable will be forcibly initialized 544 | u32 video_mode; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:542:37: note: byref variable will be forcibly initialized 542 | struct backlight_properties bl_props; | ^~~~~~~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'set_zone': /kisskb/src/drivers/hwmon/dme1737.c:1014:14: note: byref variable will be forcibly initialized 1014 | long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'set_temp': /kisskb/src/drivers/hwmon/dme1737.c:922:14: note: byref variable will be forcibly initialized 922 | long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'set_in': /kisskb/src/drivers/hwmon/dme1737.c:838:14: note: byref variable will be forcibly initialized 838 | long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'set_fan': /kisskb/src/drivers/hwmon/dme1737.c:1128:14: note: byref variable will be forcibly initialized 1128 | long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/dme1737.c:1475:23: note: byref variable will be forcibly initialized 1475 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/dme1737.c:1267:14: note: byref variable will be forcibly initialized 1267 | long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'dme1737_init': /kisskb/src/drivers/hwmon/dme1737.c:2740:24: note: byref variable will be forcibly initialized 2740 | unsigned short addr; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hsi/hsi.h:13, from /kisskb/src/drivers/hsi/hsi_boardinfo.c:9: /kisskb/src/drivers/hsi/hsi_boardinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c: In function 'comedi_open': /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:30:22: note: byref variable will be forcibly initialized 30 | 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:22: note: byref variable will be forcibly initialized 133 | unsigned int data[2]; | ^~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:132:28: note: byref variable will be forcibly initialized 132 | 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:28: note: byref variable will be forcibly initialized 153 | 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:22: note: byref variable will be forcibly initialized 170 | unsigned int data[2]; | ^~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:169:28: note: byref variable will be forcibly initialized 169 | struct comedi_insn insn; | ^~~~ /kisskb/src/drivers/pps/kapi.c: In function 'pps_event': /kisskb/src/drivers/pps/kapi.c:164:26: note: byref variable will be forcibly initialized 164 | struct pps_ktime ts_real = { .sec = 0, .nsec = 0, .flags = 0 }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c: In function 'anx_dp_aux_op_finished': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c:26:22: note: byref variable will be forcibly initialized 26 | unsigned int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c: In function 'anx_dp_aux_wait': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c:39:22: note: byref variable will be forcibly initialized 39 | unsigned int status; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h: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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(gb_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(gb_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_operation': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 90 | DECLARE_EVENT_CLASS(gb_operation, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 90 | DECLARE_EVENT_CLASS(gb_operation, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_bundle': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 237 | DECLARE_EVENT_CLASS(gb_bundle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 237 | DECLARE_EVENT_CLASS(gb_bundle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_interface': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 292 | DECLARE_EVENT_CLASS(gb_interface, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 292 | DECLARE_EVENT_CLASS(gb_interface, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_module': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 374 | DECLARE_EVENT_CLASS(gb_module, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 374 | DECLARE_EVENT_CLASS(gb_module, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'perf_trace_gb_host_device': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 429 | DECLARE_EVENT_CLASS(gb_host_device, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 429 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(gb_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_operation': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 90 | DECLARE_EVENT_CLASS(gb_operation, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_bundle': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 237 | DECLARE_EVENT_CLASS(gb_bundle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_interface': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 292 | DECLARE_EVENT_CLASS(gb_interface, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_module': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 374 | DECLARE_EVENT_CLASS(gb_module, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_host_device': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 429 | DECLARE_EVENT_CLASS(gb_host_device, | ^~~~~~~~~~~~~~~~~~~ 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_connection': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(gb_connection, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(gb_connection, | ^~~~~~~~~~~~~~~~~~~ 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_connection': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(gb_connection, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_gb_message': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(gb_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(gb_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_operation': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 90 | DECLARE_EVENT_CLASS(gb_operation, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 90 | DECLARE_EVENT_CLASS(gb_operation, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_connection': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(gb_connection, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(gb_connection, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_bundle': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 237 | DECLARE_EVENT_CLASS(gb_bundle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 237 | DECLARE_EVENT_CLASS(gb_bundle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_interface': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 292 | DECLARE_EVENT_CLASS(gb_interface, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 292 | DECLARE_EVENT_CLASS(gb_interface, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_module': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 374 | DECLARE_EVENT_CLASS(gb_module, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 374 | DECLARE_EVENT_CLASS(gb_module, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function '__bpf_trace_gb_host_device': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 429 | DECLARE_EVENT_CLASS(gb_host_device, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 429 | DECLARE_EVENT_CLASS(gb_host_device, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/include/linux/bcma/bcma.h:5, from /kisskb/src/drivers/bcma/bcma_private.h:9, from /kisskb/src/drivers/bcma/sprom.c:10: /kisskb/src/drivers/bcma/sprom.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/memstick/host/jmb38x_ms.c: In function 'jmb38x_ms_pmos': /kisskb/src/drivers/memstick/host/jmb38x_ms.c:768:23: note: byref variable will be forcibly initialized 768 | unsigned char 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/drivers/memstick/host/jmb38x_ms.c:9: /kisskb/src/drivers/memstick/host/jmb38x_ms.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/memstick/host/jmb38x_ms.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/ds620.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ds620.c:145:14: note: byref variable will be forcibly initialized 145 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: In function 'nvkm_gpio_fini': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:168:13: note: byref variable will be forcibly initialized 168 | u32 mask = (1ULL << gpio->func->lines) - 1; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: In function 'nvkm_gpio_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:156:43: note: byref variable will be forcibly initialized 156 | struct nvkm_gpio_ntfy_rep rep = { | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:151:17: note: byref variable will be forcibly initialized 151 | u32 hi, lo, i; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:151:13: note: byref variable will be forcibly initialized 151 | u32 hi, lo, i; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: In function 'nvkm_gpio_find': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:54:18: note: byref variable will be forcibly initialized 54 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:54:13: note: byref variable will be forcibly initialized 54 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: In function 'nvkm_gpio_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:83:30: note: byref variable will be forcibly initialized 83 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: In function 'nvkm_gpio_get': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:99:30: note: byref variable will be forcibly initialized 99 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c: In function 'nvkm_gpio_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c:196:30: note: byref variable will be forcibly initialized 196 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/nvmem/rmem.c: In function 'rmem_read': /kisskb/src/drivers/nvmem/rmem.c:25:16: note: byref variable will be forcibly initialized 25 | loff_t off = offset; | ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/g762.c:903:23: note: byref variable will be forcibly initialized 903 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/g762.c:871:23: note: byref variable will be forcibly initialized 871 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'pwm1_mode_store': /kisskb/src/drivers/hwmon/g762.c:765:23: note: byref variable will be forcibly initialized 765 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'fan1_pulses_store': /kisskb/src/drivers/hwmon/g762.c:828:23: note: byref variable will be forcibly initialized 828 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'fan1_div_store': /kisskb/src/drivers/hwmon/g762.c:796:23: note: byref variable will be forcibly initialized 796 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'fan1_target_store': /kisskb/src/drivers/hwmon/g762.c:950:23: note: byref variable will be forcibly initialized 950 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/g762.c: In function 'g762_of_prop_import_one': /kisskb/src/drivers/hwmon/g762.c:641:13: note: byref variable will be forcibly initialized 641 | u32 pval; | ^~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_beep_mask': /kisskb/src/drivers/hwmon/gl518sm.c:287:14: note: byref variable will be forcibly initialized 287 | long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:338:1: note: in expansion of macro 'set' 338 | 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:14: note: byref variable will be forcibly initialized 287 | long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:327:1: note: in expansion of macro 'set' 327 | 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:14: note: byref variable will be forcibly initialized 287 | long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:326:1: note: in expansion of macro 'set' 326 | 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:23: note: byref variable will be forcibly initialized 307 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:337:1: note: in expansion of macro 'set_bits' 337 | 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:23: note: byref variable will be forcibly initialized 478 | unsigned long bit; | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/gl518sm.c:348:23: note: byref variable will be forcibly initialized 348 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_fan_auto1': /kisskb/src/drivers/hwmon/gl518sm.c:307:23: note: byref variable will be forcibly initialized 307 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:328:1: note: in expansion of macro 'set_bits' 328 | 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:23: note: byref variable will be forcibly initialized 307 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:9: note: in expansion of macro 'set_bits' 324 | set_bits(type, suffix, value, reg, 0xff00, 8) | ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:336:1: note: in expansion of macro 'set_high' 336 | 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:23: note: byref variable will be forcibly initialized 307 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:9: note: in expansion of macro 'set_bits' 324 | set_bits(type, suffix, value, reg, 0xff00, 8) | ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:335:1: note: in expansion of macro 'set_high' 335 | 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:23: note: byref variable will be forcibly initialized 307 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:9: note: in expansion of macro 'set_bits' 324 | set_bits(type, suffix, value, reg, 0xff00, 8) | ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:334:1: note: in expansion of macro 'set_high' 334 | 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:23: note: byref variable will be forcibly initialized 307 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:324:9: note: in expansion of macro 'set_bits' 324 | set_bits(type, suffix, value, reg, 0xff00, 8) | ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:333:1: note: in expansion of macro 'set_high' 333 | 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:23: note: byref variable will be forcibly initialized 307 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:9: note: in expansion of macro 'set_bits' 322 | set_bits(type, suffix, value, reg, 0x00ff, 0) | ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:332:1: note: in expansion of macro 'set_low' 332 | 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:23: note: byref variable will be forcibly initialized 307 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:9: note: in expansion of macro 'set_bits' 322 | set_bits(type, suffix, value, reg, 0x00ff, 0) | ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:331:1: note: in expansion of macro 'set_low' 331 | 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:23: note: byref variable will be forcibly initialized 307 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:9: note: in expansion of macro 'set_bits' 322 | set_bits(type, suffix, value, reg, 0x00ff, 0) | ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:330:1: note: in expansion of macro 'set_low' 330 | 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:23: note: byref variable will be forcibly initialized 307 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/gl518sm.c:322:9: note: in expansion of macro 'set_bits' 322 | set_bits(type, suffix, value, reg, 0x00ff, 0) | ^~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c:329:1: note: in expansion of macro 'set_low' 329 | 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:23: note: byref variable will be forcibly initialized 382 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c: In function 'nv50_gpio_drive': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c:74:18: note: byref variable will be forcibly initialized 74 | u32 reg, shift; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c:74:13: note: byref variable will be forcibly initialized 74 | u32 reg, shift; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c: In function 'nv50_gpio_sense': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c:87:18: note: byref variable will be forcibly initialized 87 | u32 reg, shift; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c:87:13: note: byref variable will be forcibly initialized 87 | u32 reg, shift; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c: In function 'nv50_gpio_reset': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c:31:17: note: byref variable will be forcibly initialized 31 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c:31:12: note: byref variable will be forcibly initialized 31 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c: In function 's6e63m0_set_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:638:12: note: byref variable will be forcibly initialized 638 | u8 elvss_cmd_set[5]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c: In function 's6e63m0_check_lcd_type': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:338:22: note: byref variable will be forcibly initialized 338 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:338:17: note: byref variable will be forcibly initialized 338 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:338:12: note: byref variable will be forcibly initialized 338 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c: In function 's6e63m0_probe': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:698:13: note: byref variable will be forcibly initialized 698 | u32 max_brightness; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0-dsi.c: In function 's6e63m0_dsi_dcs_write': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0-dsi.c:42:12: note: byref variable will be forcibly initialized 42 | u8 cmdwritten; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/gsc-hwmon.c: In function 'pwm_auto_point_temp_store': /kisskb/src/drivers/hwmon/gsc-hwmon.c:79:14: note: byref variable will be forcibly initialized 79 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/gsc-hwmon.c:78:12: note: byref variable will be forcibly initialized 78 | u8 regs[2]; | ^~~~ /kisskb/src/drivers/hwmon/gsc-hwmon.c: In function 'gsc_hwmon_read': /kisskb/src/drivers/hwmon/gsc-hwmon.c:153:12: note: byref variable will be forcibly initialized 153 | u8 buf[3]; | ^~~ /kisskb/src/drivers/hwmon/gsc-hwmon.c: In function 'pwm_auto_point_temp_show': /kisskb/src/drivers/hwmon/gsc-hwmon.c:60:12: note: byref variable will be forcibly initialized 60 | u8 regs[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gf119.c: In function 'gf119_gpio_reset': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gf119.c:31:17: note: byref variable will be forcibly initialized 31 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gf119.c:31:12: note: byref variable will be forcibly initialized 31 | u8 ver, len; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'coresight_find_sink': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:981:21: note: byref variable will be forcibly initialized 981 | int child_depth = curr_depth; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:9: /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_history_store': /kisskb/src/drivers/hwmon/ina209.c:287:14: note: byref variable will be forcibly initialized 287 | long val; | ^~~ /kisskb/src/drivers/comedi/drivers/tests/ni_routes_test.c: In function 'test_ni_get_valid_routes': /kisskb/src/drivers/comedi/drivers/tests/ni_routes_test.c:463:22: note: byref variable will be forcibly initialized 463 | unsigned int pair_data[2]; | ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'enable_sink_store': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1219:23: note: byref variable will be forcibly initialized 1219 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_interval_store': /kisskb/src/drivers/hwmon/ina209.c:235:14: note: byref variable will be forcibly initialized 235 | long val; | ^~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_value_store': /kisskb/src/drivers/hwmon/ina209.c:312:14: note: byref variable will be forcibly initialized 312 | long val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:9: /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_init_client': /kisskb/src/drivers/hwmon/ina209.c:491:13: note: byref variable will be forcibly initialized 491 | u32 shunt; | ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'enable_source_store': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1249:23: note: byref variable will be forcibly initialized 1249 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-core.c: In function 'coresight_find_default_sink': /kisskb/src/drivers/hwtracing/coresight/coresight-core.c:1020:13: note: byref variable will be forcibly initialized 1020 | int depth = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ga102.c: In function 'ga102_gpio_reset': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ga102.c:29:17: note: byref variable will be forcibly initialized 29 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ga102.c:29:12: note: byref variable will be forcibly initialized 29 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/bochs.c: In function 'bochs_hw_setformat': /kisskb/src/drivers/gpu/drm/tiny/bochs.c:353:13: note: byref variable will be forcibly initialized 353 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/bochs.c: In function 'bochs_hw_setbase': /kisskb/src/drivers/gpu/drm/tiny/bochs.c:384:38: note: byref variable will be forcibly initialized 384 | unsigned int vx, vy, vwidth, idx; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/bochs.c: In function 'bochs_hw_setmode': /kisskb/src/drivers/gpu/drm/tiny/bochs.c:317:13: note: byref variable will be forcibly initialized 317 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/bochs.c: In function 'bochs_hw_load_edid': /kisskb/src/drivers/gpu/drm/tiny/bochs.c:189:12: note: byref variable will be forcibly initialized 189 | u8 header[8]; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/base.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/base.c: In function 'nvkm_gsp_new_': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/base.c:52:16: note: in expansion of macro 'nvkm_firmware_load' 52 | fwif = nvkm_firmware_load(&gsp->subdev, fwif, "Gsp", gsp); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c: In function 'nvkm_i2c_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:149:50: note: byref variable will be forcibly initialized 149 | struct nvkm_i2c_ntfy_rep rep = { | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:133:25: note: byref variable will be forcibly initialized 133 | u32 hi, lo, rq, tx; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:133:21: note: byref variable will be forcibly initialized 133 | u32 hi, lo, rq, tx; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:133:17: note: byref variable will be forcibly initialized 133 | u32 hi, lo, rq, tx; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:133:13: note: byref variable will be forcibly initialized 133 | u32 hi, lo, rq, tx; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c: In function 'nvkm_i2c_fini': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:165:13: note: byref variable will be forcibly initialized 165 | u32 mask; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c: In function 'nvkm_i2c_dtor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:249:38: note: byref variable will be forcibly initialized 249 | struct nvkm_i2c_pad *pad = | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:243:38: note: byref variable will be forcibly initialized 243 | struct nvkm_i2c_bus *bus = | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:237:38: note: byref variable will be forcibly initialized 237 | struct nvkm_i2c_aux *aux = | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c: In function 'nvkm_i2c_bus_find': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:55:36: note: byref variable will be forcibly initialized 55 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:55:31: note: byref variable will be forcibly initialized 55 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:55:26: note: byref variable will be forcibly initialized 55 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:55:21: note: byref variable will be forcibly initialized 55 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c: In function 'nvkm_i2c_new_': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:420:46: note: byref variable will be forcibly initialized 420 | struct nvkm_i2c_bus *bus = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:410:46: note: byref variable will be forcibly initialized 410 | struct nvkm_i2c_aux *aux = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:368:38: note: byref variable will be forcibly initialized 368 | struct nvkm_i2c_pad *pad; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:302:38: note: byref variable will be forcibly initialized 302 | struct nvkm_i2c_aux *aux = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:301:38: note: byref variable will be forcibly initialized 301 | struct nvkm_i2c_bus *bus = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:300:38: note: byref variable will be forcibly initialized 300 | struct nvkm_i2c_pad *pad = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:286:17: note: byref variable will be forcibly initialized 286 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:286:12: note: byref variable will be forcibly initialized 286 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:285:27: note: byref variable will be forcibly initialized 285 | struct dcb_output dcbE; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c:284:30: note: byref variable will be forcibly initialized 284 | struct dcb_i2c_entry ccbE; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_readb': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:230:22: note: byref variable will be forcibly initialized 230 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c: In function 'seiko_panel_get_fixed_modes': /kisskb/src/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c:68:34: note: byref variable will be forcibly initialized 68 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_av_composer': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1994:13: note: byref variable will be forcibly initialized 1994 | static void hdmi_av_composer(struct dw_hdmi *hdmi, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1998:21: note: byref variable will be forcibly initialized 1998 | u8 inv_val, bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_AVI': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1781:35: note: byref variable will be forcibly initialized 1781 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_vendor_specific_infoframe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1909:12: note: byref variable will be forcibly initialized 1909 | u8 buffer[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1908:38: note: byref variable will be forcibly initialized 1908 | struct hdmi_vendor_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_drm_infoframe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1963:12: note: byref variable will be forcibly initialized 1963 | u8 buffer[30]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1962:35: note: byref variable will be forcibly initialized 1962 | struct hdmi_drm_infoframe frame; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:12: /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_connector_create': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:2586:35: note: byref variable will be forcibly initialized 2586 | struct cec_connector_info conn_info; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:16: /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_probe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3595:43: note: byref variable will be forcibly initialized 3595 | struct dw_hdmi_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3580:47: note: byref variable will be forcibly initialized 3580 | struct dw_hdmi_i2s_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3564:43: note: byref variable will be forcibly initialized 3564 | struct dw_hdmi_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3357:13: note: byref variable will be forcibly initialized 3357 | u32 val = 1; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3352:33: note: byref variable will be forcibly initialized 3352 | struct dw_hdmi_cec_data cec; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3350:37: note: byref variable will be forcibly initialized 3350 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_write_init_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:171:32: note: byref variable will be forcibly initialized 171 | 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:239:40: note: byref variable will be forcibly initialized 239 | struct sg_mapping_iter miter; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/include/linux/fpga/fpga-mgr.h:12, from /kisskb/src/drivers/fpga/fpga-mgr.c:12: /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load': /kisskb/src/drivers/fpga/fpga-mgr.c:302:25: note: byref variable will be forcibly initialized 302 | struct sg_table sgt; | ^~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_firmware_load': /kisskb/src/drivers/fpga/fpga-mgr.c:374:32: note: byref variable will be forcibly initialized 374 | const struct firmware *fw; | ^~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_version': /kisskb/src/drivers/tee/tee_core.c:273:39: note: byref variable will be forcibly initialized 273 | struct tee_ioctl_version_data vers; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_cancel': /kisskb/src/drivers/tee/tee_core.c:607:37: note: byref variable will be forcibly initialized 607 | struct tee_ioctl_cancel_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_close_session': /kisskb/src/drivers/tee/tee_core.c:623:44: note: byref variable will be forcibly initialized 623 | struct tee_ioctl_close_session_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'params_to_supp': /kisskb/src/drivers/tee/tee_core.c:641:40: note: byref variable will be forcibly initialized 641 | struct tee_ioctl_param ip; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/tee/tee_core.c:8: /kisskb/src/drivers/tee/tee_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'uuid_v5': /kisskb/src/drivers/tee/tee_core.c:147:23: note: byref variable will be forcibly initialized 147 | unsigned char hash[SHA1_DIGEST_SIZE]; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_session_calc_client_uuid': /kisskb/src/drivers/tee/tee_core.c:201:15: note: byref variable will be forcibly initialized 201 | gid_t ns_grp = (gid_t)-1; | ^~~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_shm_alloc': /kisskb/src/drivers/tee/tee_core.c:290:41: note: byref variable will be forcibly initialized 290 | struct tee_ioctl_shm_alloc_data data; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'params_from_supp': /kisskb/src/drivers/tee/tee_core.c:736:40: note: byref variable will be forcibly initialized 736 | struct tee_ioctl_param ip; | ^~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_supp_send': /kisskb/src/drivers/tee/tee_core.c:779:35: note: byref variable will be forcibly initialized 779 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_shm_register': /kisskb/src/drivers/tee/tee_core.c:326:44: note: byref variable will be forcibly initialized 326 | struct tee_ioctl_shm_register_data data; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'params_from_user': /kisskb/src/drivers/tee/tee_core.c:364:40: note: byref variable will be forcibly initialized 364 | struct tee_ioctl_param ip; | ^~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_interval_store': /kisskb/src/drivers/hwmon/ina2xx.c:509:23: note: byref variable will be forcibly initialized 509 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_interval_show': /kisskb/src/drivers/hwmon/ina2xx.c:533:22: note: byref variable will be forcibly initialized 533 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alarm_show': /kisskb/src/drivers/hwmon/ina2xx.c:442:13: note: byref variable will be forcibly initialized 442 | int regval; | ^~~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_open_session': /kisskb/src/drivers/tee/tee_core.c:471:43: note: byref variable will be forcibly initialized 471 | struct tee_ioctl_open_session_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c:469:35: note: byref variable will be forcibly initialized 469 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_shunt_store': /kisskb/src/drivers/hwmon/ina2xx.c:490:23: note: byref variable will be forcibly initialized 490 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alert_store': /kisskb/src/drivers/hwmon/ina2xx.c:400:23: note: byref variable will be forcibly initialized 400 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/pid_namespace.h:7, from /kisskb/src/include/linux/ptrace.h:10, from /kisskb/src/include/linux/elfcore.h:11, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/include/linux/kexec.h:18, from /kisskb/src/include/linux/crash_dump.h:5, from /kisskb/src/drivers/tee/optee/core.c:9: /kisskb/src/drivers/tee/optee/core.c: In function 'kmalloc_array': /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_invoke': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tee/tee_core.c:550:37: note: byref variable will be forcibly initialized 550 | struct tee_ioctl_invoke_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c:548:35: note: byref variable will be forcibly initialized 548 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alert_show': /kisskb/src/drivers/hwmon/ina2xx.c:372:13: note: byref variable will be forcibly initialized 372 | int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_read_reg': /kisskb/src/drivers/hwmon/ina2xx.c:231:38: note: byref variable will be forcibly initialized 231 | unsigned int cal; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_value_show': /kisskb/src/drivers/hwmon/ina2xx.c:306:22: note: byref variable will be forcibly initialized 306 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_supp_recv': /kisskb/src/drivers/tee/tee_core.c:686:13: note: byref variable will be forcibly initialized 686 | u32 func; | ^~~~ /kisskb/src/drivers/tee/tee_core.c:685:13: note: byref variable will be forcibly initialized 685 | u32 num_params; | ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c:682:35: note: byref variable will be forcibly initialized 682 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_probe': /kisskb/src/drivers/hwmon/ina2xx.c:623:13: note: byref variable will be forcibly initialized 623 | u32 val; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'implementation_id_show': /kisskb/src/drivers/tee/tee_core.c:969:39: note: byref variable will be forcibly initialized 969 | struct tee_ioctl_version_data vers; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_client_open_context': /kisskb/src/drivers/tee/tee_core.c:1109:31: note: byref variable will be forcibly initialized 1109 | struct match_dev_data match_data = { vers ? vers : &v, data, match }; | ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c:1108:39: note: byref variable will be forcibly initialized 1108 | struct tee_ioctl_version_data v; | ^ In file included from /kisskb/src/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:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'perf_trace_siox_get_data': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/siox.h:66, from /kisskb/src/drivers/siox/siox-core.c:37: /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_set_data': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_get_data': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, 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 '__bpf_trace_siox_set_data': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function '__bpf_trace_siox_get_data': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:69:42: note: in expansion of macro '__CAST4' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:69:24: note: in expansion of macro '__CAST_TO_U64' 69 | #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'poll_interval_ns_store': /kisskb/src/drivers/siox/siox-core.c:646:13: note: byref variable will be forcibly initialized 646 | u64 val; | ^~~ /kisskb/src/drivers/siox/siox-core.c: In function 'device_add_store': /kisskb/src/drivers/siox/siox-core.c:599:12: note: byref variable will be forcibly initialized 599 | u8 statustype = 0; | ^~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:29: note: byref variable will be forcibly initialized 598 | size_t inbytes = 0, outbytes = 0; | ^~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:16: note: byref variable will be forcibly initialized 598 | size_t inbytes = 0, outbytes = 0; | ^~~~~~~ /kisskb/src/drivers/siox/siox-core.c:597:14: note: byref variable will be forcibly initialized 597 | char type[20] = ""; | ^~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'active_store': /kisskb/src/drivers/siox/siox-core.c:568:13: note: byref variable will be forcibly initialized 568 | int active; | ^~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_read_value': /kisskb/src/drivers/hwmon/ina3221.c:220:22: note: byref variable will be forcibly initialized 220 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_shunt_store': /kisskb/src/drivers/hwmon/ina3221.c:712:13: note: byref variable will be forcibly initialized 712 | int val; | ^~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_wait_for_data': /kisskb/src/drivers/hwmon/ina3221.c:208:19: note: byref variable will be forcibly initialized 208 | u32 wait, cvrf; | ^~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_read_in': /kisskb/src/drivers/hwmon/ina3221.c:274:13: note: byref variable will be forcibly initialized 274 | int regval, ret; | ^~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_read_curr': /kisskb/src/drivers/hwmon/ina3221.c:333:13: note: byref variable will be forcibly initialized 333 | int regval, ret; | ^~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_probe_child_from_dt': /kisskb/src/drivers/hwmon/ina3221.c:766:13: note: byref variable will be forcibly initialized 766 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/intel-m10-bmc-hwmon.c: In function 'do_sensor_read': /kisskb/src/drivers/hwmon/intel-m10-bmc-hwmon.c:367:22: note: byref variable will be forcibly initialized 367 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/intel-m10-bmc-hwmon.c: In function 'm10bmc_hwmon_read': /kisskb/src/drivers/hwmon/intel-m10-bmc-hwmon.c:395:20: note: byref variable will be forcibly initialized 395 | long hyst, value; | ^~~~~ /kisskb/src/drivers/hwmon/intel-m10-bmc-hwmon.c:395:14: note: byref variable will be forcibly initialized 395 | long hyst, value; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c: In function 'sharp_nt_panel_init': /kisskb/src/drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c:55:51: note: byref variable will be forcibly initialized 55 | ret = mipi_dsi_dcs_write(dsi, 0xae, (u8[]){ 0x03 }, 1); | ^ /kisskb/src/drivers/memstick/host/r592.c: In function 'r592_write_fifo_pio': /kisskb/src/drivers/memstick/host/r592.c:331:20: note: byref variable will be forcibly initialized 331 | u8 tmp[4] = {0}; | ^~~ /kisskb/src/drivers/memstick/host/r592.c: In function 'r592_read_fifo_pio': /kisskb/src/drivers/memstick/host/r592.c:381:12: note: byref variable will be forcibly initialized 381 | u8 tmp[4]; | ^~~ /kisskb/src/drivers/memstick/host/r592.c: In function 'r592_flush_fifo_write': /kisskb/src/drivers/memstick/host/r592.c:362:12: note: byref variable will be forcibly initialized 362 | u8 buffer[4] = { 0 }; | ^~~~~~ /kisskb/src/drivers/memstick/host/r592.c: In function 'r592_transfer_fifo_pio': /kisskb/src/drivers/memstick/host/r592.c:417:32: note: byref variable will be forcibly initialized 417 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_pwm_slope': /kisskb/src/drivers/hwmon/it87.c:1562:23: note: byref variable will be forcibly initialized 1562 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_freq': /kisskb/src/drivers/hwmon/it87.c:1414:23: note: byref variable will be forcibly initialized 1414 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_fan_div': /kisskb/src/drivers/hwmon/it87.c:1226:23: note: byref variable will be forcibly initialized 1226 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_in': /kisskb/src/drivers/hwmon/it87.c:873:23: note: byref variable will be forcibly initialized 873 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/it87.c:1927:23: note: byref variable will be forcibly initialized 1927 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_pwm': /kisskb/src/drivers/hwmon/it87.c:1529:14: note: byref variable will be forcibly initialized 1529 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_temp': /kisskb/src/drivers/hwmon/it87.c:1601:14: note: byref variable will be forcibly initialized 1601 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_temp_map': /kisskb/src/drivers/hwmon/it87.c:1468:14: note: byref variable will be forcibly initialized 1468 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/it87.c:1373:14: note: byref variable will be forcibly initialized 1373 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_enable': /kisskb/src/drivers/hwmon/it87.c:1301:14: note: byref variable will be forcibly initialized 1301 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_beep': /kisskb/src/drivers/hwmon/it87.c:1878:14: note: byref variable will be forcibly initialized 1878 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_fan': /kisskb/src/drivers/hwmon/it87.c:1183:14: note: byref variable will be forcibly initialized 1183 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_temp': /kisskb/src/drivers/hwmon/it87.c:961:14: note: byref variable will be forcibly initialized 961 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_temp_type': /kisskb/src/drivers/hwmon/it87.c:1045:14: note: byref variable will be forcibly initialized 1045 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'clear_intrusion': /kisskb/src/drivers/hwmon/it87.c:1824:14: note: byref variable will be forcibly initialized 1824 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'sm_it87_init': /kisskb/src/drivers/hwmon/it87.c:3302:24: note: byref variable will be forcibly initialized 3302 | unsigned short isa_address[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/it87.c:3301:30: note: byref variable will be forcibly initialized 3301 | struct it87_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/hwmon/lm73.c: In function 'convrate_store': /kisskb/src/drivers/hwmon/lm73.c:102:23: note: byref variable will be forcibly initialized 102 | unsigned long convrate; | ^~~~~~~~ /kisskb/src/drivers/hwmon/lm73.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm73.c:67:14: note: byref variable will be forcibly initialized 67 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/lm83.c: In function 'lm83_chip_read': /kisskb/src/drivers/hwmon/lm83.c:253:22: note: byref variable will be forcibly initialized 253 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/lm83.c: In function 'lm83_temp_read': /kisskb/src/drivers/hwmon/lm83.c:179:22: note: byref variable will be forcibly initialized 179 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/lm63.c: In function 'set_temp8': /kisskb/src/drivers/hwmon/lm63.c:492:14: note: byref variable will be forcibly initialized 492 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm63.c: In function 'temp2_crit_hyst_store': /kisskb/src/drivers/hwmon/lm63.c:621:14: note: byref variable will be forcibly initialized 621 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm63.c: In function 'set_temp11': /kisskb/src/drivers/hwmon/lm63.c:565:14: note: byref variable will be forcibly initialized 565 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm63.c: In function 'set_pwm1': /kisskb/src/drivers/hwmon/lm63.c:386:23: note: byref variable will be forcibly initialized 386 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm63.c: In function 'temp2_type_store': /kisskb/src/drivers/hwmon/lm63.c:702:23: note: byref variable will be forcibly initialized 702 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm63.c: In function 'set_fan': /kisskb/src/drivers/hwmon/lm63.c:344:23: note: byref variable will be forcibly initialized 344 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm63.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/lm63.c:674:23: note: byref variable will be forcibly initialized 674 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm63.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/lm63.c:421:23: note: byref variable will be forcibly initialized 421 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c: In function 'visionox_rm69299_prepare': /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:119:58: note: byref variable will be forcibly initialized 119 | ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0x51, 0xff }, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:113:58: note: byref variable will be forcibly initialized 113 | ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0x35, 0x00 }, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:107:58: note: byref variable will be forcibly initialized 107 | ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0xc2, 0x08 }, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:101:58: note: byref variable will be forcibly initialized 101 | ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0xfe, 0x00 }, 2); | ^ /kisskb/src/drivers/tee/optee/call.c: In function 'optee_close_session_helper': /kisskb/src/drivers/tee/optee/call.c:369:15: note: byref variable will be forcibly initialized 369 | u_int offs; | ^~~~ /kisskb/src/drivers/tee/optee/call.c:368:25: note: byref variable will be forcibly initialized 368 | struct tee_shm *shm; | ^~~ /kisskb/src/drivers/tee/optee/call.c:366:37: note: byref variable will be forcibly initialized 366 | struct optee_shm_arg_entry *entry; | ^~~~~ /kisskb/src/drivers/tee/optee/call.c: In function 'optee_open_session': /kisskb/src/drivers/tee/optee/call.c:291:15: note: byref variable will be forcibly initialized 291 | u_int offs; | ^~~~ /kisskb/src/drivers/tee/optee/call.c:290:16: note: byref variable will be forcibly initialized 290 | uuid_t client_uuid; | ^~~~~~~~~~~ /kisskb/src/drivers/tee/optee/call.c:287:25: note: byref variable will be forcibly initialized 287 | struct tee_shm *shm; | ^~~ /kisskb/src/drivers/tee/optee/call.c:286:37: note: byref variable will be forcibly initialized 286 | struct optee_shm_arg_entry *entry; | ^~~~~ /kisskb/src/drivers/tee/optee/call.c: In function 'optee_invoke_func': /kisskb/src/drivers/tee/optee/call.c:411:15: note: byref variable will be forcibly initialized 411 | u_int offs; | ^~~~ /kisskb/src/drivers/tee/optee/call.c:410:25: note: byref variable will be forcibly initialized 410 | struct tee_shm *shm; | ^~~ /kisskb/src/drivers/tee/optee/call.c:407:37: note: byref variable will be forcibly initialized 407 | struct optee_shm_arg_entry *entry; | ^~~~~ /kisskb/src/drivers/tee/optee/call.c: In function 'optee_cancel_req': /kisskb/src/drivers/tee/optee/call.c:461:15: note: byref variable will be forcibly initialized 461 | u_int offs; | ^~~~ /kisskb/src/drivers/tee/optee/call.c:460:25: note: byref variable will be forcibly initialized 460 | struct tee_shm *shm; | ^~~ /kisskb/src/drivers/tee/optee/call.c:457:37: note: byref variable will be forcibly initialized 457 | struct optee_shm_arg_entry *entry; | ^~~~~ /kisskb/src/drivers/tee/optee/supp.c: In function 'optee_supp_release': /kisskb/src/drivers/tee/optee/supp.c:40:13: note: byref variable will be forcibly initialized 40 | int id; | ^~ /kisskb/src/drivers/tee/optee/supp.c: In function 'optee_supp_recv': /kisskb/src/drivers/tee/optee/supp.c:237:16: note: byref variable will be forcibly initialized 237 | size_t num_meta; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/supp.c:236:13: note: byref variable will be forcibly initialized 236 | int id; | ^~ /kisskb/src/drivers/tee/optee/supp.c: In function 'optee_supp_send': /kisskb/src/drivers/tee/optee/supp.c:346:16: note: byref variable will be forcibly initialized 346 | size_t num_meta; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:25: /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c: In function 'yx240qv29_enable': /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:177:9: note: in expansion of macro 'mipi_dbi_command' 177 | mipi_dbi_command(dbi, MIPI_DCS_SET_ADDRESS_MODE, addr_mode); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:159:9: note: in expansion of macro 'mipi_dbi_command' 159 | mipi_dbi_command(dbi, MIPI_DCS_SET_DISPLAY_ON); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:155:9: note: in expansion of macro 'mipi_dbi_command' 155 | mipi_dbi_command(dbi, MIPI_DCS_EXIT_SLEEP_MODE); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:152:9: note: in expansion of macro 'mipi_dbi_command' 152 | mipi_dbi_command(dbi, MIPI_DCS_SET_TEAR_SCANLINE, 0x00, 0x02); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:149:9: note: in expansion of macro 'mipi_dbi_command' 149 | mipi_dbi_command(dbi, MIPI_DCS_SET_TEAR_ON, 0x00); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:145:9: note: in expansion of macro 'mipi_dbi_command' 145 | mipi_dbi_command(dbi, MIPI_DCS_SET_PIXEL_FORMAT, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:108:9: note: in expansion of macro 'mipi_dbi_command' 108 | mipi_dbi_command(dbi, HX8357D_SETGAMMA, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:99:9: note: in expansion of macro 'mipi_dbi_command' 99 | mipi_dbi_command(dbi, HX8357D_SETCYC, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:91:9: note: in expansion of macro 'mipi_dbi_command' 91 | mipi_dbi_command(dbi, HX8357D_SETSTBA, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:83:9: note: in expansion of macro 'mipi_dbi_command' 83 | mipi_dbi_command(dbi, HX8357D_SETPOWER, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:81:9: note: in expansion of macro 'mipi_dbi_command' 81 | mipi_dbi_command(dbi, HX8357D_SETPANEL, 0x05); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:78:9: note: in expansion of macro 'mipi_dbi_command' 78 | mipi_dbi_command(dbi, HX8357D_SETOSC, 0x68); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:75:9: note: in expansion of macro 'mipi_dbi_command' 75 | mipi_dbi_command(dbi, HX8357D_SETCOM, 0x25); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:72:9: note: in expansion of macro 'mipi_dbi_command' 72 | mipi_dbi_command(dbi, HX8357D_SETRGB, 0x00, 0x00, 0x06, 0x06); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:68:9: note: in expansion of macro 'mipi_dbi_command' 68 | mipi_dbi_command(dbi, HX8357D_SETEXTC, 0xFF, 0x83, 0x57); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:54:18: note: byref variable will be forcibly initialized 54 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c: In function 'hx8357d_probe': /kisskb/src/drivers/gpu/drm/tiny/hx8357d.c:225:13: note: byref variable will be forcibly initialized 225 | u32 rotation = 0; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/rpc.c: In function 'handle_rpc_func_cmd_get_time': /kisskb/src/drivers/tee/optee/rpc.c:17:27: note: byref variable will be forcibly initialized 17 | struct timespec64 ts; | ^~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/tee/optee/rpc.c:9: /kisskb/src/drivers/tee/optee/rpc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tee/optee/rpc.c: In function 'optee_rpc_cmd_alloc_suppl': /kisskb/src/drivers/tee/optee/rpc.c:213:26: note: byref variable will be forcibly initialized 213 | struct tee_param param; | ^~~~~ /kisskb/src/drivers/tee/optee/rpc.c: In function 'optee_rpc_cmd_free_suppl': /kisskb/src/drivers/tee/optee/rpc.c:235:26: note: byref variable will be forcibly initialized 235 | struct tee_param param; | ^~~~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm85.c:894:14: note: byref variable will be forcibly initialized 894 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/lm85.c:866:14: note: byref variable will be forcibly initialized 866 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_off_store': /kisskb/src/drivers/hwmon/lm85.c:1147:14: note: byref variable will be forcibly initialized 1147 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_auto_pwm_minctl_store': /kisskb/src/drivers/hwmon/lm85.c:1099:14: note: byref variable will be forcibly initialized 1099 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_crit_store': /kisskb/src/drivers/hwmon/lm85.c:1262:14: note: byref variable will be forcibly initialized 1262 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_max_store': /kisskb/src/drivers/hwmon/lm85.c:1227:14: note: byref variable will be forcibly initialized 1227 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_min_store': /kisskb/src/drivers/hwmon/lm85.c:1185:14: note: byref variable will be forcibly initialized 1185 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_auto_channels_store': /kisskb/src/drivers/hwmon/lm85.c:1036:14: note: byref variable will be forcibly initialized 1036 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/lm85.c:991:14: note: byref variable will be forcibly initialized 991 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/lm85.c:959:14: note: byref variable will be forcibly initialized 959 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/lm85.c:630:23: note: byref variable will be forcibly initialized 630 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_auto_pwm_min_store': /kisskb/src/drivers/hwmon/lm85.c:1067:23: note: byref variable will be forcibly initialized 1067 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_freq_store': /kisskb/src/drivers/hwmon/lm85.c:800:23: note: byref variable will be forcibly initialized 800 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/lm85.c:741:23: note: byref variable will be forcibly initialized 741 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/lm85.c:697:23: note: byref variable will be forcibly initialized 697 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/lm85.c:575:23: note: byref variable will be forcibly initialized 575 | unsigned long val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/pad.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.c: In function 'nvkm_rdi2cr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:102:24: note: byref variable will be forcibly initialized 102 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:101:12: note: byref variable will be forcibly initialized 101 | u8 val; | ^~~ /kisskb/src/drivers/tee/optee/device.c: In function 'get_devices': /kisskb/src/drivers/tee/optee/device.c:28:26: note: byref variable will be forcibly initialized 28 | struct tee_param param[4]; | ^~~~~ /kisskb/src/drivers/tee/optee/device.c:27:37: note: byref variable will be forcibly initialized 27 | struct tee_ioctl_invoke_arg inv_arg; | ^~~~~~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_remove': /kisskb/src/drivers/fpga/altera-cvp.c:680:13: note: byref variable will be forcibly initialized 680 | u16 cmd; | ^~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_chk_error': /kisskb/src/drivers/fpga/altera-cvp.c:185:13: note: byref variable will be forcibly initialized 185 | u32 val; | ^~~ /kisskb/src/drivers/tee/optee/device.c: In function '__optee_enumerate_devices': /kisskb/src/drivers/tee/optee/device.c:98:13: note: byref variable will be forcibly initialized 98 | u32 shm_size = 0, idx, num_devices = 0; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/device.c:94:43: note: byref variable will be forcibly initialized 94 | struct tee_ioctl_open_session_arg sess_arg; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/device.c:91:22: note: byref variable will be forcibly initialized 91 | const uuid_t pta_uuid = | ^~~~~~~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_state': /kisskb/src/drivers/fpga/altera-cvp.c:120:13: note: byref variable will be forcibly initialized 120 | u32 status; | ^~~~~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_dummy_write': /kisskb/src/drivers/fpga/altera-cvp.c:148:13: note: byref variable will be forcibly initialized 148 | u32 val; | ^~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_wait_status': /kisskb/src/drivers/fpga/altera-cvp.c:164:13: note: byref variable will be forcibly initialized 164 | u32 val; | ^~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_teardown': /kisskb/src/drivers/fpga/altera-cvp.c:290:13: note: byref variable will be forcibly initialized 290 | u32 val; | ^~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_write_complete': /kisskb/src/drivers/fpga/altera-cvp.c:488:19: note: byref variable will be forcibly initialized 488 | u32 mask, val; | ^~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_write_init': /kisskb/src/drivers/fpga/altera-cvp.c:323:21: note: byref variable will be forcibly initialized 323 | u32 iflags, val; | ^~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_v2_clear_state': /kisskb/src/drivers/fpga/altera-cvp.c:206:13: note: byref variable will be forcibly initialized 206 | u32 val; | ^~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_v2_wait_for_credit': /kisskb/src/drivers/fpga/altera-cvp.c:235:12: note: byref variable will be forcibly initialized 235 | u8 val; | ^~~ /kisskb/src/drivers/fpga/altera-cvp.c: In function 'altera_cvp_probe': /kisskb/src/drivers/fpga/altera-cvp.c:583:13: note: byref variable will be forcibly initialized 583 | u32 regval; | ^~~~~~ /kisskb/src/drivers/fpga/altera-cvp.c:582:18: note: byref variable will be forcibly initialized 582 | u16 cmd, val; | ^~~ /kisskb/src/drivers/fpga/altera-cvp.c:582:13: note: byref variable will be forcibly initialized 582 | u16 cmd, val; | ^~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_irq_thread': /kisskb/src/drivers/hwmon/lm90.c:1838:13: note: byref variable will be forcibly initialized 1838 | u16 status; | ^~~~~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_alert': /kisskb/src/drivers/hwmon/lm90.c:2010:13: note: byref variable will be forcibly initialized 2010 | u16 alarms; | ^~~~~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'pec_store': /kisskb/src/drivers/hwmon/lm90.c:1003:14: note: byref variable will be forcibly initialized 1003 | long val; | ^~~ In file included from /kisskb/src/drivers/hwmon/lm90.c:88: /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_probe': /kisskb/src/include/linux/hwmon.h:419:39: note: byref variable will be forcibly initialized 419 | (&(struct hwmon_channel_info) { \ | ^ /kisskb/src/drivers/hwmon/lm90.c:1917:25: note: in expansion of macro 'HWMON_CHANNEL_INFO' 1917 | data->info[0] = HWMON_CHANNEL_INFO(chip, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/hwmon.h:421:36: note: byref variable will be forcibly initialized 421 | .config = (u32 []) { \ | ^ /kisskb/src/drivers/hwmon/lm90.c:1917:25: note: in expansion of macro 'HWMON_CHANNEL_INFO' 1917 | data->info[0] = HWMON_CHANNEL_INFO(chip, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-arm-versatile.c: In function 'versatile_panel_probe': /kisskb/src/drivers/gpu/drm/panel/panel-arm-versatile.c:293:13: note: byref variable will be forcibly initialized 293 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_short_store': /kisskb/src/drivers/hwmon/lm93.c:2291:23: note: byref variable will be forcibly initialized 2291 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_override_duty_cycle_store': /kisskb/src/drivers/hwmon/lm93.c:2260:23: note: byref variable will be forcibly initialized 2260 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_interval_store': /kisskb/src/drivers/hwmon/lm93.c:2224:23: note: byref variable will be forcibly initialized 2224 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_override_store': /kisskb/src/drivers/hwmon/lm93.c:2182:23: note: byref variable will be forcibly initialized 2182 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_max_store': /kisskb/src/drivers/hwmon/lm93.c:2146:23: note: byref variable will be forcibly initialized 2146 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_vrdhot_ramp_store': /kisskb/src/drivers/hwmon/lm93.c:2081:23: note: byref variable will be forcibly initialized 2081 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_prochot_ramp_store': /kisskb/src/drivers/hwmon/lm93.c:2049:23: note: byref variable will be forcibly initialized 2049 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_spinup_time_store': /kisskb/src/drivers/hwmon/lm93.c:2015:23: note: byref variable will be forcibly initialized 2015 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_spinup_min_store': /kisskb/src/drivers/hwmon/lm93.c:1975:23: note: byref variable will be forcibly initialized 1975 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_channels_store': /kisskb/src/drivers/hwmon/lm93.c:1934:23: note: byref variable will be forcibly initialized 1934 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_freq_store': /kisskb/src/drivers/hwmon/lm93.c:1896:23: note: byref variable will be forcibly initialized 1896 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/lm93.c:1820:23: note: byref variable will be forcibly initialized 1820 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/lm93.c:1772:23: note: byref variable will be forcibly initialized 1772 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'fan_smart_tach_store': /kisskb/src/drivers/hwmon/lm93.c:1719:23: note: byref variable will be forcibly initialized 1719 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_offset_hyst_store': /kisskb/src/drivers/hwmon/lm93.c:1585:23: note: byref variable will be forcibly initialized 1585 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_pwm_min_store': /kisskb/src/drivers/hwmon/lm93.c:1542:23: note: byref variable will be forcibly initialized 1542 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_offset_store': /kisskb/src/drivers/hwmon/lm93.c:1464:23: note: byref variable will be forcibly initialized 1464 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_boost_hyst_store': /kisskb/src/drivers/hwmon/lm93.c:1419:23: note: byref variable will be forcibly initialized 1419 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm93.c:1217:23: note: byref variable will be forcibly initialized 1217 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/lm93.c:1152:23: note: byref variable will be forcibly initialized 1152 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/lm93.c:1640:23: note: byref variable will be forcibly initialized 1640 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_boost_store': /kisskb/src/drivers/hwmon/lm93.c:1383:14: note: byref variable will be forcibly initialized 1383 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_base_store': /kisskb/src/drivers/hwmon/lm93.c:1350:14: note: byref variable will be forcibly initialized 1350 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/lm93.c:1317:14: note: byref variable will be forcibly initialized 1317 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/lm93.c:1284:14: note: byref variable will be forcibly initialized 1284 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'offset_store': /kisskb/src/drivers/hwmon/lm95234.c:424:14: note: byref variable will be forcibly initialized 424 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'tcrit1_store': /kisskb/src/drivers/hwmon/lm95234.c:344:14: note: byref variable will be forcibly initialized 344 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'tcrit1_hyst_store': /kisskb/src/drivers/hwmon/lm95234.c:385:14: note: byref variable will be forcibly initialized 385 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'tcrit2_store': /kisskb/src/drivers/hwmon/lm95234.c:294:14: note: byref variable will be forcibly initialized 294 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'type_store': /kisskb/src/drivers/hwmon/lm95234.c:249:23: note: byref variable will be forcibly initialized 249 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/lm95234.c:463:23: note: byref variable will be forcibly initialized 463 | unsigned long val; | ^~~ /kisskb/src/drivers/tee/optee/ffa_abi.c: In function 'optee_ffa_probe': /kisskb/src/drivers/tee/optee/ffa_abi.c:793:13: note: byref variable will be forcibly initialized 793 | u32 sec_caps; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/ffa_abi.c:787:22: note: byref variable will be forcibly initialized 787 | unsigned int rpc_param_count; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/tee/optee/optee_private.h:10, from /kisskb/src/drivers/tee/optee/ffa_abi.c:16: /kisskb/src/drivers/tee/optee/ffa_abi.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:39: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg 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/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/arm_ffa.h:9, from /kisskb/src/drivers/tee/optee/ffa_abi.c:8: /kisskb/src/drivers/tee/optee/ffa_abi.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:9: note: in expansion of macro 'rcu_assign_pointer' 401 | rcu_assign_pointer(*bkt, (void *)obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/ffa_abi.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:25: note: in expansion of macro 'rcu_assign_pointer' 1045 | rcu_assign_pointer(*pprev, obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/ffa_abi.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:25: note: in expansion of macro 'rcu_assign_pointer' 758 | rcu_assign_pointer(*pprev, obj); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/tee/optee/optee_private.h:10, from /kisskb/src/drivers/tee/optee/ffa_abi.c:16: /kisskb/src/include/linux/rhashtable.h:701:39: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/tee/optee/ffa_abi.c: In function 'optee_ffa_shm_register': /kisskb/src/drivers/tee/optee/ffa_abi.c:285:25: note: byref variable will be forcibly initialized 285 | struct sg_table sgt; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'get_async_notif_value': /kisskb/src/drivers/tee/optee/smc_abi.c:983:30: note: byref variable will be forcibly initialized 983 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'enable_async_notif': /kisskb/src/drivers/tee/optee/smc_abi.c:1131:30: note: byref variable will be forcibly initialized 1131 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_msg_api_uid_is_optee_api': /kisskb/src/drivers/tee/optee/smc_abi.c:1142:30: note: byref variable will be forcibly initialized 1142 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_msg_api_revision_is_compatible': /kisskb/src/drivers/tee/optee/smc_abi.c:1178:11: note: byref variable will be forcibly initialized 1178 | } res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_msg_exchange_capabilities': /kisskb/src/drivers/tee/optee/smc_abi.c:1195:11: note: byref variable will be forcibly initialized 1195 | } res; | ^~~ /kisskb/src/drivers/tee/optee/ffa_abi.c: In function 'optee_ffa_yielding_call': /kisskb/src/drivers/tee/optee/ffa_abi.c:534:34: note: byref variable will be forcibly initialized 534 | struct optee_call_waiter w; | ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/tee/optee/optee_trace.h:67, from /kisskb/src/drivers/tee/optee/smc_abi.c:31: /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'perf_trace_optee_invoke_fn_begin': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(optee_invoke_fn_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(optee_invoke_fn_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'perf_trace_optee_invoke_fn_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' 40 | TRACE_EVENT(optee_invoke_fn_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' 40 | TRACE_EVENT(optee_invoke_fn_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/tee/optee/optee_trace.h:67, from /kisskb/src/drivers/tee/optee/smc_abi.c:31: /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'trace_event_raw_event_optee_invoke_fn_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(optee_invoke_fn_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'trace_event_raw_event_optee_invoke_fn_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' 40 | TRACE_EVENT(optee_invoke_fn_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/tee/optee/optee_trace.h:67, from /kisskb/src/drivers/tee/optee/smc_abi.c:31: /kisskb/src/drivers/tee/optee/smc_abi.c: In function '__bpf_trace_optee_invoke_fn_begin': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(optee_invoke_fn_begin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(optee_invoke_fn_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function '__bpf_trace_optee_invoke_fn_end': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' 40 | TRACE_EVENT(optee_invoke_fn_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' 40 | TRACE_EVENT(optee_invoke_fn_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' 40 | TRACE_EVENT(optee_invoke_fn_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' 40 | TRACE_EVENT(optee_invoke_fn_end, | ^~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function '__optee_disable_shm_cache': /kisskb/src/drivers/tee/optee/smc_abi.c:296:19: note: byref variable will be forcibly initialized 296 | } res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c:288:34: note: byref variable will be forcibly initialized 288 | struct optee_call_waiter w; | ^ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_enable_shm_cache': /kisskb/src/drivers/tee/optee/smc_abi.c:268:38: note: byref variable will be forcibly initialized 268 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c:263:34: note: byref variable will be forcibly initialized 263 | struct optee_call_waiter w; | ^ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'from_msg_param_tmp_mem': /kisskb/src/drivers/tee/optee/smc_abi.c:66:21: note: byref variable will be forcibly initialized 66 | phys_addr_t pa; | ^~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'to_msg_param_tmp_mem': /kisskb/src/drivers/tee/optee/smc_abi.c:163:21: note: byref variable will be forcibly initialized 163 | phys_addr_t pa; | ^~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'handle_rpc_func_cmd_shm_alloc': /kisskb/src/drivers/tee/optee/smc_abi.c:661:21: note: byref variable will be forcibly initialized 661 | phys_addr_t pa; | ^~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_handle_rpc': /kisskb/src/drivers/tee/optee/smc_abi.c:803:21: note: byref variable will be forcibly initialized 803 | phys_addr_t pa; | ^~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_smc_do_call_with_arg': /kisskb/src/drivers/tee/optee/smc_abi.c:911:38: note: byref variable will be forcibly initialized 911 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c:896:29: note: byref variable will be forcibly initialized 896 | phys_addr_t parg; | ^~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:871:34: note: byref variable will be forcibly initialized 871 | struct optee_call_waiter w; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c: In function 'nvkm_i2c_aux_i2c_xfer': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c:46:28: note: byref variable will be forcibly initialized 46 | u8 cnt, retries, cmd; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'simple_call_with_arg': /kisskb/src/drivers/tee/optee/smc_abi.c:953:15: note: byref variable will be forcibly initialized 953 | u_int offs; | ^~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:952:25: note: byref variable will be forcibly initialized 952 | struct tee_shm *shm; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c:950:37: note: byref variable will be forcibly initialized 950 | struct optee_shm_arg_entry *entry; | ^~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'get_invoke_func': /kisskb/src/drivers/tee/optee/smc_abi.c:1294:21: note: byref variable will be forcibly initialized 1294 | const char *method; | ^~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_config_shm_memremap': /kisskb/src/drivers/tee/optee/smc_abi.c:1231:11: note: byref variable will be forcibly initialized 1231 | } res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_probe': /kisskb/src/drivers/tee/optee/smc_abi.c:1368:13: note: byref variable will be forcibly initialized 1368 | u32 sec_caps; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:1366:13: note: byref variable will be forcibly initialized 1366 | u32 max_notif_value; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:1363:22: note: byref variable will be forcibly initialized 1363 | unsigned int rpc_param_count; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:1362:15: note: byref variable will be forcibly initialized 1362 | void *memremaped_shm = NULL; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'notif_irq_handler': /kisskb/src/drivers/tee/optee/smc_abi.c:999:14: note: byref variable will be forcibly initialized 999 | bool value_pending; | ^~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:998:14: note: byref variable will be forcibly initialized 998 | bool value_valid; | ^~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm-perf.c: In function 'etm_perf_symlink': /kisskb/src/drivers/hwtracing/coresight/coresight-etm-perf.c:696:14: note: byref variable will be forcibly initialized 696 | char entry[sizeof("cpu9999999")]; | ^~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:6: /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ 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:214:16: note: byref variable will be forcibly initialized 214 | 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:28: note: byref variable will be forcibly initialized 153 | 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:28: note: byref variable will be forcibly initialized 90 | 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:38: note: byref variable will be forcibly initialized 222 | struct of_endpoint endpoint, rendpoint; | ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-platform.c:222:28: note: byref variable will be forcibly initialized 222 | struct of_endpoint endpoint, rendpoint; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:22: /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c: In function 'mi0283qt_enable': /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:137:9: note: in expansion of macro 'mipi_dbi_command' 137 | mipi_dbi_command(dbi, MIPI_DCS_SET_ADDRESS_MODE, addr_mode); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:111:9: note: in expansion of macro 'mipi_dbi_command' 111 | mipi_dbi_command(dbi, MIPI_DCS_SET_DISPLAY_ON); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:108:9: note: in expansion of macro 'mipi_dbi_command' 108 | mipi_dbi_command(dbi, MIPI_DCS_EXIT_SLEEP_MODE); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:107:9: note: in expansion of macro 'mipi_dbi_command' 107 | mipi_dbi_command(dbi, ILI9341_DISCTRL, 0x0a, 0x82, 0x27, 0x00); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:104:9: note: in expansion of macro 'mipi_dbi_command' 104 | mipi_dbi_command(dbi, ILI9341_ETMOD, 0x07); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:99:9: note: in expansion of macro 'mipi_dbi_command' 99 | mipi_dbi_command(dbi, ILI9341_NGAMCTRL, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:96:9: note: in expansion of macro 'mipi_dbi_command' 96 | mipi_dbi_command(dbi, ILI9341_PGAMCTRL, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:95:9: note: in expansion of macro 'mipi_dbi_command' 95 | mipi_dbi_command(dbi, MIPI_DCS_SET_GAMMA_CURVE, 0x01); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:94:9: note: in expansion of macro 'mipi_dbi_command' 94 | mipi_dbi_command(dbi, ILI9341_EN3GAM, 0x08); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:91:9: note: in expansion of macro 'mipi_dbi_command' 91 | mipi_dbi_command(dbi, ILI9341_FRMCTR1, 0x00, 0x1b); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:88:9: note: in expansion of macro 'mipi_dbi_command' 88 | mipi_dbi_command(dbi, MIPI_DCS_SET_PIXEL_FORMAT, MIPI_DCS_PIXEL_FMT_16BIT); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:85:9: note: in expansion of macro 'mipi_dbi_command' 85 | mipi_dbi_command(dbi, ILI9341_VMCTRL2, 0xbe); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:84:9: note: in expansion of macro 'mipi_dbi_command' 84 | mipi_dbi_command(dbi, ILI9341_VMCTRL1, 0x35, 0x3e); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:82:9: note: in expansion of macro 'mipi_dbi_command' 82 | mipi_dbi_command(dbi, ILI9341_PWCTRL2, 0x11); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:81:9: note: in expansion of macro 'mipi_dbi_command' 81 | mipi_dbi_command(dbi, ILI9341_PWCTRL1, 0x26); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:78:9: note: in expansion of macro 'mipi_dbi_command' 78 | mipi_dbi_command(dbi, ILI9341_DTCTRLB, 0x00, 0x00); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:77:9: note: in expansion of macro 'mipi_dbi_command' 77 | mipi_dbi_command(dbi, ILI9341_PUMPCTRL, 0x20); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:76:9: note: in expansion of macro 'mipi_dbi_command' 76 | mipi_dbi_command(dbi, ILI9341_PWCTRLA, 0x39, 0x2c, 0x00, 0x34, 0x02); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:75:9: note: in expansion of macro 'mipi_dbi_command' 75 | mipi_dbi_command(dbi, ILI9341_DTCTRLA, 0x85, 0x01, 0x79); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:74:9: note: in expansion of macro 'mipi_dbi_command' 74 | mipi_dbi_command(dbi, ILI9341_PWRSEQ, 0x64, 0x03, 0x12, 0x81); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:73:9: note: in expansion of macro 'mipi_dbi_command' 73 | mipi_dbi_command(dbi, ILI9341_PWCTRLB, 0x00, 0x83, 0x30); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:71:9: note: in expansion of macro 'mipi_dbi_command' 71 | mipi_dbi_command(dbi, MIPI_DCS_SET_DISPLAY_OFF); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:58:18: note: byref variable will be forcibly initialized 58 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c: In function 'mi0283qt_probe': /kisskb/src/drivers/gpu/drm/tiny/mi0283qt.c:186:13: note: byref variable will be forcibly initialized 186 | u32 rotation = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_get_timings_modes': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:171:34: note: byref variable will be forcibly initialized 171 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_parse_panel_timing_node': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:502:26: note: byref variable will be forcibly initialized 502 | struct videomode vm; | ^~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/include/linux/of_platform.h:12, from /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:27: /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_dpi_probe': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:455:26: note: byref variable will be forcibly initialized 455 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:454:22: note: byref variable will be forcibly initialized 454 | unsigned int bus_flags; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-ilitek-ili9322.c: In function 'ili9322_regmap_spi_read': /kisskb/src/drivers/gpu/drm/panel/panel-ilitek-ili9322.c:309:12: note: byref variable will be forcibly initialized 309 | u8 buf[1]; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-ilitek-ili9322.c: In function 'ili9322_regmap_spi_write': /kisskb/src/drivers/gpu/drm/panel/panel-ilitek-ili9322.c:294:12: note: byref variable will be forcibly initialized 294 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_probe': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:544:31: note: byref variable will be forcibly initialized 544 | struct display_timing dt; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-ilitek-ili9322.c: In function 'ili9322_probe': /kisskb/src/drivers/gpu/drm/panel/panel-ilitek-ili9322.c:726:13: note: byref variable will be forcibly initialized 726 | u32 val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/pad.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c: In function 'nvkm_wri2cr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:134:24: note: byref variable will be forcibly initialized 134 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:133:12: note: byref variable will be forcibly initialized 133 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c: In function 'nvkm_rdi2cr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:102:24: note: byref variable will be forcibly initialized 102 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:101:12: note: byref variable will be forcibly initialized 101 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c: In function 'anx9805_aux_xfer': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c:143:12: note: byref variable will be forcibly initialized 143 | u8 buf[16] = {}; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c: In function 'nv_wr16i2cr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:149:24: note: byref variable will be forcibly initialized 149 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:148:12: note: byref variable will be forcibly initialized 148 | u8 buf[3] = { reg, val >> 8, val & 0xff}; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c: In function 'nv_rd16i2cr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:118:24: note: byref variable will be forcibly initialized 118 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:117:12: note: byref variable will be forcibly initialized 117 | u8 val[2]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c: In function 'nvkm_iccsense_create_sensor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c:155:35: note: byref variable will be forcibly initialized 155 | struct nvbios_extdev_func extdev; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c: In function 'nvkm_iccsense_oneinit': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c:229:50: note: byref variable will be forcibly initialized 229 | struct nvbios_power_budget_entry entry; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c:221:32: note: byref variable will be forcibly initialized 221 | struct nvbios_iccsense stbl; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c:220:36: note: byref variable will be forcibly initialized 220 | struct nvbios_power_budget budget; | ^~~~~~ In file included from /kisskb/src/drivers/fpga/altera-ps-spi.c:23: /kisskb/src/drivers/fpga/altera-ps-spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/tee/tee_shm.c:6: /kisskb/src/drivers/tee/tee_shm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/fpga/ice40-spi.c:15: /kisskb/src/drivers/fpga/ice40-spi.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1228:28: note: byref variable will be forcibly initialized 1228 | struct spi_message msg; | ^~~ /kisskb/src/drivers/fpga/ice40-spi.c: In function 'ice40_fpga_ops_write_complete': /kisskb/src/drivers/fpga/ice40-spi.c:115:18: note: byref variable will be forcibly initialized 115 | const u8 padding[ICE40_SPI_NUM_ACTIVATION_BYTES] = {0}; | ^~~~~~~ /kisskb/src/drivers/fpga/ice40-spi.c: In function 'ice40_fpga_ops_write_init': /kisskb/src/drivers/fpga/ice40-spi.c:46:28: note: byref variable will be forcibly initialized 46 | struct spi_message message; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/base.c: In function 'nvkm_instobj_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/base.c:97:29: note: byref variable will be forcibly initialized 97 | struct nvkm_memory *memory = NULL; | ^~~~~~ 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:248, 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:32: note: byref variable will be forcibly initialized 319 | DECLARE_BITMAP(devs_closed, COMEDI_NUM_BOARD_MINORS); | ^~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/comedi/drivers/comedi_bond.c: In function 'bonding_dio_insn_bits': /kisskb/src/drivers/comedi/drivers/comedi_bond.c:85:69: note: byref variable will be forcibly initialized 85 | 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:38: note: byref variable will be forcibly initialized 255 | char buf[20]; | ^~~ /kisskb/src/drivers/comedi/drivers/comedi_bond.c:182:22: note: byref variable will be forcibly initialized 182 | 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:248, 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:24: note: byref variable will be forcibly initialized 172 | DECLARE_BITMAP(devs_opened, COMEDI_NUM_BOARD_MINORS); | ^~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/gpu/drm/panel/panel-innolux-p079zca.c:10: /kisskb/src/drivers/gpu/drm/panel/panel-innolux-p079zca.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c: In function 'nv50_instobj_kmap': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:127:39: note: byref variable will be forcibly initialized 127 | struct nvkm_vma *bar = NULL, *ebar; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:127:26: note: byref variable will be forcibly initialized 127 | struct nvkm_vma *bar = NULL, *ebar; | ^~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/instmem.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c: In function 'nv50_instobj_dtor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:315:26: note: byref variable will be forcibly initialized 315 | struct nvkm_vma *bar; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c: In function 'gk20a_instobj_ctor_iommu': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c:427:30: note: byref variable will be forcibly initialized 427 | struct nvkm_mm_node *r; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c: In function 'gk20a_instobj_dtor_iommu': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c:317:30: note: byref variable will be forcibly initialized 317 | struct nvkm_mm_node *r = node->base.mn; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c: In function 'gk20a_instobj_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c:519:31: note: byref variable will be forcibly initialized 519 | struct gk20a_instobj *node = NULL; | ^~~~ /kisskb/src/drivers/hwmon/ltc4222.c: In function 'ltc4222_bool_show': /kisskb/src/drivers/hwmon/ltc4222.c:105:22: note: byref variable will be forcibly initialized 105 | unsigned int fault; | ^~~~~ /kisskb/src/drivers/hwmon/ltc4222.c: In function 'ltc4222_get_value': /kisskb/src/drivers/hwmon/ltc4222.c:51:12: note: byref variable will be forcibly initialized 51 | u8 buf[2]; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c: In function 'gf100_ltc_cbc_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:47:25: note: in expansion of macro 'nvkm_msec' 47 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c: In function 'gf100_ltc_lts_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:100:14: note: byref variable will be forcibly initialized 100 | char msg[128]; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c: In function 'gf100_ltc_invalidate': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:132:17: note: in expansion of macro 'nvkm_wait_msec' 132 | taken = nvkm_wait_msec(device, 2000, 0x70004, 0x00000003, 0x00000000); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c: In function 'gf100_ltc_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:145:17: note: in expansion of macro 'nvkm_wait_msec' 145 | taken = nvkm_wait_msec(device, 2000, 0x70010, 0x00000003, 0x00000000); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c: In function 'nt35560_set_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:157:12: note: byref variable will be forcibly initialized 157 | u8 par; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:156:12: note: byref variable will be forcibly initialized 156 | u8 pwm_div; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:155:12: note: byref variable will be forcibly initialized 155 | u8 pwm_ratio; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c: In function 'nt35560_read_id': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:251:29: note: byref variable will be forcibly initialized 251 | u8 vendor, version, panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:251:20: note: byref variable will be forcibly initialized 251 | u8 vendor, version, panel; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:251:12: note: byref variable will be forcibly initialized 251 | u8 vendor, version, panel; | ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c: In function 'nt35560_prepare': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:327:18: note: byref variable will be forcibly initialized 327 | const u8 mddi = 3; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c:23: /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c: In function 'panel_mipi_dbi_commands_execute': /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c:184:25: note: in expansion of macro 'mipi_dbi_command' 184 | mipi_dbi_command(dbi, command); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c: In function 'panel_mipi_dbi_enable': /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c:196:18: note: byref variable will be forcibly initialized 196 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c: In function 'panel_mipi_dbi_commands_from_fw': /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c:144:14: note: byref variable will be forcibly initialized 144 | char fw_name[40]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c:143:21: note: byref variable will be forcibly initialized 143 | const char *compatible; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c:142:32: note: byref variable will be forcibly initialized 142 | const struct firmware *fw; | ^~ /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c: In function 'panel_mipi_dbi_spi_probe': /kisskb/src/drivers/gpu/drm/tiny/panel-mipi-dbi.c:276:33: note: byref variable will be forcibly initialized 276 | struct drm_display_mode mode; | ^~~~ /kisskb/src/drivers/fpga/machxo2-spi.c: In function 'get_status': /kisskb/src/drivers/fpga/machxo2-spi.c:69:33: note: byref variable will be forcibly initialized 69 | struct spi_transfer rx, tx; | ^~ /kisskb/src/drivers/fpga/machxo2-spi.c:69:29: note: byref variable will be forcibly initialized 69 | struct spi_transfer rx, tx; | ^~ /kisskb/src/drivers/fpga/machxo2-spi.c:68:28: note: byref variable will be forcibly initialized 68 | struct spi_message msg; | ^~~ /kisskb/src/drivers/fpga/machxo2-spi.c: In function 'wait_until_not_busy': /kisskb/src/drivers/fpga/machxo2-spi.c:121:23: note: byref variable will be forcibly initialized 121 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/fpga/machxo2-spi.c: In function 'machxo2_spi_state': /kisskb/src/drivers/fpga/machxo2-spi.c:177:23: note: byref variable will be forcibly initialized 177 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/fpga/machxo2-spi.c: In function 'machxo2_cleanup': /kisskb/src/drivers/fpga/machxo2-spi.c:139:29: note: byref variable will be forcibly initialized 139 | struct spi_transfer tx[2]; | ^~ /kisskb/src/drivers/fpga/machxo2-spi.c:138:28: note: byref variable will be forcibly initialized 138 | struct spi_message msg; | ^~~ /kisskb/src/drivers/fpga/machxo2-spi.c: In function 'machxo2_write_complete': /kisskb/src/drivers/fpga/machxo2-spi.c:299:23: note: byref variable will be forcibly initialized 299 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/fpga/machxo2-spi.c:296:29: note: byref variable will be forcibly initialized 296 | struct spi_transfer tx[2]; | ^~ /kisskb/src/drivers/fpga/machxo2-spi.c:295:28: note: byref variable will be forcibly initialized 295 | struct spi_message msg; | ^~~ /kisskb/src/drivers/fpga/machxo2-spi.c: In function 'machxo2_write_init': /kisskb/src/drivers/fpga/machxo2-spi.c:197:23: note: byref variable will be forcibly initialized 197 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/fpga/machxo2-spi.c:193:29: note: byref variable will be forcibly initialized 193 | struct spi_transfer tx[3]; | ^~ /kisskb/src/drivers/fpga/machxo2-spi.c:192:28: note: byref variable will be forcibly initialized 192 | struct spi_message msg; | ^~~ /kisskb/src/drivers/fpga/machxo2-spi.c: In function 'machxo2_write': /kisskb/src/drivers/fpga/machxo2-spi.c:260:23: note: byref variable will be forcibly initialized 260 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/fpga/machxo2-spi.c:259:12: note: byref variable will be forcibly initialized 259 | u8 payload[MACHXO2_BUF_SIZE]; | ^~~~~~~ /kisskb/src/drivers/fpga/machxo2-spi.c:257:29: note: byref variable will be forcibly initialized 257 | struct spi_transfer tx; | ^~ /kisskb/src/drivers/fpga/machxo2-spi.c:256:28: note: byref variable will be forcibly initialized 256 | struct spi_message msg; | ^~~ In file included from /kisskb/src/include/linux/greybus.h:17, from /kisskb/src/drivers/greybus/manifest.c:9: /kisskb/src/drivers/greybus/manifest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/greybus.h:16, from /kisskb/src/drivers/greybus/manifest.c:9: /kisskb/src/drivers/greybus/manifest.c: In function 'gb_manifest_parse_cports': /kisskb/src/drivers/greybus/manifest.c:233:19: note: byref variable will be forcibly initialized 233 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/hwmon/ltc4260.c: In function 'ltc4260_get_value': /kisskb/src/drivers/hwmon/ltc4260.c:40:22: note: byref variable will be forcibly initialized 40 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/ltc4260.c: In function 'ltc4260_bool_show': /kisskb/src/drivers/hwmon/ltc4260.c:90:22: note: byref variable will be forcibly initialized 90 | unsigned int fault; | ^~~~~ /kisskb/src/drivers/comedi/drivers/comedi_test.c: In function 'waveform_ai_timer': /kisskb/src/drivers/comedi/drivers/comedi_test.c:210:32: note: byref variable will be forcibly initialized 210 | unsigned short sample; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c: In function 'gm107_ltc_cbc_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:70:9: note: in expansion of macro 'nvkm_nsec' 70 | nvkm_nsec(d, n, \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:75:9: note: in expansion of macro 'nvkm_wait_nsec' 75 | nvkm_wait_nsec((d), (u) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:77:9: note: in expansion of macro 'nvkm_wait_usec' 77 | nvkm_wait_usec((d), (m) * 1000, (addr), (mask), (data)) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:46:25: note: in expansion of macro 'nvkm_wait_msec' 46 | nvkm_wait_msec(device, 2000, addr, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c: In function 'gm107_ltc_intr_lts': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:79:14: note: byref variable will be forcibly initialized 79 | char msg[128]; | ^~~ /kisskb/src/drivers/hwmon/max1619.c: In function 'temp_store': /kisskb/src/drivers/hwmon/max1619.c:155:14: note: byref variable will be forcibly initialized 155 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c: In function 'otm8009a_backlight_update_status': /kisskb/src/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c:402:12: note: byref variable will be forcibly initialized 402 | u8 data[2]; | ^~~~ 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/max6639.c:294:23: note: byref variable will be forcibly initialized 294 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_emergency_store': /kisskb/src/drivers/hwmon/max6639.c:262:23: note: byref variable will be forcibly initialized 262 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/max6639.c:229:23: note: byref variable will be forcibly initialized 229 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/max6639.c:197:23: note: byref variable will be forcibly initialized 197 | unsigned long val; | ^~~ /kisskb/src/drivers/tee/tee_shm_pool.c: In function 'pool_op_gen_alloc': /kisskb/src/drivers/tee/tee_shm_pool.c:18:35: note: byref variable will be forcibly initialized 18 | struct genpool_data_align data = { .align = a }; | ^~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_temp': /kisskb/src/drivers/hwmon/tps23861.c:128:22: note: byref variable will be forcibly initialized 128 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_operating_mode': /kisskb/src/drivers/hwmon/tps23861.c:373:22: note: byref variable will be forcibly initialized 373 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_detect_status': /kisskb/src/drivers/hwmon/tps23861.c:411:22: note: byref variable will be forcibly initialized 411 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_class_status': /kisskb/src/drivers/hwmon/tps23861.c:449:22: note: byref variable will be forcibly initialized 449 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_poe_plus_status': /kisskb/src/drivers/hwmon/tps23861.c:480:22: note: byref variable will be forcibly initialized 480 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_voltage': /kisskb/src/drivers/hwmon/tps23861.c:143:22: note: byref variable will be forcibly initialized 143 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_current': /kisskb/src/drivers/hwmon/tps23861.c:167:22: note: byref variable will be forcibly initialized 167 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_resistance': /kisskb/src/drivers/hwmon/tps23861.c:492:13: note: byref variable will be forcibly initialized 492 | u16 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_probe': /kisskb/src/drivers/hwmon/tps23861.c:547:13: note: byref variable will be forcibly initialized 547 | u32 shunt_resistor; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-ld9040.c: In function 'ld9040_spi_write_word': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-ld9040.c:133:28: note: byref variable will be forcibly initialized 133 | struct spi_message msg; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-ld9040.c:129:29: note: byref variable will be forcibly initialized 129 | struct spi_transfer xfer = { | ^~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_fan_read': /kisskb/src/drivers/hwmon/mlxreg-fan.c:126:13: note: byref variable will be forcibly initialized 126 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_fan_connect_verify': /kisskb/src/drivers/hwmon/mlxreg-fan.c:377:13: note: byref variable will be forcibly initialized 377 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_pwm_connect_verify': /kisskb/src/drivers/hwmon/mlxreg-fan.c:393:13: note: byref variable will be forcibly initialized 393 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_fan_speed_divider_get': /kisskb/src/drivers/hwmon/mlxreg-fan.c:409:13: note: byref variable will be forcibly initialized 409 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_fan_get_cur_state': /kisskb/src/drivers/hwmon/mlxreg-fan.c:330:13: note: byref variable will be forcibly initialized 330 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_fan_config': /kisskb/src/drivers/hwmon/mlxreg-fan.c:514:21: note: byref variable will be forcibly initialized 514 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_temp': /kisskb/src/drivers/hwmon/mr75203.c:144:19: note: byref variable will be forcibly initialized 144 | u32 stat, nbs; | ^~~ /kisskb/src/drivers/hwmon/mr75203.c:144:13: note: byref variable will be forcibly initialized 144 | u32 stat, nbs; | ^~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_in': /kisskb/src/drivers/hwmon/mr75203.c:181:16: note: byref variable will be forcibly initialized 181 | u32 n, stat; | ^~~~ /kisskb/src/drivers/hwmon/mr75203.c:181:13: note: byref variable will be forcibly initialized 181 | u32 n, stat; | ^ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/mr75203.c:16: /kisskb/src/drivers/hwmon/mr75203.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_init': /kisskb/src/drivers/hwmon/mr75203.c:252:24: note: byref variable will be forcibly initialized 252 | u32 clk_synth, val; | ^~~ In file included from /kisskb/src/drivers/hwmon/mr75203.c:12: /kisskb/src/drivers/hwmon/mr75203.c: In function 'mr75203_probe': /kisskb/src/include/linux/hwmon.h:419:39: note: byref variable will be forcibly initialized 419 | (&(struct hwmon_channel_info) { \ | ^ /kisskb/src/drivers/hwmon/mr75203.c:548:23: note: in expansion of macro 'HWMON_CHANNEL_INFO' 548 | pvt_info[0] = HWMON_CHANNEL_INFO(chip, HWMON_C_REGISTER_TZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/hwmon.h:421:36: note: byref variable will be forcibly initialized 421 | .config = (u32 []) { \ | ^ /kisskb/src/drivers/hwmon/mr75203.c:548:23: note: in expansion of macro 'HWMON_CHANNEL_INFO' 548 | pvt_info[0] = HWMON_CHANNEL_INFO(chip, HWMON_C_REGISTER_TZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/mr75203.c:493:37: note: byref variable will be forcibly initialized 493 | u32 ts_num, vm_num, pd_num, val, index, i; | ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/pc87427.c:613:23: note: byref variable will be forcibly initialized 613 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/pc87427.c:583:23: note: byref variable will be forcibly initialized 583 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/pc87427.c:431:23: note: byref variable will be forcibly initialized 431 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pc87427_init': /kisskb/src/drivers/hwmon/pc87427.c:1297:33: note: byref variable will be forcibly initialized 1297 | struct pc87427_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/ili9225.c: In function 'ili9225_command': /kisskb/src/drivers/gpu/drm/tiny/ili9225.c:73:12: note: byref variable will be forcibly initialized 73 | u8 par[2] = { data >> 8, data & 0xff }; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/ili9225.c: In function 'ili9225_fb_dirty': /kisskb/src/drivers/gpu/drm/tiny/ili9225.c:88:13: note: byref variable will be forcibly initialized 88 | int idx, ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/ili9225.c: In function 'ili9225_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/ili9225.c:165:25: note: byref variable will be forcibly initialized 165 | struct drm_rect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/tiny/ili9225.c: In function 'ili9225_pipe_enable': /kisskb/src/drivers/gpu/drm/tiny/ili9225.c:73:12: note: byref variable will be forcibly initialized 73 | u8 par[2] = { data >> 8, data & 0xff }; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/ili9225.c:188:18: note: byref variable will be forcibly initialized 188 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/ili9225.c:182:25: note: byref variable will be forcibly initialized 182 | struct drm_rect rect = { | ^~~~ /kisskb/src/drivers/gpu/drm/tiny/ili9225.c: In function 'ili9225_probe': /kisskb/src/drivers/gpu/drm/tiny/ili9225.c:369:13: note: byref variable will be forcibly initialized 369 | u32 rotation = 0; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:24: /kisskb/src/drivers/gpu/drm/tiny/ili9341.c: In function 'yx240qv29_enable': /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:133:9: note: in expansion of macro 'mipi_dbi_command' 133 | mipi_dbi_command(dbi, MIPI_DCS_SET_ADDRESS_MODE, addr_mode); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:113:9: note: in expansion of macro 'mipi_dbi_command' 113 | mipi_dbi_command(dbi, MIPI_DCS_SET_DISPLAY_ON); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:110:9: note: in expansion of macro 'mipi_dbi_command' 110 | mipi_dbi_command(dbi, MIPI_DCS_EXIT_SLEEP_MODE); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:109:9: note: in expansion of macro 'mipi_dbi_command' 109 | mipi_dbi_command(dbi, ILI9341_DISCTRL, 0x08, 0x82, 0x27, 0x00); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:106:9: note: in expansion of macro 'mipi_dbi_command' 106 | mipi_dbi_command(dbi, ILI9341_ETMOD, 0x07); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:101:9: note: in expansion of macro 'mipi_dbi_command' 101 | mipi_dbi_command(dbi, ILI9341_NGAMCTRL, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:98:9: note: in expansion of macro 'mipi_dbi_command' 98 | mipi_dbi_command(dbi, ILI9341_PGAMCTRL, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:97:9: note: in expansion of macro 'mipi_dbi_command' 97 | mipi_dbi_command(dbi, MIPI_DCS_SET_GAMMA_CURVE, 0x01); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:96:9: note: in expansion of macro 'mipi_dbi_command' 96 | mipi_dbi_command(dbi, ILI9341_EN3GAM, 0x00); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:93:9: note: in expansion of macro 'mipi_dbi_command' 93 | mipi_dbi_command(dbi, ILI9341_FRMCTR1, 0x00, 0x1b); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:90:9: note: in expansion of macro 'mipi_dbi_command' 90 | mipi_dbi_command(dbi, MIPI_DCS_SET_PIXEL_FORMAT, MIPI_DCS_PIXEL_FMT_16BIT); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:87:9: note: in expansion of macro 'mipi_dbi_command' 87 | mipi_dbi_command(dbi, ILI9341_VMCTRL2, 0x86); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:86:9: note: in expansion of macro 'mipi_dbi_command' 86 | mipi_dbi_command(dbi, ILI9341_VMCTRL1, 0x3e, 0x28); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:84:9: note: in expansion of macro 'mipi_dbi_command' 84 | mipi_dbi_command(dbi, ILI9341_PWCTRL2, 0x10); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:83:9: note: in expansion of macro 'mipi_dbi_command' 83 | mipi_dbi_command(dbi, ILI9341_PWCTRL1, 0x23); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:80:9: note: in expansion of macro 'mipi_dbi_command' 80 | mipi_dbi_command(dbi, ILI9341_DTCTRLB, 0x00, 0x00); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:79:9: note: in expansion of macro 'mipi_dbi_command' 79 | mipi_dbi_command(dbi, ILI9341_PUMPCTRL, 0x20); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:78:9: note: in expansion of macro 'mipi_dbi_command' 78 | mipi_dbi_command(dbi, ILI9341_PWCTRLA, 0x39, 0x2c, 0x00, 0x34, 0x02); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:77:9: note: in expansion of macro 'mipi_dbi_command' 77 | mipi_dbi_command(dbi, ILI9341_DTCTRLA, 0x85, 0x00, 0x78); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:76:9: note: in expansion of macro 'mipi_dbi_command' 76 | mipi_dbi_command(dbi, ILI9341_PWRSEQ, 0x64, 0x03, 0x12, 0x81); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:75:9: note: in expansion of macro 'mipi_dbi_command' 75 | mipi_dbi_command(dbi, ILI9341_PWCTRLB, 0x00, 0xc1, 0x30); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:73:9: note: in expansion of macro 'mipi_dbi_command' 73 | mipi_dbi_command(dbi, MIPI_DCS_SET_DISPLAY_OFF); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:60:18: note: byref variable will be forcibly initialized 60 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/ili9341.c: In function 'ili9341_probe': /kisskb/src/drivers/gpu/drm/tiny/ili9341.c:182:13: note: byref variable will be forcibly initialized 182 | u32 rotation = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/greybus.h:17, from /kisskb/src/drivers/greybus/module.c:9: /kisskb/src/drivers/greybus/module.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/greybus/module.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/greybus/module.c: In function 'eject_store': /kisskb/src/drivers/greybus/module.c:19:14: note: byref variable will be forcibly initialized 19 | long val; | ^~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/sht3x.c:562:13: note: byref variable will be forcibly initialized 562 | u16 update_interval; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'heater_enable_store': /kisskb/src/drivers/hwmon/sht3x.c:527:14: note: byref variable will be forcibly initialized 527 | bool status; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'limit_store': /kisskb/src/drivers/hwmon/sht3x.c:346:14: note: byref variable will be forcibly initialized 346 | char buffer[SHT3X_CMD_LENGTH + SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'humidity1_limit_store': /kisskb/src/drivers/hwmon/sht3x.c:415:13: note: byref variable will be forcibly initialized 415 | u32 humidity; | ^~~~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'temp1_limit_store': /kisskb/src/drivers/hwmon/sht3x.c:391:13: note: byref variable will be forcibly initialized 391 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'heater_enable_show': /kisskb/src/drivers/hwmon/sht3x.c:508:14: note: byref variable will be forcibly initialized 508 | char buffer[SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'humidity1_alarm_show': /kisskb/src/drivers/hwmon/sht3x.c:493:14: note: byref variable will be forcibly initialized 493 | char buffer[SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'temp1_alarm_show': /kisskb/src/drivers/hwmon/sht3x.c:478:14: note: byref variable will be forcibly initialized 478 | char buffer[SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'sht3x_update_client': /kisskb/src/drivers/hwmon/sht3x.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned char buf[SHT3X_RESPONSE_LENGTH]; | ^~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'limits_update': /kisskb/src/drivers/hwmon/sht3x.c:292:14: note: byref variable will be forcibly initialized 292 | char buffer[SHT3X_RESPONSE_LENGTH]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c: In function 'dw_mipi_dsi_init': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c:600:22: note: byref variable will be forcibly initialized 600 | unsigned int esc_rate; /* in MHz */ | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c: In function 'dw_mipi_dsi_dphy_timing_config': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c:763:40: note: byref variable will be forcibly initialized 763 | struct dw_mipi_dsi_dphy_timing timing; | ^~~~~~ /kisskb/src/drivers/comedi/drivers/comedi_parport.c: In function 'parport_interrupt': /kisskb/src/drivers/comedi/drivers/comedi_parport.c:212:24: note: byref variable will be forcibly initialized 212 | unsigned short val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c: In function 'dw_mipi_dsi_write': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c:430:16: note: byref variable will be forcibly initialized 430 | __le32 word; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c: In function 'dw_mipi_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c:499:32: note: byref variable will be forcibly initialized 499 | struct mipi_dsi_packet packet; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c: In function 'debugfs_create_files': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c:1059:32: note: byref variable will be forcibly initialized 1059 | struct debugfs_entries debugfs[] = { | ^~~~~~~ /kisskb/src/drivers/hwmon/sht4x.c: In function 'sht4x_read_values': /kisskb/src/drivers/hwmon/sht4x.c:80:12: note: byref variable will be forcibly initialized 80 | u8 raw_data[SHT4X_RESPONSE_LENGTH]; | ^~~~~~~~ /kisskb/src/drivers/hwmon/sht4x.c:79:12: note: byref variable will be forcibly initialized 79 | u8 cmd[SHT4X_CMD_LEN] = {SHT4X_CMD_MEASURE_HPM}; | ^~~ /kisskb/src/drivers/hwmon/sht4x.c: In function 'sht4x_probe': /kisskb/src/drivers/hwmon/sht4x.c:241:12: note: byref variable will be forcibly initialized 241 | u8 cmd[] = {SHT4X_CMD_RESET}; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c: In function 'st7701_unprepare': /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:240:9: note: in expansion of macro 'ST7701_DSI' 240 | ST7701_DSI(st7701, MIPI_DCS_ENTER_SLEEP_MODE, 0x00); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c: In function 'st7701_disable': /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:231:9: note: in expansion of macro 'ST7701_DSI' 231 | ST7701_DSI(st7701, MIPI_DCS_SET_DISPLAY_OFF, 0x00); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c: In function 'st7701_enable': /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:222:9: note: in expansion of macro 'ST7701_DSI' 222 | ST7701_DSI(st7701, MIPI_DCS_SET_DISPLAY_ON, 0x00); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c: In function 'st7701_init_sequence': /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:193:9: note: in expansion of macro 'ST7701_DSI' 193 | ST7701_DSI(st7701, DSI_CMD2BKX_SEL, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:189:9: note: in expansion of macro 'ST7701_DSI' 189 | ST7701_DSI(st7701, 0xED, 0xFF, 0xF1, 0x04, 0x56, 0x72, 0x3F, 0xFF, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:188:9: note: in expansion of macro 'ST7701_DSI' 188 | ST7701_DSI(st7701, 0xEC, 0x00, 0x00); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:187:9: note: in expansion of macro 'ST7701_DSI' 187 | ST7701_DSI(st7701, 0xEB, 0x02, 0x02, 0x39, 0x39, 0xEE, 0x44, 0x00); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:185:9: note: in expansion of macro 'ST7701_DSI' 185 | ST7701_DSI(st7701, 0xE8, 0x0D, 0x78, 0x3C, 0xA0, 0x0F, 0x78, 0x3C, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:184:9: note: in expansion of macro 'ST7701_DSI' 184 | ST7701_DSI(st7701, 0xE7, 0x44, 0x44); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:183:9: note: in expansion of macro 'ST7701_DSI' 183 | ST7701_DSI(st7701, 0xE6, 0x00, 0x00, 0x33, 0x33); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:181:9: note: in expansion of macro 'ST7701_DSI' 181 | ST7701_DSI(st7701, 0xE5, 0x0C, 0x78, 0x3C, 0xA0, 0x0E, 0x78, 0x3C, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:180:9: note: in expansion of macro 'ST7701_DSI' 180 | ST7701_DSI(st7701, 0xE4, 0x44, 0x44); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:179:9: note: in expansion of macro 'ST7701_DSI' 179 | ST7701_DSI(st7701, 0xE3, 0x00, 0x00, 0x33, 0x33); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:177:9: note: in expansion of macro 'ST7701_DSI' 177 | ST7701_DSI(st7701, 0xE2, 0x33, 0x33, 0x44, 0x44, 0x64, 0x00, 0x66, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:175:9: note: in expansion of macro 'ST7701_DSI' 175 | ST7701_DSI(st7701, 0xE1, 0x0B, 0x00, 0x0D, 0x00, 0x0C, 0x00, 0x0E, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:174:9: note: in expansion of macro 'ST7701_DSI' 174 | ST7701_DSI(st7701, 0xE0, 0x00, 0x00, 0x02); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:168:9: note: in expansion of macro 'ST7701_DSI' 168 | ST7701_DSI(st7701, DSI_CMD2_BK1_MIPISET1, DSI_CMD2_BK1_MIPISET1_SET); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:167:9: note: in expansion of macro 'ST7701_DSI' 167 | ST7701_DSI(st7701, DSI_CMD2_BK1_SPD2, DSI_CMD2_BK1_SPD2_SET); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:166:9: note: in expansion of macro 'ST7701_DSI' 166 | ST7701_DSI(st7701, DSI_CMD2_BK1_SPD1, DSI_CMD2_BK1_SPD1_SET); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:165:9: note: in expansion of macro 'ST7701_DSI' 165 | ST7701_DSI(st7701, DSI_CMD2_BK1_PWCTLR2, DSI_CMD2_BK1_PWCTLR2_SET); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:164:9: note: in expansion of macro 'ST7701_DSI' 164 | ST7701_DSI(st7701, DSI_CMD2_BK1_PWCTLR1, DSI_CMD2_BK1_PWCTLR1_SET); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:163:9: note: in expansion of macro 'ST7701_DSI' 163 | ST7701_DSI(st7701, DSI_CMD2_BK1_VGLS, DSI_CMD2_BK1_VGLS_SET); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:162:9: note: in expansion of macro 'ST7701_DSI' 162 | ST7701_DSI(st7701, DSI_CMD2_BK1_TESTCMD, DSI_CMD2_BK1_TESTCMD_VAL); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:161:9: note: in expansion of macro 'ST7701_DSI' 161 | ST7701_DSI(st7701, DSI_CMD2_BK1_VGHSS, DSI_CMD2_BK1_VGHSS_SET); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:160:9: note: in expansion of macro 'ST7701_DSI' 160 | ST7701_DSI(st7701, DSI_CMD2_BK1_VCOM, DSI_CMD2_BK1_VCOM_SET); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:159:9: note: in expansion of macro 'ST7701_DSI' 159 | ST7701_DSI(st7701, DSI_CMD2_BK1_VRHS, DSI_CMD2_BK1_VRHA_SET); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:157:9: note: in expansion of macro 'ST7701_DSI' 157 | ST7701_DSI(st7701, DSI_CMD2BKX_SEL, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:153:9: note: in expansion of macro 'ST7701_DSI' 153 | ST7701_DSI(st7701, DSI_CMD2_BK0_INVSEL, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:150:9: note: in expansion of macro 'ST7701_DSI' 150 | ST7701_DSI(st7701, DSI_CMD2_BK0_PORCTRL, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:148:9: note: in expansion of macro 'ST7701_DSI' 148 | ST7701_DSI(st7701, DSI_CMD2_BK0_LNESET, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:145:9: note: in expansion of macro 'ST7701_DSI' 145 | ST7701_DSI(st7701, DSI_CMD2_BK0_NVGAMCTRL, 0x00, 0x0E, 0x95, 0x0F, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:142:9: note: in expansion of macro 'ST7701_DSI' 142 | ST7701_DSI(st7701, DSI_CMD2_BK0_PVGAMCTRL, 0x00, 0x0E, 0x15, 0x0F, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:140:9: note: in expansion of macro 'ST7701_DSI' 140 | ST7701_DSI(st7701, DSI_CMD2BKX_SEL, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:135:9: note: in expansion of macro 'ST7701_DSI' 135 | ST7701_DSI(st7701, MIPI_DCS_EXIT_SLEEP_MODE, 0x00); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:122:26: note: byref variable will be forcibly initialized 122 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:130:9: note: in expansion of macro 'ST7701_DSI' 130 | ST7701_DSI(st7701, MIPI_DCS_SOFT_RESET, 0x00); | ^~~~~~~~~~ In file included from /kisskb/src/include/drm/drm_mipi_dsi.h:12, from /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c:7: /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7701.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7789v.c: In function 'st7789v_spi_write': /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7789v.c:136:13: note: byref variable will be forcibly initialized 136 | u16 txbuf = ((prefix & 1) << 8) | data; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sitronix-st7789v.c:135:28: note: byref variable will be forcibly initialized 135 | struct spi_message msg; | ^~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/thmc50.c:186:14: note: byref variable will be forcibly initialized 186 | long val; | ^~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/thmc50.c:216:14: note: byref variable will be forcibly initialized 216 | long val; | ^~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'analog_out_store': /kisskb/src/drivers/hwmon/thmc50.c:132:23: note: byref variable will be forcibly initialized 132 | unsigned long tmp; | ^~~ /kisskb/src/drivers/hwmon/tmp102.c: In function 'tmp102_read': /kisskb/src/drivers/hwmon/tmp102.c:76:22: note: byref variable will be forcibly initialized 76 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp102.c: In function 'tmp102_probe': /kisskb/src/drivers/hwmon/tmp102.c:197:22: note: byref variable will be forcibly initialized 197 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c: In function 'acx565akm_transfer': /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c:79:37: note: byref variable will be forcibly initialized 79 | struct spi_transfer *x, xfer[5]; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c:78:33: note: byref variable will be forcibly initialized 78 | struct spi_message m; | ^ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c: In function 'acx565akm_get_hw_cabc_mode': /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c:166:12: note: byref variable will be forcibly initialized 166 | u8 cabc_ctrl; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c: In function 'acx565akm_get_actual_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c:271:12: note: byref variable will be forcibly initialized 271 | u8 bv; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c: In function 'acx565akm_set_cabc_mode': /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c:152:13: note: byref variable will be forcibly initialized 152 | u16 cabc_ctrl; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c: In function 'acx565akm_set_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c:281:13: note: byref variable will be forcibly initialized 281 | int bv; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c:280:13: note: byref variable will be forcibly initialized 280 | u16 ctrl; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c: In function 'acx565akm_detect': /kisskb/src/drivers/gpu/drm/panel/panel-sony-acx565akm.c:556:16: note: byref variable will be forcibly initialized 556 | __be32 value; | ^~~~~ /kisskb/src/drivers/fpga/socfpga-a10.c: In function 'socfpga_a10_fpga_read_stat': /kisskb/src/drivers/fpga/socfpga-a10.c:230:13: note: byref variable will be forcibly initialized 230 | u32 val; | ^~~ /kisskb/src/drivers/fpga/socfpga-a10.c: In function 'socfpga_a10_fpga_generate_dclks': /kisskb/src/drivers/fpga/socfpga-a10.c:130:13: note: byref variable will be forcibly initialized 130 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_read': /kisskb/src/drivers/hwmon/tmp513.c:400:13: note: byref variable will be forcibly initialized 400 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_init': /kisskb/src/drivers/hwmon/tmp513.c:567:22: note: byref variable will be forcibly initialized 567 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_read_properties': /kisskb/src/drivers/hwmon/tmp513.c:659:13: note: byref variable will be forcibly initialized 659 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/tmp513.c:658:13: note: byref variable will be forcibly initialized 658 | u32 nfactor[3]; | ^~~~~~~ /kisskb/src/drivers/hwmon/vexpress-hwmon.c: In function 'vexpress_hwmon_u64_show': /kisskb/src/drivers/hwmon/vexpress-hwmon.c:53:23: note: byref variable will be forcibly initialized 53 | u32 value_hi, value_lo; | ^~~~~~~~ /kisskb/src/drivers/hwmon/vexpress-hwmon.c:53:13: note: byref variable will be forcibly initialized 53 | u32 value_hi, value_lo; | ^~~~~~~~ /kisskb/src/drivers/hwmon/vexpress-hwmon.c: In function 'vexpress_hwmon_u32_show': /kisskb/src/drivers/hwmon/vexpress-hwmon.c:38:13: note: byref variable will be forcibly initialized 38 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-tpo-tpg110.c: In function 'tpg110_readwrite_reg': /kisskb/src/drivers/gpu/drm/panel/panel-tpo-tpg110.c:194:12: note: byref variable will be forcibly initialized 194 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-tpo-tpg110.c:193:29: note: byref variable will be forcibly initialized 193 | struct spi_transfer t[2]; | ^ /kisskb/src/drivers/gpu/drm/panel/panel-tpo-tpg110.c:192:28: note: byref variable will be forcibly initialized 192 | struct spi_message m; | ^ /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c: In function 'cscfg_cfg_preset_store': /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c:132:13: note: byref variable will be forcibly initialized 132 | int preset, err; | ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c: In function 'cscfg_cfg_enable_store': /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c:105:14: note: byref variable will be forcibly initialized 105 | bool val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c: In function 'cscfg_add_preset_groups': /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c:183:14: note: byref variable will be forcibly initialized 183 | char name[CONFIGFS_ITEM_NAME_LEN]; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c: In function 'cscfg_param_value_store': /kisskb/src/drivers/hwtracing/coresight/coresight-syscfg-configfs.c:296:13: note: byref variable will be forcibly initialized 296 | u64 value; | ^~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'power_now_show': /kisskb/src/drivers/greybus/interface.c:500:13: note: byref variable will be forcibly initialized 500 | u32 measurement; | ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'current_now_show': /kisskb/src/drivers/greybus/interface.c:481:13: note: byref variable will be forcibly initialized 481 | u32 measurement; | ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'voltage_now_show': /kisskb/src/drivers/greybus/interface.c:462:13: note: byref variable will be forcibly initialized 462 | u32 measurement; | ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_activate_operation': /kisskb/src/drivers/greybus/interface.c:877:12: note: byref variable will be forcibly initialized 877 | u8 type; | ^~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_read_ara_dme': /kisskb/src/drivers/greybus/interface.c:57:18: note: byref variable will be forcibly initialized 57 | u32 sn0, sn1; | ^~~ /kisskb/src/drivers/greybus/interface.c:57:13: note: byref variable will be forcibly initialized 57 | u32 sn0, sn1; | ^~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_read_and_clear_init_status': /kisskb/src/drivers/greybus/interface.c:367:13: note: byref variable will be forcibly initialized 367 | u32 value; | ^~~~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_vrm': /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_activate': /kisskb/src/drivers/hwmon/vt1211.c:868:23: note: byref variable will be forcibly initialized 868 | unsigned long val; | ^~~ /kisskb/src/drivers/greybus/interface.c:1007:32: note: byref variable will be forcibly initialized 1007 | enum gb_interface_type type; | ^~~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm_auto_point_pwm': /kisskb/src/drivers/hwmon/vt1211.c:836:23: note: byref variable will be forcibly initialized 836 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm_auto_point_temp': /kisskb/src/drivers/hwmon/vt1211.c:774:14: note: byref variable will be forcibly initialized 774 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/vt1211.c:636:23: note: byref variable will be forcibly initialized 636 | unsigned long val; | ^~~ /kisskb/src/drivers/greybus/interface.c: In function 'power_state_store': /kisskb/src/drivers/greybus/interface.c:530:14: note: byref variable will be forcibly initialized 530 | bool activate; | ^~~~~~~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_fan': /kisskb/src/drivers/hwmon/vt1211.c:530:23: note: byref variable will be forcibly initialized 530 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_temp': /kisskb/src/drivers/hwmon/vt1211.c:453:14: note: byref variable will be forcibly initialized 453 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_in': /kisskb/src/drivers/hwmon/vt1211.c:379:14: note: byref variable will be forcibly initialized 379 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'vt1211_init': /kisskb/src/drivers/hwmon/vt1211.c:1316:24: note: byref variable will be forcibly initialized 1316 | unsigned short address = 0; | ^~~~~~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/via686a.c:545:23: note: byref variable will be forcibly initialized 545 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/via686a.c:526:23: note: byref variable will be forcibly initialized 526 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/via686a.c:392:23: note: byref variable will be forcibly initialized 392 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/via686a.c:373:23: note: byref variable will be forcibly initialized 373 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/via686a.c:471:14: note: byref variable will be forcibly initialized 471 | long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'temp_over_store': /kisskb/src/drivers/hwmon/via686a.c:451:14: note: byref variable will be forcibly initialized 451 | long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'via686a_pci_probe': /kisskb/src/drivers/hwmon/via686a.c:861:22: note: byref variable will be forcibly initialized 861 | u16 address, val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c:17: /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c: In function 'xen_drm_front_dbuf_create': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c:166:42: note: byref variable will be forcibly initialized 166 | struct xen_front_pgdir_shbuf_cfg buf_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c: In function 'xen_drm_front_gem_object_free': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c:387:13: note: byref variable will be forcibly initialized 387 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-truly-nt35597.c: In function 'truly_nt35597_probe': /kisskb/src/drivers/gpu/drm/panel/panel-truly-nt35597.c:540:43: note: byref variable will be forcibly initialized 540 | const struct mipi_dsi_device_info info = { | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c:23: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c: In function 'nvkm_mem_new_type': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c:227:29: note: byref variable will be forcibly initialized 227 | struct nvkm_memory *memory = NULL; | ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-etf.c: In function 'tmc_etb_dump_hw': /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-etf.c:52:13: note: byref variable will be forcibly initialized 52 | u32 read_data, lost; | ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-core.c: In function 'tmc_read': /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-core.c:179:15: note: byref variable will be forcibly initialized 179 | char *bufp; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-core.c: In function 'buffer_size_store': /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-core.c:331:23: note: byref variable will be forcibly initialized 331 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-core.c: In function 'trigger_cntr_store': /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-core.c:306:23: note: byref variable will be forcibly initialized 306 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-core.c: In function 'tmc_etr_get_default_buffer_size': /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-core.c:428:13: note: byref variable will be forcibly initialized 428 | u32 size; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-core.c: In function 'tmc_etr_get_max_burst_size': /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-core.c:437:13: note: byref variable will be forcibly initialized 437 | u32 burst_size; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/coresight.h:9, from /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-etr.c:8: /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-etr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:23: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-etr.c: In function 'tmc_etr_buf_insert_barrier_packet': /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-etr.c:941:15: note: byref variable will be forcibly initialized 941 | char *bufp; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-etr.c: In function 'tmc_etr_sync_perf_buffer': /kisskb/src/drivers/hwtracing/coresight/coresight-tmc-etr.c:1463:28: note: byref variable will be forcibly initialized 1463 | char **dst_pages, *src_buf; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_flush': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:130:25: note: in expansion of macro 'TRA' 130 | TRA(it, "flush: %d", it->flush); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_unref_sptes': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:251:25: note: in expansion of macro 'TRA' 251 | TRA(it, "LPTE %05x: U -> I %d PTEs", pteb, ptes); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:243:25: note: in expansion of macro 'TRA' 243 | TRA(it, "LPTE %05x: U -> S %d PTEs", pteb, ptes); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_ref_sptes': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:357:25: note: in expansion of macro 'TRA' 357 | TRA(it, "LPTE %05x: I -> U %d PTEs", pteb, ptes); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:350:25: note: in expansion of macro 'TRA' 350 | TRA(it, "LPTE %05x: S -> U %d PTEs", pteb, ptes); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:347:25: note: in expansion of macro 'TRA' 347 | TRA(it, "SPTE %05x: U -> S %d PTEs", spti, sptc); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_unref_pdes': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:189:9: note: in expansion of macro 'TRA' 189 | TRA(it, "PDE free %s", nvkm_vmm_desc_type(&desc[it->lvl - 1])); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:153:17: note: in expansion of macro 'TRA' 153 | TRA(it, "PDE unmap %s", nvkm_vmm_desc_type(&desc[it->lvl - 1])); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:144:29: note: byref variable will be forcibly initialized 144 | struct nvkm_mmu_pt *pt = pgt->pt[type]; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:143:29: note: byref variable will be forcibly initialized 143 | struct nvkm_vmm_pt *pgt = it->pt[it->lvl]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_unref_ptes': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:286:17: note: in expansion of macro 'TRA' 286 | TRA(it, "%s empty", nvkm_vmm_desc_type(desc)); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_ref_hwpt': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:477:9: note: in expansion of macro 'TRA' 477 | TRA(it, "PDE write %s", nvkm_vmm_desc_type(desc)); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_iter': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:110:14: note: byref variable will be forcibly initialized 110 | char _buf[NVKM_VMM_LEVELS_MAX * 7]; \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:526:9: note: in expansion of macro 'TRA' 526 | TRA(&it, "%s: %016llx %016llx %d %lld PTEs", name, | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:508:30: note: byref variable will be forcibly initialized 508 | struct nvkm_vmm_iter it; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_pfn_map': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:1288:45: note: byref variable will be forcibly initialized 1288 | struct nvkm_vmm_map args; | ^~~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c: In function 'fb_destroy': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c:40:13: note: byref variable will be forcibly initialized 40 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_dtor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:985:34: note: byref variable will be forcibly initialized 985 | struct nvkm_vma *vma = rb_entry(node, typeof(*vma), tree); | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c: In function 'display_update': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c:249:13: note: byref variable will be forcibly initialized 249 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c: In function 'display_disable': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c:135:22: note: byref variable will be forcibly initialized 135 | int ret = 0, idx; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c: In function 'display_enable': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c:113:18: note: byref variable will be forcibly initialized 113 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c: In function 'display_pipe_init': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c:315:13: note: byref variable will be forcibly initialized 315 | int format_count; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c: In function 'nvkm_vmm_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:1861:26: note: byref variable will be forcibly initialized 1861 | struct nvkm_vmm *vmm = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv04.c: In function 'nv04_vmm_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv04.c:126:26: note: byref variable will be forcibly initialized 126 | struct nvkm_vmm *vmm; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv41.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv41.c: In function 'nv41_vmm_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv41.c:87:9: note: in expansion of macro 'nvkm_msec' 87 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c: In function 'nv44_vmm_pgt_pte': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c:76:20: note: byref variable will be forcibly initialized 76 | dma_addr_t tmp[4], i; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c: In function 'nv44_vmm_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c:190:9: note: in expansion of macro 'nvkm_msec' 190 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c: In function 'nv44_vmm_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c:213:26: note: byref variable will be forcibly initialized 213 | struct nvkm_vmm *vmm; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c: In function 'nv50_vmm_pgd_pde': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c:149:13: note: byref variable will be forcibly initialized 149 | u64 data; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c: In function 'nv50_vmm_join': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c:343:13: note: byref variable will be forcibly initialized 343 | u64 data; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c: In function 'nv50_vmm_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c:216:21: note: in expansion of macro 'nvkm_msec' 216 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c: In function 'nv50_vmm_valid': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c:238:13: note: byref variable will be forcibly initialized 238 | int kindn, ret = -ENOSYS; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c:237:25: note: byref variable will be forcibly initialized 237 | u8 aper, kind, kind_inv, comp, priv, ro; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c: In function 'gf100_vmm_valid': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:250:13: note: byref variable will be forcibly initialized 250 | int kindn, aper, ret = -ENOSYS; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:249:19: note: byref variable will be forcibly initialized 249 | u8 kind, kind_inv, priv, ro, vol; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c: In function 'gf100_vmm_invalidate': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:220:9: note: in expansion of macro 'nvkm_msec' 220 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c:198:9: note: in expansion of macro 'nvkm_msec' 198 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c: In function 'gp100_vmm_pd1_pde': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c:367:13: note: byref variable will be forcibly initialized 367 | u64 data = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c: In function 'gp100_vmm_valid': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c:417:13: note: byref variable will be forcibly initialized 417 | int kindn, aper, ret = -ENOSYS; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c:416:19: note: byref variable will be forcibly initialized 416 | u8 kind, kind_inv, priv, ro, vol; | ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c: In function 'trigger_cntr_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etb10.c:696:23: note: byref variable will be forcibly initialized 696 | 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:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c: In function 'tu102_vmm_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c:43:9: note: in expansion of macro 'nvkm_msec' 43 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_align_pot': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1209:23: note: byref variable will be forcibly initialized 1209 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_align': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1157:23: note: byref variable will be forcibly initialized 1157 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'insert_outside_range': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:967:23: note: byref variable will be forcibly initialized 967 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_color': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2036:23: note: byref variable will be forcibly initialized 2036 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function '__igt_once': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1947:46: note: byref variable will be forcibly initialized 1947 | struct drm_mm_node rsvd_lo, rsvd_hi, node; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1947:37: note: byref variable will be forcibly initialized 1947 | struct drm_mm_node rsvd_lo, rsvd_hi, node; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1947:28: note: byref variable will be forcibly initialized 1947 | struct drm_mm_node rsvd_lo, rsvd_hi, node; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1946:23: note: byref variable will be forcibly initialized 1946 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_debug': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:201:28: note: byref variable will be forcibly initialized 201 | struct drm_printer __p = drm_debug_printer(__func__); \ | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:296:9: note: in expansion of macro 'show_mm' 296 | show_mm(&mm); | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:268:28: note: byref variable will be forcibly initialized 268 | struct drm_mm_node nodes[2]; | ^~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:267:23: note: byref variable will be forcibly initialized 267 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_init': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:201:28: note: byref variable will be forcibly initialized 201 | struct drm_printer __p = drm_debug_printer(__func__); \ | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:260:17: note: in expansion of macro 'show_mm' 260 | show_mm(&mm); | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:208:28: note: byref variable will be forcibly initialized 208 | struct drm_mm_node tmp; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:207:23: note: byref variable will be forcibly initialized 207 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c: In function 'nvkm_ummu_kind': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c:114:12: note: byref variable will be forcibly initialized 114 | u8 kind_inv = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c:113:28: note: byref variable will be forcibly initialized 113 | int ret = -ENOSYS, count = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c: In function 'nvkm_ummu_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c:162:12: note: byref variable will be forcibly initialized 162 | u8 unused = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c:161:28: note: byref variable will be forcibly initialized 161 | int ret = -ENOSYS, kinds = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'evict_color': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2202:28: note: byref variable will be forcibly initialized 2202 | struct drm_mm_node tmp; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2200:19: note: byref variable will be forcibly initialized 2200 | LIST_HEAD(evict_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2199:28: note: byref variable will be forcibly initialized 2199 | struct drm_mm_scan scan; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_color_evict_range': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:201:28: note: byref variable will be forcibly initialized 201 | struct drm_printer __p = drm_debug_printer(__func__); \ | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2448:17: note: in expansion of macro 'show_mm' 2448 | show_mm(&mm); | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2360:9: note: in expansion of macro 'DRM_RND_STATE' 2360 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2367:23: note: byref variable will be forcibly initialized 2367 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2360:23: note: byref variable will be forcibly initialized 2360 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_color_evict': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:201:28: note: byref variable will be forcibly initialized 201 | struct drm_printer __p = drm_debug_printer(__func__); \ | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2347:17: note: in expansion of macro 'show_mm' 2347 | show_mm(&mm); | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2260:9: note: in expansion of macro 'DRM_RND_STATE' 2260 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2264:23: note: byref variable will be forcibly initialized 2264 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2260:23: note: byref variable will be forcibly initialized 2260 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'evict_something': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1459:28: note: byref variable will be forcibly initialized 1459 | struct drm_mm_node tmp; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1457:19: note: byref variable will be forcibly initialized 1457 | LIST_HEAD(evict_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1456:28: note: byref variable will be forcibly initialized 1456 | struct drm_mm_scan scan; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_evict_range': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1630:9: note: in expansion of macro 'DRM_RND_STATE' 1630 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1636:23: note: byref variable will be forcibly initialized 1636 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1630:23: note: byref variable will be forcibly initialized 1630 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'evict_nothing': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1356:19: note: byref variable will be forcibly initialized 1356 | LIST_HEAD(evict_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1355:28: note: byref variable will be forcibly initialized 1355 | struct drm_mm_scan scan; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'evict_everything': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1403:19: note: byref variable will be forcibly initialized 1403 | LIST_HEAD(evict_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1402:28: note: byref variable will be forcibly initialized 1402 | struct drm_mm_scan scan; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_evict': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1520:9: note: in expansion of macro 'DRM_RND_STATE' 1520 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1523:23: note: byref variable will be forcibly initialized 1523 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1520:23: note: byref variable will be forcibly initialized 1520 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function '__igt_reserve': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:374:9: note: in expansion of macro 'DRM_RND_STATE' 374 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:376:28: note: byref variable will be forcibly initialized 376 | struct drm_mm_node tmp, *nodes, *node, *next; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:375:23: note: byref variable will be forcibly initialized 375 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:374:23: note: byref variable will be forcibly initialized 374 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function '__igt_insert_range': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:880:23: note: byref variable will be forcibly initialized 880 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_topdown': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1733:9: note: in expansion of macro 'DRM_RND_STATE' 1733 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1737:23: note: byref variable will be forcibly initialized 1737 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1733:23: note: byref variable will be forcibly initialized 1733 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_bottomup': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1847:9: note: in expansion of macro 'DRM_RND_STATE' 1847 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1851:23: note: byref variable will be forcibly initialized 1851 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1847:23: note: byref variable will be forcibly initialized 1847 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_frag': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1085:23: note: byref variable will be forcibly initialized 1085 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function '__igt_insert': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:597:44: note: byref variable will be forcibly initialized 597 | struct drm_mm_node tmp; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:571:9: note: in expansion of macro 'DRM_RND_STATE' 571 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:573:23: note: byref variable will be forcibly initialized 573 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:571:23: note: byref variable will be forcibly initialized 571 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c: In function 'snd_dw_hdmi_probe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c:527:25: note: byref variable will be forcibly initialized 527 | struct snd_pcm *pcm; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c:526:26: note: byref variable will be forcibly initialized 526 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c: In function 'dw_hdmi_create_cs': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c:212:12: note: byref variable will be forcibly initialized 212 | u8 cs[4]; | ^~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_write_cmd': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:150:17: note: byref variable will be forcibly initialized 150 | va_list ap; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/backlight.h:12, from /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:12: /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_display_pipe_update': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:645:13: note: byref variable will be forcibly initialized 645 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:644:35: note: byref variable will be forcibly initialized 644 | struct drm_rect src_clip, dst_clip; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:644:25: note: byref variable will be forcibly initialized 644 | struct drm_rect src_clip, dst_clip; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_clear_screen': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:521:25: note: byref variable will be forcibly initialized 521 | struct drm_rect fullscreen = { | ^~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:18: /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:387:26: note: byref variable will be forcibly initialized 387 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_display_pipe_disable': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:620:13: note: byref variable will be forcibly initialized 620 | int idx; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:18: /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:368:26: note: byref variable will be forcibly initialized 368 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_pwm_enable': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:229:26: note: byref variable will be forcibly initialized 229 | struct pwm_state pwmstate; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_display_pipe_enable': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:590:13: note: byref variable will be forcibly initialized 590 | int idx, ret; | ^~~ /kisskb/src/drivers/comedi/drivers/addi_apci_1032.c: In function 'apci1032_interrupt': /kisskb/src/drivers/comedi/drivers/addi_apci_1032.c:263:24: note: byref variable will be forcibly initialized 263 | unsigned short val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-funnel.c: In function 'priority_store': /kisskb/src/drivers/hwtracing/coresight/coresight-funnel.c:162:23: note: byref variable will be forcibly initialized 162 | unsigned long val; | ^~~ /kisskb/src/drivers/comedi/drivers/addi_apci_1500.c: In function 'apci1500_interrupt': /kisskb/src/drivers/comedi/drivers/addi_apci_1500.c:211:24: note: byref variable will be forcibly initialized 211 | unsigned short status = 0; | ^~~~~~ /kisskb/src/drivers/fpga/altera-hps2fpga.c: In function 'alt_fpga_bridge_probe': /kisskb/src/drivers/fpga/altera-hps2fpga.c:132:13: note: byref variable will be forcibly initialized 132 | u32 enable; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_conn.c:12: /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_conn.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_conn.c: In function 'connector_get_modes': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_conn.c:66:26: note: byref variable will be forcibly initialized 66 | struct videomode videomode; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c: In function 'mxm_shadow_rom_fetch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c:35:24: note: byref variable will be forcibly initialized 35 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c: In function 'mxm_shadow_rom': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c:50:20: note: byref variable will be forcibly initialized 50 | u8 i2cidx, mxms[6], addr, size; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c: In function 'nvkm_uvmm_mthd_get': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c:262:26: note: byref variable will be forcibly initialized 262 | struct nvkm_vma *vma; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c: In function 'nvkm_mxm_new_': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c:238:18: note: byref variable will be forcibly initialized 238 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c:238:13: note: byref variable will be forcibly initialized 238 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c: In function 'nvkm_uvmm_mthd_map': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c:151:29: note: byref variable will be forcibly initialized 151 | struct nvkm_memory *memory; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c: In function 'mxms_foreach': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c:154:30: note: byref variable will be forcibly initialized 154 | char data[32], *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c: In function 'mxm_dcb_sanitise': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c:192:28: note: byref variable will be forcibly initialized 192 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c:192:23: note: byref variable will be forcibly initialized 192 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c:192:18: note: byref variable will be forcibly initialized 192 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c:192:13: note: byref variable will be forcibly initialized 192 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c: In function 'mxm_dcb_sanitise_entry': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c:99:37: note: byref variable will be forcibly initialized 99 | u8 type, i2cidx, link, ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c:99:32: note: byref variable will be forcibly initialized 99 | u8 type, i2cidx, link, ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c: In function 'mxm_match_tmds_partner': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c:40:26: note: byref variable will be forcibly initialized 40 | struct mxms_odev desc; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c: In function 'nv50_mxm_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c:207:26: note: byref variable will be forcibly initialized 207 | struct nvkm_mxm *mxm; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c:12: /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c: In function 'evtchnl_alloc': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c:160:15: note: byref variable will be forcibly initialized 160 | void *page; | ^~~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c: In function 'evtchnl_free': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c:126:15: note: byref variable will be forcibly initialized 126 | void *page = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c: In function 'xen_drm_front_evtchnl_publish_all': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c:275:35: note: byref variable will be forcibly initialized 275 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pci/base.c: In function 'nvkm_pci_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pci/base.c:73:14: note: byref variable will be forcibly initialized 73 | bool handled = false; | ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-core.c: In function 'etm4_enable_sysfs': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-core.c:730:18: note: byref variable will be forcibly initialized 730 | int ret, preset; | ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-core.c:729:23: note: byref variable will be forcibly initialized 729 | unsigned long cfg_hash; | ^~~~~~~~ /kisskb/src/drivers/fpga/altera-fpga2sdram.c: In function 'alt_fpga2sdram_enable_show': /kisskb/src/drivers/fpga/altera-fpga2sdram.c:59:13: note: byref variable will be forcibly initialized 59 | int value; | ^~~~~ /kisskb/src/drivers/fpga/altera-fpga2sdram.c: In function 'alt_fpga_bridge_probe': /kisskb/src/drivers/fpga/altera-fpga2sdram.c:99:13: note: byref variable will be forcibly initialized 99 | u32 enable; | ^~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'get_compat_cmd': /kisskb/src/drivers/comedi/comedi_fops.c:2942:36: note: byref variable will be forcibly initialized 2942 | struct comedi32_cmd_struct v32; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/comedi/comedi_fops.c:15: /kisskb/src/drivers/comedi/comedi_fops.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'max_write_buffer_kb_store': /kisskb/src/drivers/comedi/comedi_fops.c:522:22: note: byref variable will be forcibly initialized 522 | 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:22: note: byref variable will be forcibly initialized 409 | unsigned int size; | ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'write_buffer_kb_store': /kisskb/src/drivers/comedi/comedi_fops.c:578:22: note: byref variable will be forcibly initialized 578 | unsigned int size; | ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'read_buffer_kb_store': /kisskb/src/drivers/comedi/comedi_fops.c:465:22: note: byref variable will be forcibly initialized 465 | unsigned int size; | ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'do_bufconfig_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:870:33: note: byref variable will be forcibly initialized 870 | struct comedi_bufconfig bc; | ^~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'put_compat_cmd': /kisskb/src/drivers/comedi/comedi_fops.c:2970:36: note: byref variable will be forcibly initialized 2970 | struct comedi32_cmd_struct v32; | ^~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'do_devinfo_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:934:31: note: byref variable will be forcibly initialized 934 | struct comedi_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'get_compat_insn': /kisskb/src/drivers/comedi/comedi_fops.c:3048:37: note: byref variable will be forcibly initialized 3048 | struct comedi32_insn_struct v32; | ^~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_chaninfo': /kisskb/src/drivers/comedi/comedi_fops.c:2899:32: note: byref variable will be forcibly initialized 2899 | struct comedi_chaninfo chaninfo; | ^~~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2898:41: note: byref variable will be forcibly initialized 2898 | struct comedi32_chaninfo_struct chaninfo32; | ^~~~~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_rangeinfo': /kisskb/src/drivers/comedi/comedi_fops.c:2923:33: note: byref variable will be forcibly initialized 2923 | struct comedi_rangeinfo rangeinfo; | ^~~~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2922:42: note: byref variable will be forcibly initialized 2922 | struct comedi32_rangeinfo_struct rangeinfo32; | ^~~~~~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_cmd': /kisskb/src/drivers/comedi/comedi_fops.c:3001:14: note: byref variable will be forcibly initialized 3001 | bool copy = false; | ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c:3000:27: note: byref variable will be forcibly initialized 3000 | struct comedi_cmd cmd; | ^~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_cmdtest': /kisskb/src/drivers/comedi/comedi_fops.c:3026:14: note: byref variable will be forcibly initialized 3026 | bool copy = false; | ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c:3025:27: note: byref variable will be forcibly initialized 3025 | struct comedi_cmd cmd; | ^~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'parse_insn': /kisskb/src/drivers/comedi/comedi_fops.c:1318:51: note: byref variable will be forcibly initialized 1318 | struct timespec64 tv; | ^~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_insnlist': /kisskb/src/drivers/comedi/comedi_fops.c:3067:41: note: byref variable will be forcibly initialized 3067 | struct comedi32_insnlist_struct insnlist32; | ^~~~~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_insn': /kisskb/src/drivers/comedi/comedi_fops.c:3102:28: note: byref variable will be forcibly initialized 3102 | struct comedi_insn insn; | ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'do_devconfig_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:817:33: note: byref variable will be forcibly initialized 817 | struct comedi_devconfig it; | ^~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'do_bufinfo_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:1107:31: note: byref variable will be forcibly initialized 1107 | struct comedi_bufinfo bi; | ^~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'comedi_unlocked_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:2253:36: note: byref variable will be forcibly initialized 2253 | struct comedi_insn insn; | ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2229:40: note: byref variable will be forcibly initialized 2229 | struct comedi_insnlist insnlist; | ^~~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2217:22: note: byref variable will be forcibly initialized 2217 | bool copy = false; | ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2216:35: note: byref variable will be forcibly initialized 2216 | struct comedi_cmd cmd; | ^~~ /kisskb/src/drivers/comedi/comedi_fops.c:2204:22: note: byref variable will be forcibly initialized 2204 | bool copy = false; | ^~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2203:35: note: byref variable will be forcibly initialized 2203 | struct comedi_cmd cmd; | ^~~ /kisskb/src/drivers/comedi/comedi_fops.c:2180:41: note: byref variable will be forcibly initialized 2180 | struct comedi_rangeinfo it; | ^~ /kisskb/src/drivers/comedi/comedi_fops.c:2171:40: note: byref variable will be forcibly initialized 2171 | struct comedi_chaninfo it; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:114, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:60: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_sched_job': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_sched_process_job': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'perf_trace_drm_sched_job_wait_dep': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:114, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:60: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_process_job': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job_wait_dep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:114, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:60: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_sched_job': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_sched_job_wait_dep': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function '__bpf_trace_drm_sched_process_job': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c: In function 'nvkm_pmu_reset': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:110:9: note: in expansion of macro 'nvkm_msec' 110 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c: In function 'nvkm_pmu_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:136:17: note: in expansion of macro 'nvkm_msec' 136 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c: In function 'nvkm_pmu_ctor': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:182:16: note: in expansion of macro 'nvkm_firmware_load' 182 | fwif = nvkm_firmware_load(&pmu->subdev, fwif, "Pmu", pmu); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-cfg.c: In function 'etm4_cscfg_register': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-cfg.c:177:37: note: byref variable will be forcibly initialized 177 | struct cscfg_csdev_feat_ops ops; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_transfer': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:1028:32: note: byref variable will be forcibly initialized 1028 | struct mipi_dsi_packet packet; | ^~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_job_add_dependency': /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:652:13: note: byref variable will be forcibly initialized 652 | u32 id = 0; | ^~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:651:23: note: byref variable will be forcibly initialized 651 | unsigned long index; | ^~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_job_add_implicit_dependencies': /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:702:30: note: byref variable will be forcibly initialized 702 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_job_cleanup': /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:739:23: note: byref variable will be forcibly initialized 739 | unsigned long index; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:47: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_main': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:927:17: note: in expansion of macro 'wait_event_interruptible' 927 | wait_event_interruptible(sched->wake_up_worker, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_bridge_mode_valid': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:672:29: note: byref variable will be forcibly initialized 672 | struct cdns_dsi_cfg dsi_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c: In function 'nvkm_memx_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:48:13: note: byref variable will be forcibly initialized 48 | u32 reply[2]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:788:29: note: byref variable will be forcibly initialized 788 | struct cdns_dsi_cfg dsi_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c: In function 'nvkm_memx_fini': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:78:21: note: byref variable will be forcibly initialized 78 | u32 finish, reply[2]; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c: In function 'nvkm_memx_wr32': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:103:45: note: byref variable will be forcibly initialized 103 | memx_cmd(memx, MEMX_WR32, 2, (u32[]){ addr, data }); | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c: In function 'nvkm_memx_wait': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:112:45: note: byref variable will be forcibly initialized 112 | memx_cmd(memx, MEMX_WAIT, 4, (u32[]){ addr, mask, data, nsec }); | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c: In function 'nvkm_memx_nsec': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:120:46: note: byref variable will be forcibly initialized 120 | memx_cmd(memx, MEMX_DELAY, 1, (u32[]){ nsec }); | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c: In function 'nvkm_memx_wait_vblank': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:154:47: note: byref variable will be forcibly initialized 154 | memx_cmd(memx, MEMX_VBLANK, 1, (u32[]){ head_sync }); | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c: In function 'nvkm_memx_train_result': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:169:13: note: byref variable will be forcibly initialized 169 | u32 reply[2], base, size, i; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c: In function 'gt215_pmu_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:232:13: note: in expansion of macro 'nvkm_msec' 232 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:223:13: note: in expansion of macro 'nvkm_msec' 223 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/pmu.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c: In function 'gt215_pmu_send': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:77:17: note: in expansion of macro 'wait_event' 77 | wait_event(pmu->recv.wait, (pmu->recv.process == 0)); | ^~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:27: /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c:40:13: note: in expansion of macro 'nvkm_msec' 40 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'etmv4_cross_read': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:2381:26: note: byref variable will be forcibly initialized 2381 | struct etmv4_reg reg; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_range_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:986:23: note: byref variable will be forcibly initialized 986 | int elements, exclude; | ^~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:983:29: note: byref variable will be forcibly initialized 983 | unsigned long val1, val2; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:983:23: note: byref variable will be forcibly initialized 983 | unsigned long val1, val2; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'vmid_masks_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:2196:29: note: byref variable will be forcibly initialized 2196 | unsigned long val1, val2, mask; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:2196:23: note: byref variable will be forcibly initialized 2196 | unsigned long val1, val2, mask; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'ctxid_masks_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1981:29: note: byref variable will be forcibly initialized 1981 | unsigned long val1, val2, mask; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1981:23: note: byref variable will be forcibly initialized 1981 | unsigned long val1, val2, mask; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'vmid_val_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:2143:23: note: byref variable will be forcibly initialized 2143 | 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:2098:23: note: byref variable will be forcibly initialized 2098 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'ctxid_pid_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1920:23: note: byref variable will be forcibly initialized 1920 | unsigned long pid; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'ctxid_idx_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1872:23: note: byref variable will be forcibly initialized 1872 | 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:1717:23: note: byref variable will be forcibly initialized 1717 | 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:1672:23: note: byref variable will be forcibly initialized 1672 | 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:1641:23: note: byref variable will be forcibly initialized 1641 | 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:1603:23: note: byref variable will be forcibly initialized 1603 | 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:1565:23: note: byref variable will be forcibly initialized 1565 | 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:1524:23: note: byref variable will be forcibly initialized 1524 | 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:1494:23: note: byref variable will be forcibly initialized 1494 | 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:1462:23: note: byref variable will be forcibly initialized 1462 | 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:1427:23: note: byref variable will be forcibly initialized 1427 | 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:1391:23: note: byref variable will be forcibly initialized 1391 | 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:1754:23: note: byref variable will be forcibly initialized 1754 | 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:1359:23: note: byref variable will be forcibly initialized 1359 | 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:1271:23: note: byref variable will be forcibly initialized 1271 | 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:1228:23: note: byref variable will be forcibly initialized 1228 | 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:1113:23: note: byref variable will be forcibly initialized 1113 | 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:1058:23: note: byref variable will be forcibly initialized 1058 | 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:927:23: note: byref variable will be forcibly initialized 927 | 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:835:23: note: byref variable will be forcibly initialized 835 | 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:801:23: note: byref variable will be forcibly initialized 801 | 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:766:23: note: byref variable will be forcibly initialized 766 | 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:694:23: note: byref variable will be forcibly initialized 694 | 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:661:23: note: byref variable will be forcibly initialized 661 | 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:631:23: note: byref variable will be forcibly initialized 631 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'event_ts_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:601:23: note: byref variable will be forcibly initialized 601 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'event_instren_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:545:23: note: byref variable will be forcibly initialized 545 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'event_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:496:23: note: byref variable will be forcibly initialized 496 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'pe_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:461:23: note: byref variable will be forcibly initialized 461 | 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:1839:23: note: byref variable will be forcibly initialized 1839 | 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:1789:23: note: byref variable will be forcibly initialized 1789 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_ctxtype_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1165:14: note: byref variable will be forcibly initialized 1165 | char str[10] = ""; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'addr_instdatatype_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:881:14: note: byref variable will be forcibly initialized 881 | char str[20] = ""; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'event_vinst_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:734:23: note: byref variable will be forcibly initialized 734 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:295:23: note: byref variable will be forcibly initialized 295 | unsigned long val, mode; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.c:31: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.c: In function 'magic_': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.c:39:9: note: in expansion of macro 'nvkm_msec' 39 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c: In function 'reset_store': /kisskb/src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:170:23: note: byref variable will be forcibly initialized 170 | unsigned long val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk110.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk110.c: In function 'gk110_pmu_pgob': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk110.c:70:17: note: in expansion of macro 'nvkm_msec' 70 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-buf.h:19, from /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_gem.c:11: /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c: In function 'gk20a_pmu_dvfs_work': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c:126:13: note: byref variable will be forcibly initialized 126 | int state; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c:119:42: note: byref variable will be forcibly initialized 119 | struct gk20a_pmu_dvfs_dev_status status; | ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'traceid_store': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:624:23: note: byref variable will be forcibly initialized 624 | 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:23: note: byref variable will be forcibly initialized 506 | 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:23: note: byref variable will be forcibly initialized 477 | 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:23: note: byref variable will be forcibly initialized 541 | 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:23: note: byref variable will be forcibly initialized 588 | unsigned long 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:21: note: byref variable will be forcibly initialized 696 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'stm_probe': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:863:25: note: byref variable will be forcibly initialized 863 | struct resource ch_res; | ^~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c: In function 'stm_send': /kisskb/src/drivers/hwtracing/coresight/coresight-stm.c:308:12: note: byref variable will be forcibly initialized 308 | u8 paload[8]; | ^~~~~~ /kisskb/src/drivers/comedi/drivers/addi_apci_2032.c: In function 'apci2032_interrupt': /kisskb/src/drivers/comedi/drivers/addi_apci_2032.c:191:32: note: byref variable will be forcibly initialized 191 | unsigned short bits = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c: In function 'gm20b_pmu_acr_bld_write': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c:103:36: note: byref variable will be forcibly initialized 103 | const struct loader_config hdr = { | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c: In function 'gm20b_pmu_acr_bld_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c:78:30: note: byref variable will be forcibly initialized 78 | struct loader_config hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c: In function 'gm20b_pmu_initmsg': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c:172:32: note: byref variable will be forcibly initialized 172 | struct nv_pmu_init_msg msg; | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-catu.c: In function 'catu_populate_table': /kisskb/src/drivers/hwtracing/coresight/coresight-catu.c:192:44: note: byref variable will be forcibly initialized 192 | dma_addr_t prev_taddr, next_taddr, cur_taddr; | ^~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-catu.c:192:32: note: byref variable will be forcibly initialized 192 | dma_addr_t prev_taddr, next_taddr, cur_taddr; | ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-catu.c: In function 'catu_probe': /kisskb/src/drivers/hwtracing/coresight/coresight-catu.c:508:31: note: byref variable will be forcibly initialized 508 | struct coresight_desc catu_desc; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_cce.c: In function 'r128_cce_load_microcode': /kisskb/src/drivers/gpu/drm/r128/r128_cce.c:151:32: note: byref variable will be forcibly initialized 151 | const struct firmware *fw; | ^~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gf100.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gf100.c: In function 'gf100_privring_intr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gf100.c:93:9: note: in expansion of macro 'nvkm_msec' 93 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk104.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk104.c: In function 'gk104_privring_intr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk104.c:93:9: note: in expansion of macro 'nvkm_msec' 93 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk20a.c:23: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk20a.c: In function 'gk20a_privring_intr': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk20a.c:61:9: note: in expansion of macro 'nvkm_msec' 61 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_state.c: In function 'r128_getparam': /kisskb/src/drivers/gpu/drm/r128/r128_state.c:1586:13: note: byref variable will be forcibly initialized 1586 | int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_state.c: In function 'r128_cce_dispatch_read_span': /kisskb/src/drivers/gpu/drm/r128/r128_state.c:1076:23: note: byref variable will be forcibly initialized 1076 | int count, x, y; | ^ /kisskb/src/drivers/gpu/drm/r128/r128_state.c:1076:20: note: byref variable will be forcibly initialized 1076 | int count, x, y; | ^ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/include/linux/of_platform.h:12, from /kisskb/src/drivers/fpga/of-fpga-region.c:15: /kisskb/src/drivers/fpga/of-fpga-region.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/fpga/of-fpga-region.c: In function 'child_regions_with_firmware': /kisskb/src/drivers/fpga/of-fpga-region.c:153:21: note: byref variable will be forcibly initialized 153 | const char *child_firmware_name; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_state.c: In function 'r128_cce_stipple': /kisskb/src/drivers/gpu/drm/r128/r128_state.c:1495:13: note: byref variable will be forcibly initialized 1495 | u32 mask[32]; | ^~~~ /kisskb/src/drivers/fpga/of-fpga-region.c: In function 'of_fpga_region_parse_ov': /kisskb/src/drivers/fpga/of-fpga-region.c:198:21: note: byref variable will be forcibly initialized 198 | const char *firmware_name; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_state.c: In function 'r128_cce_dispatch_write_span': /kisskb/src/drivers/gpu/drm/r128/r128_state.c:894:23: note: byref variable will be forcibly initialized 894 | int count, x, y; | ^ /kisskb/src/drivers/gpu/drm/r128/r128_state.c:894:20: note: byref variable will be forcibly initialized 894 | int count, x, y; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c: In function 'nvkm_therm_fan_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:229:30: note: byref variable will be forcibly initialized 229 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c: In function 'nvkm_fanpwm_get': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c:44:19: note: byref variable will be forcibly initialized 44 | u32 divs, duty; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c:44:13: note: byref variable will be forcibly initialized 44 | u32 divs, duty; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c: In function 'nvkm_fanpwm_create': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c:91:19: note: byref variable will be forcibly initialized 91 | u32 divs, duty; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c:91:13: note: byref variable will be forcibly initialized 91 | u32 divs, duty; | ^~~~ /kisskb/src/drivers/comedi/drivers/addi_apci_3120.c: In function 'apci3120_interrupt': /kisskb/src/drivers/comedi/drivers/addi_apci_3120.c:500:32: note: byref variable will be forcibly initialized 500 | unsigned short val; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/drivers/fpga/dfl.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/fpga/dfl.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/fpga/dfl.c: In function 'create_feature_instance': /kisskb/src/drivers/fpga/dfl.c:1026:32: note: byref variable will be forcibly initialized 1026 | unsigned int irq_base, nr_irqs; | ^~~~~~~ /kisskb/src/drivers/fpga/dfl.c:1026:22: note: byref variable will be forcibly initialized 1026 | unsigned int irq_base, nr_irqs; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/drivers/fpga/dfl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/dfl.h:11, from /kisskb/src/drivers/fpga/dfl.c:13: /kisskb/src/drivers/fpga/dfl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/fpga/dfl.c: In function 'dfl_feature_ioctl_set_irq': /kisskb/src/drivers/fpga/dfl.c:1854:33: note: byref variable will be forcibly initialized 1854 | struct dfl_fpga_irq_set hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c: In function 'nvkm_therm_ic_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c:108:43: note: byref variable will be forcibly initialized 108 | struct nvkm_i2c_bus_probe board[] = { | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c:96:43: note: byref variable will be forcibly initialized 96 | struct nvkm_i2c_bus_probe board[] = { | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c:89:35: note: byref variable will be forcibly initialized 89 | struct nvbios_extdev_func extdev_entry; | ^~~~~~~~~~~~ /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:37: note: byref variable will be forcibly initialized 501 | struct coresight_sysfs_link link_info; | ^~~~~~~~~ /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:37: note: byref variable will be forcibly initialized 482 | 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:31: note: byref variable will be forcibly initialized 859 | struct coresight_desc cti_desc; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c: In function 'nv50_fan_pwm_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c:59:19: note: byref variable will be forcibly initialized 59 | int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c:59:13: note: byref variable will be forcibly initialized 59 | int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c: In function 'nv50_fan_pwm_get': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c:69:19: note: byref variable will be forcibly initialized 69 | int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c:69:13: note: byref variable will be forcibly initialized 69 | int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c: In function 'nv50_fan_pwm_set': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c:86:19: note: byref variable will be forcibly initialized 86 | int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c:86:13: note: byref variable will be forcibly initialized 86 | int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c: In function 'g84_therm_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c:229:28: note: byref variable will be forcibly initialized 229 | struct nvkm_therm *therm; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_read': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:505:22: note: byref variable will be forcibly initialized 505 | unsigned int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_dump': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:616:12: note: byref variable will be forcibly initialized 616 | u8 regs[16]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_get_edid_block': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1138:28: note: byref variable will be forcibly initialized 1138 | enum aux_cmd_reply reply; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_aux_transfer': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1096:28: note: byref variable will be forcibly initialized 1096 | enum aux_cmd_reply reply; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_dpcd_read': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:571:12: note: byref variable will be forcibly initialized 571 | u8 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_drm_dp_link_probe': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:721:12: note: byref variable will be forcibly initialized 721 | u8 values[3]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_drm_dp_link_set_power': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:740:12: note: byref variable will be forcibly initialized 740 | static int it6505_drm_dp_link_set_power(struct drm_dp_aux *aux, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:744:12: note: byref variable will be forcibly initialized 744 | u8 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_dpcd_write': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:583:12: note: byref variable will be forcibly initialized 583 | static int it6505_dpcd_write(struct it6505 *it6505, unsigned long offset, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_drm_dp_link_configure': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1596:12: note: byref variable will be forcibly initialized 1596 | u8 values[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_int_threaded_handler': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:2484:13: note: byref variable will be forcibly initialized 2484 | int int_status[3], i; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_send_video_infoframe': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1195:12: note: byref variable will be forcibly initialized 1195 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AVI_INFOFRAME_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_bridge_atomic_enable': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:2912:35: note: byref variable will be forcibly initialized 2912 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_process_hpd_irq': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:2254:12: note: byref variable will be forcibly initialized 2254 | u8 link_status[DP_LINK_STATUS_SIZE]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_hdcp_work': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:2080:12: note: byref variable will be forcibly initialized 2080 | u8 link_status[DP_LINK_STATUS_SIZE] = { 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_setup_sha1_input': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1940:12: note: byref variable will be forcibly initialized 1940 | u8 binfo[2]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_hdcp_part2_ksvlist_check': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:2004:22: note: byref variable will be forcibly initialized 2004 | u8 av[5][4], bv[5][4]; | ^~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:2004:12: note: byref variable will be forcibly initialized 2004 | u8 av[5][4], bv[5][4]; | ^~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_get_extcon_property': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1226:37: note: byref variable will be forcibly initialized 1226 | union extcon_property_value property; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_step_cr_train': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1676:12: note: byref variable will be forcibly initialized 1676 | u8 lane_level_config[MAX_LANE_COUNT] = { 0 }; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1675:12: note: byref variable will be forcibly initialized 1675 | u8 link_status[DP_LINK_STATUS_SIZE] = { 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_step_eq_train': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1749:12: note: byref variable will be forcibly initialized 1749 | u8 lane_level_config[MAX_LANE_COUNT] = { 0 }; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1748:31: note: byref variable will be forcibly initialized 1748 | u8 loop_count = 0, i, link_status[DP_LINK_STATUS_SIZE] = { 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'it6505_link_start_step_train': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:1806:39: note: byref variable will be forcibly initialized 1806 | struct it6505_step_train_para lane_voltage_pre_emphasis = { | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c: In function 'receive_timing_debugfs_show': /kisskb/src/drivers/gpu/drm/bridge/ite-it6505.c:3083:12: note: byref variable will be forcibly initialized 3083 | u8 read_buf[READ_BUFFER_SIZE]; | ^~~~~~~~ In file included from /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:8: /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/coresight.h:9, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /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:34: note: byref variable will be forcibly initialized 120 | 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:14: note: byref variable will be forcibly initialized 179 | 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:14: note: byref variable will be forcibly initialized 348 | char cpu_name_str[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:347:21: note: byref variable will be forcibly initialized 347 | const char *assoc_name = "unknown"; | ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-platform.c:346:34: note: byref variable will be forcibly initialized 346 | struct coresight_device *csdev = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c: In function 'compat_r128_getparam': /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c:154:29: note: byref variable will be forcibly initialized 154 | drm_r128_getparam_t getparam; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c:153:31: note: byref variable will be forcibly initialized 153 | drm_r128_getparam32_t getparam32; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c: In function 'compat_r128_stipple': /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c:135:28: note: byref variable will be forcibly initialized 135 | drm_r128_stipple_t stipple; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c:134:30: note: byref variable will be forcibly initialized 134 | drm_r128_stipple32_t stipple32; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c: In function 'compat_r128_depth': /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c:112:26: note: byref variable will be forcibly initialized 112 | drm_r128_depth_t depth; | ^~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c:111:28: note: byref variable will be forcibly initialized 111 | drm_r128_depth32_t depth32; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c: In function 'compat_r128_init': /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c:67:25: note: byref variable will be forcibly initialized 67 | drm_r128_init_t init; | ^~~~ /kisskb/src/drivers/gpu/drm/r128/r128_ioc32.c:66:27: note: byref variable will be forcibly initialized 66 | drm_r128_init32_t init32; | ^~~~~~ 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/timer/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c: In function 'nvkm_timer_alarm_trigger': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c:73:19: note: byref variable will be forcibly initialized 73 | LIST_HEAD(exec); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/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:214:16: note: byref variable will be forcibly initialized 214 | 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:23: note: byref variable will be forcibly initialized 975 | 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:23: note: byref variable will be forcibly initialized 961 | 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:23: note: byref variable will be forcibly initialized 870 | 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:23: note: byref variable will be forcibly initialized 640 | 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:23: note: byref variable will be forcibly initialized 746 | 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:23: note: byref variable will be forcibly initialized 795 | 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:23: note: byref variable will be forcibly initialized 726 | 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:23: note: byref variable will be forcibly initialized 301 | 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:22: note: byref variable will be forcibly initialized 669 | 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:22: note: byref variable will be forcibly initialized 656 | 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:22: note: byref variable will be forcibly initialized 625 | 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:13: note: byref variable will be forcibly initialized 571 | u32 trig_idx; | ^~~~~~~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:570:13: note: byref variable will be forcibly initialized 570 | 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:23: note: byref variable will be forcibly initialized 440 | 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:23: note: byref variable will be forcibly initialized 416 | 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:23: note: byref variable will be forcibly initialized 246 | 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:23: note: byref variable will be forcibly initialized 374 | 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:23: note: byref variable will be forcibly initialized 335 | 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:23: note: byref variable will be forcibly initialized 511 | unsigned long val = 0; \ | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:528:1: note: in expansion of macro 'coresight_cti_reg_wo' 528 | 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:23: note: byref variable will be forcibly initialized 511 | unsigned long val = 0; \ | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:529:1: note: in expansion of macro 'coresight_cti_reg_wo' 529 | 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:23: note: byref variable will be forcibly initialized 490 | unsigned long val = 0; \ | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:525:1: note: in expansion of macro 'coresight_cti_reg_rw' 525 | 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:23: note: byref variable will be forcibly initialized 490 | unsigned long val = 0; \ | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:526:1: note: in expansion of macro 'coresight_cti_reg_rw' 526 | 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:23: note: byref variable will be forcibly initialized 490 | unsigned long val = 0; \ | ^~~ /kisskb/src/drivers/hwtracing/coresight/coresight-cti-sysfs.c:527:1: note: in expansion of macro 'coresight_cti_reg_rw' 527 | 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:23: note: byref variable will be forcibly initialized 398 | 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:23: note: byref variable will be forcibly initialized 104 | 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/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:24: /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c: In function 'drm_sched_entity_flush': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:908:9: note: in expansion of macro '___wait_event' 908 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:930:25: note: in expansion of macro '__wait_event_killable' 930 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:175:17: note: in expansion of macro 'wait_event_killable' 175 | wait_event_killable(sched->job_scheduled, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:170:31: note: in expansion of macro 'wait_event_timeout' 170 | ret = wait_event_timeout( | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/coresight.h:9, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/comedi/drivers/addi_apci_3xxx.c: In function 'apci3xxx_ai_cmdtest': /kisskb/src/drivers/comedi/drivers/addi_apci_3xxx.c:515:22: note: byref variable will be forcibly initialized 515 | unsigned int arg; | ^~~ /kisskb/src/drivers/comedi/drivers/addi_apci_3xxx.c: In function 'apci3xxx_irq_handler': /kisskb/src/drivers/comedi/drivers/addi_apci_3xxx.c:352:22: note: byref variable will be forcibly initialized 352 | unsigned int val; | ^~~ /kisskb/src/drivers/comedi/drivers/adl_pci7x3x.c: In function 'process_irq': /kisskb/src/drivers/comedi/drivers/adl_pci7x3x.c:139:32: note: byref variable will be forcibly initialized 139 | unsigned short val = inw(dev->iobase + reg); | ^~~ /kisskb/src/drivers/gpu/drm/ast/ast_main.c: In function 'ast_get_dram_info': /kisskb/src/drivers/gpu/drm/ast/ast_main.c:277:41: note: byref variable will be forcibly initialized 277 | uint32_t mcr_cfg, mcr_scu_mpll, mcr_scu_strap; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_main.c:277:27: note: byref variable will be forcibly initialized 277 | uint32_t mcr_cfg, mcr_scu_mpll, mcr_scu_strap; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_main.c:277:18: note: byref variable will be forcibly initialized 277 | uint32_t mcr_cfg, mcr_scu_mpll, mcr_scu_strap; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_main.c: In function 'ast_detect_chip': /kisskb/src/drivers/gpu/drm/ast/ast_main.c:129:24: note: byref variable will be forcibly initialized 129 | uint32_t jreg, scu_rev; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_main.c: In function 'ast_device_create': /kisskb/src/drivers/gpu/drm/ast/ast_main.c:411:14: note: byref variable will be forcibly initialized 411 | bool need_post; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c: In function 'nvkm_volt_parse_bios': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:191:28: note: byref variable will be forcibly initialized 191 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:191:23: note: byref variable will be forcibly initialized 191 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:191:18: note: byref variable will be forcibly initialized 191 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:191:13: note: byref variable will be forcibly initialized 191 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:190:28: note: byref variable will be forcibly initialized 190 | struct nvbios_volt info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:189:34: note: byref variable will be forcibly initialized 189 | struct nvbios_volt_entry ivid; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c: In function 'nvkm_volt_map_min': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:86:18: note: byref variable will be forcibly initialized 86 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:86:13: note: byref variable will be forcibly initialized 86 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:85:34: note: byref variable will be forcibly initialized 85 | struct nvbios_vmap_entry info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c: In function 'nvkm_volt_map': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:108:18: note: byref variable will be forcibly initialized 108 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:108:13: note: byref variable will be forcibly initialized 108 | u8 ver, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:107:34: note: byref variable will be forcibly initialized 107 | struct nvbios_vmap_entry info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c: In function 'nvkm_volt_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:295:36: note: byref variable will be forcibly initialized 295 | struct nvbios_vmap vmap; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:294:35: note: byref variable will be forcibly initialized 294 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:294:30: note: byref variable will be forcibly initialized 294 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:294:25: note: byref variable will be forcibly initialized 294 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:294:20: note: byref variable will be forcibly initialized 294 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c: In function 'nvkm_voltgpio_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c:76:30: note: byref variable will be forcibly initialized 76 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/nv40.c: In function 'nv40_volt_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/nv40.c:36:27: note: byref variable will be forcibly initialized 36 | struct nvkm_volt *volt; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c: In function 'etnaviv_cmd_validate_one': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c:152:38: note: byref variable will be forcibly initialized 152 | struct etna_validation_state state; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c: In function 'etnaviv_cmdbuf_init': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c:101:23: note: in expansion of macro 'wait_event_interruptible_timeout' 101 | ret = wait_event_interruptible_timeout(suballoc->free_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c: In function 'gf100_volt_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c:62:27: note: byref variable will be forcibly initialized 62 | struct nvkm_volt *volt; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c: In function 'gf117_volt_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c:52:27: note: byref variable will be forcibly initialized 52 | struct nvkm_volt *volt; | ^~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_bundle_version': /kisskb/src/drivers/greybus/control.c:60:51: note: byref variable will be forcibly initialized 60 | struct gb_control_bundle_version_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:59:50: note: byref variable will be forcibly initialized 59 | struct gb_control_bundle_version_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_version': /kisskb/src/drivers/greybus/control.c:22:44: note: byref variable will be forcibly initialized 22 | struct gb_control_version_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:21:43: note: byref variable will be forcibly initialized 21 | struct gb_control_version_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_manifest_size_operation': /kisskb/src/drivers/greybus/control.c:106:54: note: byref variable will be forcibly initialized 106 | struct gb_control_get_manifest_size_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_connected_operation': /kisskb/src/drivers/greybus/control.c:133:45: note: byref variable will be forcibly initialized 133 | struct gb_control_connected_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_disconnected_operation': /kisskb/src/drivers/greybus/control.c:142:48: note: byref variable will be forcibly initialized 142 | struct gb_control_disconnected_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_suspend': /kisskb/src/drivers/greybus/control.c:218:46: note: byref variable will be forcibly initialized 218 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:217:45: note: byref variable will be forcibly initialized 217 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_resume': /kisskb/src/drivers/greybus/control.c:243:46: note: byref variable will be forcibly initialized 243 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:242:45: note: byref variable will be forcibly initialized 242 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_deactivate': /kisskb/src/drivers/greybus/control.c:268:46: note: byref variable will be forcibly initialized 268 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:267:45: note: byref variable will be forcibly initialized 267 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_activate': /kisskb/src/drivers/greybus/control.c:294:46: note: byref variable will be forcibly initialized 294 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:293:45: note: byref variable will be forcibly initialized 293 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_suspend_prepare': /kisskb/src/drivers/greybus/control.c:334:44: note: byref variable will be forcibly initialized 334 | struct gb_control_intf_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_deactivate_prepare': /kisskb/src/drivers/greybus/control.c:357:44: note: byref variable will be forcibly initialized 357 | struct gb_control_intf_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_hibernate_abort': /kisskb/src/drivers/greybus/control.c:380:44: note: byref variable will be forcibly initialized 380 | struct gb_control_intf_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c: In function 'gk104_volt_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c:105:27: note: byref variable will be forcibly initialized 105 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c:105:22: note: byref variable will be forcibly initialized 105 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c:105:17: note: byref variable will be forcibly initialized 105 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c:105:12: note: byref variable will be forcibly initialized 105 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c:103:28: note: byref variable will be forcibly initialized 103 | struct nvbios_volt bios; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c:102:30: note: byref variable will be forcibly initialized 102 | struct dcb_gpio_func gpio; | ^~~~ /kisskb/src/drivers/fpga/dfl-fme-pr.c: In function 'fme_pr': /kisskb/src/drivers/fpga/dfl-fme-pr.c:70:37: note: byref variable will be forcibly initialized 70 | struct dfl_fpga_fme_port_pr port_pr; | ^~~~~~~ /kisskb/src/drivers/fpga/dfl-fme-pr.c: In function 'dfl_fme_create_mgr': /kisskb/src/drivers/fpga/dfl-fme-pr.c:177:34: note: byref variable will be forcibly initialized 177 | struct dfl_fme_mgr_pdata mgr_pdata; | ^~~~~~~~~ /kisskb/src/drivers/fpga/dfl-fme-pr.c: In function 'dfl_fme_create_bridge': /kisskb/src/drivers/fpga/dfl-fme-pr.c:233:33: note: byref variable will be forcibly initialized 233 | struct dfl_fme_br_pdata br_pdata; | ^~~~~~~~ /kisskb/src/drivers/fpga/dfl-fme-pr.c: In function 'dfl_fme_create_region': /kisskb/src/drivers/fpga/dfl-fme-pr.c:305:37: note: byref variable will be forcibly initialized 305 | struct dfl_fme_region_pdata region_pdata; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_framebuffer.c: In function 'execute_drm_mode_fb_cmd2': /kisskb/src/drivers/gpu/drm/selftests/test-drm_framebuffer.c:332:13: note: byref variable will be forcibly initialized 332 | int buffer_created = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c: In function 'nvkm_falcon_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c:69:23: note: byref variable will be forcibly initialized 69 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c:68:32: note: byref variable will be forcibly initialized 68 | struct nvkm_fifo_chan *chan; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c: In function 'nvkm_falcon_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c:178:25: note: in expansion of macro 'nvkm_msec' 178 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c:173:25: note: in expansion of macro 'nvkm_msec' 173 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c:166:14: note: byref variable will be forcibly initialized 166 | char name[32] = "internal"; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c:165:32: note: byref variable will be forcibly initialized 165 | const struct firmware *fw; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c: In function 'nvkm_xtensa_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c:101:14: note: byref variable will be forcibly initialized 101 | char name[32]; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c:100:32: note: byref variable will be forcibly initialized 100 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/vkms/vkms_crtc.c:5: /kisskb/src/drivers/gpu/drm/vkms/vkms_crtc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_mode.c: In function 'ast_cursor_plane_init': /kisskb/src/drivers/gpu/drm/ast/ast_mode.c:917:26: note: byref variable will be forcibly initialized 917 | struct iosys_map map; | ^~~ /kisskb/src/drivers/gpu/drm/ast/ast_mode.c: In function 'ast_cursor_plane_destroy': /kisskb/src/drivers/gpu/drm/ast/ast_mode.c:890:26: note: byref variable will be forcibly initialized 890 | struct iosys_map map; | ^~~ /kisskb/src/drivers/comedi/drivers/adl_pci9118.c: In function 'pci9118_ai_cmdtest': /kisskb/src/drivers/comedi/drivers/adl_pci9118.c:1148:22: note: byref variable will be forcibly initialized 1148 | unsigned int arg; | ^~~ /kisskb/src/drivers/comedi/drivers/adl_pci9118.c: In function 'pci9118_ai_get_onesample': /kisskb/src/drivers/comedi/drivers/adl_pci9118.c:623:24: note: byref variable will be forcibly initialized 623 | unsigned short sampl; | ^~~~~ /kisskb/src/drivers/comedi/drivers/adl_pci9118.c: In function 'pci9118_common_attach': /kisskb/src/drivers/comedi/drivers/adl_pci9118.c:1513:13: note: byref variable will be forcibly initialized 1513 | u16 u16w; | ^~~~ /kisskb/src/drivers/fpga/dfl-fme-error.c: In function 'fme_errors_store': /kisskb/src/drivers/fpga/dfl-fme-error.c:223:16: note: byref variable will be forcibly initialized 223 | u64 v, val; | ^~~ /kisskb/src/drivers/fpga/dfl-fme-error.c: In function 'pcie1_errors_store': /kisskb/src/drivers/fpga/dfl-fme-error.c:110:16: note: byref variable will be forcibly initialized 110 | u64 v, val; | ^~~ /kisskb/src/drivers/fpga/dfl-fme-error.c: In function 'pcie0_errors_store': /kisskb/src/drivers/fpga/dfl-fme-error.c:65:16: note: byref variable will be forcibly initialized 65 | u64 v, val; | ^~~ /kisskb/src/drivers/fpga/dfl-fme-error.c: In function 'inject_errors_store': /kisskb/src/drivers/fpga/dfl-fme-error.c:179:12: note: byref variable will be forcibly initialized 179 | u8 inject_error; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_dump.c: In function 'etnaviv_core_dump': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_dump.c:116:35: note: byref variable will be forcibly initialized 116 | struct core_dump_iterator iter; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_mm_show': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:121:28: note: byref variable will be forcibly initialized 121 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_mmu_show': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:132:28: note: byref variable will be forcibly initialized 132 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_open': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:68:43: note: byref variable will be forcibly initialized 68 | struct drm_gpu_scheduler *sched; | ^~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_pdev_probe': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:581:33: note: byref variable will be forcibly initialized 581 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/cipher/g84.c: In function 'g84_cipher_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/cipher/g84.c:91:14: note: byref variable will be forcibly initialized 91 | char msg[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/cipher/g84.c:90:23: note: byref variable will be forcibly initialized 90 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/cipher/g84.c:85:32: note: byref variable will be forcibly initialized 85 | struct nvkm_fifo_chan *chan; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:124:9: note: in expansion of macro 'MOCK_VARIABLES' 124 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:121:25: note: byref variable will be forcibly initialized 121 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:120:46: note: byref variable will be forcibly initialized 120 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_fractional_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:145:9: note: in expansion of macro 'MOCK_VARIABLES' 145 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:142:25: note: byref variable will be forcibly initialized 142 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:141:46: note: byref variable will be forcibly initialized 141 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_src_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:168:9: note: in expansion of macro 'MOCK_VARIABLES' 168 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:165:25: note: byref variable will be forcibly initialized 165 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:164:46: note: byref variable will be forcibly initialized 164 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_fractional_src_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:190:9: note: in expansion of macro 'MOCK_VARIABLES' 190 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:187:25: note: byref variable will be forcibly initialized 187 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:186:46: note: byref variable will be forcibly initialized 186 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_not_visible': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:213:9: note: in expansion of macro 'MOCK_VARIABLES' 213 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:210:25: note: byref variable will be forcibly initialized 210 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:209:46: note: byref variable will be forcibly initialized 209 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_no_crtc': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:236:9: note: in expansion of macro 'MOCK_VARIABLES' 236 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:233:25: note: byref variable will be forcibly initialized 233 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:232:46: note: byref variable will be forcibly initialized 232 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_no_fb': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:255:25: note: byref variable will be forcibly initialized 255 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:254:32: note: byref variable will be forcibly initialized 254 | struct drm_plane_state old_state; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:253:46: note: byref variable will be forcibly initialized 253 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_simple_damage': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:284:9: note: in expansion of macro 'MOCK_VARIABLES' 284 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:281:25: note: byref variable will be forcibly initialized 281 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:280:30: note: byref variable will be forcibly initialized 280 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:279:34: note: byref variable will be forcibly initialized 279 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:278:46: note: byref variable will be forcibly initialized 278 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:310:9: note: in expansion of macro 'MOCK_VARIABLES' 310 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:307:25: note: byref variable will be forcibly initialized 307 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:306:30: note: byref variable will be forcibly initialized 306 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:305:34: note: byref variable will be forcibly initialized 305 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:304:46: note: byref variable will be forcibly initialized 304 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_intersect_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:335:9: note: in expansion of macro 'MOCK_VARIABLES' 335 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:332:25: note: byref variable will be forcibly initialized 332 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:331:30: note: byref variable will be forcibly initialized 331 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:330:34: note: byref variable will be forcibly initialized 330 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:329:46: note: byref variable will be forcibly initialized 329 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_outside_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:361:9: note: in expansion of macro 'MOCK_VARIABLES' 361 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:358:25: note: byref variable will be forcibly initialized 358 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:357:30: note: byref variable will be forcibly initialized 357 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:356:34: note: byref variable will be forcibly initialized 356 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:355:46: note: byref variable will be forcibly initialized 355 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_fractional_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:386:9: note: in expansion of macro 'MOCK_VARIABLES' 386 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:383:25: note: byref variable will be forcibly initialized 383 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:382:30: note: byref variable will be forcibly initialized 382 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:381:34: note: byref variable will be forcibly initialized 381 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:380:46: note: byref variable will be forcibly initialized 380 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_intersect_fractional_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:414:9: note: in expansion of macro 'MOCK_VARIABLES' 414 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:411:25: note: byref variable will be forcibly initialized 411 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:410:30: note: byref variable will be forcibly initialized 410 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:409:34: note: byref variable will be forcibly initialized 409 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:408:46: note: byref variable will be forcibly initialized 408 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_outside_fractional_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:443:9: note: in expansion of macro 'MOCK_VARIABLES' 443 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:440:25: note: byref variable will be forcibly initialized 440 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:439:30: note: byref variable will be forcibly initialized 439 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:438:34: note: byref variable will be forcibly initialized 438 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:437:46: note: byref variable will be forcibly initialized 437 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_src_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:471:9: note: in expansion of macro 'MOCK_VARIABLES' 471 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:468:25: note: byref variable will be forcibly initialized 468 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:467:30: note: byref variable will be forcibly initialized 467 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:466:34: note: byref variable will be forcibly initialized 466 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:465:46: note: byref variable will be forcibly initialized 465 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_fractional_src_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:498:9: note: in expansion of macro 'MOCK_VARIABLES' 498 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:495:25: note: byref variable will be forcibly initialized 495 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:494:30: note: byref variable will be forcibly initialized 494 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:493:34: note: byref variable will be forcibly initialized 493 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:492:46: note: byref variable will be forcibly initialized 492 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_damage': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:527:9: note: in expansion of macro 'MOCK_VARIABLES' 527 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:524:25: note: byref variable will be forcibly initialized 524 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:523:30: note: byref variable will be forcibly initialized 523 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:522:34: note: byref variable will be forcibly initialized 522 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:521:46: note: byref variable will be forcibly initialized 521 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_damage_one_intersect': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:558:9: note: in expansion of macro 'MOCK_VARIABLES' 558 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:555:25: note: byref variable will be forcibly initialized 555 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:554:30: note: byref variable will be forcibly initialized 554 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:553:34: note: byref variable will be forcibly initialized 553 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:552:46: note: byref variable will be forcibly initialized 552 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_damage_one_outside': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:591:9: note: in expansion of macro 'MOCK_VARIABLES' 591 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:588:25: note: byref variable will be forcibly initialized 588 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:587:30: note: byref variable will be forcibly initialized 587 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:586:34: note: byref variable will be forcibly initialized 586 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:585:46: note: byref variable will be forcibly initialized 585 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_damage_src_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:618:9: note: in expansion of macro 'MOCK_VARIABLES' 618 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:615:25: note: byref variable will be forcibly initialized 615 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:614:30: note: byref variable will be forcibly initialized 614 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:613:34: note: byref variable will be forcibly initialized 613 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:612:46: note: byref variable will be forcibly initialized 612 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_damage_not_visible': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:32: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:647:9: note: in expansion of macro 'MOCK_VARIABLES' 647 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:644:25: note: byref variable will be forcibly initialized 644 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:643:30: note: byref variable will be forcibly initialized 643 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:642:34: note: byref variable will be forcibly initialized 642 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:641:46: note: byref variable will be forcibly initialized 641 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_sample_get': /kisskb/src/drivers/greybus/svc.c:176:50: note: byref variable will be forcibly initialized 176 | struct gb_svc_pwrmon_sample_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:175:49: note: byref variable will be forcibly initialized 175 | struct gb_svc_pwrmon_sample_get_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_rail_count_get': /kisskb/src/drivers/greybus/svc.c:132:54: note: byref variable will be forcibly initialized 132 | struct gb_svc_pwrmon_rail_count_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_set_power_mode': /kisskb/src/drivers/greybus/svc.c:559:46: note: byref variable will be forcibly initialized 559 | struct gb_svc_intf_set_pwrm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:558:45: note: byref variable will be forcibly initialized 558 | struct gb_svc_intf_set_pwrm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_power_read': /kisskb/src/drivers/greybus/svc.c:731:14: note: byref variable will be forcibly initialized 731 | char buff[16]; | ^~~~ /kisskb/src/drivers/greybus/svc.c:730:13: note: byref variable will be forcibly initialized 730 | u32 value; | ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_current_read': /kisskb/src/drivers/greybus/svc.c:707:14: note: byref variable will be forcibly initialized 707 | char buff[16]; | ^~~~ /kisskb/src/drivers/greybus/svc.c:706:13: note: byref variable will be forcibly initialized 706 | u32 value; | ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_voltage_read': /kisskb/src/drivers/greybus/svc.c:683:14: note: byref variable will be forcibly initialized 683 | char buff[16]; | ^~~~ /kisskb/src/drivers/greybus/svc.c:682:13: note: byref variable will be forcibly initialized 682 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/greybus/svc.c:9: /kisskb/src/drivers/greybus/svc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_debugfs_init': /kisskb/src/drivers/greybus/svc.c:794:22: note: byref variable will be forcibly initialized 794 | char fname[GB_SVC_PWRMON_RAIL_NAME_BUFSIZE]; | ^~~~~ /kisskb/src/drivers/greybus/svc.c:764:12: note: byref variable will be forcibly initialized 764 | u8 rail_count; | ^~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'watchdog_store': /kisskb/src/drivers/greybus/svc.c:84:14: note: byref variable will be forcibly initialized 84 | bool user_request; | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_intf_sample_get': /kisskb/src/drivers/greybus/svc.c:213:55: note: byref variable will be forcibly initialized 213 | struct gb_svc_pwrmon_intf_sample_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:212:54: note: byref variable will be forcibly initialized 212 | struct gb_svc_pwrmon_intf_sample_get_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_device_id': /kisskb/src/drivers/greybus/svc.c:259:46: note: byref variable will be forcibly initialized 259 | struct gb_svc_intf_device_id_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_eject': /kisskb/src/drivers/greybus/svc.c:270:42: note: byref variable will be forcibly initialized 270 | struct gb_svc_intf_eject_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'intf_eject_store': /kisskb/src/drivers/greybus/svc.c:52:24: note: byref variable will be forcibly initialized 52 | unsigned short intf_id; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_vsys_set': /kisskb/src/drivers/greybus/svc.c:294:42: note: byref variable will be forcibly initialized 294 | struct gb_svc_intf_vsys_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:293:41: note: byref variable will be forcibly initialized 293 | struct gb_svc_intf_vsys_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_refclk_set': /kisskb/src/drivers/greybus/svc.c:317:44: note: byref variable will be forcibly initialized 317 | struct gb_svc_intf_refclk_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:316:43: note: byref variable will be forcibly initialized 316 | struct gb_svc_intf_refclk_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_unipro_set': /kisskb/src/drivers/greybus/svc.c:340:44: note: byref variable will be forcibly initialized 340 | struct gb_svc_intf_unipro_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:339:43: note: byref variable will be forcibly initialized 339 | struct gb_svc_intf_unipro_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_activate': /kisskb/src/drivers/greybus/svc.c:363:46: note: byref variable will be forcibly initialized 363 | struct gb_svc_intf_activate_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:362:45: note: byref variable will be forcibly initialized 362 | struct gb_svc_intf_activate_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_resume': /kisskb/src/drivers/greybus/svc.c:389:44: note: byref variable will be forcibly initialized 389 | struct gb_svc_intf_resume_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:388:43: note: byref variable will be forcibly initialized 388 | struct gb_svc_intf_resume_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_dme_peer_get': /kisskb/src/drivers/greybus/svc.c:418:45: note: byref variable will be forcibly initialized 418 | struct gb_svc_dme_peer_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:417:44: note: byref variable will be forcibly initialized 417 | struct gb_svc_dme_peer_get_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_dme_peer_set': /kisskb/src/drivers/greybus/svc.c:452:45: note: byref variable will be forcibly initialized 452 | struct gb_svc_dme_peer_set_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:451:44: note: byref variable will be forcibly initialized 451 | struct gb_svc_dme_peer_set_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_connection_create': /kisskb/src/drivers/greybus/svc.c:485:43: note: byref variable will be forcibly initialized 485 | struct gb_svc_conn_create_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_connection_destroy': /kisskb/src/drivers/greybus/svc.c:501:44: note: byref variable will be forcibly initialized 501 | struct gb_svc_conn_destroy_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_route_create': /kisskb/src/drivers/greybus/svc.c:522:44: note: byref variable will be forcibly initialized 522 | struct gb_svc_route_create_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_route_destroy': /kisskb/src/drivers/greybus/svc.c:536:45: note: byref variable will be forcibly initialized 536 | struct gb_svc_route_destroy_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_set_power_mode_hibernate': /kisskb/src/drivers/greybus/svc.c:601:46: note: byref variable will be forcibly initialized 601 | struct gb_svc_intf_set_pwrm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:600:45: note: byref variable will be forcibly initialized 600 | struct gb_svc_intf_set_pwrm_request request; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_post.c: In function 'ast_post_chip_2300': /kisskb/src/drivers/gpu/drm/ast/ast_post.c:1604:35: note: byref variable will be forcibly initialized 1604 | struct ast2300_dram_param param; | ^~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_post.c: In function 'ast_post_gpu': /kisskb/src/drivers/gpu/drm/ast/ast_post.c:371:13: note: byref variable will be forcibly initialized 371 | u32 reg; | ^~~ /kisskb/src/drivers/comedi/drivers/adv_pci_dio.c: In function 'process_irq': /kisskb/src/drivers/comedi/drivers/adv_pci_dio.c:246:32: note: byref variable will be forcibly initialized 246 | unsigned short val = inw(dev->iobase + reg); | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c: In function 'nvkm_device_del': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c:2834:29: note: byref variable will be forcibly initialized 2834 | struct nvkm_subdev *subdev, *subtmp; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c: In function 'nvkm_device_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c:2895:29: note: byref variable will be forcibly initialized 2895 | struct nvkm_subdev *subdev; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c: In function 'nvkm_device_tegra_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c:218:14: note: byref variable will be forcibly initialized 218 | bool handled = false; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_display.c: In function 'pl111_init_clock_divider': /kisskb/src/drivers/gpu/drm/pl111/pl111_display.c:539:21: note: byref variable will be forcibly initialized 539 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c: In function 'nvkm_disp_class_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:170:29: note: byref variable will be forcibly initialized 170 | struct nvkm_oproxy *oproxy; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c: In function 'nvkm_disp_oneinit': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:281:27: note: byref variable will be forcibly initialized 281 | u8 hpd = 0, ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:281:22: note: byref variable will be forcibly initialized 281 | u8 hpd = 0, ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:280:27: note: byref variable will be forcibly initialized 280 | struct dcb_output dcbE; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:279:29: note: byref variable will be forcibly initialized 279 | struct nvbios_connE connE; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:275:27: note: byref variable will be forcibly initialized 275 | struct nvkm_outp *outp, *outt, *pair; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/user.c: In function 'nvkm_udevice_child_get': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/user.c:326:42: note: byref variable will be forcibly initialized 326 | const struct nvkm_device_oclass *sclass = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c: In function 'nvkm_disp_dtor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:456:35: note: byref variable will be forcibly initialized 456 | struct nvkm_head *head = | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:450:34: note: byref variable will be forcibly initialized 450 | struct nvkm_ior *ior = | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:428:27: note: byref variable will be forcibly initialized 428 | struct nvkm_outp *outp; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:427:27: note: byref variable will be forcibly initialized 427 | struct nvkm_conn *conn; | ^~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'compute_crc': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:38:22: note: byref variable will be forcibly initialized 38 | u32 crc = 0, pixel = 0; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/lima/lima_drv.c:4: /kisskb/src/drivers/gpu/drm/lima/lima_drv.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'vkms_composer_worker': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:229:13: note: byref variable will be forcibly initialized 229 | u32 crc32 = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:228:15: note: byref variable will be forcibly initialized 228 | void *vaddr_out = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'vkms_verify_crc_source': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:316:14: note: byref variable will be forcibly initialized 316 | bool enabled; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'vkms_set_crc_source': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:347:14: note: byref variable will be forcibly initialized 347 | bool enabled = false; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c: In function 'sideband_msg_req_encode_decode': /kisskb/src/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c:124:28: note: byref variable will be forcibly initialized 124 | struct drm_printer p = drm_err_printer(PREFIX_STR); | ^ /kisskb/src/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c: In function 'igt_dp_mst_sideband_msg_req_decode': /kisskb/src/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c:182:12: note: byref variable will be forcibly initialized 182 | u8 data[] = { 0xff, 0x0, 0xdd }; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:34: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c: In function 'nv50_disp_super_ied_on': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:244:9: note: in expansion of macro 'nvbios_init' 244 | nvbios_init(subdev, data, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:205:28: note: byref variable will be forcibly initialized 205 | u8 ver, hdr, cnt, len, flags = 0x00; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:205:23: note: byref variable will be forcibly initialized 205 | u8 ver, hdr, cnt, len, flags = 0x00; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:205:18: note: byref variable will be forcibly initialized 205 | u8 ver, hdr, cnt, len, flags = 0x00; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:205:13: note: byref variable will be forcibly initialized 205 | u8 ver, hdr, cnt, len, flags = 0x00; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:204:28: note: byref variable will be forcibly initialized 204 | struct nvbios_outp iedt; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:203:28: note: byref variable will be forcibly initialized 203 | struct nvbios_ocfg iedtrs; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:34: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c: In function 'nv50_disp_super_ied_off': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:269:9: note: in expansion of macro 'nvbios_init' 269 | nvbios_init(&head->disp->engine.subdev, iedt.script[id], | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:257:28: note: byref variable will be forcibly initialized 257 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:257:23: note: byref variable will be forcibly initialized 257 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:257:18: note: byref variable will be forcibly initialized 257 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:257:13: note: byref variable will be forcibly initialized 257 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:256:28: note: byref variable will be forcibly initialized 256 | struct nvbios_outp iedt; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:37: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c: In function 'nv50_disp_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:741:21: note: in expansion of macro 'nvkm_msec' 741 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'etnaviv_gem_prime_vmap_impl': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:80:26: note: byref variable will be forcibly initialized 80 | struct iosys_map map; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'etnaviv_gem_prime_release': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:65:26: note: byref variable will be forcibly initialized 65 | struct iosys_map map = IOSYS_MAP_INIT_VADDR(etnaviv_obj->vaddr); | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'etnaviv_gem_prime_import_sg_table': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:107:36: note: byref variable will be forcibly initialized 107 | struct etnaviv_gem_object *etnaviv_obj; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/comedi/drivers.c:11: /kisskb/src/drivers/comedi/drivers.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/comedi/drivers.c: In function 'comedi_load_firmware': /kisskb/src/drivers/comedi/drivers.c:845:32: note: byref variable will be forcibly initialized 845 | const struct firmware *fw; | ^~ /kisskb/src/drivers/comedi/drivers.c: In function 'insn_rw_emulate_bits': /kisskb/src/drivers/comedi/drivers.c:614:22: note: byref variable will be forcibly initialized 614 | unsigned int _data[2]; | ^~~~~ /kisskb/src/drivers/comedi/drivers.c:611:28: note: byref variable will be forcibly initialized 611 | struct comedi_insn _insn; | ^~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c: In function 'igt_drm_rect_clip_scaled_div_by_zero': /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:16:35: note: byref variable will be forcibly initialized 16 | struct drm_rect src, dst, clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:16:30: note: byref variable will be forcibly initialized 16 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:16:25: note: byref variable will be forcibly initialized 16 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c: In function 'igt_drm_rect_clip_scaled_not_clipped': /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:42:35: note: byref variable will be forcibly initialized 42 | struct drm_rect src, dst, clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:42:30: note: byref variable will be forcibly initialized 42 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:42:25: note: byref variable will be forcibly initialized 42 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c: In function 'igt_drm_rect_clip_scaled_clipped': /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:98:35: note: byref variable will be forcibly initialized 98 | struct drm_rect src, dst, clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:98:30: note: byref variable will be forcibly initialized 98 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:98:25: note: byref variable will be forcibly initialized 98 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c: In function 'igt_drm_rect_clip_scaled_signed_vs_unsigned': /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:202:35: note: byref variable will be forcibly initialized 202 | struct drm_rect src, dst, clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:202:30: note: byref variable will be forcibly initialized 202 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:202:25: note: byref variable will be forcibly initialized 202 | struct drm_rect src, dst, clip; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/include/drm/drm_file.h:39, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'etnaviv_ioctl_gem_submit': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:423:31: note: byref variable will be forcibly initialized 423 | struct ww_acquire_ctx ticket; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_read_buf': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:150:24: note: byref variable will be forcibly initialized 150 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:149:12: note: byref variable will be forcibly initialized 149 | u8 data = addr; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_readb': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_msc_mt_done': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_burst_receive': In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c:31: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c: In function 'gf119_disp_init': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:670:12: note: byref variable will be forcibly initialized 670 | u8 buf[3], *d; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c:225:21: note: in expansion of macro 'nvkm_msec' 225 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_write_buf': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:192:12: note: byref variable will be forcibly initialized 192 | u8 data[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_burst_send': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:658:20: note: byref variable will be forcibly initialized 658 | u8 b[2] = { min(ctx->burst.rx_ack, 255), 0 }; | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function '__sii8620_write_seq': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:241:17: note: in expansion of macro 'sii8620_write' 241 | sii8620_write(ctx, seq[i], seq[i + 1]); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_enable_gen2_write_burst': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:19: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:318:9: note: in expansion of macro 'sii8620_write_seq' 318 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mt_read_devcap_send': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:19: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:465:9: note: in expansion of macro 'sii8620_write_seq' 465 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_stop_video': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1011:9: note: in expansion of macro 'sii8620_write' 1011 | sii8620_write(ctx, REG_TPI_SC, val); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_setbits': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:259:9: note: in expansion of macro 'sii8620_write' 259 | sii8620_write(ctx, addr, val); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_format': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:19: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1043:9: note: in expansion of macro 'sii8620_write_seq' 1043 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_emsc_enable': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1413:9: note: in expansion of macro 'sii8620_write' 1413 | sii8620_write(ctx, REG_EMSCINTRMASK, BIT_EMSCINTR_SPI_DVLD); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1412:9: note: in expansion of macro 'sii8620_write' 1412 | sii8620_write(ctx, REG_EMSCINTR, reg); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mt_msc_cmd_send': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:376:17: note: in expansion of macro 'sii8620_write' 376 | sii8620_write(ctx, REG_MSC_COMMAND_START, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:375:17: note: in expansion of macro 'sii8620_write' 375 | sii8620_write(ctx, REG_MSC_CMD_OR_OFFSET, msg->reg[1]); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:370:17: note: in expansion of macro 'sii8620_write' 370 | sii8620_write(ctx, REG_MSC_COMMAND_START, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:365:17: note: in expansion of macro 'sii8620_write' 365 | sii8620_write(ctx, REG_MSC_COMMAND_START, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_ddc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2001:9: note: in expansion of macro 'sii8620_write' 2001 | sii8620_write(ctx, REG_INTR3, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1994:17: note: in expansion of macro 'sii8620_write' 1994 | sii8620_write(ctx, REG_INTR3_MASK, 0); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_edid': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1925:9: note: in expansion of macro 'sii8620_write' 1925 | sii8620_write(ctx, REG_INTR9, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_block': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1986:9: note: in expansion of macro 'sii8620_write' 1986 | sii8620_write(ctx, REG_EMSCINTR, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_merr': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1918:9: note: in expansion of macro 'sii8620_write' 1918 | sii8620_write(ctx, REG_CBUS_INT_1, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_send_features': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1750:9: note: in expansion of macro 'sii8620_write' 1750 | sii8620_write(ctx, REG_MDT_XMIT_CTRL, BIT_MDT_XMIT_CTRL_EN | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1748:12: note: byref variable will be forcibly initialized 1748 | u8 buf[16]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_msc_mr_set_int': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1776:12: note: byref variable will be forcibly initialized 1776 | u8 ints[MHL_INT_SIZE]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_coc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1911:9: note: in expansion of macro 'sii8620_write' 1911 | sii8620_write(ctx, REG_COC_INTR, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_read_burst': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1645:9: note: in expansion of macro 'sii8620_write' 1645 | sii8620_write(ctx, REG_MDT_RCV_CTRL, BIT_MDT_RCV_CTRL_MDT_RCV_EN | | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1642:12: note: byref variable will be forcibly initialized 1642 | u8 buf[17]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_g2wb': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1666:9: note: in expansion of macro 'sii8620_write' 1666 | sii8620_write(ctx, REG_MDT_INT_0, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1664:17: note: in expansion of macro 'sii8620_write' 1664 | sii8620_write(ctx, REG_MDT_XMIT_CTRL, 0); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_tdm': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1972:9: note: in expansion of macro 'sii8620_write' 1972 | sii8620_write(ctx, REG_TRXINTH, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_cbus_reset': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:966:9: note: in expansion of macro 'sii8620_write' 966 | sii8620_write(ctx, REG_PWD_SRST, BIT_PWD_SRST_CBUS_RST_SW_EN); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:963:9: note: in expansion of macro 'sii8620_write' 963 | sii8620_write(ctx, REG_PWD_SRST, BIT_PWD_SRST_CBUS_RST | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_wait_for_fsm_state': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_mode': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1482:25: note: in expansion of macro 'sii8620_write' 1482 | sii8620_write(ctx, REG_CBUS3_CNVT, 0x85); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1451:17: note: in expansion of macro 'sii8620_write' 1451 | sii8620_write(ctx, REG_M3_CTRL, VAL_M3_CTRL_MHL3_VALUE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_thread': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2028:12: note: byref variable will be forcibly initialized 2028 | u8 stats[LEN_FAST_INTR_STAT]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_disc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1637:9: note: in expansion of macro 'sii8620_write' 1637 | sii8620_write(ctx, REG_CBUS_DISC_INTR0, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_status_dcap_ready': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1677:9: note: in expansion of macro 'sii8620_write' 1677 | sii8620_write(ctx, REG_INTR9_MASK, BIT_INTR9_DEVCAP_DONE | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_msc_mr_write_stat': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1699:30: note: byref variable will be forcibly initialized 1699 | u8 st[MHL_DST_SIZE], xst[MHL_XDS_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1699:12: note: byref variable will be forcibly initialized 1699 | u8 st[MHL_DST_SIZE], xst[MHL_XDS_SIZE]; | ^~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_infoframes': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1134:9: note: in expansion of macro 'sii8620_write' 1134 | sii8620_write(ctx, REG_TPI_INFO_FSEL, BIT_TPI_INFO_FSEL_EN | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1125:9: note: in expansion of macro 'sii8620_write' 1125 | sii8620_write(ctx, REG_PKT_FILTER_0, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1117:17: note: in expansion of macro 'sii8620_write' 1117 | sii8620_write(ctx, REG_PKT_FILTER_0, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1115:17: note: in expansion of macro 'sii8620_write' 1115 | sii8620_write(ctx, REG_TPI_SC, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1101:12: note: byref variable will be forcibly initialized 1101 | u8 buf[31]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1100:30: note: byref variable will be forcibly initialized 1100 | union hdmi_infoframe frm; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1099:31: note: byref variable will be forcibly initialized 1099 | struct mhl3_infoframe mhl_frm; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_start_video': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:19: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1201:17: note: in expansion of macro 'sii8620_write_seq' 1201 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1153:17: note: in expansion of macro 'sii8620_write' 1153 | sii8620_write(ctx, REG_TPI_SC, 0); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1151:17: note: in expansion of macro 'sii8620_write' 1151 | sii8620_write(ctx, REG_RX_HDMI_CTRL2, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_scdt': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1942:9: note: in expansion of macro 'sii8620_write' 1942 | sii8620_write(ctx, REG_INTR5, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_fetch_edid': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:19: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:863:9: note: in expansion of macro 'sii8620_write_seq' 863 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:19: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:810:17: note: in expansion of macro 'sii8620_write_seq' 810 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:19: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:805:17: note: in expansion of macro 'sii8620_write_seq' 805 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:794:9: note: in expansion of macro 'sii8620_write' 794 | sii8620_write(ctx, REG_DDC_ADDR, 0x50 << 1); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:790:17: note: in expansion of macro 'sii8620_write' 790 | sii8620_write(ctx, REG_DDC_STATUS, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:19: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:777:9: note: in expansion of macro 'sii8620_write_seq' 777 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_identify_sink': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:489:14: note: byref variable will be forcibly initialized 489 | char sink_name[20]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mr_devcap': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:516:12: note: byref variable will be forcibly initialized 516 | u8 dcap[MHL_DCAP_SIZE]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mt_read_devcap_recv': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:19: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:549:9: note: in expansion of macro 'sii8620_write_seq' 549 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_msc_mr_msc_msg': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1829:12: note: byref variable will be forcibly initialized 1829 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_msc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1864:25: note: in expansion of macro 'sii8620_write' 1864 | sii8620_write(ctx, REG_CBUS_INT_0, BIT_CBUS_HPD_CHG); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1858:17: note: in expansion of macro 'sii8620_write' 1858 | sii8620_write(ctx, REG_CBUS_INT_0, stat & ~BIT_CBUS_HPD_CHG); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_xtal_set_rate': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:931:9: note: in expansion of macro 'sii8620_write' 931 | sii8620_write(ctx, REG_HDCP2X_TP1, rates[i].tp1); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:930:9: note: in expansion of macro 'sii8620_write' 930 | sii8620_write(ctx, REG_DIV_CTL_MAIN, rates[i].div); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_cable_in': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:12: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2074:9: note: in expansion of macro 'sii8620_write' 2074 | sii8620_write(ctx, REG_DPD, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2055:12: note: byref variable will be forcibly initialized 2055 | u8 ver[5]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c: In function 'gv100_disp_intr_exc_win': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c:240:23: note: byref variable will be forcibly initialized 240 | unsigned long stat = nvkm_rd32(device, 0x61184c); | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c: In function 'gv100_disp_intr_exc_winim': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c:220:23: note: byref variable will be forcibly initialized 220 | unsigned long stat = nvkm_rd32(device, 0x611850); | ^~~~ /kisskb/src/drivers/comedi/drivers/amplc_pci224.c: In function 'pci224_ao_cmdtest': /kisskb/src/drivers/comedi/drivers/amplc_pci224.c:664:22: note: byref variable will be forcibly initialized 664 | unsigned int arg; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c: In function 'gv100_disp_intr_exc_other': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c:192:23: note: byref variable will be forcibly initialized 192 | unsigned long mask; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c: In function 'gv100_disp_intr_ctrl_disp': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c:165:31: note: byref variable will be forcibly initialized 165 | unsigned long wndws = nvkm_rd32(device, 0x611858); | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c: In function 'gv100_disp_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c:286:23: note: byref variable will be forcibly initialized 286 | unsigned long mask; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c: In function 'gv100_disp_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c:338:21: note: in expansion of macro 'nvkm_msec' 338 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/comedi/drivers/amplc_pci224.c:96: /kisskb/src/drivers/comedi/drivers/amplc_pci224.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c: In function 'tu102_disp_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c:42:21: note: in expansion of macro 'nvkm_msec' 42 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/smp.h:110, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/mutex.h:17, from /kisskb/src/include/drm/drm_prime.h:35, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:12: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_timeout_to_jiffies': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:107:27: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_gem_new_handle': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:584:32: note: byref variable will be forcibly initialized 584 | struct drm_gem_object *obj = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_gem_new_private': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:622:32: note: byref variable will be forcibly initialized 622 | struct drm_gem_object *obj; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_gem_new_userptr': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:705:36: note: byref variable will be forcibly initialized 705 | struct etnaviv_gem_object *etnaviv_obj; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_versatile.c: In function 'pl111_versatile_init': /kisskb/src/drivers/gpu/drm/pl111/pl111_versatile.c:472:36: note: byref variable will be forcibly initialized 472 | const struct of_device_id *clcd_id; | ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_pathological': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:351:19: note: byref variable will be forcibly initialized 351 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:350:19: note: byref variable will be forcibly initialized 350 | LIST_HEAD(holes); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:349:19: note: byref variable will be forcibly initialized 349 | LIST_HEAD(blocks); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:348:26: note: byref variable will be forcibly initialized 348 | struct drm_buddy mm; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_pessimistic': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:597:19: note: byref variable will be forcibly initialized 597 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:596:19: note: byref variable will be forcibly initialized 596 | LIST_HEAD(blocks); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:594:26: note: byref variable will be forcibly initialized 594 | struct drm_buddy mm; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_optimistic': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:743:19: note: byref variable will be forcibly initialized 743 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:742:19: note: byref variable will be forcibly initialized 742 | LIST_HEAD(blocks); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:741:26: note: byref variable will be forcibly initialized 741 | struct drm_buddy mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_limit': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:911:26: note: byref variable will be forcibly initialized 911 | struct drm_buddy mm; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:910:19: note: byref variable will be forcibly initialized 910 | LIST_HEAD(allocated); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:14: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_mm_config': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:322:9: note: in expansion of macro 'DRM_RND_STATE' 322 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:322:23: note: byref variable will be forcibly initialized 322 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function '__igt_timeout': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:32:17: note: byref variable will be forcibly initialized 32 | va_list va; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_smoke': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:502:27: note: byref variable will be forcibly initialized 502 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:500:27: note: byref variable will be forcibly initialized 500 | LIST_HEAD(blocks); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:14: /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:479:9: note: in expansion of macro 'DRM_RND_STATE' 479 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:479:23: note: byref variable will be forcibly initialized 479 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:475:26: note: byref variable will be forcibly initialized 475 | struct drm_buddy mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:473:37: note: byref variable will be forcibly initialized 473 | u64 mm_size, min_page_size, chunk_size, start = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:473:13: note: byref variable will be forcibly initialized 473 | u64 mm_size, min_page_size, chunk_size, start = 0; | ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_range': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:838:27: note: byref variable will be forcibly initialized 838 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:816:19: note: byref variable will be forcibly initialized 816 | LIST_HEAD(blocks); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:815:26: note: byref variable will be forcibly initialized 815 | struct drm_buddy mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:813:32: note: byref variable will be forcibly initialized 813 | u64 offset, size, rem, chunk_size, end; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:813:21: note: byref variable will be forcibly initialized 813 | u64 offset, size, rem, chunk_size, end; | ^~~~ /kisskb/src/drivers/comedi/drivers/amplc_pci230.c: In function 'pci230_ns_to_single_timer': /kisskb/src/drivers/comedi/drivers/amplc_pci230.c:673:22: note: byref variable will be forcibly initialized 673 | unsigned int count; | ^~~~~ /kisskb/src/drivers/comedi/drivers/amplc_pci230.c: In function 'pci230_handle_ao_nofifo': /kisskb/src/drivers/comedi/drivers/amplc_pci230.c:1065:24: note: byref variable will be forcibly initialized 1065 | unsigned short data; | ^~~~ /kisskb/src/drivers/comedi/drivers/amplc_pci230.c: In function 'pci230_handle_ao_fifo': /kisskb/src/drivers/comedi/drivers/amplc_pci230.c:1144:48: note: byref variable will be forcibly initialized 1144 | unsigned short datum; | ^~~~~ /kisskb/src/drivers/comedi/drivers/amplc_pci230.c: In function 'pci230_ct_setup_ns_mode': /kisskb/src/drivers/comedi/drivers/amplc_pci230.c:685:22: note: byref variable will be forcibly initialized 685 | unsigned int count; | ^~~~~ /kisskb/src/drivers/comedi/drivers/amplc_pci230.c: In function 'pci230_handle_ai': /kisskb/src/drivers/comedi/drivers/amplc_pci230.c:2020:24: note: byref variable will be forcibly initialized 2020 | unsigned short val; | ^~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'n3000_nios_reg_write': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:481:13: note: byref variable will be forcibly initialized 481 | u64 v; | ^ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'n3000_nios_reg_read': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:500:13: note: byref variable will be forcibly initialized 500 | u64 v; | ^ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'get_retimer_mode': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:193:22: note: byref variable will be forcibly initialized 193 | unsigned int val; | ^~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'n3000_nios_init_done_check': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:298:36: note: byref variable will be forcibly initialized 298 | unsigned int val, state_a, state_b; | ^~~~~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c:298:27: note: byref variable will be forcibly initialized 298 | unsigned int val, state_a, state_b; | ^~~~~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c:298:22: note: byref variable will be forcibly initialized 298 | unsigned int val, state_a, state_b; | ^~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'fec_mode_show': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:241:43: note: byref variable will be forcibly initialized 241 | unsigned int val, retimer_a_mode, retimer_b_mode, fec_modes; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c:241:27: note: byref variable will be forcibly initialized 241 | unsigned int val, retimer_a_mode, retimer_b_mode, fec_modes; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c:241:22: note: byref variable will be forcibly initialized 241 | unsigned int val, retimer_a_mode, retimer_b_mode, fec_modes; | ^~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'retimer_B_mode_show': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:227:22: note: byref variable will be forcibly initialized 227 | unsigned int mode; | ^~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'retimer_A_mode_show': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:212:22: note: byref variable will be forcibly initialized 212 | unsigned int mode; | ^~~~ /kisskb/src/drivers/fpga/dfl-n3000-nios.c: In function 'nios_fw_version_show': /kisskb/src/drivers/fpga/dfl-n3000-nios.c:168:22: note: byref variable will be forcibly initialized 168 | unsigned int val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.c: In function 'nv50_dac_power_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.c:59:9: note: in expansion of macro 'nvkm_msec' 59 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piornv50.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piornv50.c: In function 'nv50_pior_power_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piornv50.c:51:9: note: in expansion of macro 'nvkm_msec' 51 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/gpu/drm/drm_aperture.c:3: /kisskb/src/drivers/gpu/drm/drm_aperture.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_aperture.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c: In function 'nv50_sor_power_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c:40:9: note: in expansion of macro 'nvkm_msec' 40 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c: In function 'nv50_sor_power': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c:60:9: note: in expansion of macro 'nvkm_msec' 60 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/comedi/comedi_buf.c: In function 'comedi_buf_map_alloc': /kisskb/src/drivers/comedi/comedi_buf.c:98:28: note: byref variable will be forcibly initialized 98 | dma_addr_t dma_addr; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c: In function 'g94_sor_dp_power': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:107:9: note: in expansion of macro 'nvkm_msec' 107 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c: In function 'g94_sor_war_3': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:202:17: note: in expansion of macro 'nvkm_msec' 202 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:197:17: note: in expansion of macro 'nvkm_msec' 197 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c: In function 'g94_sor_war_2': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:236:9: note: in expansion of macro 'nvkm_usec' 236 | nvkm_usec(device, 400, NVKM_DELAY); | ^~~~~~~~~ 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:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1083:9: note: in expansion of macro 'wait_event' 1083 | wait_event(gb_operation_cancellation_queue, | ^~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/dt3000.c: In function 'dt3k_ai_cmdtest': /kisskb/src/drivers/comedi/drivers/dt3000.c:381:22: note: byref variable will be forcibly initialized 381 | unsigned int arg; | ^~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_connection_recv': /kisskb/src/drivers/greybus/operation.c:1029:37: note: byref variable will be forcibly initialized 1029 | struct gb_operation_msg_hdr header; | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h: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_incoming': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1110:9: note: in expansion of macro 'wait_event' 1110 | wait_event(gb_operation_cancellation_queue, | ^~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/dt3000.c: In function 'dt3k_ai_empty_fifo': /kisskb/src/drivers/comedi/drivers/dt3000.c:280:24: note: byref variable will be forcibly initialized 280 | unsigned short data; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgt215.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgt215.c: In function 'gt215_sor_dp_audio': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgt215.c:34:9: note: in expansion of macro 'nvkm_msec' 34 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_bridge_detect': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1606:13: note: byref variable will be forcibly initialized 1606 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_irq_handler': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1824:21: note: byref variable will be forcibly initialized 1824 | u32 stat = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1813:13: note: byref variable will be forcibly initialized 1813 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_get_display_props': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:732:12: note: byref variable will be forcibly initialized 732 | u8 reg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_probe_edp_bridge_endpoint': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1932:27: note: byref variable will be forcibly initialized 1932 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_probe_dpi_bridge_endpoint': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1904:27: note: byref variable will be forcibly initialized 1904 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_probe_bridge_endpoint': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1964:28: note: byref variable will be forcibly initialized 1964 | struct of_endpoint endpoint; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_edp_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1659:13: note: byref variable will be forcibly initialized 1659 | u32 bus_format = MEDIA_BUS_FMT_RGB888_1X24; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:26: /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_poll_timeout': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:336:22: note: byref variable will be forcibly initialized 336 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_wait_link_training': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:957:13: note: byref variable will be forcibly initialized 957 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_main_link_enable': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:974:12: note: byref variable will be forcibly initialized 974 | static int tc_main_link_enable(struct tc_data *tc) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:974:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:981:12: note: byref variable will be forcibly initialized 981 | u8 tmp[DP_LINK_STATUS_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:979:13: note: byref variable will be forcibly initialized 979 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_aux_read_data': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:365:13: note: byref variable will be forcibly initialized 365 | u32 auxrdata[DP_AUX_MAX_PAYLOAD_BYTES / sizeof(u32)]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_aux_transfer': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:395:13: note: byref variable will be forcibly initialized 395 | u32 auxstatus; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_mipi_dsi_host_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1860:43: note: byref variable will be forcibly initialized 1860 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_get_max_lanes': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:943:12: note: byref variable will be forcibly initialized 943 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_read_valid_rates': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:837:24: note: byref variable will be forcibly initialized 837 | __le16 sink_rates[DP_MAX_SUPPORTED_RATES]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:824:12: note: byref variable will be forcibly initialized 824 | u8 dpcd_val; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn65dsi86_write_u16': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:238:12: note: byref variable will be forcibly initialized 238 | u8 buf[2] = { val & 0xff, val >> 8 }; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_link_training': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:959:22: note: byref variable will be forcibly initialized 959 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1014:13: note: byref variable will be forcibly initialized 1014 | static void ti_sn_bridge_enable(struct drm_bridge *bridge) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1017:21: note: byref variable will be forcibly initialized 1017 | const char *last_err_str = "No supported DP rate"; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_parse_lanes': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1126:13: note: byref variable will be forcibly initialized 1126 | u32 lane_assignments[SN_MAX_DP_LANES] = { 0, 1, 2, 3 }; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_attach_host': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:665:43: note: byref variable will be forcibly initialized 665 | const struct mipi_dsi_device_info info = { .type = "ti_sn_bridge", | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:661:13: note: byref variable will be forcibly initialized 661 | int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn65dsi86_read_u16': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:223:12: note: byref variable will be forcibly initialized 223 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_pwm_get_state': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1430:13: note: byref variable will be forcibly initialized 1430 | u16 scale; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1429:13: note: byref variable will be forcibly initialized 1429 | u16 backlight; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_drv.c: In function 'pl111_modeset_init': /kisskb/src/drivers/gpu/drm/pl111/pl111_drv.c:98:36: note: byref variable will be forcibly initialized 98 | struct drm_bridge *tmp_bridge; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_drv.c:97:35: note: byref variable will be forcibly initialized 97 | struct drm_panel *tmp_panel; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1428:22: note: byref variable will be forcibly initialized 1428 | unsigned int pre_div; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf119.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf119.c: In function 'gf119_sor_dp_audio': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf119.c:53:9: note: in expansion of macro 'nvkm_msec' 53 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1427:22: note: byref variable will be forcibly initialized 1427 | unsigned int pwm_en_inv; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_aux_transfer': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:515:12: note: byref variable will be forcibly initialized 515 | u8 addr_len[SN_AUX_LENGTH_REG + 1 - SN_AUX_ADDR_19_16_REG]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:513:22: note: byref variable will be forcibly initialized 513 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:512:22: note: byref variable will be forcibly initialized 512 | unsigned int len = msg->size; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'status_show': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:403:27: note: byref variable will be forcibly initialized 403 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_gpio_get': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1565:22: note: byref variable will be forcibly initialized 1565 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:8: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/smp.h:110, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/mutex.h:17, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:27: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.h:11, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.h:10, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:20: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_timeout_to_jiffies': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:107:27: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_debugfs': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:889:26: note: byref variable will be forcibly initialized 889 | struct dma_debug debug; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_wait_obj_inactive': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:1266:15: note: in expansion of macro 'wait_event_interruptible_timeout' 1266 | ret = wait_event_interruptible_timeout(gpu->fence_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_submit': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:1341:40: note: byref variable will be forcibly initialized 1341 | unsigned int i, nr_events = 1, event[3]; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgv100.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgv100.c: In function 'gv100_sor_dp_audio': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgv100.c:51:9: note: in expansion of macro 'nvkm_msec' 51 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sortu102.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sortu102.c: In function 'tu102_sor_dp_links': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sortu102.c:56:9: note: in expansion of macro 'nvkm_msec' 56 | nvkm_msec(device, 40, NVKM_DELAY); | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorga102.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorga102.c: In function 'ga102_sor_dp_links': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorga102.c:58:9: note: in expansion of macro 'nvkm_msec' 58 | nvkm_msec(device, 40, NVKM_DELAY); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c: In function 'nvkm_outp_init_route': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c:224:17: note: byref variable will be forcibly initialized 224 | int id, link; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c:222:28: note: byref variable will be forcibly initialized 222 | enum nvkm_ior_type type; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c: In function 'nvkm_outp_acquire': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c:147:28: note: byref variable will be forcibly initialized 147 | enum nvkm_ior_type type; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c: In function 'nvkm_outp_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c:302:28: note: byref variable will be forcibly initialized 302 | enum nvkm_ior_type type; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_train_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:432:17: note: in expansion of macro 'nvbios_init' 432 | nvbios_init(&dp->outp.disp->engine.subdev, dp->info.script[0], | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:423:17: note: in expansion of macro 'nvbios_init' 423 | nvbios_init(&dp->outp.disp->engine.subdev, dp->info.script[3], | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:417:17: note: in expansion of macro 'nvbios_init' 417 | nvbios_init(&dp->outp.disp->engine.subdev, dp->info.script[2], | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:813:60: note: byref variable will be forcibly initialized 813 | &(struct nvkm_i2c_ntfy_req) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:785:23: note: byref variable will be forcibly initialized 785 | u8 hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:785:18: note: byref variable will be forcibly initialized 785 | u8 hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:785:13: note: byref variable will be forcibly initialized 785 | u8 hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_enable_supported_link_rates': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:571:12: note: byref variable will be forcibly initialized 571 | u8 sink_rates[DPCD_RC10_SUPPORTED_LINK_RATES__SIZE]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_enable': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:645:34: note: byref variable will be forcibly initialized 645 | const u8 rates[] = { 0x1e, 0x14, 0x0a, 0x06, 0 }; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_train_pattern': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:175:12: note: byref variable will be forcibly initialized 175 | u8 sink_tp; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_train_drive': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:103:28: note: byref variable will be forcibly initialized 103 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:103:23: note: byref variable will be forcibly initialized 103 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:103:18: note: byref variable will be forcibly initialized 103 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:103:13: note: byref variable will be forcibly initialized 103 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:102:29: note: byref variable will be forcibly initialized 102 | struct nvbios_dpcfg ocfg; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:101:29: note: byref variable will be forcibly initialized 101 | struct nvbios_dpout info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_train_eq': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:202:12: note: byref variable will be forcibly initialized 202 | u8 data; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_train_links': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:329:17: note: in expansion of macro 'nvbios_init' 329 | nvbios_init(subdev, lnkcmp, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:310:17: note: in expansion of macro 'nvbios_init' 310 | nvbios_init(&dp->outp.disp->engine.subdev, lnkcmp, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:291:21: note: byref variable will be forcibly initialized 291 | u8 sink[2], data; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:291:12: note: byref variable will be forcibly initialized 291 | u8 sink[2], data; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_train': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:445:13: note: byref variable will be forcibly initialized 445 | u8 pwr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c: In function 'nvkm_dp_acquire': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c:515:13: note: byref variable will be forcibly initialized 515 | u8 stat[3]; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmig84.c: In function 'g84_hdmi_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmig84.c:37:38: note: byref variable will be forcibly initialized 37 | struct packed_hdmi_infoframe vendor_infoframe; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmig84.c:36:38: note: byref variable will be forcibly initialized 36 | struct packed_hdmi_infoframe avi_infoframe; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigt215.c: In function 'gt215_hdmi_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigt215.c:37:38: note: byref variable will be forcibly initialized 37 | struct packed_hdmi_infoframe vendor_infoframe; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigt215.c:36:38: note: byref variable will be forcibly initialized 36 | struct packed_hdmi_infoframe avi_infoframe; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigf119.c: In function 'gf119_hdmi_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigf119.c:36:38: note: byref variable will be forcibly initialized 36 | struct packed_hdmi_infoframe vendor_infoframe; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigf119.c:35:38: note: byref variable will be forcibly initialized 35 | struct packed_hdmi_infoframe avi_infoframe; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigk104.c: In function 'gk104_hdmi_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigk104.c:37:38: note: byref variable will be forcibly initialized 37 | struct packed_hdmi_infoframe vendor_infoframe; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigk104.c:36:38: note: byref variable will be forcibly initialized 36 | struct packed_hdmi_infoframe avi_infoframe; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/bridge/display-connector.c:7: /kisskb/src/drivers/gpu/drm/bridge/display-connector.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/display-connector.c: In function 'display_connector_probe': /kisskb/src/drivers/gpu/drm/bridge/display-connector.c:229:29: note: byref variable will be forcibly initialized 229 | const char *hdmi_type; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/display-connector.c:197:21: note: byref variable will be forcibly initialized 197 | const char *label = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigv100.c: In function 'gv100_hdmi_ctrl': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigv100.c:35:38: note: byref variable will be forcibly initialized 35 | struct packed_hdmi_infoframe vendor_infoframe; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigv100.c:34:38: note: byref variable will be forcibly initialized 34 | struct packed_hdmi_infoframe avi_infoframe; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c: In function 'nvkm_conn_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c:109:75: note: byref variable will be forcibly initialized 109 | true, &(struct nvkm_gpio_ntfy_req) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c:83:30: note: byref variable will be forcibly initialized 83 | struct dcb_gpio_func func; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c: In function 'nvkm_conn_hpd': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c:39:40: note: byref variable will be forcibly initialized 39 | struct nvif_notify_conn_rep_v0 rep; | ^~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c: In function 'jr3_pci_show_copyright': /kisskb/src/drivers/comedi/drivers/jr3_pci.c:645:14: note: byref variable will be forcibly initialized 645 | char copy[ARRAY_SIZE(sensor0->copyright) + 1]; | ^~~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c: In function 'jr3_pci_poll_subdevice': /kisskb/src/drivers/comedi/drivers/jr3_pci.c:470:50: note: byref variable will be forcibly initialized 470 | struct jr3_pci_transform transf; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_cache.c: In function 'memcpy_fallback': /kisskb/src/drivers/gpu/drm/drm_cache.c:230:22: note: byref variable will be forcibly initialized 230 | char bounce[MEMCPY_BOUNCE_SIZE]; | ^~~~~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c: In function 'jr3_check_firmware': /kisskb/src/drivers/comedi/drivers/jr3_pci.c:339:38: note: byref variable will be forcibly initialized 339 | unsigned int dummy = 0; | ^~~~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c:331:30: note: byref variable will be forcibly initialized 331 | unsigned int addr = 0; | ^~~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c:330:30: note: byref variable will be forcibly initialized 330 | unsigned int count = 0; | ^~~~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c:322:13: note: byref variable will be forcibly initialized 322 | int pos = 0; | ^~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c: In function 'jr3_write_firmware': /kisskb/src/drivers/comedi/drivers/jr3_pci.c:383:46: note: byref variable will be forcibly initialized 383 | unsigned int data2 = 0; | ^~~~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c:382:46: note: byref variable will be forcibly initialized 382 | unsigned int data1 = 0; | ^~~~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c:374:46: note: byref variable will be forcibly initialized 374 | unsigned int data1 = 0; | ^~~~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c:360:30: note: byref variable will be forcibly initialized 360 | unsigned int addr = 0; | ^~~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c:359:30: note: byref variable will be forcibly initialized 359 | unsigned int count = 0; | ^~~~~ /kisskb/src/drivers/comedi/drivers/jr3_pci.c:356:13: note: byref variable will be forcibly initialized 356 | int pos = 0; | ^~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/iosys-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/drm_gem.c:28: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-buf.h:19, from /kisskb/src/drivers/gpu/drm/drm_gem.c:28: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_get_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:545:24: note: byref variable will be forcibly initialized 545 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_put_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:613:24: note: byref variable will be forcibly initialized 613 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_object_lookup': /kisskb/src/drivers/gpu/drm/drm_gem.c:742:32: note: byref variable will be forcibly initialized 742 | struct drm_gem_object *obj = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_dumb_map_offset': /kisskb/src/drivers/gpu/drm/drm_gem.c:742:32: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/drm_gem.c:311:5: note: byref variable will be forcibly initialized 311 | int drm_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_dma_resv_wait': /kisskb/src/drivers/gpu/drm/drm_gem.c:742:32: note: byref variable will be forcibly initialized 742 | struct drm_gem_object *obj = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem.c:762:6: note: byref variable will be forcibly initialized 762 | long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle, | ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_gem.c:46: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_file.c:35: /kisskb/src/drivers/gpu/drm/drm_file.c: In function 'drm_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_file.c:602:31: note: in expansion of macro 'wait_event_interruptible' 602 | ret = wait_event_interruptible(file_priv->event_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_flink_ioctl': /kisskb/src/drivers/gpu/drm/drm_gem.c:742:32: note: byref variable will be forcibly initialized 742 | struct drm_gem_object *obj = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem.c:822:1: note: byref variable will be forcibly initialized 822 | drm_gem_flink_ioctl(struct drm_device *dev, void *data, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_open_ioctl': /kisskb/src/drivers/gpu/drm/drm_gem.c:878:13: note: byref variable will be forcibly initialized 878 | u32 handle; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_ioctl.c:38: /kisskb/src/drivers/gpu/drm/drm_ioctl.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioctl.c: In function 'drm_ioctl': /kisskb/src/drivers/gpu/drm/drm_ioctl.c:814:14: note: byref variable will be forcibly initialized 814 | char stack_kdata[128]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_add_block': /kisskb/src/drivers/gpu/drm/drm_mm.c:786:24: note: byref variable will be forcibly initialized 786 | u64 col_start, col_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:786:13: note: byref variable will be forcibly initialized 786 | u64 col_start, col_end; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_color_evict': /kisskb/src/drivers/gpu/drm/drm_mm.c:916:25: note: byref variable will be forcibly initialized 916 | u64 hole_start, hole_end; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:916:13: note: byref variable will be forcibly initialized 916 | u64 hole_start, hole_end; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_reserve_node': /kisskb/src/drivers/gpu/drm/drm_mm.c:454:24: note: byref variable will be forcibly initialized 454 | u64 adj_start, adj_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:454:13: note: byref variable will be forcibly initialized 454 | u64 adj_start, adj_end; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_insert_node_in_range': /kisskb/src/drivers/gpu/drm/drm_mm.c:546:32: note: byref variable will be forcibly initialized 546 | u64 col_start, col_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:546:21: note: byref variable will be forcibly initialized 546 | u64 col_start, col_end; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:16: /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_read_chipid': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:112:12: note: byref variable will be forcibly initialized 112 | u8 chipid[3]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_autodetect_rx': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:225:12: note: byref variable will be forcibly initialized 225 | u8 bc[3]; | ^~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:223:12: note: byref variable will be forcibly initialized 223 | u8 buf[5]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_configure_plls': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:327:22: note: byref variable will be forcibly initialized 327 | unsigned int pval; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_drv.c:41: /kisskb/src/drivers/gpu/drm/drm_drv.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_configure_tx': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:422:22: note: byref variable will be forcibly initialized 422 | unsigned int pval; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:410:35: note: byref variable will be forcibly initialized 410 | const struct reg_sequence system_lt9211_tx_pll_seq[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:395:35: note: byref variable will be forcibly initialized 395 | const struct reg_sequence system_lt9211_tx_dig_seq[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c: In function 'nv50_disp_chan_rd32': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c:181:13: note: byref variable will be forcibly initialized 181 | u64 size, base = chan->func->user(chan, &size); | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c: In function 'nv50_disp_chan_wr32': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c:191:13: note: byref variable will be forcibly initialized 191 | u64 size, base = chan->func->user(chan, &size); | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c: In function 'nv50_disp_mthd_list': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c:51:30: note: byref variable will be forcibly initialized 51 | char mods[16]; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c: In function 'nv50_disp_chan_child_get': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c:278:42: note: byref variable will be forcibly initialized 278 | const struct nvkm_device_oclass *oclass = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c: In function 'nv50_disp_chan_mthd': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c:85:42: note: byref variable will be forcibly initialized 85 | char cname_[16], sname_[16]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c:85:30: note: byref variable will be forcibly initialized 85 | char cname_[16], sname_[16]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:631:27: note: byref variable will be forcibly initialized 631 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:629:28: note: byref variable will be forcibly initialized 629 | struct drm_bridge *panel_bridge; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c: In function 'nv50_disp_chan_uevent_send': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c:128:11: note: byref variable will be forcibly initialized 128 | } rep; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_host_attach': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:675:43: note: byref variable will be forcibly initialized 675 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_hotplug_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:404:15: note: byref variable will be forcibly initialized 404 | char *envp[] = { event_string, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_connector_hotplug_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:424:15: note: byref variable will be forcibly initialized 424 | char *envp[] = { hotplug_str, conn_id, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:423:43: note: byref variable will be forcibly initialized 423 | char hotplug_str[] = "HOTPLUG=1", conn_id[21]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:423:14: note: byref variable will be forcibly initialized 423 | char hotplug_str[] = "HOTPLUG=1", conn_id[21]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_connector_status_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:452:15: note: byref variable will be forcibly initialized 452 | char *envp[4] = { hotplug_str, conn_id, prop_id, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:451:56: note: byref variable will be forcibly initialized 451 | char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:451:43: note: byref variable will be forcibly initialized 451 | char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:451:14: note: byref variable will be forcibly initialized 451 | char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_lease_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:383:15: note: byref variable will be forcibly initialized 383 | char *envp[] = { event_string, NULL }; | ^~~~ /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c: In function 'pio_drain_ai_fifo_32': /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c:2748:32: note: byref variable will be forcibly initialized 2748 | unsigned short val; | ^~~ /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c: In function 'pio_drain_ai_fifo_16': /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c:2719:40: note: byref variable will be forcibly initialized 2719 | unsigned short val; | ^~~ /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c: In function 'setup_channel_queue': /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c:2515:28: note: byref variable will be forcibly initialized 2515 | u8 i2c_data = devpriv->i2c_cal_range_bits; | ^~~~~~~~ /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c: In function 'caldac_i2c_write': /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c:3548:12: note: byref variable will be forcibly initialized 3548 | u8 serial_bytes[3]; | ^~~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c: In function 'setup_subdevices': /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c:3811:20: note: byref variable will be forcibly initialized 3811 | u8 data; | ^~~~ /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c: In function 'ai_rinsn': /kisskb/src/drivers/comedi/drivers/cb_pcidas64.c:1835:28: note: byref variable will be forcibly initialized 1835 | u8 i2c_data = devpriv->i2c_cal_range_bits; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c: In function 'nv50_disp_dmac_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c:90:13: note: in expansion of macro 'nvkm_msec' 90 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c: In function 'nv50_disp_dmac_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c:118:13: note: in expansion of macro 'nvkm_msec' 118 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c: In function 'gf119_disp_dmac_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c:49:13: note: in expansion of macro 'nvkm_msec' 49 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c: In function 'gf119_disp_dmac_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c:77:13: note: in expansion of macro 'nvkm_msec' 77 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgp102.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgp102.c: In function 'gp102_disp_dmac_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgp102.c:45:13: note: in expansion of macro 'nvkm_msec' 45 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_write_page': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:670:29: note: byref variable will be forcibly initialized 670 | struct reg_sequence seq_write_addr[] = { | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:660:29: note: byref variable will be forcibly initialized 660 | struct reg_sequence seq_write_prepare[] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_read_page': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:690:29: note: byref variable will be forcibly initialized 690 | struct reg_sequence seq_read_page[] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_read': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:707:29: note: byref variable will be forcibly initialized 707 | struct reg_sequence seq_read_setup[] = { | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_update': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:780:22: note: byref variable will be forcibly initialized 780 | char buf[LT9611UXC_FW_PAGE_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:746:29: note: byref variable will be forcibly initialized 746 | struct reg_sequence seq_block_erase[] = { | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:737:29: note: byref variable will be forcibly initialized 737 | struct reg_sequence seq_setup[] = { | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:735:32: note: byref variable will be forcibly initialized 735 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:7: /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_wait_for_edid': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:464:16: note: in expansion of macro 'wait_event_interruptible_timeout' 464 | return wait_event_interruptible_timeout(lt9611uxc->wq, lt9611uxc->edid_read, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_bridge_detect': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:440:22: note: byref variable will be forcibly initialized 440 | unsigned int reg_val = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_read_device_rev': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:555:34: note: byref variable will be forcibly initialized 555 | unsigned int rev0, rev1, rev2; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:555:28: note: byref variable will be forcibly initialized 555 | unsigned int rev0, rev1, rev2; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c: In function 'stdp2690_get_edid': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:555:22: note: byref variable will be forcibly initialized 555 | unsigned int rev0, rev1, rev2; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c:75:24: note: byref variable will be forcibly initialized 75 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c:71:23: note: byref variable will be forcibly initialized 71 | unsigned char start = 0x00; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_read_version': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:575:22: note: byref variable will be forcibly initialized 575 | unsigned int rev; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_irq_thread_handler': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:141:22: note: byref variable will be forcibly initialized 141 | unsigned int hpd_status = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:140:22: note: byref variable will be forcibly initialized 140 | unsigned int irq_status = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:258:43: note: byref variable will be forcibly initialized 258 | const struct mipi_dsi_device_info info = { "lt9611uxc", 0, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_hdmi_i2s_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:609:28: note: byref variable will be forcibly initialized 609 | struct of_endpoint of_ep; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_crtc.c:34: /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_crtc_init_with_planes': /kisskb/src/drivers/gpu/drm/drm_crtc.c:357:17: note: byref variable will be forcibly initialized 357 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function '__drmm_crtc_alloc_with_planes': /kisskb/src/drivers/gpu/drm/drm_crtc.c:388:17: note: byref variable will be forcibly initialized 388 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_crtc_check_viewport': /kisskb/src/drivers/gpu/drm/drm_crtc.c:606:23: note: byref variable will be forcibly initialized 606 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:606:13: note: byref variable will be forcibly initialized 606 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_mode_setcrtc': /kisskb/src/drivers/gpu/drm/drm_crtc.c:645:40: note: byref variable will be forcibly initialized 645 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:643:29: note: byref variable will be forcibly initialized 643 | struct drm_mode_set set; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgv100.c:25: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgv100.c: In function 'gv100_disp_dmac_idle': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgv100.c:32:9: note: in expansion of macro 'nvkm_msec' 32 | nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c: In function 'nv50_disp_core_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c:175:13: note: in expansion of macro 'nvkm_msec' 175 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c: In function 'nv50_disp_core_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c:207:13: note: in expansion of macro 'nvkm_msec' 207 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/comedi/drivers/cb_pcidas.c: In function 'cb_pcidas_ao_cmdtest': /kisskb/src/drivers/comedi/drivers/cb_pcidas.c:941:30: note: byref variable will be forcibly initialized 941 | unsigned int arg = cmd->scan_begin_arg; | ^~~ /kisskb/src/drivers/comedi/drivers/cb_pcidas.c: In function 'cb_pcidas_ai_cmdtest': /kisskb/src/drivers/comedi/drivers/cb_pcidas.c:680:22: note: byref variable will be forcibly initialized 680 | unsigned int arg; | ^~~ /kisskb/src/drivers/comedi/drivers/cb_pcidas.c: In function 'cb_pcidas_ai_interrupt': /kisskb/src/drivers/comedi/drivers/cb_pcidas.c:1167:40: note: byref variable will be forcibly initialized 1167 | unsigned short val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c: In function 'gf119_disp_core_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c:178:13: note: in expansion of macro 'nvkm_msec' 178 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c: In function 'gf119_disp_core_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c:204:13: note: in expansion of macro 'nvkm_msec' 204 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c: In function 'etnaviv_iommu_insert_exact': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:228:19: note: byref variable will be forcibly initialized 228 | LIST_HEAD(scan_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c: In function 'etnaviv_iommu_find_iova': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:150:34: note: byref variable will be forcibly initialized 150 | struct list_head list; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:149:36: note: byref variable will be forcibly initialized 149 | struct drm_mm_scan scan; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregp102.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregp102.c: In function 'gp102_disp_core_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregp102.c:43:13: note: in expansion of macro 'nvkm_msec' 43 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregv100.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregv100.c: In function 'gv100_disp_core_idle': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregv100.c:141:9: note: in expansion of macro 'nvkm_msec' 141 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c: In function 'ps8622_set': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c:71:12: note: byref variable will be forcibly initialized 71 | u8 data[] = {reg, val}; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c:70:24: note: byref variable will be forcibly initialized 70 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_write': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:182:13: note: byref variable will be forcibly initialized 182 | int tmpval = val; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_update_bits': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:214:18: note: byref variable will be forcibly initialized 214 | u32 tmp, orig; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_get_hv_timing': /kisskb/src/drivers/gpu/drm/drm_modes.c:840:33: note: byref variable will be forcibly initialized 840 | struct drm_display_mode adjusted; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:460:32: note: byref variable will be forcibly initialized 460 | struct mipi_dsi_packet packet; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_dsi_host_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:381:27: note: byref variable will be forcibly initialized 381 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:380:28: note: byref variable will be forcibly initialized 380 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:713:26: note: byref variable will be forcibly initialized 713 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_panel_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:749:26: note: byref variable will be forcibly initialized 749 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/drm_modes.c:748:31: note: byref variable will be forcibly initialized 748 | struct display_timing timing; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:747:27: note: byref variable will be forcibly initialized 747 | u32 width_mm = 0, height_mm = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:747:13: note: byref variable will be forcibly initialized 747 | u32 width_mm = 0, height_mm = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_res_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:1551:15: note: byref variable will be forcibly initialized 1551 | char *end_ptr; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_int': /kisskb/src/drivers/gpu/drm/drm_modes.c:1609:15: note: byref variable will be forcibly initialized 1609 | char *endp; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_options': /kisskb/src/drivers/gpu/drm/drm_modes.c:1661:27: note: byref variable will be forcibly initialized 1661 | unsigned int deg, margin, rotation = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1661:22: note: byref variable will be forcibly initialized 1661 | unsigned int deg, margin, rotation = 0; | ^~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_command_line_for_connector': /kisskb/src/drivers/gpu/drm/drm_modes.c:1787:36: note: byref variable will be forcibly initialized 1787 | char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1787:15: note: byref variable will be forcibly initialized 1787 | char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'd2l_read': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:330:12: note: byref variable will be forcibly initialized 330 | u8 buf_addr[2]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'd2l_write': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:350:12: note: byref variable will be forcibly initialized 350 | u8 data[6]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'tc_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:380:13: note: byref variable will be forcibly initialized 380 | u32 val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'tc358775_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:533:13: note: byref variable will be forcibly initialized 533 | int len = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'tc_attach_host': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:617:43: note: byref variable will be forcibly initialized 617 | const struct mipi_dsi_device_info info = { .type = "tc358775", | ^~~~ /kisskb/src/drivers/comedi/drivers/me4000.c: In function 'me4000_ai_isr': /kisskb/src/drivers/comedi/drivers/me4000.c:926:24: note: byref variable will be forcibly initialized 926 | unsigned short lval; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/drm_trace.h:74, from /kisskb/src/drivers/gpu/drm/drm_trace_points.c:5: /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'perf_trace_drm_vblank_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'perf_trace_drm_vblank_event_queued': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'perf_trace_drm_vblank_event_delivered': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/drm_trace.h:74, from /kisskb/src/drivers/gpu/drm/drm_trace_points.c:5: /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event_queued': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event_delivered': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/drm_trace.h:74, from /kisskb/src/drivers/gpu/drm/drm_trace_points.c:5: /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function '__bpf_trace_drm_vblank_event': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:68:24: note: in expansion of macro '__CAST_TO_U64' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST4' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function '__bpf_trace_drm_vblank_event_queued': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function '__bpf_trace_drm_vblank_event_delivered': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:67:24: note: in expansion of macro '__CAST_TO_U64' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/drivers/gpu/drm/lima/lima_gem.c:4: /kisskb/src/drivers/gpu/drm/lima/lima_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/lima/lima_gem.c: In function 'lima_gem_add_deps': /kisskb/src/drivers/gpu/drm/lima/lima_gem.c:280:35: note: byref variable will be forcibly initialized 280 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/lima/lima_gem.c: In function 'lima_heap_alloc': /kisskb/src/drivers/gpu/drm/lima/lima_gem.c:29:25: note: byref variable will be forcibly initialized 29 | struct sg_table sgt; | ^~~ /kisskb/src/drivers/gpu/drm/lima/lima_gem.c: In function 'lima_gem_submit': /kisskb/src/drivers/gpu/drm/lima/lima_gem.c:303:31: note: byref variable will be forcibly initialized 303 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_monitor_supports_rb': /kisskb/src/drivers/gpu/drm/drm_edid.c:2574:22: note: byref variable will be forcibly initialized 2574 | bool ret = false; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_hbreak': /kisskb/src/drivers/gpu/drm/drm_edid.c:2601:39: note: byref variable will be forcibly initialized 2601 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2c': /kisskb/src/drivers/gpu/drm/drm_edid.c:2613:39: note: byref variable will be forcibly initialized 2613 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_k': /kisskb/src/drivers/gpu/drm/drm_edid.c:2637:39: note: byref variable will be forcibly initialized 2637 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2j': /kisskb/src/drivers/gpu/drm/drm_edid.c:2649:39: note: byref variable will be forcibly initialized 2649 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'get_monitor_name': /kisskb/src/drivers/gpu/drm/drm_edid.c:4659:21: note: byref variable will be forcibly initialized 4659 | const char *edid_name = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_m': /kisskb/src/drivers/gpu/drm/drm_edid.c:2625:39: note: byref variable will be forcibly initialized 2625 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_get_monitor_name': /kisskb/src/drivers/gpu/drm/drm_edid.c:4686:14: note: byref variable will be forcibly initialized 4686 | char buf[13]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'edid_block_dump': /kisskb/src/drivers/gpu/drm/drm_edid.c:1814:14: note: byref variable will be forcibly initialized 1814 | char prefix[20]; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/drm_edid.c:32: /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_do_probe_ddc_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:1971:32: note: byref variable will be forcibly initialized 1971 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:1959:23: note: byref variable will be forcibly initialized 1959 | unsigned char segment = block >> 1; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:1958:23: note: byref variable will be forcibly initialized 1958 | unsigned char start = block * EDID_LENGTH; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_probe_ddc': /kisskb/src/drivers/gpu/drm/drm_edid.c:2215:23: note: byref variable will be forcibly initialized 2215 | unsigned char out; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_hdmi_mandatory_stereo_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:4050:26: note: byref variable will be forcibly initialized 4050 | struct list_head stereo_modes; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode': /kisskb/src/drivers/gpu/drm/drm_edid.c:3671:41: note: byref variable will be forcibly initialized 3671 | struct drm_display_mode cea_mode; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode_clock_tolerance': /kisskb/src/drivers/gpu/drm/drm_edid.c:3630:41: note: byref variable will be forcibly initialized 3630 | struct drm_display_mode cea_mode; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_update_mso': /kisskb/src/drivers/gpu/drm/drm_edid.c:5475:31: note: byref variable will be forcibly initialized 5475 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_cvt_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3336:18: note: byref variable will be forcibly initialized 3336 | const u8 empty[3] = { 0, 0, 0 }; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_displayid_detailed_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:5679:31: note: byref variable will be forcibly initialized 5679 | struct displayid_iter iter; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c: In function 'nv50_disp_pioc_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c:39:13: note: in expansion of macro 'nvkm_msec' 39 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c: In function 'nv50_disp_pioc_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c:68:13: note: in expansion of macro 'nvkm_msec' 68 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c:58:13: note: in expansion of macro 'nvkm_msec' 58 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_find_cea_extension': /kisskb/src/drivers/gpu/drm/drm_edid.c:3512:13: note: byref variable will be forcibly initialized 3512 | int ext_index = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:3510:31: note: byref variable will be forcibly initialized 3510 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_sad': /kisskb/src/drivers/gpu/drm/drm_edid.c:4817:23: note: byref variable will be forcibly initialized 4817 | int i, start, end, dbl; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4817:16: note: byref variable will be forcibly initialized 4817 | int i, start, end, dbl; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_speaker_allocation': /kisskb/src/drivers/gpu/drm/drm_edid.c:4879:23: note: byref variable will be forcibly initialized 4879 | int i, start, end, dbl; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4879:16: note: byref variable will be forcibly initialized 4879 | int i, start, end, dbl; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_hdmi_monitor': /kisskb/src/drivers/gpu/drm/drm_edid.c:4975:27: note: byref variable will be forcibly initialized 4975 | int start_offset, end_offset; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4975:13: note: byref variable will be forcibly initialized 4975 | int start_offset, end_offset; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_monitor_audio': /kisskb/src/drivers/gpu/drm/drm_edid.c:5014:27: note: byref variable will be forcibly initialized 5014 | int start_offset, end_offset; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5014:13: note: byref variable will be forcibly initialized 5014 | int start_offset, end_offset; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_parse_cea_ext': /kisskb/src/drivers/gpu/drm/drm_edid.c:5339:23: note: byref variable will be forcibly initialized 5339 | int i, start, end; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5339:16: note: byref variable will be forcibly initialized 5339 | int i, start, end; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_eld': /kisskb/src/drivers/gpu/drm/drm_edid.c:4752:31: note: byref variable will be forcibly initialized 4752 | int i, start, end; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4752:24: note: byref variable will be forcibly initialized 4752 | int i, start, end; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:4485:31: note: byref variable will be forcibly initialized 4485 | int i, start, end; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4485:24: note: byref variable will be forcibly initialized 4485 | int i, start, end; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/drm_edid.c:32: /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_alternate_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3800:19: note: byref variable will be forcibly initialized 3800 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_update_tile_info': /kisskb/src/drivers/gpu/drm/drm_edid.c:6173:31: note: byref variable will be forcibly initialized 6173 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_gem_prime_export': /kisskb/src/drivers/gpu/drm/drm_prime.c:881:36: note: byref variable will be forcibly initialized 881 | struct dma_buf_export_info exp_info = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_page_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:1002:29: note: byref variable will be forcibly initialized 1002 | struct sg_page_iter page_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_dma_addr_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:1028:33: note: byref variable will be forcibly initialized 1028 | struct sg_dma_page_iter dma_iter; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c: In function 'gf119_disp_pioc_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c:39:13: note: in expansion of macro 'nvkm_msec' 39 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c: In function 'gf119_disp_pioc_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c:59:13: note: in expansion of macro 'nvkm_msec' 59 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c: In function 'tfp410_parse_timings': /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:228:13: note: byref variable will be forcibly initialized 228 | u32 deskew = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:227:13: note: byref variable will be forcibly initialized 227 | u32 bus_width = 24; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:226:13: note: byref variable will be forcibly initialized 226 | u32 pclk_sample = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c: In function 'tfp410_i2c_probe': /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:383:13: note: byref variable will be forcibly initialized 383 | int reg; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/cursgv100.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/cursgv100.c: In function 'gv100_disp_curs_idle': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/cursgv100.c:31:9: note: in expansion of macro 'nvkm_msec' 31 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_bridge.c: In function 'select_bus_fmt_recursive': /kisskb/src/drivers/gpu/drm/drm_bridge.c:827:22: note: byref variable will be forcibly initialized 827 | unsigned int num_in_bus_fmts, i; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_bridge.c: In function 'drm_atomic_bridge_chain_select_bus_fmts': /kisskb/src/drivers/gpu/drm/drm_bridge.c:948:25: note: byref variable will be forcibly initialized 948 | unsigned int i, num_out_bus_fmts; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_atomic.c:32: /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_add_affected_connectors': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1221:40: note: byref variable will be forcibly initialized 1221 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_atomic_helper_set_config': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1572:23: note: byref variable will be forcibly initialized 1572 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c:1572:13: note: byref variable will be forcibly initialized 1572 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_commit': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1428:28: note: byref variable will be forcibly initialized 1428 | struct drm_printer p = drm_info_printer(state->dev->dev); | ^ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_state_dump': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1702:40: note: byref variable will be forcibly initialized 1702 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_state_info': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1759:28: note: byref variable will be forcibly initialized 1759 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/comedi/drivers/ni_6527.c: In function 'ni6527_interrupt': /kisskb/src/drivers/comedi/drivers/ni_6527.c:197:32: note: byref variable will be forcibly initialized 197 | unsigned short val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/lima/lima_vm.c: In function 'lima_vm_bo_add': /kisskb/src/drivers/gpu/drm/lima/lima_vm.c:94:33: note: byref variable will be forcibly initialized 94 | struct sg_dma_page_iter sg_iter; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/lima/lima_vm.c: In function 'lima_vm_map_bo': /kisskb/src/drivers/gpu/drm/lima/lima_vm.c:286:33: note: byref variable will be forcibly initialized 286 | struct sg_dma_page_iter sg_iter; | ^~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:26: /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/dma/base.c: In function 'nvkm_dma_oclass_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/dma/base.c:37:29: note: byref variable will be forcibly initialized 37 | struct nvkm_dmaobj *dmaobj = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'atomic_remove_fb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:955:40: note: byref variable will be forcibly initialized 955 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_mode_rmfb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:465:43: note: byref variable will be forcibly initialized 465 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_fb_release': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:777:35: note: byref variable will be forcibly initialized 777 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_framebuffer_info': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:1208:28: note: byref variable will be forcibly initialized 1208 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_is_hpd_detect': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:616:13: note: byref variable will be forcibly initialized 616 | int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_wait_ddc_ready': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:452:18: note: byref variable will be forcibly initialized 452 | int ret, val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_abort_ddc_ops': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:482:31: note: byref variable will be forcibly initialized 482 | unsigned int swreset, cpdesire; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:482:22: note: byref variable will be forcibly initialized 482 | unsigned int swreset, cpdesire; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_irq_threaded_handler': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:936:22: note: byref variable will be forcibly initialized 936 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_get_edid_block': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:518:22: note: byref variable will be forcibly initialized 518 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it661221_set_ncts': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:1134:30: note: byref variable will be forcibly initialized 1134 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:10: /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:788:12: note: byref variable will be forcibly initialized 788 | u8 buf[HDMI_INFOFRAME_SIZE(AVI)]; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_blend.c:28: /kisskb/src/drivers/gpu/drm/drm_blend.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/kref.h:17, from /kisskb/src/include/linux/mm_types.h:8, 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/drm/drm_auth.h:31, from /kisskb/src/drivers/gpu/drm/drm_connector.c:23: /kisskb/src/drivers/gpu/drm/drm_connector.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_set_tile_property': /kisskb/src/drivers/gpu/drm/drm_connector.c:2051:14: note: byref variable will be forcibly initialized 2051 | char tile[256]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_get_tile_group': /kisskb/src/drivers/gpu/drm/drm_connector.c:2873:13: note: byref variable will be forcibly initialized 2873 | int id; | ^~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_unregister_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:610:40: note: byref variable will be forcibly initialized 610 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_register_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:621:40: note: byref variable will be forcibly initialized 621 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_get_cmdline_mode': /kisskb/src/drivers/gpu/drm/drm_connector.c:154:15: note: byref variable will be forcibly initialized 154 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_property_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_connector.c:2562:42: note: byref variable will be forcibly initialized 2562 | struct drm_mode_obj_set_property obj_set_prop = { | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_getconnector': /kisskb/src/drivers/gpu/drm/drm_connector.c:2628:34: note: byref variable will be forcibly initialized 2628 | struct drm_mode_modeinfo u_mode; | ^~~~~~ /kisskb/src/drivers/gpu/drm/lima/lima_sched.c: In function 'lima_sched_build_error_task_list': /kisskb/src/drivers/gpu/drm/lima/lima_sched.c:287:26: note: byref variable will be forcibly initialized 287 | struct iosys_map map; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c: In function 'nvkm_dmaobj_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c:76:13: note: byref variable will be forcibly initialized 76 | u32 size = *psize; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c:75:15: note: byref variable will be forcibly initialized 75 | void *data = *pdata; | ^~~~ /kisskb/src/drivers/gpu/drm/lima/lima_sched.c: In function 'lima_sched_context_init': /kisskb/src/drivers/gpu/drm/lima/lima_sched.c:159:35: note: byref variable will be forcibly initialized 159 | struct drm_gpu_scheduler *sched = &pipe->base; | ^~~~~ /kisskb/src/drivers/comedi/drivers/rtd520.c: In function 'rtd_ai_cmdtest': /kisskb/src/drivers/comedi/drivers/rtd520.c:691:22: note: byref variable will be forcibly initialized 691 | unsigned int arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_init': /kisskb/src/drivers/gpu/drm/drm_encoder.c:163:17: note: byref variable will be forcibly initialized 163 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function '__drmm_encoder_alloc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:221:17: note: byref variable will be forcibly initialized 221 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_get_crtc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:252:40: note: byref variable will be forcibly initialized 252 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/comedi/drivers/rtd520.c: In function 'ai_read_n': /kisskb/src/drivers/comedi/drivers/rtd520.c:584:32: note: byref variable will be forcibly initialized 584 | unsigned short d; | ^ /kisskb/src/drivers/comedi/drivers/rtd520.c: In function 'rtd_pci_latency_quirk': /kisskb/src/drivers/comedi/drivers/rtd520.c:1195:23: note: byref variable will be forcibly initialized 1195 | unsigned char pci_latency; | ^~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/rtd520.c: In function 'rtd520_probe_fifo_depth': /kisskb/src/drivers/comedi/drivers/rtd520.c:483:22: note: byref variable will be forcibly initialized 483 | unsigned int chanspec = CR_PACK(0, 0, AREF_GROUND); | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c:31: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c: In function 'nv04_fifo_pause': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c:70:9: note: in expansion of macro 'nvkm_msec' 70 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c: In function 'nv04_fifo_dma_pusher': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c:229:23: note: byref variable will be forcibly initialized 229 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c:228:32: note: byref variable will be forcibly initialized 228 | struct nvkm_fifo_chan *chan; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c: In function 'nv04_fifo_cache_error': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c:174:23: note: byref variable will be forcibly initialized 174 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c:173:32: note: byref variable will be forcibly initialized 173 | struct nvkm_fifo_chan *chan; | ^~~~ /kisskb/src/drivers/gpu/drm/lima/lima_ctx.c: In function 'lima_ctx_mgr_fini': /kisskb/src/drivers/gpu/drm/lima/lima_ctx.c:93:23: note: byref variable will be forcibly initialized 93 | unsigned long id; | ^~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/drivers/gpu/drm/drm_mode_object.c:24: /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_atomic': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:518:40: note: byref variable will be forcibly initialized 518 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_legacy': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:486:40: note: byref variable will be forcibly initialized 486 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c:485:33: note: byref variable will be forcibly initialized 485 | struct drm_mode_object *ref; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'drm_mode_object_get_properties': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:394:26: note: byref variable will be forcibly initialized 394 | uint64_t val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'drm_mode_obj_get_properties_ioctl': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:438:40: note: byref variable will be forcibly initialized 438 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/drivers/gpu/drm/drm_property.c:26: /kisskb/src/drivers/gpu/drm/drm_property.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_print.c:37: /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_vprintf': /kisskb/src/include/drm/drm_print.h:108:26: note: byref variable will be forcibly initialized 108 | struct va_format vaf = { .fmt = fmt, .va = va }; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_printf': /kisskb/src/include/drm/drm_print.h:108:26: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/drm_print.c:199:17: note: byref variable will be forcibly initialized 199 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:286:17: note: byref variable will be forcibly initialized 286 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c:285:26: note: byref variable will be forcibly initialized 285 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_err': /kisskb/src/drivers/gpu/drm/drm_print.c:305:17: note: byref variable will be forcibly initialized 305 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c:304:26: note: byref variable will be forcibly initialized 304 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_printk': /kisskb/src/drivers/gpu/drm/drm_print.c:242:17: note: byref variable will be forcibly initialized 242 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c:241:26: note: byref variable will be forcibly initialized 241 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:263:17: note: byref variable will be forcibly initialized 263 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c:262:26: note: byref variable will be forcibly initialized 262 | struct va_format vaf; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_plane.c:23: /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_universal_plane_init': /kisskb/src/drivers/gpu/drm/drm_plane.c:388:17: note: byref variable will be forcibly initialized 388 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c: In function 'gf100_fifo_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:266:14: note: byref variable will be forcibly initialized 266 | char gpcid[8] = ""; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:265:23: note: byref variable will be forcibly initialized 265 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:264:32: note: byref variable will be forcibly initialized 264 | struct nvkm_fifo_chan *chan; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function '__drmm_universal_plane_alloc': /kisskb/src/drivers/gpu/drm/drm_plane.c:422:17: note: byref variable will be forcibly initialized 422 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c: In function 'gf100_fifo_intr_pbdma': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:418:14: note: byref variable will be forcibly initialized 418 | char msg[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:416:23: note: byref variable will be forcibly initialized 416 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:415:32: note: byref variable will be forcibly initialized 415 | struct nvkm_fifo_chan *chan; | ^~~~ 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/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/engine.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c: In function 'gf100_fifo_runlist_commit': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:85:13: note: in expansion of macro 'wait_event_timeout' 85 | if (wait_event_timeout(fifo->runlist.wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c: In function 'gf100_fifo_intr_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:380:32: note: byref variable will be forcibly initialized 380 | struct nvkm_fault_data info; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'setplane_internal': /kisskb/src/drivers/gpu/drm/drm_plane.c:936:40: note: byref variable will be forcibly initialized 936 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_common': /kisskb/src/drivers/gpu/drm/drm_plane.c:1100:40: note: byref variable will be forcibly initialized 1100 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1179:33: note: byref variable will be forcibly initialized 1179 | struct drm_mode_cursor2 new_req; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_page_flip_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1209:40: note: byref variable will be forcibly initialized 1209 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:25: /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'drm_plane_create_color_properties': /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:535:35: note: byref variable will be forcibly initialized 535 | struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'drm_mode_gamma_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:366:40: note: byref variable will be forcibly initialized 366 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:32: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_runlist_commit': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:159:13: note: in expansion of macro 'nvkm_msec' 159 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_info': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:895:39: note: byref variable will be forcibly initialized 895 | unsigned long engm = fifo->runlist[*data].engm; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/engine.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_oneinit': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:959:22: note: byref variable will be forcibly initialized 959 | char _en[16], *en; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_recover_chan': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:401:49: note: byref variable will be forcibly initialized 401 | struct gk104_fifo_engine_status status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:378:29: note: byref variable will be forcibly initialized 378 | unsigned long engn, engm = fifo->runlist[runl].engm; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:32: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_recover_engn': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:462:17: note: in expansion of macro 'nvkm_msec' 462 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:417:41: note: byref variable will be forcibly initialized 417 | struct gk104_fifo_engine_status status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:490:14: note: byref variable will be forcibly initialized 490 | char ct[8] = "HUB/"; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_intr_sched_ctxsw': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:604:49: note: byref variable will be forcibly initialized 604 | struct gk104_fifo_engine_status status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:593:30: note: byref variable will be forcibly initialized 593 | unsigned long flags, engm = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_intr_pbdma_0': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:709:14: note: byref variable will be forcibly initialized 709 | char msg[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:708:23: note: byref variable will be forcibly initialized 708 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:707:32: note: byref variable will be forcibly initialized 707 | struct nvkm_fifo_chan *chan; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c: In function 'gk104_fifo_intr_pbdma_1': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:751:14: note: byref variable will be forcibly initialized 751 | char msg[128]; | ^~~ /kisskb/src/drivers/comedi/drivers/quatech_daqp_cs.c: In function 'daqp_interrupt': /kisskb/src/drivers/comedi/drivers/quatech_daqp_cs.c:226:32: note: byref variable will be forcibly initialized 226 | unsigned short data; | ^~~~ /kisskb/src/drivers/gpu/drm/lima/lima_devfreq.c: In function 'lima_devfreq_init': /kisskb/src/drivers/gpu/drm/lima/lima_devfreq.c:125:63: note: byref variable will be forcibly initialized 125 | ret = devm_pm_opp_set_regulators(dev, (const char *[]){ "mali" }, 1); | ^ /kisskb/src/drivers/gpu/drm/lima/lima_devfreq.c:112:23: note: byref variable will be forcibly initialized 112 | unsigned long cur_freq; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/gpu/drm/lima/lima_trace.h:50, from /kisskb/src/drivers/gpu/drm/lima/lima_trace.c:7: /kisskb/src/drivers/gpu/drm/lima/lima_trace.c: In function 'perf_trace_lima_task': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/lima/lima_trace.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(lima_task, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/lima/lima_trace.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(lima_task, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:59:63: note: byref variable will be forcibly initialized 59 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/lima/lima_trace.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(lima_task, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/lima/lima_trace.h:50, from /kisskb/src/drivers/gpu/drm/lima/lima_trace.c:7: /kisskb/src/drivers/gpu/drm/lima/lima_trace.c: In function 'trace_event_raw_event_lima_task': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/lima/lima_trace.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(lima_task, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/lima/lima_trace.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(lima_task, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/gpu/drm/lima/lima_trace.h:50, from /kisskb/src/drivers/gpu/drm/lima/lima_trace.c:7: /kisskb/src/drivers/gpu/drm/lima/lima_trace.c: In function '__bpf_trace_lima_task': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/lima/lima_trace.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(lima_task, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST1' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/lima/lima_trace.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(lima_task, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c: In function 'gm107_fifo_intr_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c:79:32: note: byref variable will be forcibly initialized 79 | struct nvkm_fault_data info; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_reset': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:187:40: note: byref variable will be forcibly initialized 187 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drmm_mode_config_init': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:434:33: note: byref variable will be forcibly initialized 434 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:433:39: note: byref variable will be forcibly initialized 433 | struct ww_acquire_ctx resv_ctx; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:432:48: note: byref variable will be forcibly initialized 432 | struct drm_modeset_acquire_ctx modeset_ctx; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_cleanup': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:540:36: note: byref variable will be forcibly initialized 540 | struct drm_printer p = drm_debug_printer("[leaked fb]"); | ^ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:480:40: note: byref variable will be forcibly initialized 480 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_getresources': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:103:40: note: byref variable will be forcibly initialized 103 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:7, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/fs.h:10, from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:188: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function '__refcount_add_not_zero': /kisskb/src/include/linux/refcount.h:152:13: note: byref variable will be forcibly initialized 152 | int old = refcount_read(r); | ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_fence_add_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:243:27: note: byref variable will be forcibly initialized 243 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'syncobj_wait_syncobj_func': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:993:27: note: byref variable will be forcibly initialized 993 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:188: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_add_point': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:302:9: note: in expansion of macro 'rcu_assign_pointer' 302 | rcu_assign_pointer(syncobj->fence, &chain->base); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_replace_fence': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:334:9: note: in expansion of macro 'rcu_assign_pointer' 334 | rcu_assign_pointer(syncobj->fence, fence); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_find_fence': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:387:35: note: byref variable will be forcibly initialized 387 | struct syncobj_wait_entry wait; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_binary': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:943:27: note: byref variable will be forcibly initialized 943 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:188: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_create_as_handle': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:561:29: note: byref variable will be forcibly initialized 561 | struct drm_syncobj *syncobj; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_export_sync_file': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:708:27: note: byref variable will be forcibly initialized 708 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_timeline': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:906:27: note: byref variable will be forcibly initialized 906 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait_timeout': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1052:35: note: byref variable will be forcibly initialized 1052 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_get_last_vbltimestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:875:13: note: byref variable will be forcibly initialized 875 | int max_error = (int) drm_timestamp_precision * 1000; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1198:18: note: byref variable will be forcibly initialized 1198 | uint32_t first = ~0; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_vblank_restore': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1475:17: note: byref variable will be forcibly initialized 1475 | ktime_t t_vblank; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_wait_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1286:30: note: byref variable will be forcibly initialized 1286 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_timeline_wait_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1319:30: note: byref variable will be forcibly initialized 1319 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_reset_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_update_vblank_count': /kisskb/src/drivers/gpu/drm/drm_vblank.c:284:17: note: byref variable will be forcibly initialized 284 | ktime_t t_vblank; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1354:30: note: byref variable will be forcibly initialized 1354 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_signal_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1387:30: note: byref variable will be forcibly initialized 1387 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_timeline_signal_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1423:30: note: byref variable will be forcibly initialized 1423 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_reset_vblank_timestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:235:17: note: byref variable will be forcibly initialized 235 | ktime_t t_vblank; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_vblank.c:34: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drmm_kmalloc_array': /kisskb/src/include/drm/drm_managed.h:79:16: note: byref variable will be forcibly initialized 79 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_query_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1519:26: note: byref variable will be forcibly initialized 1519 | uint64_t point; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1495:30: note: byref variable will be forcibly initialized 1495 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_vblank_helper_get_vblank_timestamp_internal': /kisskb/src/drivers/gpu/drm/drm_vblank.c:703:19: note: byref variable will be forcibly initialized 703 | int vpos, hpos, i; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:703:13: note: byref variable will be forcibly initialized 703 | int vpos, hpos, i; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:700:24: note: byref variable will be forcibly initialized 700 | ktime_t stime, etime; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:700:17: note: byref variable will be forcibly initialized 700 | ktime_t stime, etime; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_reply': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1726:17: note: byref variable will be forcibly initialized 1726 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_send_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1088:17: note: byref variable will be forcibly initialized 1088 | ktime_t now; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:28: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_one_vblank': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1265:15: note: in expansion of macro 'wait_event_timeout' 1265 | ret = wait_event_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_vblank_off': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1306:17: note: byref variable will be forcibly initialized 1306 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_queue_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1625:17: note: byref variable will be forcibly initialized 1625 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_handle_vblank_events': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1896:17: note: byref variable will be forcibly initialized 1896 | ktime_t now; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:28: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_ioctl': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1856:24: note: in expansion of macro 'wait_event_interruptible_timeout' 1856 | wait = wait_event_interruptible_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_get_sequence_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c:2028:17: note: byref variable will be forcibly initialized 2028 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_queue_sequence_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c:2084:17: note: byref variable will be forcibly initialized 2084 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c: In function 'gp100_fifo_intr_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c:63:32: note: byref variable will be forcibly initialized 63 | struct nvkm_fault_data info; | ^~~~ 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/include/linux/fb.h:6, from /kisskb/src/include/drm/drm_crtc_helper.h:40, from /kisskb/src/drivers/gpu/drm/drm_lease.c:9: /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function '_drm_lease_revoke': /kisskb/src/drivers/gpu/drm/drm_lease.c:300:13: note: byref variable will be forcibly initialized 300 | int object; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/include/drm/drm_crtc_helper.h:40, from /kisskb/src/drivers/gpu/drm/drm_lease.c:9: /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_lease_create': /kisskb/src/drivers/gpu/drm/drm_lease.c:212:13: note: byref variable will be forcibly initialized 212 | int object; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:211:28: note: byref variable will be forcibly initialized 211 | struct drm_master *lessee; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function '_drm_lease_held': /kisskb/src/drivers/gpu/drm/drm_lease.c:112:28: note: byref variable will be forcibly initialized 112 | struct drm_master *master; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_lease_held': /kisskb/src/drivers/gpu/drm/drm_lease.c:128:28: note: byref variable will be forcibly initialized 128 | struct drm_master *master; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_lease_filter_crtcs': /kisskb/src/drivers/gpu/drm/drm_lease.c:156:28: note: byref variable will be forcibly initialized 156 | struct drm_master *master; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_create_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:481:28: note: byref variable will be forcibly initialized 481 | struct drm_master *lessee = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:480:28: note: byref variable will be forcibly initialized 480 | struct drm_master *lessor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:479:20: note: byref variable will be forcibly initialized 479 | struct idr leases; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_list_lessees_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:592:28: note: byref variable will be forcibly initialized 592 | struct drm_master *lessor, *lessee; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_get_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:643:13: note: byref variable will be forcibly initialized 643 | int object; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:639:28: note: byref variable will be forcibly initialized 639 | struct drm_master *lessee; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_revoke_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:695:28: note: byref variable will be forcibly initialized 695 | struct drm_master *lessor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c: In function 'tu102_fifo_recover_chan': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c:230:49: note: byref variable will be forcibly initialized 230 | struct gk104_fifo_engine_status status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c:207:29: note: byref variable will be forcibly initialized 207 | unsigned long engn, engm = fifo->runlist[runl].engm; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c: In function 'tu102_fifo_recover_engn': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c:246:41: note: byref variable will be forcibly initialized 246 | struct gk104_fifo_engine_status status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c: In function 'tu102_fifo_intr_ctxsw_timeout': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c:357:30: note: byref variable will be forcibly initialized 357 | unsigned long flags, engm; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c: In function 'ga102_chan_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c:94:9: note: in expansion of macro 'nvkm_msec' 94 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c: In function 'tu102_fifo_fault': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c:282:14: note: byref variable will be forcibly initialized 282 | char ct[8] = "HUB/"; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c: In function 'nvkm_fifo_chan_child_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c:158:36: note: byref variable will be forcibly initialized 158 | struct nvkm_oclass cclass = { | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c:185:61: note: byref variable will be forcibly initialized 185 | ret = oclass->base.ctor(&(const struct nvkm_oclass) { | ^ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/channv50.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/channv50.c: In function 'nv50_fifo_chan_engine_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/channv50.c:85:13: note: in expansion of macro 'nvkm_msec' 85 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c: In function 'g84_fifo_chan_engine_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c:88:16: note: in expansion of macro 'nvkm_msec' 88 | done = nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_framebuffer_flush': /kisskb/src/drivers/gpu/drm/drm_client.c:464:38: note: byref variable will be forcibly initialized 464 | struct drm_clip_rect clip = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_debugfs_internal_clients': /kisskb/src/drivers/gpu/drm/drm_client.c:485:28: note: byref variable will be forcibly initialized 485 | struct drm_printer p = drm_seq_file_printer(m); | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:11: /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_firmware_config': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:577:40: note: byref variable will be forcibly initialized 577 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_probe': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:769:40: note: byref variable will be forcibly initialized 769 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_commit_atomic': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:1015:30: note: byref variable will be forcibly initialized 1015 | unsigned int rotation; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:979:40: note: byref variable will be forcibly initialized 979 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_dpms_legacy': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:1186:40: note: byref variable will be forcibly initialized 1186 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_managed.c: In function 'alloc_dr': /kisskb/src/drivers/gpu/drm/drm_managed.c:89:16: note: byref variable will be forcibly initialized 89 | size_t tot_size; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_set_mode_for_crtc': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:69:34: note: byref variable will be forcibly initialized 69 | struct drm_mode_modeinfo umode; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_connector_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:673:14: note: byref variable will be forcibly initialized 673 | bool replaced = false; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_crtc_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:403:14: note: byref variable will be forcibly initialized 403 | bool replaced = false; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_plane_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:503:14: note: byref variable will be forcibly initialized 503 | bool replaced = false; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:972:33: note: byref variable will be forcibly initialized 972 | struct drm_mode_object *ref; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_mode_atomic_ioctl': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1378:34: note: byref variable will be forcibly initialized 1378 | uint64_t prop_value; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1293:28: note: byref variable will be forcibly initialized 1293 | unsigned int i, j, num_fences; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1291:37: note: byref variable will be forcibly initialized 1291 | struct drm_out_fence_state *fence_state; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1290:40: note: byref variable will be forcibly initialized 1290 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv40.c: In function 'nv40_fifo_dma_engine_fini': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv40.c:76:18: note: byref variable will be forcibly initialized 76 | u32 reg, ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv40.c:76:13: note: byref variable will be forcibly initialized 76 | u32 reg, ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv40.c: In function 'nv40_fifo_dma_engine_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv40.c:106:24: note: byref variable will be forcibly initialized 106 | u32 inst, reg, ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv40.c:106:19: note: byref variable will be forcibly initialized 106 | u32 inst, reg, ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv40.c: In function 'nv40_fifo_dma_engine_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv40.c:142:18: note: byref variable will be forcibly initialized 142 | u32 reg, ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv40.c:142:13: note: byref variable will be forcibly initialized 142 | u32 reg, ctx; | ^~~ /kisskb/src/drivers/comedi/drivers/ni_labpc_common.c: In function 'labpc_adc_timing': /kisskb/src/drivers/comedi/drivers/ni_labpc_common.c:338:22: note: byref variable will be forcibly initialized 338 | unsigned int scan_period = labpc_ai_scan_period(cmd, mode); | ^~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/ni_labpc_common.c:337:22: note: byref variable will be forcibly initialized 337 | unsigned int convert_period = labpc_ai_convert_period(cmd, mode); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/amplc_dio200_common.c: In function 'dio200_read_scan_intr': /kisskb/src/drivers/comedi/drivers/amplc_dio200_common.c:243:24: note: byref variable will be forcibly initialized 243 | unsigned short val; | ^~~ /kisskb/src/drivers/comedi/drivers/ni_labpc_common.c: In function 'labpc_drain_fifo': /kisskb/src/drivers/comedi/drivers/ni_labpc_common.c:771:24: note: byref variable will be forcibly initialized 771 | unsigned short 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/seq_file.h:12, from /kisskb/src/include/drm/drm_print.h:31, from /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:5: /kisskb/src/drivers/gpu/drm/drm_vblank_work.c: In function 'drm_vblank_work_flush': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:973:15: note: in expansion of macro '___wait_event' 973 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1033:9: note: in expansion of macro '__wait_event_lock_irq' 1033 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:224:9: note: in expansion of macro 'wait_event_lock_irq' 224 | wait_event_lock_irq(vblank->work_wait_queue, list_empty(&work->node), | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/comedi/drivers/amplc_pc236_common.c: In function 'pc236_interrupt': /kisskb/src/drivers/comedi/drivers/amplc_pc236_common.c:128:32: note: byref variable will be forcibly initialized 128 | unsigned short val = 0; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c: In function 'gf100_fifo_gpfifo_engine_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c:90:13: note: in expansion of macro 'nvkm_msec' 90 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_bufs.c: In function 'drm_legacy_addmap': /kisskb/src/drivers/gpu/drm/drm_bufs.c:383:30: note: byref variable will be forcibly initialized 383 | struct drm_map_list *list; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/drivers/gpu/drm/drm_bufs.c:33: /kisskb/src/drivers/gpu/drm/drm_bufs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_bufs.c: In function 'map_one_buf': /kisskb/src/drivers/gpu/drm/drm_bufs.c:1581:23: note: byref variable will be forcibly initialized 1581 | unsigned long address = virtual + buf->offset; /* *** */ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_bufs.c: In function 'drm_legacy_addmap_ioctl': /kisskb/src/drivers/gpu/drm/drm_bufs.c:420:30: note: byref variable will be forcibly initialized 420 | struct drm_map_list *maplist; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_bufs.c: In function 'drm_legacy_freebufs': /kisskb/src/drivers/gpu/drm/drm_bufs.c:1460:13: note: byref variable will be forcibly initialized 1460 | int idx; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c:31: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c: In function 'gk104_fifo_gpfifo_kick_locked': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c:51:13: note: in expansion of macro 'nvkm_msec' 51 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_context.c: In function 'drm_legacy_resctx': /kisskb/src/drivers/gpu/drm/drm_context.c:335:24: note: byref variable will be forcibly initialized 335 | struct drm_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/drivers/gpu/drm/drm_hashtab.c:36: /kisskb/src/drivers/gpu/drm/drm_hashtab.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/drivers/gpu/drm/drm_hashtab.c:36: /kisskb/src/drivers/gpu/drm/drm_hashtab.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/drivers/gpu/drm/drm_hashtab.c:36: /kisskb/src/drivers/gpu/drm/drm_hashtab.c: In function 'hlist_add_behind_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:683:9: note: in expansion of macro 'rcu_assign_pointer' 683 | rcu_assign_pointer(hlist_next_rcu(prev), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_hashtab.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/lib/drm_random.c:5: /kisskb/src/drivers/gpu/drm/lib/drm_random.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:700, from /kisskb/src/drivers/gpu/drm/drm_scatter.c:34: /kisskb/src/drivers/gpu/drm/drm_scatter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c:32: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c: In function 'nv04_gr_idle': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c:1220:13: note: in expansion of macro 'nvkm_msec' 1220 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c: In function 'nv04_gr_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c:1288:34: note: byref variable will be forcibly initialized 1288 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c:1288:24: note: byref variable will be forcibly initialized 1288 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c:1288:14: note: byref variable will be forcibly initialized 1288 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c: In function 'nv10_gr_tile': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1054:23: note: byref variable will be forcibly initialized 1054 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c: In function 'nv10_gr_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1096:34: note: byref variable will be forcibly initialized 1096 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1096:24: note: byref variable will be forcibly initialized 1096 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1096:14: note: byref variable will be forcibly initialized 1096 | char msg[128], src[128], sta[128]; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_vm.c:49: /kisskb/src/drivers/gpu/drm/drm_vm.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vm.c: In function 'drm_mmap_locked': /kisskb/src/drivers/gpu/drm/drm_vm.c:529:31: note: byref variable will be forcibly initialized 529 | struct drm_hash_item *hash; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'map_one_buf32': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:438:25: note: byref variable will be forcibly initialized 438 | drm_buf_pub32_t v; | ^ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_wait_vblank': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:846:31: note: byref variable will be forcibly initialized 846 | union drm_wait_vblank req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:845:29: note: byref variable will be forcibly initialized 845 | drm_wait_vblank32_t req32; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_resctx': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:558:28: note: byref variable will be forcibly initialized 558 | struct drm_ctx_res res; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:557:25: note: byref variable will be forcibly initialized 557 | drm_ctx_res32_t res32; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getsareactx': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:529:30: note: byref variable will be forcibly initialized 529 | drm_ctx_priv_map32_t req32; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:528:33: note: byref variable will be forcibly initialized 528 | struct drm_ctx_priv_map req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_setsareactx': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:513:33: note: byref variable will be forcibly initialized 513 | struct drm_ctx_priv_map request; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:512:30: note: byref variable will be forcibly initialized 512 | drm_ctx_priv_map32_t req32; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_freebufs': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:493:29: note: byref variable will be forcibly initialized 493 | struct drm_buf_free request; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:492:26: note: byref variable will be forcibly initialized 492 | drm_buf_free32_t req32; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_markbufs': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:357:29: note: byref variable will be forcibly initialized 357 | struct drm_buf_desc buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:355:26: note: byref variable will be forcibly initialized 355 | drm_buf_desc32_t b32; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_addbufs': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:326:29: note: byref variable will be forcibly initialized 326 | struct drm_buf_desc desc; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:325:26: note: byref variable will be forcibly initialized 325 | drm_buf_desc32_t desc32; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getclient': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:266:27: note: byref variable will be forcibly initialized 266 | struct drm_client client; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:264:24: note: byref variable will be forcibly initialized 264 | drm_client32_t c32; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getmap': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:181:24: note: byref variable will be forcibly initialized 181 | struct drm_map map; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:180:21: note: byref variable will be forcibly initialized 180 | drm_map32_t m32; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getunique': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:136:27: note: byref variable will be forcibly initialized 136 | struct drm_unique uq; | ^~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:135:24: note: byref variable will be forcibly initialized 135 | drm_unique32_t uq32; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_version': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:95:28: note: byref variable will be forcibly initialized 95 | struct drm_version v; | ^ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:94:25: note: byref variable will be forcibly initialized 94 | drm_version32_t v32; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_sg_free': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:796:35: note: byref variable will be forcibly initialized 796 | struct drm_scatter_gather request; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_sg_alloc': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:774:35: note: byref variable will be forcibly initialized 774 | struct drm_scatter_gather request; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_dma': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:595:24: note: byref variable will be forcibly initialized 595 | struct drm_dma d; | ^ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:593:21: note: byref variable will be forcibly initialized 593 | drm_dma32_t d32; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_rmmap': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:242:24: note: byref variable will be forcibly initialized 242 | struct drm_map map; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_mapbufs': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:465:25: note: byref variable will be forcibly initialized 465 | drm_buf_map32_t req32; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_infobufs': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:400:26: note: byref variable will be forcibly initialized 400 | drm_buf_info32_t req32; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'drm_legacy_mapbufs32': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:453:22: note: byref variable will be forcibly initialized 453 | void __user *v; | ^ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_addmap': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:209:24: note: byref variable will be forcibly initialized 209 | struct drm_map map; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:208:21: note: byref variable will be forcibly initialized 208 | drm_map32_t m32; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:10: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c: In function 'nv20_gr_chan_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:44:17: note: in expansion of macro 'nvkm_msec' 44 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c: In function 'nv20_gr_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:251:17: note: in expansion of macro 'nvkm_msec' 251 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:243:17: note: in expansion of macro 'nvkm_msec' 243 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c: In function 'nv20_gr_tile': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:154:23: note: byref variable will be forcibly initialized 154 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c: In function 'nv20_gr_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:197:23: note: byref variable will be forcibly initialized 197 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:196:34: note: byref variable will be forcibly initialized 196 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:196:24: note: byref variable will be forcibly initialized 196 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:196:14: note: byref variable will be forcibly initialized 196 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:185:32: note: byref variable will be forcibly initialized 185 | struct nvkm_fifo_chan *chan; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_panel.c: In function 'of_drm_get_panel_orientation': /kisskb/src/drivers/gpu/drm/drm_panel.c:280:13: note: byref variable will be forcibly initialized 280 | int rotation, ret; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/include/drm/drm_bridge.h:30, from /kisskb/src/drivers/gpu/drm/drm_of.c:7: /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:915:32: note: byref variable will be forcibly initialized 915 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'drm_of_component_probe': /kisskb/src/drivers/gpu/drm/drm_of.c:115:33: note: byref variable will be forcibly initialized 115 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'drm_of_lvds_get_data_mapping': /kisskb/src/drivers/gpu/drm/drm_of.c:416:21: note: byref variable will be forcibly initialized 416 | const char *mapping; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs.c: In function 'connector_write': /kisskb/src/drivers/gpu/drm/drm_debugfs.c:305:14: note: byref variable will be forcibly initialized 305 | char buf[12]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_debugfs.c: In function 'drm_debugfs_init': /kisskb/src/drivers/gpu/drm/drm_debugfs.c:210:14: note: byref variable will be forcibly initialized 210 | char name[64]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:31: /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crtc_crc_open': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:200:16: note: byref variable will be forcibly initialized 200 | size_t values_cnt; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:31: /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crtc_crc_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1038:9: note: in expansion of macro '___wait_event' 1038 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1104:25: note: in expansion of macro '__wait_event_interruptible_lock_irq' 1104 | __ret = __wait_event_interruptible_lock_irq(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:307:23: note: in expansion of macro 'wait_event_interruptible_lock_irq' 307 | ret = wait_event_interruptible_lock_irq(crc->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:290:14: note: byref variable will be forcibly initialized 290 | char buf[MAX_LINE_LEN]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crc_control_show': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:91:24: note: byref variable will be forcibly initialized 91 | size_t values_cnt; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:88:24: note: byref variable will be forcibly initialized 88 | size_t count; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crc_control_write': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:127:16: note: byref variable will be forcibly initialized 127 | size_t values_cnt; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_free': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:212:26: note: byref variable will be forcibly initialized 212 | struct iosys_map map = IOSYS_MAP_INIT_VADDR(cma_obj->vaddr); | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_prime_import_sg_table_vmap': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:562:26: note: byref variable will be forcibly initialized 562 | struct iosys_map map; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c:30: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c: In function 'nv40_gr_chan_fini': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c:109:29: note: in expansion of macro 'nvkm_msec' 109 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c: In function 'nv40_gr_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c:248:34: note: byref variable will be forcibly initialized 248 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c:248:24: note: byref variable will be forcibly initialized 248 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c:248:14: note: byref variable will be forcibly initialized 248 | char msg[128], src[128], sta[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c: In function 'nv40_gr_tile': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c:178:23: note: byref variable will be forcibly initialized 178 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv44.c: In function 'nv44_gr_tile': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv44.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c: In function 'nvkm_gr_vstatus_print': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c:101:14: note: byref variable will be forcibly initialized 101 | char msg[64]; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c: In function 'g84_gr_tlb_flush': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c:168:9: note: in expansion of macro 'nvkm_msec' 168 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c:123:14: note: byref variable will be forcibly initialized 123 | char status[128]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c: In function 'nv50_gr_mp_trap': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:288:14: note: byref variable will be forcibly initialized 288 | char msg[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c: In function 'nv50_gr_prop_trap': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:251:14: note: byref variable will be forcibly initialized 251 | char msg[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c: In function 'nv50_gr_tp_trap': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:333:14: note: byref variable will be forcibly initialized 333 | char msg[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c: In function 'nv50_gr_trap_handler': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:402:14: note: byref variable will be forcibly initialized 402 | char msg[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c: In function 'nv50_gr_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:637:14: note: byref variable will be forcibly initialized 637 | char msg[128]; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:635:23: note: byref variable will be forcibly initialized 635 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:625:32: note: byref variable will be forcibly initialized 625 | struct nvkm_fifo_chan *chan; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c: In function 'drm_fb_cma_sync_non_coherent': /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:123:25: note: byref variable will be forcibly initialized 123 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:120:46: note: byref variable will be forcibly initialized 120 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c: In function 'drm_gem_vram_fill_create_dumb': /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c:510:13: note: byref variable will be forcibly initialized 510 | u32 handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c: In function 'drm_vram_mm_debugfs': /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c:960:28: note: byref variable will be forcibly initialized 960 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_encoder_in_use': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:98:40: note: byref variable will be forcibly initialized 98 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_choose_encoder_dpms': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:803:40: note: byref variable will be forcibly initialized 803 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_choose_crtc_dpms': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:833:40: note: byref variable will be forcibly initialized 833 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_set_mode': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:277:61: note: byref variable will be forcibly initialized 277 | struct drm_display_mode *adjusted_mode, saved_mode, saved_hwmode; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:277:49: note: byref variable will be forcibly initialized 277 | struct drm_display_mode *adjusted_mode, saved_mode, saved_hwmode; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:36: /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_disable': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:433:48: note: byref variable will be forcibly initialized 433 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_force_disable_all': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:1010:45: note: byref variable will be forcibly initialized 1010 | struct drm_mode_set set = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_set_config': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:525:40: note: byref variable will be forcibly initialized 525 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_flip_work.c: In function 'flip_worker': /kisskb/src/drivers/gpu/drm/drm_flip_work.c:117:26: note: byref variable will be forcibly initialized 117 | struct list_head tasks; | ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:28: /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'get_connectors_for_crtc': /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:77:40: note: byref variable will be forcibly initialized 77 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'drm_primary_helper_update': /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:177:14: note: byref variable will be forcibly initialized 177 | bool visible; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:169:25: note: byref variable will be forcibly initialized 169 | struct drm_rect dest = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:163:25: note: byref variable will be forcibly initialized 163 | struct drm_rect src = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_kms_helper_poll_enable': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:246:40: note: byref variable will be forcibly initialized 246 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_detect_ctx': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:284:40: note: byref variable will be forcibly initialized 284 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'output_poll_execute': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:647:40: note: byref variable will be forcibly initialized 647 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_hpd_irq_event': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:931:40: note: byref variable will be forcibly initialized 931 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_single_connector_modes': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:427:40: note: byref variable will be forcibly initialized 427 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c: In function 'drm_helper_move_panel_connectors_to_head': /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c:52:26: note: byref variable will be forcibly initialized 52 | struct list_head panel_list; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'handle_conflicting_encoders': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:108:40: note: byref variable will be forcibly initialized 108 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:28: /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_wait_for_vblanks': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:1534:23: note: in expansion of macro 'wait_event_timeout' 1534 | ret = wait_event_timeout(dev->vblank[i].queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_duplicate_state': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3193:40: note: byref variable will be forcibly initialized 3193 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_shutdown': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3148:40: note: byref variable will be forcibly initialized 3148 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_suspend': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3278:40: note: byref variable will be forcibly initialized 3278 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_resume': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3371:40: note: byref variable will be forcibly initialized 3371 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:35: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_fecs_discover_image_size': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:905:9: note: in expansion of macro 'nvkm_msec' 905 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_fecs_discover_zcull_image_size': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:889:9: note: in expansion of macro 'nvkm_msec' 889 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_fecs_discover_pm_image_size': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:873:9: note: in expansion of macro 'nvkm_msec' 873 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_fecs_ctrl_ctxsw': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:733:9: note: in expansion of macro 'nvkm_msec' 733 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_trap_gpc_rop': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1178:14: note: byref variable will be forcibly initialized 1178 | char error[128]; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_trap_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1353:14: note: byref variable will be forcibly initialized 1353 | char error[128]; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_trap_mp': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1242:14: note: byref variable will be forcibly initialized 1242 | char glob[128]; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:35: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_init_ctxctl_ext': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1731:13: note: in expansion of macro 'nvkm_msec' 1731 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_load_fw': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:2440:14: note: byref variable will be forcibly initialized 2440 | char f[32]; | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:2439:32: note: byref variable will be forcibly initialized 2439 | const struct firmware *fw; | ^~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:35: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_fecs_bind_pointer': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:782:9: note: in expansion of macro 'nvkm_msec' 782 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_zbc_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:955:19: note: byref variable will be forcibly initialized 955 | const u32 f32_1[] = { 0x3f800000, 0x3f800000, 0x3f800000, 0x3f800000, | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:951:21: note: byref variable will be forcibly initialized 951 | const u32 one[] = { 0x3f800000, 0x3f800000, 0x3f800000, 0x3f800000, | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:35: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_icmd': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1063:25: note: in expansion of macro 'nvkm_msec' 1063 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_rect.c: In function 'drm_rect_clip_scaled': /kisskb/src/drivers/gpu/drm/drm_rect.c:95:13: note: byref variable will be forcibly initialized 95 | int diff; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_init_ctxctl_int': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1817:13: note: in expansion of macro 'nvkm_msec' 1817 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_intr': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1552:23: note: byref variable will be forcibly initialized 1552 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1551:32: note: byref variable will be forcibly initialized 1551 | struct nvkm_fifo_chan *chan; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem_atomic_helper.c: In function 'drm_gem_plane_helper_prepare_fb': /kisskb/src/drivers/gpu/drm/drm_gem_atomic_helper.c:170:35: note: byref variable will be forcibly initialized 170 | struct dma_fence *new; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c: In function 'gf100_gr_new_': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:2104:16: note: in expansion of macro 'nvkm_firmware_load' 2104 | fwif = nvkm_firmware_load(&gr->base.engine.subdev, fwif, "Gr", gr); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_format_helper.c: In function 'drm_fb_blit_toio': /kisskb/src/drivers/gpu/drm/drm_format_helper.c:557:18: note: byref variable will be forcibly initialized 557 | uint32_t fb_format = fb->format->format; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_state_helper.c: In function '__drm_atomic_helper_plane_state_reset': /kisskb/src/drivers/gpu/drm/drm_atomic_state_helper.c:246:13: note: byref variable will be forcibly initialized 246 | u64 val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem_framebuffer_helper.c: In function 'drm_gem_fb_init_with_funcs': /kisskb/src/drivers/gpu/drm/drm_gem_framebuffer_helper.c:154:32: note: byref variable will be forcibly initialized 154 | struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; | ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:33: /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_dirtyfb': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:111:40: note: byref variable will be forcibly initialized 111 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_damage_merged': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:310:25: note: byref variable will be forcibly initialized 310 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:309:46: note: byref variable will be forcibly initialized 309 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_self_refresh_helper.c: In function 'drm_self_refresh_helper_entry_work': /kisskb/src/drivers/gpu/drm/drm_self_refresh_helper.c:74:40: note: byref variable will be forcibly initialized 74 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/panel.c: In function 'devm_drm_of_get_bridge': /kisskb/src/drivers/gpu/drm/bridge/panel.c:375:27: note: byref variable will be forcibly initialized 375 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/panel.c:374:28: note: byref variable will be forcibly initialized 374 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_shutdown_peripheral': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:578:36: note: byref variable will be forcibly initialized 578 | .tx_buf = (u8 [2]) { 0, 0 }, | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_turn_on_peripheral': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:598:36: note: byref variable will be forcibly initialized 598 | .tx_buf = (u8 [2]) { 0, 0 }, | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_set_maximum_return_packet_size': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:619:12: note: byref variable will be forcibly initialized 619 | u8 tx[2] = { value & 0xff, value >> 8 }; | ^~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_compression_mode': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:645:12: note: byref variable will be forcibly initialized 645 | u8 tx[2] = { enable << 0, 0 }; | ^~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_write': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:831:12: note: byref variable will be forcibly initialized 831 | u8 stack_tx[8]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_column_address': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1056:12: note: byref variable will be forcibly initialized 1056 | u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_page_address': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1080:12: note: byref variable will be forcibly initialized 1080 | u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_tear_on': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1122:12: note: byref variable will be forcibly initialized 1122 | u8 value = mode; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_tear_scanline': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1165:12: note: byref variable will be forcibly initialized 1165 | u8 payload[2] = { scanline >> 8, scanline & 0xff }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_display_brightness': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1188:12: note: byref variable will be forcibly initialized 1188 | u8 payload[2] = { brightness & 0xff, brightness >> 8 }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'of_mipi_dsi_device_add': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:161:13: note: byref variable will be forcibly initialized 161 | u32 reg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_buf_copy': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:205:26: note: byref variable will be forcibly initialized 205 | struct iosys_map data[DRM_FORMAT_MAX_PLANES]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:204:26: note: byref variable will be forcibly initialized 204 | struct iosys_map map[DRM_FORMAT_MAX_PLANES]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_display_is_on': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:622:12: note: byref variable will be forcibly initialized 622 | u8 val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:23: /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_set_window_address': /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:255:9: note: in expansion of macro 'mipi_dbi_command' 255 | mipi_dbi_command(dbi, MIPI_DCS_SET_PAGE_ADDRESS, (ys >> 8) & 0xff, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:253:9: note: in expansion of macro 'mipi_dbi_command' 253 | mipi_dbi_command(dbi, MIPI_DCS_SET_COLUMN_ADDRESS, (xs >> 8) & 0xff, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_fb_dirty': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:268:13: note: byref variable will be forcibly initialized 268 | int idx, ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:262:26: note: byref variable will be forcibly initialized 262 | struct iosys_map data[DRM_FORMAT_MAX_PLANES]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:261:26: note: byref variable will be forcibly initialized 261 | struct iosys_map map[DRM_FORMAT_MAX_PLANES]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_pipe_update': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:323:25: note: byref variable will be forcibly initialized 323 | struct drm_rect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_enable_flush': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:357:13: note: byref variable will be forcibly initialized 357 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:351:25: note: byref variable will be forcibly initialized 351 | struct drm_rect rect = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_blank': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:376:13: note: byref variable will be forcibly initialized 376 | int idx; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:23: /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_poweron_reset_conditional': /kisskb/src/include/drm/drm_mipi_dbi.h:193:18: note: byref variable will be forcibly initialized 193 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:658:15: note: in expansion of macro 'mipi_dbi_command' 658 | ret = mipi_dbi_command(dbi, MIPI_DCS_SOFT_RESET); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_typec1_command_read': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:960:28: note: byref variable will be forcibly initialized 960 | struct spi_message m; | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_spi1e_transfer': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:771:28: note: byref variable will be forcibly initialized 771 | struct spi_message m; | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:767:29: note: byref variable will be forcibly initialized 767 | struct spi_transfer tr = { | ^~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_spi1_transfer': 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/iosys-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:33: /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'size_mul': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:888:28: note: byref variable will be forcibly initialized 888 | struct spi_message m; | ^ /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_spi_transfer': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:1198:28: note: byref variable will be forcibly initialized 1198 | struct spi_message m; | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_typec3_command_read': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:1030:28: note: byref variable will be forcibly initialized 1030 | struct spi_message m; | ^ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_damage_blit': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:398:31: note: byref variable will be forcibly initialized 398 | struct iosys_map map, dst; | ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:398:26: note: byref variable will be forcibly initialized 398 | struct iosys_map map, dst; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_debugfs_command_show': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:1289:18: note: byref variable will be forcibly initialized 1289 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:1288:17: note: byref variable will be forcibly initialized 1288 | u8 cmd, val[4]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_damage_work': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:435:30: note: byref variable will be forcibly initialized 435 | struct drm_clip_rect clip_copy; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c: In function 'mipi_dbi_debugfs_command_write': /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:1233:21: note: byref variable will be forcibly initialized 1233 | int i, ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:1232:21: note: byref variable will be forcibly initialized 1232 | char *buf, *pos, *token; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:1231:26: note: byref variable will be forcibly initialized 1231 | u8 val, cmd = 0, parameters[64]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dbi.c:1231:12: note: byref variable will be forcibly initialized 1231 | u8 val, cmd = 0, parameters[64]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_deferred_io': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:720:25: note: byref variable will be forcibly initialized 720 | struct drm_rect damage_area; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_sys_write': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:770:25: note: byref variable will be forcibly initialized 770 | struct drm_rect damage_area; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'setcmap_atomic': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1057:40: note: byref variable will be forcibly initialized 1057 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_single_fb_probe': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1544:43: note: byref variable will be forcibly initialized 1544 | struct drm_fb_helper_surface_size sizes; | ^~~~~ In file included from /kisskb/src/include/linux/kmemleak.h:12, from /kisskb/src/drivers/gpu/drm/drm_buddy.c:6: /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1543:40: note: byref variable will be forcibly initialized 1543 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_setup_crtcs_fb': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1801:22: note: byref variable will be forcibly initialized 1801 | unsigned int rotation, sw_rotations = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:1799:40: note: byref variable will be forcibly initialized 1799 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fbdev_fb_write': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:2260:25: note: byref variable will be forcibly initialized 2260 | struct drm_rect damage_area; | ^~~~~~~~~~~ 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/include/linux/kmemleak.h:12, from /kisskb/src/drivers/gpu/drm/drm_buddy.c:6: /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'alloc_range_bias': /kisskb/src/drivers/gpu/drm/drm_buddy.c:319:19: note: byref variable will be forcibly initialized 319 | LIST_HEAD(dfs); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_fb_helper.c: In function 'drm_fb_helper_generic_probe': /kisskb/src/drivers/gpu/drm/drm_fb_helper.c:2365:26: note: byref variable will be forcibly initialized 2365 | struct iosys_map map; | ^~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function '__alloc_range': /kisskb/src/drivers/gpu/drm/drm_buddy.c:460:19: note: byref variable will be forcibly initialized 460 | LIST_HEAD(allocated); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'drm_buddy_block_trim': /kisskb/src/drivers/gpu/drm/drm_buddy.c:569:19: note: byref variable will be forcibly initialized 569 | LIST_HEAD(dfs); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function '__drm_buddy_alloc_range': /kisskb/src/drivers/gpu/drm/drm_buddy.c:536:19: note: byref variable will be forcibly initialized 536 | LIST_HEAD(dfs); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'drm_buddy_alloc_blocks': /kisskb/src/drivers/gpu/drm/drm_buddy.c:643:19: note: byref variable will be forcibly initialized 643 | LIST_HEAD(allocated); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c: In function 'gm107_gr_init_bios': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:351:17: note: byref variable will be forcibly initialized 351 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:351:12: note: byref variable will be forcibly initialized 351 | u8 ver, hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:349:30: note: byref variable will be forcibly initialized 349 | struct nvbios_P0260X infoX; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:348:30: note: byref variable will be forcibly initialized 348 | struct nvbios_P0260E infoE; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c: In function 'gm107_gr_init_bios_2': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h:23:28: note: byref variable will be forcibly initialized 23 | struct nvbios_init init = { \ | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:325:41: note: in expansion of macro 'nvbios_init' 325 | nvbios_init(subdev, data); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:314:26: note: byref variable will be forcibly initialized 314 | struct bit_entry bit_P; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c: In function 'gk20a_gr_wait_mem_scrubbing': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:204:13: note: in expansion of macro 'nvkm_msec' 204 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:196:13: note: in expansion of macro 'nvkm_msec' 196 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm200.c: In function 'gm200_gr_acr_bld_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm200.c:49:37: note: byref variable will be forcibly initialized 49 | struct flcn_bl_dmem_desc_v1 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c: In function 'gk20a_gr_aiv_to_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:91:26: note: byref variable will be forcibly initialized 91 | struct nvkm_blob blob; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c: In function 'gk20a_gr_av_to_init': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:41:26: note: byref variable will be forcibly initialized 41 | struct nvkm_blob blob; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c: In function 'gk20a_gr_av_to_method': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:134:26: note: byref variable will be forcibly initialized 134 | struct nvkm_blob blob; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm20b.c: In function 'gm20b_gr_acr_bld_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm20b.c:36:34: note: byref variable will be forcibly initialized 36 | struct flcn_bl_dmem_desc hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gp108.c: In function 'gp108_gr_acr_bld_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gp108.c:31:37: note: byref variable will be forcibly initialized 31 | struct flcn_bl_dmem_desc_v2 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gv100.c: In function 'gv100_gr_trap_sm': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/gv100.c:35:14: note: byref variable will be forcibly initialized 35 | char glob[128]; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c: In function 'gf100_grctx_generate': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1550:13: note: in expansion of macro 'nvkm_msec' 1550 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1537:17: note: in expansion of macro 'nvkm_msec' 1537 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1463:9: note: in expansion of macro 'nvkm_usec' 1463 | nvkm_usec(device, 10, NVKM_DELAY); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1461:9: note: in expansion of macro 'nvkm_usec' 1461 | nvkm_usec(device, 10, NVKM_DELAY); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1451:9: note: in expansion of macro 'nvkm_msec' 1451 | nvkm_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1445:28: note: byref variable will be forcibly initialized 1445 | struct gf100_grctx info; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1444:26: note: byref variable will be forcibly initialized 1444 | struct nvkm_vma *ctx = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1443:26: note: byref variable will be forcibly initialized 1443 | struct nvkm_vmm *vmm = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1442:29: note: byref variable will be forcibly initialized 1442 | struct nvkm_memory *data = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1441:29: note: byref variable will be forcibly initialized 1441 | struct nvkm_memory *inst = NULL; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c:29: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c: In function 'nv31_mpeg_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c:244:13: note: in expansion of macro 'nvkm_msec' 244 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c:28: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c: In function 'nv50_mpeg_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c:108:13: note: in expansion of macro 'nvkm_msec' 108 | if (nvkm_msec(device, 2000, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c: In function 'nvkm_nvenc_new_': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c:54:16: note: in expansion of macro 'nvkm_firmware_load' 54 | fwif = nvkm_firmware_load(&nvenc->engine.subdev, fwif, "Nvenc", nvenc); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/base.c:23: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/base.c: In function 'nvkm_nvdec_new_': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/base.c:53:16: note: in expansion of macro 'nvkm_firmware_load' 53 | fwif = nvkm_firmware_load(&nvdec->engine.subdev, fwif, "Nvdec", nvdec); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/os.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/device.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/engine.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/engine/pm.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/priv.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:153:16: note: byref variable will be forcibly initialized 153 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c: In function 'nvkm_perfdom_new_': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:390:21: note: byref variable will be forcibly initialized 390 | u64 src[4][8] = {}; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:389:38: note: byref variable will be forcibly initialized 389 | struct nvkm_perfsig *sig[4] = {}; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:375:30: note: byref variable will be forcibly initialized 375 | struct nvkm_perfdom *sdom = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c: In function 'nvkm_perfmon_mthd_query_source': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:544:30: note: byref variable will be forcibly initialized 544 | struct nvkm_perfdom *dom = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c: In function 'nvkm_perfsrc_enable': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:133:30: note: byref variable will be forcibly initialized 133 | struct nvkm_perfdom *dom = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c: In function 'nvkm_perfsrc_disable': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:172:30: note: byref variable will be forcibly initialized 172 | struct nvkm_perfdom *dom = NULL; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/base.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/base.c: In function 'nvkm_sec2_new_': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h:20:14: note: byref variable will be forcibly initialized 20 | char _option[32]; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/base.c:100:16: note: in expansion of macro 'nvkm_firmware_load' 100 | fwif = nvkm_firmware_load(&sec2->engine.subdev, fwif, "Sec2", sec2); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c: In function 'gp102_sec2_initmsg': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:135:33: note: byref variable will be forcibly initialized 135 | struct nv_sec2_init_msg msg; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:26: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c: In function 'gp102_sec2_flcn_bind_context': /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:224:9: note: in expansion of macro 'nvkm_msec' 224 | nvkm_msec(device, 10, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:53:32: note: byref variable will be forcibly initialized 53 | struct nvkm_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:66:34: note: in expansion of macro 'nvkm_nsec' 66 | #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h:67:34: note: in expansion of macro 'nvkm_usec' 67 | #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:213:9: note: in expansion of macro 'nvkm_msec' 213 | nvkm_msec(device, 10, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c: In function 'gp102_sec2_acr_bld_patch_1': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:274:37: note: byref variable will be forcibly initialized 274 | struct flcn_bl_dmem_desc_v2 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c: In function 'gp102_sec2_acr_bld_patch': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c:90:33: note: byref variable will be forcibly initialized 90 | struct loader_config_v1 hdr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c: In function 'nv50_sw_chan_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c:118:74: note: byref variable will be forcibly initialized 118 | &(struct nvif_notify_head_req_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c: In function 'gf100_sw_chan_new': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c:125:74: note: byref variable will be forcibly initialized 125 | &(struct nvif_notify_head_req_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_debugfs.c: In function 'nouveau_debugfs_pstate_get': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_debugfs.c:90:52: note: byref variable will be forcibly initialized 90 | struct nvif_control_pstate_attr_v0 attr = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_debugfs.c: In function 'nouveau_debugfs_pstate_set': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_debugfs.c:150:14: note: byref variable will be forcibly initialized 150 | long value, ret; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_debugfs.c:149:14: note: byref variable will be forcibly initialized 149 | char buf[32] = {}, *tmp, *cur = buf; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_hwmon.c: In function 'nouveau_hwmon_set_pwm1_max': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_hwmon.c:177:14: note: byref variable will be forcibly initialized 177 | long value; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_hwmon.c: In function 'nouveau_hwmon_set_pwm1_min': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_hwmon.c:154:14: note: byref variable will be forcibly initialized 154 | long value; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_hwmon.c: In function 'nouveau_hwmon_set_temp1_auto_point1_temp_hyst': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_hwmon.c:101:14: note: byref variable will be forcibly initialized 101 | long value; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_hwmon.c: In function 'nouveau_hwmon_set_temp1_auto_point1_temp': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_hwmon.c:68:14: note: byref variable will be forcibly initialized 68 | long value; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_hwmon.c: In function 'nouveau_hwmon_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_hwmon.c:721:39: note: byref variable will be forcibly initialized 721 | const struct attribute_group *special_groups[N_ATTR_GROUPS]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_drm_errorf': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:510:17: note: byref variable will be forcibly initialized 510 | va_list va; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:509:26: note: byref variable will be forcibly initialized 509 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_drm_debugf': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:524:17: note: byref variable will be forcibly initialized 524 | va_list va; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:523:26: note: byref variable will be forcibly initialized 523 | struct va_format vaf; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/device.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/fifo.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:45: /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_cli_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:280:15: note: in expansion of macro 'nvif_mclass' 280 | ret = nvif_mclass(&cli->mmu.object, mems); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:268:15: note: in expansion of macro 'nvif_mclass' 268 | ret = nvif_mclass(&cli->mmu.object, vmms); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:255:15: note: in expansion of macro 'nvif_mclass' 255 | ret = nvif_mclass(&cli->device.object, mmus); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:245:55: note: byref variable will be forcibly initialized 245 | &(struct nv_device_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_accel_gr_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:405:60: note: byref variable will be forcibly initialized 405 | &(struct nv_dma_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_accel_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:432:29: note: byref variable will be forcibly initialized 432 | struct nvif_sclass *sclass; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_drm_postclose': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:1134:13: note: byref variable will be forcibly initialized 1134 | int dev_index; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_drm_open': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:1090:24: note: byref variable will be forcibly initialized 1090 | char name[32], tmpname[TASK_COMM_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:1090:14: note: byref variable will be forcibly initialized 1090 | char name[32], tmpname[TASK_COMM_LEN]; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_drm_device_remove': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:818:29: note: byref variable will be forcibly initialized 818 | struct nvkm_device *device; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c: In function 'nouveau_drm_probe': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drm.c:747:29: note: byref variable will be forcibly initialized 747 | struct nvkm_device *device; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_platform.c: In function 'nouveau_platform_probe': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_platform.c:27:29: note: byref variable will be forcibly initialized 27 | struct nvkm_device *device = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_usif.c: In function 'usif_ioctl': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_usif.c:327:15: note: byref variable will be forcibly initialized 327 | u32 size = argc; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_usif.c:326:15: note: byref variable will be forcibly initialized 326 | void *data = kmalloc(argc, GFP_KERNEL); | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c: In function 'nouveau_ttm_io_mem_reserve': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c:1134:37: note: byref variable will be forcibly initialized 1134 | u64 handle, length; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c:1134:29: note: byref variable will be forcibly initialized 1134 | u64 handle, length; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c:1133:27: note: byref variable will be forcibly initialized 1133 | } args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c: In function 'nouveau_bo_move_m2mf': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c:800:31: note: byref variable will be forcibly initialized 800 | struct nouveau_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c: In function 'nouveau_bo_vm_cleanup': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c:962:27: note: byref variable will be forcibly initialized 962 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c: In function 'nouveau_bo_move': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bo.c:984:34: note: byref variable will be forcibly initialized 984 | struct nouveau_drm_tile *new_tile = NULL; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_prime.c: In function 'nouveau_gem_prime_import_sg_table': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_prime.c:47:13: note: byref variable will be forcibly initialized 47 | int align = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_prime.c:46:13: note: byref variable will be forcibly initialized 46 | u64 size = attach->dmabuf->size; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_mem.c: In function 'nouveau_mem_map': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_mem.c:42:11: note: byref variable will be forcibly initialized 42 | } args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_mem.c: In function 'nouveau_mem_vram': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_mem.c:147:64: note: byref variable will be forcibly initialized 147 | &(struct nv50_mem_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_mem.c:139:65: note: byref variable will be forcibly initialized 139 | &(struct gf100_mem_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c: In function 'nouveau_gem_object_open': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:107:29: note: byref variable will be forcibly initialized 107 | struct nouveau_vma *vma; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c: In function 'nouveau_gem_object_unmap': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:153:1: note: byref variable will be forcibly initialized 153 | nouveau_gem_object_unmap(struct nouveau_bo *nvbo, struct nouveau_vma *vma) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:153:1: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c: In function 'nouveau_gem_object_delete_work': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:144:1: note: byref variable will be forcibly initialized 144 | nouveau_gem_object_delete_work(struct nouveau_cli_work *w) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/drm/drm_device.h:4, from /kisskb/src/include/drm/drm_gem_ttm_helper.h:8, from /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c: In function 'validate_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:427:19: note: byref variable will be forcibly initialized 427 | LIST_HEAD(both_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:426:19: note: byref variable will be forcibly initialized 426 | LIST_HEAD(vram_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:425:19: note: byref variable will be forcibly initialized 425 | LIST_HEAD(gart_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c: In function 'nouveau_gem_ioctl_new': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:310:28: note: byref variable will be forcibly initialized 310 | struct nouveau_bo *nvbo = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c: In function 'nouveau_gem_ioctl_pushbuf': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:734:14: note: byref variable will be forcibly initialized 734 | bool do_reloc = false, sync = false; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:732:31: note: byref variable will be forcibly initialized 732 | struct nouveau_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_gem.c:731:28: note: byref variable will be forcibly initialized 731 | struct validate_op op; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_vmm.c: In function 'nouveau_vma_del': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_vmm.c:67:41: note: byref variable will be forcibly initialized 67 | struct nvif_vma tmp = { .addr = vma->addr, .size = 1 }; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_vmm.c: In function 'nouveau_vma_new': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_vmm.c:82:25: note: byref variable will be forcibly initialized 82 | struct nvif_vma tmp; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c: In function 'nv50_backlight_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c:305:20: note: byref variable will be forcibly initialized 305 | u8 current_mode; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c:304:20: note: byref variable will be forcibly initialized 304 | u8 edp_dpcd[EDP_DISPLAY_CTL_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c:303:21: note: byref variable will be forcibly initialized 303 | u16 current_level; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c: In function 'nv50_edp_get_brightness': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c:156:40: note: byref variable will be forcibly initialized 156 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c: In function 'nv50_edp_set_brightness': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c:200:40: note: byref variable will be forcibly initialized 200 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c: In function 'nouveau_backlight_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c:360:37: note: byref variable will be forcibly initialized 360 | const struct backlight_ops *ops; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_backlight.c:358:14: note: byref variable will be forcibly initialized 358 | char backlight_name[BL_NAME_SIZE]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_dp.c: In function 'nouveau_dp_detect': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_dp.c:153:20: note: byref variable will be forcibly initialized 153 | u8 sink_rates[16]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fbcon.c: In function 'nouveau_fbcon_zfill': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fbcon.c:293:28: note: byref variable will be forcibly initialized 293 | struct fb_fillrect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c: In function 'parse_fp_mode_table': In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/device.h:32, from /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drv.h:44, from /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c:39: /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c: In function 'nvkm_rdi2cr': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:352:32: note: byref variable will be forcibly initialized 352 | struct lvdstableheader lth; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:102:24: note: byref variable will be forcibly initialized 102 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h:101:12: note: byref variable will be forcibly initialized 101 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c: In function 'nouveau_connector_get_modes': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c:958:41: note: byref variable will be forcibly initialized 958 | struct drm_display_mode mode; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fbcon.c: In function 'nouveau_fbcon_create': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fbcon.c:319:28: note: byref variable will be forcibly initialized 319 | struct nouveau_bo *nvbo; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fbcon.c:317:33: note: byref variable will be forcibly initialized 317 | struct drm_framebuffer *fb; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c: In function 'nouveau_connector_aux_xfer': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c:1191:12: note: byref variable will be forcibly initialized 1191 | u8 size = msg->size; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c: In function 'parse_dcb_entry': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1792:13: note: byref variable will be forcibly initialized 1792 | u32 conn = ROM32(outp[0]); | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1791:13: note: byref variable will be forcibly initialized 1791 | u32 conf = (dcb->version >= 0x20) ? ROM32(outp[4]) : ROM32(outp[6]); | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c: In function 'nouveau_display_hpd_work': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c:472:40: note: byref variable will be forcibly initialized 472 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c: In function 'nouveau_connector_create': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c:1433:66: note: byref variable will be forcibly initialized 1433 | &(struct nvif_notify_conn_req_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c:1259:14: note: byref variable will be forcibly initialized 1259 | bool dummy; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c: In function 'nouveau_framebuffer_new': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c:1256:14: note: byref variable will be forcibly initialized 1256 | char aux_name[48] = {0}; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c:311:17: note: byref variable will be forcibly initialized 311 | uint8_t kind; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c:310:18: note: byref variable will be forcibly initialized 310 | uint32_t tile_mode; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.c:1255:40: note: byref variable will be forcibly initialized 1255 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c: In function 'nouveau_user_framebuffer_create': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c:382:33: note: byref variable will be forcibly initialized 382 | struct drm_framebuffer *fb; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c: In function 'nouveau_bios_parse_lvds_table': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c: In function 'nouveau_display_init': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:526:32: note: byref variable will be forcibly initialized 526 | struct lvdstableheader lth; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c:566:40: note: byref variable will be forcibly initialized 566 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c: In function 'nouveau_display_fini': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c:598:40: note: byref variable will be forcibly initialized 598 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c: In function 'parse_bit_table': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c: In function 'nouveau_display_dumb_create': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1006:26: note: byref variable will be forcibly initialized 1006 | struct bit_entry bitentry; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_display.c:817:28: note: byref variable will be forcibly initialized 817 | struct nouveau_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c: In function 'parse_bit_structure': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1030:51: note: in expansion of macro 'BIT_TABLE' 1030 | parse_bit_table(bios, bitoffset, &BIT_TABLE('A', A)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1037:43: note: in expansion of macro 'BIT_TABLE' 1037 | parse_bit_table(bios, bitoffset, &BIT_TABLE('T', tmds)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1036:43: note: in expansion of macro 'BIT_TABLE' 1036 | parse_bit_table(bios, bitoffset, &BIT_TABLE('L', lvds)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1035:43: note: in expansion of macro 'BIT_TABLE' 1035 | parse_bit_table(bios, bitoffset, &BIT_TABLE('M', M)); /* memory? */ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1032:49: note: in expansion of macro 'BIT_TABLE' 1032 | ret = parse_bit_table(bios, bitoffset, &BIT_TABLE('I', init)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1031:43: note: in expansion of macro 'BIT_TABLE' 1031 | parse_bit_table(bios, bitoffset, &BIT_TABLE('D', display)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:970:50: note: byref variable will be forcibly initialized 970 | #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_bios.c:1026:49: note: in expansion of macro 'BIT_TABLE' 1026 | ret = parse_bit_table(bios, bitoffset, &BIT_TABLE('i', i)); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/arb.c: In function 'nv04_update_arb': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/arb.c:212:26: note: byref variable will be forcibly initialized 212 | uint32_t type; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/arb.c:199:29: note: byref variable will be forcibly initialized 199 | struct nv_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/arb.c:198:29: note: byref variable will be forcibly initialized 198 | struct nv_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c: In function 'nv04_crtc_do_mode_set_base': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c:834:24: note: byref variable will be forcibly initialized 834 | int arb_burst, arb_lwm; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c:834:13: note: byref variable will be forcibly initialized 834 | int arb_burst, arb_lwm; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c: In function 'nv_crtc_calc_state_ext': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c:127:27: note: byref variable will be forcibly initialized 127 | struct nvbios_pll pll_lim; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c: In function 'nv04_crtc_page_flip': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c:1158:31: note: byref variable will be forcibly initialized 1158 | struct nouveau_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c: In function 'nv04_flip_complete': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c:1088:37: note: byref variable will be forcibly initialized 1088 | struct nv04_page_flip_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c: In function 'nv04_crtc_create': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/crtc.c:1357:66: note: byref variable will be forcibly initialized 1357 | &(struct nvif_notify_head_req_v0) { | ^ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c:39: /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c: In function 'sample_load_twice': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c:95:21: note: in expansion of macro 'nvif_msec' 95 | if (nvif_msec(&drm->client.device, 10, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c:89:21: note: in expansion of macro 'nvif_msec' 89 | if (nvif_msec(&drm->client.device, 10, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c:83:21: note: in expansion of macro 'nvif_msec' 83 | if (nvif_msec(&drm->client.device, 10, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c: In function 'nv04_dac_detect': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dac.c:187:22: note: byref variable will be forcibly initialized 187 | bool sense_pair[2]; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c:33: /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c: In function 'nouveau_crtc_connector_get': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_connector.h:179:40: note: byref variable will be forcibly initialized 179 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c: In function 'nv04_dfp_mode_set': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c:346:40: note: byref variable will be forcibly initialized 346 | bool duallink = false, dummy; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c:346:22: note: byref variable will be forcibly initialized 346 | bool duallink = false, dummy; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c: In function 'nv04_tmds_slave_init': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/dfp.c:636:74: note: byref variable will be forcibly initialized 636 | .platform_data = &(struct sil164_encoder_params) { | ^ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:29: /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c: In function 'nv_load_state_ext': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:754:25: note: in expansion of macro 'nvif_msec' 754 | nvif_msec(&drm->client.device, 650, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:750:25: note: in expansion of macro 'nvif_msec' 750 | nvif_msec(&drm->client.device, 650, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/disp.c: In function 'nv04_encoder_get_connector': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/disp.c:43:40: note: byref variable will be forcibly initialized 43 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c: In function 'nouveau_hw_get_pllvals': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:171:27: note: byref variable will be forcibly initialized 171 | struct nvbios_pll pll_lim; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c: In function 'nouveau_hw_fix_bad_vpll': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:265:30: note: byref variable will be forcibly initialized 265 | struct nvkm_pll_vals pv; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:264:27: note: byref variable will be forcibly initialized 264 | struct nvbios_pll pll_lim; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c: In function 'nouveau_hw_get_clock': /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:237:26: note: byref variable will be forcibly initialized 237 | uint32_t clock; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:226:26: note: byref variable will be forcibly initialized 226 | uint32_t mpllP; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv04/hw.c:218:30: note: byref variable will be forcibly initialized 218 | struct nvkm_pll_vals pllvals; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mem.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/lut.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/lut.c:22: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/lut.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mem.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core.c:22: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core.c: In function 'nv50_core_new': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core.c:65:15: note: in expansion of macro 'nvif_mclass' 65 | cid = nvif_mclass(&disp->disp->object, cores); | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core507d.c:27: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core507d.c: In function 'core507d_ntfy_wait_done': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core507d.c:65:20: note: in expansion of macro 'nvif_msec' 65 | s64 time = nvif_msec(device, 2000ULL, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core507d.c: In function 'core507d_caps_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core507d.c:118:16: note: in expansion of macro 'nvif_msec' 118 | time = nvif_msec(core->chan.base.device, 2000ULL, | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:53: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_dmac_kick': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:143:25: note: in expansion of macro 'nvif_msec' 143 | nvif_msec(device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_dmac_wind': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:177:21: note: in expansion of macro 'nvif_msec' 177 | if (nvif_msec(dmac->base.device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_dmac_wait': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:209:13: note: in expansion of macro 'nvif_msec' 209 | if (nvif_msec(dmac->base.device, 2000, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_chan_create': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_has_mst': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1843:27: note: byref variable will be forcibly initialized 1843 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1843:22: note: byref variable will be forcibly initialized 1843 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1843:17: note: byref variable will be forcibly initialized 1843 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1843:12: note: byref variable will be forcibly initialized 1843 | u8 ver, hdr, cnt, len; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_msto_atomic_enable': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1104:40: note: byref variable will be forcibly initialized 1104 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_hdmi_enable': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:818:1: note: byref variable will be forcibly initialized 818 | nv50_hdmi_enable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:843:12: note: byref variable will be forcibly initialized 843 | u8 config; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core907d.c:26: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core907d.c: In function 'core907d_caps_init': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:841:30: note: byref variable will be forcibly initialized 841 | union hdmi_infoframe vendor_frame; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/core907d.c:47:16: note: in expansion of macro 'nvif_msec' 47 | time = nvif_msec(core->chan.base.device, 2000ULL, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:840:30: note: byref variable will be forcibly initialized 840 | union hdmi_infoframe avi_frame; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_mstm_add_connector': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1441:27: note: byref variable will be forcibly initialized 1441 | struct nv50_mstc *mstc; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_dmac_create': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:297:52: note: byref variable will be forcibly initialized 297 | &(struct nv_dma_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:285:52: note: byref variable will be forcibly initialized 285 | &(struct nv_dma_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_sor_atomic_disable': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1660:1: note: byref variable will be forcibly initialized 1660 | nv50_sor_atomic_disable(struct drm_encoder *encoder, struct drm_atomic_state *state) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1671:12: note: byref variable will be forcibly initialized 1671 | u8 pwr; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_mstm_service': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1464:12: note: byref variable will be forcibly initialized 1464 | u8 esi[8] = {}; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1462:14: note: byref variable will be forcibly initialized 1462 | bool handled = true, ret = true; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c: In function 'nv50_mstm_detect': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.c:1520:1: note: byref variable will be forcibly initialized 1520 | nv50_mstm_detect(struct nouveau_encoder *outp) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/corec37d.c:27: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/corec37d.c: In function 'corec37d_ntfy_wait_done': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/corec37d.c:85:20: note: in expansion of macro 'nvif_msec' 85 | s64 time = nvif_msec(device, 2000ULL, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c: In function 'nv50_crc_get_entries': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:133:13: note: byref variable will be forcibly initialized 133 | u32 output_crc; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:10: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c: In function 'nv50_crc_wait_ctx_finished': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:226:15: note: in expansion of macro 'nvif_msec' 226 | ret = nvif_msec(&drm->client.device, 50, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c: In function 'nv50_crc_ctx_init': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:513:52: note: byref variable will be forcibly initialized 513 | &(struct nv_dma_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c: In function 'nv50_crc_debugfs_flip_threshold_set': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:663:13: note: byref variable will be forcibly initialized 663 | int value, ret; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c: In function 'nv50_crc_verify_source': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:52:30: note: byref variable will be forcibly initialized 52 | enum nv50_crc_source source; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c: In function 'nv50_crc_set_source': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:549:30: note: byref variable will be forcibly initialized 549 | enum nv50_crc_source source; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/crc.c:542:40: note: byref variable will be forcibly initialized 542 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/head.c: In function 'nv50_head_atomic_check_view': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/head.c:131:45: note: byref variable will be forcibly initialized 131 | int umode_vdisplay, omode_hdisplay, omode_vdisplay; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/head.c:131:29: note: byref variable will be forcibly initialized 131 | int umode_vdisplay, omode_hdisplay, omode_vdisplay; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/head.c: In function 'nv50_head_create': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/head.c:629:66: note: byref variable will be forcibly initialized 629 | &(struct nvif_notify_head_req_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/head.c:574:41: note: byref variable will be forcibly initialized 574 | struct nv50_wndw *base, *ovly, *curs; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/head.c:574:34: note: byref variable will be forcibly initialized 574 | struct nv50_wndw *base, *ovly, *curs; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/head.c:574:27: note: byref variable will be forcibly initialized 574 | struct nv50_wndw *base, *ovly, *curs; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mem.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wimm.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wimm.c:22: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wimm.c: In function 'nv50_wimm_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wimm.c:42:15: note: in expansion of macro 'nvif_mclass' 42 | cid = nvif_mclass(&disp->disp->object, wimms); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c: In function 'nv50_wndw_atomic_check_acquire': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c:276:18: note: byref variable will be forcibly initialized 276 | uint32_t tile_mode; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c:275:17: note: byref variable will be forcibly initialized 275 | uint8_t kind; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c: In function 'nv50_wndw_ctxdma_new': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c:56:13: note: byref variable will be forcibly initialized 56 | u8 kind; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c:55:13: note: byref variable will be forcibly initialized 55 | u32 unused; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mem.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c:22: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c: In function 'nv50_wndw_new': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c:807:15: note: in expansion of macro 'nvif_mclass' 807 | cid = nvif_mclass(&disp->disp->object, wndws); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c: In function 'wndwc37e_new_': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:359:27: note: byref variable will be forcibly initialized 359 | struct nv50_wndw *wndw; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mem.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base.c:22: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base.c: In function 'nv50_base_new': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base.c:46:15: note: in expansion of macro 'nvif_mclass' 46 | cid = nvif_mclass(&disp->disp->object, bases); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c: In function 'wndwc57e_csc_clr': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:87:19: note: byref variable will be forcibly initialized 87 | const u32 identity[12] = { | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c:27: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c: In function 'base507c_ntfy_wait_begun': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c:152:20: note: in expansion of macro 'nvif_msec' 152 | s64 time = nvif_msec(device, 2000ULL, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c: In function 'base507c_new_': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c:334:65: note: byref variable will be forcibly initialized 334 | &(struct nvif_notify_uevent_req) {}, | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/base507c.c:314:27: note: byref variable will be forcibly initialized 314 | struct nv50_wndw *wndw; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mem.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs.c:22: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs.c: In function 'nv50_curs_new': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs.c:47:15: note: in expansion of macro 'nvif_mclass' 47 | cid = nvif_mclass(&disp->disp->object, curses); | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs507a.c:27: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs507a.c: In function 'curs507a_space': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs507a.c:37:9: note: in expansion of macro 'nvif_msec' 37 | nvif_msec(&nouveau_drm(wndw->plane.dev)->client.device, 100, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs507a.c: In function 'curs507a_new_': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/curs507a.c:157:27: note: byref variable will be forcibly initialized 157 | struct nv50_wndw *wndw; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mem.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/oimm.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/oimm.c:22: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/oimm.c: In function 'nv50_oimm_init': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/oimm.c:44:15: note: in expansion of macro 'nvif_mclass' 44 | cid = nvif_mclass(&disp->disp->object, oimms); | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mmu.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/mem.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/disp.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly.h:3, from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly.c:22: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly.c: In function 'nv50_ovly_new': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:81:29: note: byref variable will be forcibly initialized 81 | struct nvif_sclass *sclass; \ | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly.c:46:15: note: in expansion of macro 'nvif_mclass' 46 | cid = nvif_mclass(&disp->disp->object, ovlys); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly507e.c: In function 'ovly507e_new_': /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:175:65: note: byref variable will be forcibly initialized 175 | &(struct nvif_notify_uevent_req) {}, | ^ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly507e.c:154:27: note: byref variable will be forcibly initialized 154 | struct nv50_wndw *wndw; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:28: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c: In function 'ovly827e_ntfy_wait_begun': /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:23:32: note: byref variable will be forcibly initialized 23 | struct nvif_timer_wait _wait; \ | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:33:32: note: in expansion of macro 'nvif_nsec' 33 | #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/timer.h:34:32: note: in expansion of macro 'nvif_usec' 34 | #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c:72:20: note: in expansion of macro 'nvif_msec' 72 | s64 time = nvif_msec(device, 2000ULL, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_abi16.c: In function 'nouveau_abi16': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_abi16.c:48:45: note: byref variable will be forcibly initialized 48 | struct nv_device_v0 args = { | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_abi16.c: In function 'nouveau_abi16_ioctl_grobj_alloc': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_abi16.c:432:29: note: byref variable will be forcibly initialized 432 | struct nvif_sclass *sclass; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c: In function 'nouveau_channel_idle': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c:65:39: note: byref variable will be forcibly initialized 65 | struct nouveau_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c: In function 'nouveau_channel_ind': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c:271:33: note: byref variable will be forcibly initialized 271 | struct nouveau_channel *chan; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c:270:11: note: byref variable will be forcibly initialized 270 | } args; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c: In function 'nouveau_channel_dma': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c:352:33: note: byref variable will be forcibly initialized 352 | struct nouveau_channel *chan; | ^~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_chan.c:351:36: note: byref variable will be forcibly initialized 351 | struct nv03_channel_dma_v0 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:25, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/arch/arm64/include/asm/cache.h:55, 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/drivers/gpu/drm/nouveau/nouveau_fence.c:27: /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c: In function 'nouveau_fence_signal': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:164:55: note: in expansion of macro '__smp_store_release' 164 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:456:17: note: in expansion of macro 'smp_store_release' 456 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c:62:9: note: in expansion of macro 'rcu_assign_pointer' 62 | rcu_assign_pointer(fence->channel, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_dma.c: In function 'nv50_dma_wait': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_dma.c:125:18: note: byref variable will be forcibly initialized 125 | int ret, cnt = 0; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_dma.c:124:18: note: byref variable will be forcibly initialized 124 | uint64_t prev_get = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_dma.c: In function 'nouveau_dma_wait': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_dma.c:168:13: note: byref variable will be forcibly initialized 168 | int cnt = 0, get; | ^~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_dma.c:167:18: note: byref variable will be forcibly initialized 167 | uint64_t prev_get = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c: In function 'nouveau_fence_context_new': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c:201:65: note: byref variable will be forcibly initialized 201 | &(struct nvif_notify_uevent_req) { }, | ^ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c: In function 'nouveau_fence_wait_legacy': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c:271:25: note: byref variable will be forcibly initialized 271 | ktime_t kt; | ^~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c: In function 'nouveau_fence_sync': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c:356:38: note: byref variable will be forcibly initialized 356 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c: In function 'nouveau_fence_new': /kisskb/src/drivers/gpu/drm/nouveau/nouveau_fence.c:405:31: note: byref variable will be forcibly initialized 405 | struct nouveau_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nv50_fence.c: In function 'nv50_fence_context_new': /kisskb/src/drivers/gpu/drm/nouveau/nv50_fence.c:56:52: note: byref variable will be forcibly initialized 56 | &(struct nv_dma_v0) { | ^ /kisskb/src/drivers/gpu/drm/nouveau/nv17_fence.c: In function 'nv17_fence_context_new': /kisskb/src/drivers/gpu/drm/nouveau/nv17_fence.c:97:52: note: byref variable will be forcibly initialized 97 | &(struct nv_dma_v0) { | ^ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/os.h:6, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/object.h:4, from /kisskb/src/drivers/gpu/drm/nouveau/include/nvif/client.h:5, from /kisskb/src/drivers/gpu/drm/nouveau/nouveau_drv.h:43, from /kisskb/src/drivers/gpu/drm/nouveau/nv84_fence.c:24: /kisskb/src/drivers/gpu/drm/nouveau/nv84_fence.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:133:16: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 # Build took: 0:10:27.537295